@charset "UTF-8";

/* Layout */

html
{
	background: #00457c url(../images/home_bg_level_1.jpg) repeat-x 0 0;
}
body
{
	width: 1100px;
	background: #00457c url(../images/home_bg_level_2.jpg) no-repeat 0 0;
}
#outerContainer
{
	width: 977px;
	background: transparent url(../images/outer-container-bg.gif) no-repeat bottom right;
	padding-bottom: 0px;
}
#headerContainer
{
	width: 970px;
	height: 246px;
	position: relative;
}

a#homeLink
{
        width: 470px;
        height: 100px;
        position: absolute;
        left: 0px;
        top: 34px;
}
a.logo
{
	width: 175px;
	display: block;
}
#innerContainer
{
	width: 970px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #9a9a9a url(../images/inner-container-home-bg.jpg) no-repeat 0 0;
}

#innerContainerOneColumn
{
	width: 970px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #9a9a9a url(../images/inner-container-home-bg.jpg) no-repeat 0 0;
}
/*#innerContainerNoWhite
{
	width: 970px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #9a9a9a url(../images/inner-container-secondary-bg.jpg) no-repeat 0 0;
}*/
#innerContainer #centerColumn
{
	width: 475px;
	float: left;
	margin: 24px 0 0 10px;
	padding: 20px;
	display: inline;
	background-color: #fff;
	border: 1px #9a9a9a solid;
}
#innerContainerOneColumn #centerColumn
{
	width: 690px;
	float: left;
	margin: 24px 0 20px 10px;
	padding: 20px;
	display: inline;
	background-color: #fff;
	border: 1px #9a9a9a solid;
}
/*#innerContainerNoWhite #centerColumn
{
	width: 500px;
	float: left;
	margin: 22px 0 0 5px;
	display: inline;
	padding: 0 5px;
	background-color: #fff;
	border: 1px #9a9a9a solid; 
}*/
#centerColumn h1, #centerColumn h1 a
{
	color: #00457c;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	margin: 22px 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px #fe0903 solid;
	width: 75%;
	text-decoration: none;
}
#centerColumn h2, #centerColumn h2 a
{
	color: #00457c;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 18px 0 6px 0;
	text-decoration: none;
}

#centerColumn h3, #centerColumn h3 a
{
	color: #00457c;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 15px 0 6px 0;
	text-decoration: none;
}

#centerColumn h4, #centerColumn h4 a
{
	color: #00457c;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	margin: 12px 0 5px 0;
	text-decoration: none;
}

#centerColumn p
{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}
#centerColumn a
{
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#centerColumn a img.logo
{
	border: 1px #9a9a9a solid;
	margin: 0 20px 20px 20px;
	padding: 10px;
	text-decoration: none;
}
#centerColumn a:hover
{
	color: #fe0903;
	text-decoration: underline;
	font-weight: normal;
}
#centerColumn h3 a:hover
{
	color: #fe0903;
	text-decoration: none;
	font-weight: bold;
}


#centerColumn ul
{
	margin: 0 0 16px 20px;
}
#centerColumn ul li
{
	padding-left: 12px;
	font-size: 12px;
	line-height: 16px;
	background: transparent url(../images/list_bullet_red.gif) no-repeat 0 6px;
}
#centerColumn ul.tag li
{
	background: none;
	margin-left: -30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #00457c;
}
#centerColumn ul.tag li a
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #00457c;
}
#centerColumn ul.tag li a:hover
{
	color: #fe0903;
   
}
#centerColumn ul.info li
{
	background: none;
	margin-left: -30px;
}
/*#centerColumn ul.info li a
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #00457c;
	margin-left: -30px;
}
#centerColumn ul.info li a:hover
{
	color: #fe0903;
}*/


#centerColumn ol
{
	margin: 0 0 16px 20px;
}
#centerColumn ol li
{
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
    list-style-type: lower-alpha;
}

#centerColumn ol ol li
{

    margin-top:  12px;
    margin-left: 60px;
    list-style-type: decimal;
	padding-left: 2px;
	font-size: 12px;
	line-height: 16px;
	
}
#centerColumn ol.tag li
{
	background: none;
	margin-left: -30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #00457c;
}
#centerColumn ol.tag li a
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #00457c;
}
#centerColumn ol.tag li a:hover
{
	color: #fe0903;
   
}
#centerColumn ol.info li
{
	background: none;
	margin-left: -30px;
}





#home
{
	margin-bottom: 0px;
}

