@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */
html{
	height: 100%;	
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #FFF;
}

a{
	color: #FFF;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 25px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 12px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 6px;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 15px;
}
p em{
	font-style: italic;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
}
ul{
	list-style-type: disc;
	margin-bottom: 10px;
}
li{
	list-style-position: outside;
	margin-left: 15px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */

#outerWrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image:url(../images/bg-biglogo.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 100%;
	text-align: left;
}
#topContainer{
	float: left;
	width: 910px;
	margin-top: 73px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
	height: 53px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(../images/bg-contentbox.png);
	background-repeat: repeat;
}
#topDivider{
	float: left;
	width: 910px;
	height: 1px;
	margin-top: 15px;
	border-bottom: 1px solid #999;
}
#siteContainer{
	margin: 0;
	padding: 0;
	width: 910px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	text-align: left;
	background-image: url(../images/bg-contentbox.png);
	background-repeat: repeat;
}
#leftContainer{
	float: left;
	width: 170px;
	display: inline;
	margin-right: 20px;
	margin-top: 10px;
}
#rightContainer{
	float: left;
	width: 720px;
	min-height: 650px;
	margin-top: 10px;
}
/* Menu styles */
#menuContainer{
	float: left;
	width: 170px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
#menuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#menuContainer li{
	margin: 0;
	padding: 0;
	float: left;
}
#menuContainer li a{
	float: left;
	color: #FFF;
	width: 170px;
	line-height: 200%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}
#menuContainer li a:hover{
	color: #C00;
}
#menuContainer li a.selected{
	text-decoration: underline;
}
#menuContainer ul li ul{
	margin: 0;
	padding: 0;
	float: left;
}
#menuContainer ul li ul li a{
	float: left;
	color: #CCC;
	width: 170px;
	line-height: 150%;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#addressInformation{
	float: left;
	width: 170px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
#frontContentContainer{
	float: left;
	width: 700px;
	margin-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#normalContentContainer{
	float: left;
	width: 700px;
	margin-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.doubleColumnContainer{
	float: left;
	width: 720px;
}
.singleColumnContainer{
	float: left;
	width: 350px;
}
.singleColumnHeader{
	float: left;
	width: 330px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	font-weight: bold;
}
.articleListContainer{
	float: left;	
	width: 350px;
	margin-top: 25px;
}
.articleItemContainer{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 330px;
	border-bottom: 1px solid #999;
}
.articleItemContainer h4 a{
	line-height: 130%;
}
.articleItemContainer img{
	float: right;
	width: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.singleColumnWideContainer{
	float: left;
	width: 700px;
	border-top: 1px solid #999;
}
.singleColumnWideHeader{
	float: left;
	width: 660px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	font-weight: bold;
}
.articleListWideContainer{
	float: left;	
	width: 680px;
	margin-top: 25px;
}
.articleItemWideContainer{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 660px;
	border-bottom: 1px solid #999;
}
.articleItemWideContainer img{
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bigLetters{
	text-transform: uppercase;	
}
.articleImageContainer{
	float: left;
	height: 240px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: 30px;
}
.smallImageContainer{	
	float: left;
	width: 100px;
	margin-right: 20px;
	height: 120px;
	overflow: hidden;
}
