body, html {

	margin: 0;
	padding: 0;
	background-image: url(./images/background.gif);
	background-repeat: repeat-y;
	background-color: #ccc;
	background-position: center;
}


#main_content {

	background: #fff;
	margin: 0 auto;
	width: 760px;
	padding: 0 0 1em 0;



}


#banner {

	margin: 0 auto;
	width: 760px;
	height: 200px;
	padding: 0px;
	background: url(./images/banner-1.jpg) top right no-repeat;
	position: relative;
	left: 1px;
	
}

#banner img {
	
	margin: 0px;
	padding: 0px;

}

#menu {

	/*position: absolute;*/
	top: 200px;
	width: 760px;
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: dashed 1px black;
	border-top: solid 1px black;
	margin: 0 auto;
	text-align: center;

}

#menu a, #menu a:visited {

	padding: .5em 1em .5em 1em; 
	font-family: tahoma,sans-serif;
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
	font-size: .9em;

}


#menu a:hover {

	text-decoration: underline;

}




#sub_menu {

	/*position: absolute;
	top: 225px;
	left: 11%;
	width: 10%;
	margin-left: .75em;
	margin-top: 4em;*/
	width: 100px;
	float: left;
	margin-left: 1em;
	margin-top: .5em;
}

#sub_menu a {

	display: block;
	padding-left: .5em;
	padding-bottom: .4em;
	padding-top: .4em;
	text-decoration: none;
	font-family: verdana,sans-serif;
	font-weight: bold;
	color: #265DCE;


}


#sub_menu a:hover {

	color: #666;
	border-left: solid 2px #ff3300;
	font-size: 1.5em;

	
}

#sub_menu a.highlight {

	border-left: solid 2px #f30;
}




#copy {

	float: right;
	width: 450px;
	margin-right: 3em;
}

#copy h3 {


	text-align: left;
	font-family: tahoma,verdana,sans-serif;
	padding: 0px;
	margin-top: 1em;

}


#copy p {
	
	font-family: verdana,arial,sans-serif;
	letter-spacing: .2em;
	line-height: 1.5em;
	font-size: .8em;
	color: #666;
	text-align: justify;
	

}

#copy a, #copy a:visited, table.clients td a, table.clients td a:visited {

	color: #265DCE;

}

#copy a:hover, table.clients td a:hover {

	color: #759AE5;

}




#main_content {

	background: transparent;
	position: relative;
	left: 1px;

}

#footer {

	clear: both;


}
table.clients {


}
table.clients td {
	font-family: verdana,arial,sans-serif;
	line-height: 1.5em;
	font-size: .7em;
	color: #666;
	vertical-align: top;
	padding-right: 1em;
	padding-bottom: 1em;

}

table.clients th {
	font-family: verdana,arial,sans-serif;
	line-height: 1.5em;
	font-size: .8em;
	color: #000;
	border-bottom: solid 1px #ccc;

	text-align: left;
	vertical-align: top;

}

li {
	font-family: verdana,arial,sans-serif;
	line-height: 1.5em;
	font-size: .7em;
	color: #666;


}

.image_link img {

	border: 0px;

}

.survey_question {

	font-weight: bolder;

}

table.survey {

	font-family: verdana,arial,sans-serif;
	line-height: 1.5em;
	font-size: .7em;
	color: #666;

}


