/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html {
	}

body {
	background: #0099FF center top;
	color: #000;
	font: 12px/1.5 Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

.boldr {
	color: #FF0000;
	font-weight: bold;
}

.boldr1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.notes {
	color: #666666;
	font-size: 10px;
}

.photorem {
	color: #666666;
	font-size: 10px;
	font-style: normal;
}

h3 {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.3em;
	padding: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
	border-bottom-width: thin;
	width: 400px;
	color: #FF0000;
	margin: 3px;
}
/* Navigation */
#navcontainer {
	width: auto;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #F2F2F2;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}

#navcontainer ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#navcontainer li a {
display: block;
padding: 5px 5px 5px 18px;
background: #fff url(nav.gif) 5px 50% no-repeat;
background-color: #F2F2F2;
color: #0033CC;
text-decoration: none;
width: auto;
}

#navcontainer ul a.subpage {
	color: #424343;
	font-weight: normal;
	text-decoration: none;
	background: #fff url(nav2.gif) no-repeat 20px 50%;
	display: block;
	width: auto;
	border-bottom: 1px solid #ededed;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 40px;
}


html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	background: #fff url(nav1.gif) 5px 50% no-repeat;
	background-color: #FF0000;
	color: #fff;
	font-weight: bold;
}


.txtpicleft {
	padding: 0px;
	margin-right: 5px;
}

.txtpicright {
	padding: 0px;
	margin-left: 5px;
}

/*-  Footer
----------------------------------------------------------------------*/
#footer {
	background: #f5f5f5 url(details.gif) 35px 55% no-repeat;
	border-top: solid 1px #ededed;
	margin: 0;
	padding: 13px 0 0px 0;
	font: normal 10px verdana, arial, geneva, helvetica, sans-serif;
	}
	
#footer a {
	text-decoration: none;
	color: #424343;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #009dea;
	}
	
#footer span {
 	color: #0033CC;
	}

.details {
	text-align: left;
	margin-left: 55px;
	}

#main {
	line-height: 170%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	}

#main a {
	color: #009dea;
	text-decoration: underline;
	}
	
#main a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	}
	
p {
	padding: 0 1px 12px 1px;
	}
	
#main ul {
	padding: 0 1px 12px 1px;
	margin-left: 0px;
	list-style-type: none;
	}
	
#main ul li {
	background: url(bullet.gif) 0px 7px no-repeat;
	padding-left: 14px;
	padding-bottom: 10px;
	}
		
#container {
	background: #0089cb url(img/bg_container.gif) center top repeat-x;
	width: 702px;
	\width: 722px;
	w\idth: 702px;
	margin: 0 auto;
	padding: 0 10px;
	}	
	
#content {
	padding-right: 7px;
	text-align: left;
	}
	

#main {
	line-height: 170%;
	}
	
	
h1 a {
	display: block;
	width: 200px;
	height: 70px;
	text-decoration: none;
	text-indent: -3000px;
	}
	
		
h3 {
	display: block;
	margin: 12px 0 15px 0;
	}
		
h2 span, h3 span {
	display: none;
	}
	
h4 {
	color: #009dea;
	font: bold 11px verdana, arial, geneva, helvetica, sans-serif;
	padding: 10px 1px 2px 1px;
	line-height: 170%;
	}
	
h5 {
	color: #424343;
	font: bold 11px verdana, arial, geneva, helvetica, sans-serif;
	padding: 10px 1px 2px 1px;
	line-height: 170%;
	}
		
	
.details {
	text-align: left;
	margin-left: 55px;
	}
		
	
/* Clearfix */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
