* {
	margin: 0;
	padding: 0;
}

body{
	width:1015px;
	padding:0;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#606263;
	background-color:#FFFFFF;
	position: relative;
}

ul {
margin-left:15px;
}


p {
padding-bottom:10px;
}

p.pStrong {
	font-weight:bold;
	}

h3 {
padding: 5px 0 5px 0px;
}

h3.subTitle {
font-size: 150%;
}

h3.news {
padding-left: 15px;
}

#Wrapper {
	position: relative;
	width:1015px;
	margin:auto;
	overflow: hidden;
}

#header {
	position: relative;
	background-color: #5e5e5e;
	height: 172px;

}

#headerInner {
	background-color: #5e5e5e;
	position:relative;
	background-position: 50% 50%;
	padding-top:40px;
	width: 929px;
	margin:auto;
	background-image:url(/Images/header.jpg);
	background-repeat:no-repeat;
	height:127px;
}

/* ROUNDED CORNERED GREY HEADER */

	.roundedBox {
		position: relative;
		padding: 25px;
		margin: 10px 0;
		border: 1px solid red;
	}



	.corner {
		border: 1px solid green;
		position:absolute;
		width:25px;
		height:25px;
	}

	.topLeft { top:0; left:0; background-position:-2px -1px;}
	.topRight { top:0; right:0; background-position:-23px -1px;}
	.bottomLeft { bottom:0; left:0; background-position:-2px -24px;}
	.bottomRight { bottom:0; right:0; background-position:-23px -24px;}

	#type1 {background-color:#ffffff;}
    	#type1 .corner {background-image: url(/Images/corners.jpg);}


/* END ROUNDED CORNERED GREY HEADER */

	.logoLeft {
	float: left;
	padding-left:25px;
	padding-top:7px;
	}

	.logoMiddle {
	float: left;
	padding-left:60px;
	padding-top:20px;
	}

	.logoRight  {
	float: right;
	padding-right:25px;
	padding-top:7px;
	}




.clear {
clear:both;
}

.clearLeft {
clear:left;
}

.clearRight {
clear:Right;
}


.clearBlue {
clear:both;
background-color: #0d5399;

}


#navcontainer {
	position: relative;
}

#navlist
{
	position: relative;
	margin: 0;
	padding: 10px 35px 10px 10px;
	background-color: #393939;
    text-align: right;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align:right;
	color:#ffffff;
	position: relative;

}

#navlist a:link, #navlist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	position: relative;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 1px;
	background: transparent;
	color: #ffffff;
}

#navlist a:hover { color: #ffffff; }

#main{
	position: relative;
	background-color: #0d5399;
	border:1px solid #0d5399;
}

#mainInnerHP {
	position: relative;
/*	width: 927px;*/
	margin:auto;
	background-color:#ffffff;
}


#mainInnerSubLeft {
	position: relative;
	width: 245px;
	margin:auto;
	background-color:#0D5399;
	float:left;
	padding:0px;


}
#mainInnerSubLeft .roundedBoxBlue {
	margin-right: 0px !important;
}

#mainInnerSubLeft ul li{
	position: relative;
list-style-image:url(/Images/blue-bullet.gif);
margin-left: 10px;
color:#393939;
}

#mainInnerSubLeft ul ul li{
list-style-image: url(/Images/grey-bullet.gif);
margin-left: 5px;
color:#8A8989;
	position: relative;
}

#mainInnerSubLeft ul ul li a.active{
list-style-image: url(/Images/grey-bullet.gif);
color:#0D539A;
	position: relative;
}

hr.hrBlue {
/*background-image: url(../images/br.gif) ;
border:1px solid #FFFFFF; */
height:15px;
border:1px solid #FFFFFF;
color: #d3e5f8;
background-color:#d3e5f8;
}

div.hrBlue hr {display: none;}



#mainInnerSubRight {
	width: 750px;
	margin:auto;
	background-color:#0D5399;
	float:right;
	padding:0px;
	position: relative;
}
#mainInnerSubRight .roundedBoxBlue {
    margin-left: 0px !important;
}



br.brBlue {
background-image:url(/Images/blueBR.jpg);
border:1px solid blue;
height:30px;
}


p.published {
	color: #999999;
	float:right;
	font-size:90%;
	height:20px;

}

p.grey {
	background-color:#e9e8e8;
	border: 1px solid #D3D1D1;
	padding:10px;
	margin-bottom:10px;
	margin-top:20px;

}

a.aRed {
color:#0d5399;
}

a.white {
color:#ffffff;
}

.solution {
width: 500px;
float:right;
border: 1px dashed #888888;
color:#888888;
padding:5px 5px 0 5px;
text-align:left;
margin-top:10px;
}

.solution img {
padding-right:10px;
float:left;
}




