/* CSS Document */

/*-------------------main-------------------*/
body{
	background-color:#A0BBEB;
	margin: 0px auto;
	}
#container{
	width: 900px;
	height: 750px;
	margin: 10px auto;
	border:1px solid #336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/*-----------------------header--------------*/
#header{
	width: 900px;
	height: 100px;
	background-color:#E6E6E6;
	clear:both;
	border-bottom:1px solid #336699;
	}
#logo{
	float:left;
	width: 73px;
	height: 100px;
	}
#namebanner{
	display: none;
	}
/*--------------------------------left side elements--------------------------*/
/*---------------------------------------left side----------------------*/
#leftside{
	width: 300px;
	height: 600px;
	background-color: #336699;
	float: left;
	}
#left_top{
	display: none;
	}
/*-------------------------------------navigation-----------*/

#nav{
	width: 300px;
	height: 450px;
	}
#nav ul{
	list-style:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width: 300px;
	}
#nav ul li{
	line-height: 40px;
	font-size: 20px;
	text-align:left;
	display: inline;
	list-style-type:none;
	color:#FFFFFF;
	border-bottom: 1px solid white;
	text-indent: 95px;
	width: 300px;
	}
/*-------------------------------------Sub navigation (nested ul and li)-----------*/

#nav ul li ul{
	list-style:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width: 300px;
	}
#nav ul li ul li{
	line-height: 18px;
	font-size: 14px;
	text-align:left;
	background-image:none;
	background-color:#E6E6E6;
	display: inline;
	list-style-type:none;
	color:#336699;
	text-indent: 100px;
	width: 300px;
	}
/*-------------------------------------navigation links-----------*/

#nav li a:link,#nav li a:visited{
	color:#FFF;
	text-decoration:none;
	display:inline;
	width: 300px;
	background-color: inherit;
	text-decoration: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	}
#nav li a:hover{
	background-color:#E6E6E6;
	color:#336699;
	background-repeat:no-repeat;
	background-position:left;
	display:inline;
	width: 300px;
	}
/*-----------------------navigation to control current page navigation link------------*/
#nav .active a:active,#nav .active a:visited,#nav .active a:hover{
	background-color:#E6E6E6;
	color:#336699;
	background-image:url(images/nav_on.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	width: 300px;
	}
/*-------------------------------------sub navigation for current page links-----------*/

#nav .small a:active,#nav .small a ,#nav .small a:visited,#nav .small a:link{
	background-color:#E6E6E6;
	color:#336699;
	background-image:url(images/subnav_off.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	width: 300px;
	border-bottom: 1px solid #336699;
	}
#nav .small a:hover{
	background-color:#E6E6E6;
	color:#336699;
	background-image:url(images/subnav_on.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	width: 300px;
	}

/*------------content controls both middle and right text columns------------------*/
#content{
	width: 600px;
	height: 600px;
	background-color:#FFF;
	float: left;
	}
#middle{
	width: 270px;
	height: 580px;
	background-color:#E6E6E6;
	float: left;
	padding: 10px 15px;
	font-size: 14px;
	color:#336699;
	}
#middle h2{
	display: inline;
	font-size: 14px;
	font-weight:100;
	padding: 0px;
	margin: 0px 3px 0px 0px;
	}
#middle p{
	margin-top: 0px;
	}

#right{
	width: 270px;
	height: 600px;
	background-color:#E6E6E6;
	float: left;
	padding: 0px 15px;
	font-size: 14px;
	color:#336699;
	}
#right h1{
	font-weight:bold;
	font-size:16px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	}
#right h2{
	display: inline;
	font-size: 14px;
	font-weight:100;
	padding: 0px;
	margin: 0px;
	}
/*------------------------------------------------right side container--------------*/
#right_side{
	width: 599px;
	height: 600px;
	background-color:#E6E6E6;
	float: right;
	text-align: left;
	border-left: 1px solid #336699;
	}
