body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	height: 100%;
	width: 100%;
}

p {
	font: .8em Verdana, Arial, Geneva, sans-serif;
}

.below h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(images/h3_back.png);
	background-repeat: no-repeat;
	text-align: center;
	color:#000;
}

.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/left_bar_back2.gif);
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333;
} 

.thrColFixHdr #sidebar1 {
	clear: both;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	margin: 0;
	padding:0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 20px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.thrColFixHdr #mainContent2 {
	margin: 0 20px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#header {
	background: url(images/entrybg.png) top;
	border-top: 1px solid #ccc;
	vertical-align: middle;
	padding-top: 0px;
	margin-top:-3px;
} 
#header li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	padding: 0px 20px 0px 0px;
	line-height: 1.6em;
	vertical-align: super;
}


#footer p {
	
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitebg{
	background-color: #ffffff;	
}

h1 {
	font-size: 1.15em;
}

h2 {font-size: 1.1em;
}

h5 {font-size: .9em;
	}
	
.pad-left{
	padding-left: 230px;
}

.pad-top{
	padding-top: 10px;
}

#clients {
	position:relative;
	top: auto;
	width: 910px;
	overflow: hidden;
	visibility: visible;
	padding-top: 5px;
}

#clientcontainer{
	height: 165px;
	padding: 5px 0 0 0;
	cursor: pointer;
}

li a.holder:link {
text-decoration: none;
color:#000;
}

li  a.current:link, li a.current:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: .9em;
}



li a.holder:visited {
	text-decoration: none;
	color:#666;
}

li a.holder:hover, a.current:hover{
	text-decoration: none;
	color: #C60;
}

.small {
	font-size: .8em;
}

.small li {
	line-height: 1.5em;
}

#mainContent2 #frmQuote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	padding-left: 20px;
}

#frmQuote fieldset {
	background-color: #b9c5c5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #729e91;
	border-bottom-color: #729e91;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#frmQuote legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #b9c5c5;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

#mainContent2  #frmQuote input{
	width: 200px;
}

#mainContent2  #frmQuote input:focus{
	background-color: #eddba1;	
}
table tr td {
	font-size: 0.8em;
	text-align: center;
}
table th {
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #D6D6D6;
}

table caption {
	background-color: #b9c5c5;
	font-weight: bold;
}

.top {
	background-image: url(images/at_banner_new.jpg);
	background-repeat: no-repeat;
	margin: 0px au to;
	padding: 0px;
	clear: left;

	height: 180px;
	width: 950px;
}

.top-links {
	color: #FFF;
	margin: 0px;
	clear: left;
	float: left;
	height: 30px;
	width: 950px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu-1 {
	clear: left;
	float: left;
	height: 40px;
	width: 950px;
	padding-top: 105px;
	padding-left: 5%;
}
.themenu {
	width: 950px;
	height:40px;
	margin:0;
	padding: 0px;
}
.themenu li {
	display:inline;
}
* html .themenu li a { /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 125px;
}

.themenu li a:link {
	background:url(images/button1.jpg) repeat-x;
	color: #fff;
	display:inline;
	width: 125px;
	height:42px;
	line-height:42px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:11px;
	border-right:#FFF solid 1px;
}

.themenu li a:visited {
	background:url(images/button1.jpg) repeat-x;
	color: #ccc;
	display:inline;
	width: 125px;
	height:42px;
	line-height:42px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:11px;
	border-right:#FFF solid 1px;
}

.themenu li a:hover {
	background:url(images_mv/button2.jpg) repeat-x;
	color: #fff;
	display:inline;
	width: 125px;
	height:42px;
	line-height:42px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	float:left;
	font-size:11px;
	border-right:#FFF solid 1px;
}
/*  Hack for IE \*/

* html .themenu li {
	height: 1%;
}
* html .themenu li a {
	height: 1%;
}

.bottom {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background-image: url(images_mv/bottom.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.bottom-footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #FFF;
	clear: left;
	float: left;
	width: 950px;
	padding-top: 20px;
		padding-bottom: 20px;
	text-align: center;
}


.lf-links li {
	display:block;
	text-decoration: none;
	margin-left: -42px;
}

.lf-links li a:link {
	background:url(images/but_back.gif);
	background-repeat: no-repeat;
	display:block;
	color: #fff;
	width: 204px;
	height:44px;
	line-height:44px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	font-size:.8em;
}

.lf-links li a:visited {
	background:url(images/but_back.gif);
	background-repeat: no-repeat;
	display:block;
	color: #ccc;
	width: 204px;
	height:44px;
	line-height:44px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	font-size:.8em;
}

.lf-links li a:hover {
	background:url(images/but_back_hvr.gif);
	color: #ccc;
	background-repeat: no-repeat;
	display:block;
	width: 204px;
	height:44px;
	line-height:44px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	font-size:.8em;
}

.lf-links li a:active {
	background:url(images/but_back.gif);
	color: #cc9900;
	background-repeat: no-repeat;
	display:block;
	width: 204px;
	height:44px;
	line-height:44px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	font-size:.8em;
}

a#featureLink {
	background:url(images/but_back.gif);
	color: #cc9900;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	font-size:.8em;
}


.red {
	color:red;
}