img.imgThick {
	border: 3px solid #D3D1D1;
}

img.imgCharcoalRight {
	border: 1px solid #393939;
		float:right;
	margin:10px 0 10px 0;

}

img.imgCharcoalLeft {
	border: 1px solid #393939;
	float:left;
	margin:10px 0 10px 0;
}


.left {
float:left;
	position: relative;
}

.right {
float:right;
	position: relative;
}


/* ROUNDED CORNERED BLUE MAIN HP */

	.roundedBoxBlue {
        position:relative;
        padding:25px;
        margin: 20px 40px 20px 40px;
        background: #FFFFFF;
    }

     .roundedBox {
	width:auto;
	height:auto;}





	.cornerBlue {
		position:absolute; width:25px; height:25px;
	}

	.topLeftBlue {top:0; left:0; background-position:-2px -1px;}
	.topRightBlue {top:0; right:0; background-position:-23px -1px;}
	.bottomLeftBlue {bottom:0; left:0; background-position:-2px -24px;}
	.bottomRightBlue {bottom:0; right:0; background-position:-23px -24px;}

#typeBlue1 {
	background-color:#ffffff;
}
.cornerBlue {
	background-image: url(/Images/corners-blue.jpg);
}

/* END ROUNDED CORNERED BLUE MAIN HP */

#leftHP {
	position: relative;
	width:615px;
	float: left;
}

#rightHP {
	position: relative;
	width: 248px;
	float:right;
}

#rotating {
	position: relative;
	height:270px;
	border: 1px solid #999999;
}

#introHP {
 margin-top:10px;
	position: relative;

}

#HP {
	position: relative;
	height:271px;
}

#welcomeHP {
	position: relative;
	height:195px;
	width:610px;
	border: 1px solid #999999;
	margin-top:9px;
	background-image:url(/Images/newsbg-welcome.jpg);
}

#welcomeHP h3 {
	position: relative;
	color: #ffffff;
	background-color:#0d5399;
}

#welcomeHP p {
	position: relative;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
}

#newsHP {
	position: relative;
	height:281px;
	width:240px;
	border: 1px solid #999999;
	margin-top:10px;
	background-image:url(/Images/newsbg-news.jpg);
}

#newsHP h3 {
	position: relative;
color: #ffffff;
background-color:#0d5399;
}

#newsHP ul{
	position: relative;
	margin:10px 0 0 15px;

}

#newsHP ul li{
	position: relative;
list-style-image:url(/Images/blue-bullet.gif);
	margin-left:20px;
	margin-bottom:8px;
	margin-right:12px;

}

#newsHP ul ul li{
	position: relative;
list-style: none;
	margin-left:-15px;
	margin-top:-10px;
}


#newsHP a{
	color:#606263;
	text-decoration:none;
	font-weight:bold;
}

#newsHP a.aNews {
text-decoration:underline;
	color:#0D539A;

}

ul.subNav a{
text-decoration:none;
	color:#606263;

}


ul.subNav a:hover{
text-decoration:underline;

}

.relLinks {

}

.relLinks h4 {
text-decoration:underline;
text-align:center;
margin-left:-20px;
margin-bottom:10px;

}

.relLinks ul  {
list-style:none;
}




ul.relLinks a{
text-decoration:none;
	color:#606263;
	list-style:none;


}

ul.relLinks a:hover{
text-decoration:underline;

}

.addthis_button {
padding-left:15px;
position:relative;
}

/* ROUNDED CORNERED WHITE FOOTER */

	.roundedBoxWhite {position:relative; padding:25px; margin:20px 0; }
	/*IE 6 and below
    * .roundedBox {
	width:auto;
	position: relative;
	height:auto;}
/*IE 7 and below
    *:
/*IE 7 only
    *:
	*/


	.cornerWhite {position:absolute; width:25px; height:25px;}


	.topLeftWhite {top:0; left:0; background-position:-2px -1px;}
	.topRightWhite {top:0; right:0; background-position:-23px -1px;}
	.bottomLeftWhite {bottom:0; left:0; background-position:-2px -24px;}
	.bottomRightWhite {bottom:0; right:0; background-position:-23px -24px;}

	#typeWhite1 {background-color:#0d5399;}
    #type1White .cornerWhite {background-image: url(/Images/corners-white.jpg)}


/* END ROUNDED CORNERED WHITE FOOTER */


#footer{
	position: relative;
	background-color: #0d5399;
	color:#ffffff;
	height:30px;
	text-align:center;
}

#footer a{
	position: relative;
	color:#ffffff;
}

#validate{
	position: relative;
	text-align:center;
	margin-top:15px;
}

#validate a{
	position: relative;
}

#validate img{
	position: relative;
	border: none;
}
