/* --- start of css --- */
body	{
	background-color: #18345c;
	background-image : url('/images/background.png');
	background-repeat : repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: ;
	letter-spacing:1px;
}

p	{
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
}

h1	{
	color: #ffffff;
	font-size: 24px;
	font-weight: ;
	margin:10px 0px 0px 0px;
}

hr	{
	color: #ffffff;
	background-color: #498dc5;
	height: 10px;
	margin: 35px 0px 35px 0px; 
}

.pageLinks	{
	font-weight:bold;
	font-size:16px;
	width:820px;
}

#outerWrapper {
	background-color: #498dc5;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
}

#outerWrapper #contentWrapper #content #footer {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

#header	{
	width: 990px;
	height: 188px;
	margin: 0px;
	background-color: 024176;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
}

#content	{
	text-align: left;	
	width: 990px;
	background-color: #498dc5;
	margin-top:0px;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#footer	{
	width:  990px;
	height: 117px;
	background-color: #498dc5;
	color: #000000;
}

/* Global Links */	
a:link {
	color:  #024176;
	text-decoration: none;
}

a:hover {
	color: #ff3d38;
	text-decoration: none;
}

a:visited {
	color: #1f22f9;
	text-decoration: none;
}

.current_page	{
	color: #ff3d38;
}

.form	{
	font-weight: ;
	color: #000000;
	margin-left: 39px;
}

.error	{
	font-weight: ;
	color: #c80412;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
}

.error a:link {
	text-decoration: underline;
}

.attention	{
	color: #ff3d38;
}

.photo	{
	border: 2px solid #ffffff;
}

.title	{
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
}

.keywords	{
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	text-align:left;
}

.video_title	{
	font-size: 12px;
}

.highlight	{
	background-color:#498dc5;
	color:#1f22f9;
	font-weight:bolder;
	padding: 3px;
}

input,select,textarea	{
	background-color:#024176;
	color:#ffffff;   
	border: 1px solid #ffffff;
}

.button	{
	border-style:outset;
	border-width:1px;
}

/*CURVY CORNERS*/
.curvy {
	position:relative;
	width: 865px;
	background-color: #ffffff;
	color: #ffffff;
	margin:1em .3em .3em .3em;
	padding:15px;
	z-index:1
}

#ctl, #cbl, #ctr, #cbr {
	position:absolute;
	width:20px;
	height:20px;
	color: #ffffff;
	background-color:  #498dc5;
	overflow:hidden;
	font-style:normal;
	z-index:2;
}

#ctl {
	top:0;
	left:0;
}

#cbl {
	bottom:0;
	left:0;
}

#ctr {
	top:0;
	right:0;
}

#cbr {
	bottom:0;
	right:0;
}

.curvy span b {
	position:absolute;
	font-size:150px;
	font-family:arial;
	color: #ffffff;
	line-height:40px;
	font-weight:normal;
}

#ctl b {
	left:-8px;
}

#ctr b {
	left:-25px;
}

#cbl b {
	left:-8px;
	top:-17px;
}

#cbr b {
	left:-25px;
	top:-17px;
}

.curvy p {
	position:relative;
	z-index:100;
	padding:5px 10px;
}

/*NAV CSS*/
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: url(/images/gradient.png) #024176 repeat-x 0 -110px;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	font-size:15px;
	z-index: 3;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 8px 15px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: url(/images/gradient.png) #b4e0fd repeat-x 0 -40px;
	color: #444444;
	/*border-top: solid 1px #f8f8f8;*/
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	background: url(/images/gradient.png) #b4e0fd repeat-x 0 -100px !important;
	color: #FFFFFF !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 195px;
	position: absolute;
	top: 35px;
	left: 0;
	background: url(/images/gradient.png) #DDDDDD repeat-x 0 0;
	border: solid 1px #B4B4B4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}
 
html[xmlns] #nav {
	display: block;
}

 
* html #nav {
	height: 1%;
}