/** Clear the air **/
@import "reset.css";

/** Globals **/
html, body {
	height: 100%;
}

body {
	font-size: 10px;
	background: url(../images/body_bg.png) repeat-x #000;
}

body, form input, form textarea, form select, form button {
	font-family: Arial, Helvetica, sans;
}

#content-container h2, #content-container h3, #content-container h4, #content-container h5, #content-container h6 {
	margin: 0 0 5px 0;
}

#content-container h2 {
	color: #666;
	font-size: 24px;
	text-transform: lowercase;
}

#content-container h3 {
	color: #000;
	font-size: 16px;
}

#content-container h4 {
	color: #CB0029;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#content-container h5 {
	color: #000;
	font-size: 10px;
}

body p {
	margin: 0 0 20px 0;
	line-height: 14px;
}

a:link, a:active, a:visited {
	color: #CB0029;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#content-container ul {
	list-style: disc;
	margin: 20px 10px;
}

#content-container ul li {
	margin: 5px 0;
}
/** /Globals **/
/** Utility Classes **/
.alert {
	color: #F00;
}

.small {
	font-size: 10px;
}

.clear {
	clear: both;
}

#content-container ul.gallery-list {
	list-style: none;
	width: 500px;
	height: 200px;
	margin: 0;
}

#content-container ul.gallery-list li {
	float: left;
	margin: 0 10px 10px 0;
}

.left {
	float:left;
}
/** /Utility Classes **/

/** Forms **/
label {
	display: block;
}

input, textarea, select {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #000;
}

textarea {
	width: 472px;
}

button, a.button {
	float: right;
	display: block;
	padding: 5px 6px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000;
	background: url(../images/button_bg.png) 0 -35px repeat-x #000;
}

button:hover {
	cursor: pointer;
	background-position: 0;
}
/** /Forms **/
#top {
	position: relative;
	min-height: 100%;
	background: url(../images/wrapper_bg.png) center repeat-y;
}

#header-container {
	margin: 0 auto;
	width: 814px;
}
/** Global Header **/
#header {
	
}

#header-container {
	
}

#header-container h1 {
	position: relative;
	height: 245px;
	margin: 0;
	background: url(../images/header.png) no-repeat;
}

#header-container h1 a {
	display: block;
	position: absolute;
	left: 38px;
	width: 217px;
	height: 226px;
	text-indent: -1000px;
	overflow: hidden;
}
/** /Global Header **/

/** Primary Navigation **/
#global-nav {
	float: left;
	width: 250px;
	margin: 0 0 20px 0;
}

#global-nav a {
	display: block;
	padding: 20px 10px 23px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	background: url(../images/nav_item_bg.png) no-repeat left bottom;
}

#global-nav a:hover {
	background-position: -250px bottom;
}

#global-nav li.active a {
	background-position: -500px bottom;
}
/** /Primary Navigation **/

#main {
	padding-bottom: 70px;
}

/** Main Body Container **/
#main-container {
	width: 771px;
	margin: 0 auto;
	padding: 0 21px 0 22px;
	background: url(../images/main_bg.png) no-repeat;
}

#content-container {
	float: left;
	width: 480px;
	padding: 20px 20px 40px 20px;
	background: #fff;
	border-right: 1px solid #757575;
}

/** /Main Content Container **/
#footer {
	position: relative;
	height: 70px;
	margin-top: -70px;
	background: url(../images/footer_bg.png) repeat-x #CB0029;
}

#footer-container {
	width: 710px;
	margin: 0 auto;
	padding: 20px 42px 0 62px;
	font-size: 12px;
}

#footer-container a {
	color: #000;
}

#credits {
	float: right;
	text-align: right;
	text-transform: lowercase;
}

#copyright {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
}

#footer-nav {
	float: left;
}

#footer-nav li {
	display: inline;
	margin: 0 4px;
	color: #fff;
	font-weight: bold;
	
}

#footer-nav a {
	color: #fff;
}