#right_content{
	width: 500px;
	height: 500px;
	font-size: 26px;
	color:#336699;
	margin: 40px;
	}
#right_content h1{
	font-size: 30px;
	font-weight:300;
	text-align:center;
	line-height: 30px;
	}
/*---------------------------right side list elements------------*/
#right_content ul{
	margin: 0px;
	padding: 0px;
	}
#right_content ul li{
	list-style-type: none;
	background-image:url(images/bullet.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	line-height: 26px;
	text-indent: 30px;
	font-size:20px;
	margin-bottom: 15px;
	}
/*---------------------------Services right side list navigation elements------------*/

#right_content li a:link,#right_content li a:visited{
	font-size: 20px;
	color:#336699;
	text-decoration: underline;
	display:inline;
	}
#right_content li a:hover{
	background-image:url(images/bullet_over.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	font-size: 20px;
	color:#CC0066;
	text-decoration: underline;
	display:block;
	}
/*----------------------for services pages--------------*/	
#services_text{
	width: 500px;
	height: 460px;
	padding: 10px;
	font-size: 12px;
	color: #336699;
	margin: 10px 20px 10px 20px;
	}
#services_text h1{
	font-size: 30px;
	font-weight:300;
	text-align:center;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
#services_text h2{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	}
#services_text ul{
	margin: 0px;
	padding: 0px;
	}
#services_text ul li{
	list-style-position:inside;
	line-height: 18px;
	font-size: 16px;
	}
#services_text ul li ul{
	text-indent: 15px;
	}
.indent{
	text-indent: 20px;
	}
#navigation{
	float: right;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
/*--------------------------------for about us page--------------------------*/
#about_text{
	width: 500px;
	height: 460px;
	padding: 10px;
	font-size: 20px;
	font-weight:100;
	color: #336699;
	margin: 10px 20px 10px 20px;
	}
#about_text h1{
	font-size: 32px;
	font-weight:300;
	text-align:center;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
/*-----------------------------------elements for contact us page form----------------*/
.formtext{
	font-size: 12px;
	color: #FF0000;
	}
.optional{
	font-size: 16px;
	font-weight:bold;
	}
table.contact_table{
	border: 1px solid #336699;
	width: 500px;
	}
/*---------------------------------------elements for team member pages---------------*/
.bio_picture{
	width: 160px;
	height: 224px;
	float: left;
	border: 0px;
	padding: 0px 10px 10px 0px;
	}
#bio_text{
	float: left;
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	}
/*------------------------------------------------client right side container--------------*/
#client_side{
	width: 600px;
	height: 600px;
	background-color:#E6E6E6;
	float: right;
	text-align: left;
	border: 5px solid black
	}
#client_content{
	width: 500px;
	height: 500px;
	font-size: 26px;
	color:#336699;
	margin: 40px;
	}
#client_content h1{
	font-size: 30px;
	font-weight:300;
	text-align:center;
	line-height: 30px;
	}
#client_content h2{
	font-size: 26px;
	font-weight:300;
	text-align:center;
	line-height: 26px;
	margin-top: 30px;
	}

/*---------------------------client right side list elements------------*/
#client_content ul{
	margin: 0px;
	}
#client_content ul li{
	list-style-type: none;
	list-style-image:url(images/bullet.png);
	font-size: 20px;
	line-height: 36px;
	}
/*---------------------------content right side list navigation elements------------*/

#client_content li a:link,#client_content li a:visited{
	font-size: 20px;
	color:#CC0000;
	text-decoration: none;
	display:block;
	}
#client_content li a:hover{
	font-size: 20px;
	color:#000066;
	text-decoration: none;
	display:block;
	}

/*----------------------------------------footer--------------------*/
#footer{
	width: 900px;
	height: 48px;
	text-align:center;
	background-color: #336699;
	color: #E6E6E6;
	clear: both;
	border-top:1px solid #FFF;
	}
#footer a:link, #footer a:visited{
	color: #E6E6E6;
	}
#footer a:hover{
	color: #CC0000;
	}


