﻿*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Tahoma;
	font-size:11px;
	color: White;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
}

h1
{
	font-family:Tahoma;
	font-size:12px;
	color:#39535c;
}

h2
{
	font-family:Tahoma;
	font-size:11px;
	color:#39535c;
	padding-bottom:5px;
}

a
{
	color:#39535c;
}

a:hover
{
	color:#e7e8f7;
}

#wrapper
{
	background-color:#3f5c64;
	margin: auto;
	width: 800px;
	border-left:2px solid white;	
	border-right:2px solid white;
}

#banner
{
	border-bottom:1px solid white;
	width:800px;
}

#banner div.topbar
{
	height: 20px;
	background-color:#3f5c64;
	border-bottom:1px solid white;
}

#banner div.rotator
{
	background-color:#3f5c64;
	height: 192px;
	border-left:1px solid white;
	clear:right;
	border:0px;
	margin:0px;
	padding:0px;		
}




#footer
{
	border-top:2px solid white;
	padding: 0px 5px 5px 5px;
}

#footer a
{
	color:White;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer div.dmi
{
	vertical-align:bottom;
}

#footer div.footernav ul
{
	list-style: none;
	text-align:center;
}

#footer div.footernav li
{
	display: inline;
	list-style-type: none;
}

#footer div.info
{
	float:right;
}

#footer div.info img
{
	width:35px;
	float:left;
	margin: 3px;
}















#content
{
	background-color:#e7e8f7;
	height:100%;
	color:#3f5c64;
}


#content table
{
	padding:2px;
	margin:2px;
	height:100%;
	width:100;
}

#content table h1
{
	background-color:#b7cbcb;
	color:#39535c;
	font-size:14px;
	padding:4px;
}

#content table td
{
	vertical-align:top;
	border:1px solid white;
}

#content table td.left
{
	width:60%;
	background-color:#93b1b1;	
}

#content table td.right
{
	background-color:#c2d1d1;	
	padding-left: 4px;
}

#content table td img
{
	width:175px;
	height: 175px;
	border:1px solid white;
}
#content table td.left img
{
	float:left;
	margin-right: 5px;
}

#content table td.left div
{
	float: left;
	margin-right: 5px;
}

#content table td.right img
{
	float:right;
	margin-left: 5px;	
}

#content li
{
	list-style-position:inside;
}



#content table td.contentmain
{
	background-color:#e7e8f7;
	width:65%;
	padding: 0px 4px 4px 30px;	
}

#content table td.contentmain h1
{
	font-size:14px;
	background-color: #ffffff;
	text-indent:4px;
	margin-left:-30px;
	margin-right: -4px;
	margin-bottom:6px;
}

#content table td.expert
{
	background-color:#d8e7aa;
	padding: 0px 4px 4px 4px;	
}

#content table td.expert h1
{
	font-size:12px;
	background-color: #ffffff;
	text-indent:4px;
	margin-left:-4px;
	margin-right: -4px;
	margin-bottom:6px;
}

#content table td.expert img
{
	width:100px;
	height: 100px;
	margin-right: 10px;	
	text-align:right;
	margin-bottom:70px;
}

#content table td.testimonials
{
	background-color:#c2d1d1;
	padding: 4px;
}

#content table td.testimonials h1
{
	font-size:12px;
	background-color: #ffffff;
	text-indent:4px;
	margin-left:-4px;
	margin-right: -4px;
	margin-bottom:6px;
}

#content table td.testimonials img
{
	width:260px;
	height: 200px;
	margin-bottom:4px;	
}

#content table td.testimonials #flashcontent
{
		width:260px;
	height: 200px;
	margin-bottom:4px;	
}



#ContactForm
{
	width:100%;
}
#ContactForm td h1
{
	padding-left:30px;
}


#ContactForm th
{
	text-align:right;
	width:80px;
	padding-right:10px;
	border:1px solid #ffffff;
}

Input, TextArea
{
	font-family:Tahoma;
	font-size:10px;
	color: #3f5c64;
	width: 80%;
}

.button
{
	width:100px;
}