/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/mainBg.png) top repeat-x #04435b;
	margin-top: 0px;
}

a:link, a:visited, a:focus {
	color: #0033FF;
	text-decoration:underline;
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
<!--font-size: 3em;
font-weight: normal;
margin: 0px;-->

}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 1.6em;
}

table {
	font-size: 1.2em;
}

/* Layout Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 726px;
	padding: 0px 18px 0px 15px;
	margin-left: auto;
	margin-right: auto;
	background: url(../../images/outerContainerBg.png) no-repeat;
}
	
#container {
	width: 693px;
	position: relative;
}

#header {
	width: 693px;
	height:135px;
	font-size: 1px;
}

#navHolder {
	width: 693px;
	height: 43px;
	background: url(../../images/navBg.jpg);
	border-bottom: 10px solid #f0f0f0;
}

#flashText {
	border-right: solid 5px #104258; 
	height: 270px;
	width: 300px;
	float: left;
	background: #e75e03;
}

#flashTextList {
	margin: 0px;
	padding: 0px;
}

#flashTextList li {
	margin: 0px;
	list-style: none;
	padding: 2px 3px;
}

#flashSlideshow {
	float: left;
	width: 374px;
	height: 270px;
	padding-right: 14px;
	background: #e75e03;
}

#contentContainer {
	width: 693px;
	background: url(../../images/contentContainerBg.png) repeat-x #b7b7b7;
}

#contentLeft {
	float: left;
	width: 493px;
}

#contentLeft-text {
	padding: 20px;
}

#contentLeft-text p {
	font-size: 1.4em;
	line-height: 1.6em;
}

#contentLeft-text ul {
	font-size: 1.4em;
}

#contentRight {
	float: right;
	width: 200px;
	background: #032836;
}

#backBtn {
	text-align: center;
	width: 453px;
}

#backBtn a {
	float: left;
	background: url(../../images/exit-btn-off.jpg) no-repeat #b7b7b7;
	width: 200px;
	padding-top: 122px;
	height: 20px;
	display: block;
	color: #333;
	margin-bottom: 10px;
}

#backBtn a:hover {
	background: url(../../images/exit-btn-on.jpg) no-repeat #b7b7b7;
	text-decoration: none;
}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	text-align: center;
	line-height: 35px;
}

#navigation ul {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	color: #fff;
	border-right: 1px solid #888;
    text-decoration:none;
	padding: 11px 10px 12px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

#navigation a:hover {
	background: url(../../images/navBg-hover.jpg) repeat-x #492300;
}

body #navigation .rightLink {
	border: none;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 673px;
	padding: 10px;
	color: #000;
	background: #fff;
	font-size: 1.1em;
}
	#footer a {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	width: 400px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 450px;
}
	ul#footerDetails li {
		display:block;
	}
	
ul#footerW3C {
	float: right;
	margin: 0px;
	padding: 0px;
}
	ul#footerW3C li {
		display: inline;
	}



/* Class Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.img-left {
	border: 1px solid #fff;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 1px solid #fff;
	float: right;
	margin: 0px 0px 10px 10px;
}

.img-leftNB {
	border: none;
	float: left;
	margin: 0px 10px 10px 0px;
}


.img-rightNB {
	border: none;
	float: right;
	margin: 0px 0px 10px 10px;
}

#logo {
	width: 200px;
	height: 100px;
	float: left;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.list {
	font-size: 1.1em;
}