body {
	background: #024E6C;
	text-align: center;
	font: normal 11px verdana;
}

#shadowContainer {
	margin: 25px auto;
	background: url(../images/shadow.gif) repeat-y;
	width: 860px;
}

#container {
	position: relative;
	text-align: left;
	padding: 25px 0px;
	margin: 0px 45px;
	min-height: 300px;
	background: url(../images/penguin.jpg) bottom left no-repeat;
}

#header {
	width: 860px;
}

#flashHeader {
	width: 860px;
	height: 275px;
	overflow: hidden;
}

#flashNav {
	width: 860px;
	height: 50px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	width: 860px;
	height: 49px;
	font-size: 9px;
	padding-top: 5px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
	background: url(../images/footerUnderline.gif) repeat-x bottom;
	margin: 0px 0px;
}

#penguin {
	position: absolute;
	background: url(../images/penguin.jpg) no-repeat;
	height: 161px;
	width: 144px;
	bottom: -25px;
	left: 0px;
}

#leftContent {
	float: left;
	padding-bottom: 250px;
	width: 180px;
}

#rightContent {
	float: right;
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #C62209;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	color: #105168;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px;
}

h4 {
	background: #6B8EAD;	
	padding: 2px 5px;
	margin: 0px 0px;
	color: #fff;
	font-weight: normal;
	font-size: 9px;
}

p {
	margin: 10px 0px;
	line-height: 14px;
}

a {
	color: #105168;
	text-decoration: none;
}

a:hover {
	color: #105168;
	text-decoration: underline;
}

blockquote p {
	margin: 5px 5px;
}

#contentHeader {
	background: #6B8EAD;	
	padding: 2px 5px;
	color: #fff;
}

#rcLeft {
	float: left;
	width: 280px;
	padding: 10px 10px;
	text-align: justify;
}

#rcRight {
	float: right;
	width: 255px;
	padding: 20px 10px;
}

#container li {
	padding: 5px 5px;
	list-style: url(../images/bullet.jpg);
}

#container #sitemap li,
#container #sitemap ul {
	list-style-image:none;
	list-style: square;
}

#questionBox {
	text-align: right;
	border: #000000 1px solid;
	padding: 10px 10px;
	color: #666666;
}

#questionBox .txtField {
	border: #000000 1px solid;
	background: #CCCCCC;
	width: 155px;
}

#questionBox .formField {
	display: block;
	padding-bottom: 5px;
}

.small {
	font-size: 14px;
	font-weight: normal;
}

#flashcontent {
	width: 258px;
	height: 250px;
}

#flashcontent2 {
	padding-top: 40px;
	width: 150px;
	height: 50px;
	margin: 0px auto;
}

.formWidth {
	width: 250px;
}

.formWidth2 {
	width: 350px;
}

*::-moz-selection {
	background-color:#C62209;
	color:white;
}

*::selection {
	background-color:#C62209;
	color:white;
}


/*******NAV*********/

#navBG {
	background: url(../images/mainNav.jpg) no-repeat;
	width: 775px;
	height: 27px;
	margin: 0px auto;
}

#navBG .switch{
	position: absolute;
	display: none;
	width: 650px;
	top: 26px;
	left: -355px;
	padding-left: 15px;
	font-size: 9px;
	background: url(../images/subNav-right.jpg) no-repeat 0px 0px;
}

#navBG .switch li {
	position: relative;
	float: right;
	left: -230px;
	padding-left: 0px;
	list-style: none;
	}
	
	
#navBG .switchShort{
	position: absolute;
	display: none;
	width: 650px;
	top: 26px;
	left: -235px;
	padding-left: 15px;
	font-size: 9px;
	background: url(../images/subNav-right-short.jpg) no-repeat 0px 0px;
}

#navBG .switchShort li {
	position: relative;
	float: right;
	left: -350px;
	padding-left: 0px;
	list-style: none;
	}
	

#navBG ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navBG ul li {
	top: 1px;
	position: relative;
	float: left;
	height: 27px;
	list-style: none;
	/*padding-left: 30px;*/
	}
	
#navBG li ul li {
	position: relative;
	float: left;
	padding-left: 0px;
	list-style: none;
	}
	
#navBG li ul {
	position: absolute;
	display: none;
	width: 650px;
	top: 26px;
	padding-left: 15px;
	font-size: 9px;
	background: url(../images/subNav.jpg) no-repeat 0px 0px;
	list-style: none;
	}

/* Styles for Menu Items */
#navBG ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	/*background: #fff;  IE6 Bug */
	padding: 5px;
	list-style: none;
	}

/* Fix IE. Hide from IE Mac \*/
* #navBG  html ul li { float: left; height: 1%; list-style: none;}
* #navBG  html ul li a { height: 1%; list-style: none;}
/* End */

#navBG ul li a:hover { color: #E2144A; list-style: none;} /* Hover Styles */

#navBG li ul li a:hover { color: #000; text-decoration: underline; list-style: none;} /* Hover Styles */
		
#navBG li ul li a { padding: 5px 5px; list-style: none;} /* Sub Menu Styles */
		
#navBG li:hover ul, #navBG li.over ul { display: block; list-style: none;} /* The magic */

.morePad {
	padding-top: 5px;
}

/***************************************/


.client {
	text-align: right;
	padding-top: 5px;
}

/***************************************/





/***************QUICK FORM**************/

#leftContent input,
#leftContent select {
	margin: 2px 0px 5px 0px;
}

#leftContent .txtWidth {
	width: 160px;
}
#leftContent form {
	background: #eeeded;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0px;
}
/***************************************/