/* CSS Document */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #FFFFFF;
	background:#016565 url(images/bg.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container{
	width:800px;
	text-align:left;
	overflow:hidden;
	position:relative;
	background:url(images/container_bg.jpg) 0 0 repeat-y;
	margin:0 auto;
	}

#shell{
	width:800px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}	
	
#header{
	width:800px;
	height:147px;
	margin:0px;
	padding:0px;
	}				

#titles{
width:556px;
margin-left:204px;
}	
	
#menus{
	width:180px;
	height:370px;
	float:left;
	padding-left:16px;
		}			
	
#contentcopy{
	width:556px;
	padding-top:20px;
	margin-left:217px;
	padding-bottom:25px;
	}			
	
#footer{
	width:800px;
	clear:both;
	overflow:hidden;
	background:#016565 url(images/footer_bg.jpg) 0 0 no-repeat;
	}	
	
#footertag{
	width:800px;
	padding-top:35px;
	text-align:center;
	clear:both;
	font-size:11px;
	color:#00cccc;
	line-height:15px;
	}	
	
#footertag a {
	color:#00cccc;
	text-decoration:none;
	}
	
#footertag a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}				

a {
	color:#03B4B4;
	text-decoration:none;
	}
	
a:hover {
	color:#006666;
	text-decoration:underline;
	}						

.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
h1 {
 font-family: Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:15px;
 color:#03B4B4;
 font-weight:normal;
 margin-bottom:8px;
 margin-top:0px;
 }


 strong {
	 font-weight:bold;
	 color:#03B4B4;
 }

li{
margin-bottom:5px;
line-height:20px;
}	

p {
	margin:4px 0 15px 0;
	line-height:20px;
	}
	
	
/* end ortho features */	

.altmenu {
	padding:10px;
	color: #E6F8FF;
	background-color:#539CE0;
	width: 100%;
	text-align:center;
	border:1px solid #E6F8FF;
	line-height:19px;
	margin-bottom:15px;
	}	
	
.altmenu a {
	color:#E6F8FF;
	text-decoration:none;
	}
	
.altmenu a:hover {
	color:#75DEFA;
	text-decoration:underline;
	}	