@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#f0ffd0 url(../images/main-background.jpg) repeat-x;
	color:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.88em;
	font-weight:normal;
}

#container
{
	margin:0 auto;
	padding-top:10px;
	width: 960px;
}

#header
{
	background:url(../images/top-logo-bar.gif) no-repeat top left;
	float:left;
	width:960px;
}

#header-inner
{
	background:url(../images/top-logo-bar-inner.gif) no-repeat top left;
	float:left;
	width:960px;
}

#date
{
	color:#fff;
	float:right;
	font-size:1em;
	height:16px;
	margin-top:27px;
	padding-right:15px;
}

#header h1
{
	float:left;
	text-indent:-9999px;
}

#header h2
{
	float:left;
	text-indent:-9999px;
}

#header-inner h1
{
	float:left;
	text-indent:-9999px;
}

#header-inner h2
{
	float:left;
	text-indent:-9999px;
}

#navigation
{
	background:url(../images/navigation-background.gif) no-repeat;
	clear:both;
	float:right;
	height:27px;
	margin-right:17px;
	margin-top:22px;
	padding-top:14px;
	padding-left:23px;
	width: 576px;
}

#navigation ul
{
	list-style:none;
}

#navigation ul li
{
	display:inline;
	float:left;
	margin-right:22px;
}

#navigation ul li#home a 
{
	background:url(../images/nav-home.gif) no-repeat 0 0;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width: 39px;
}

#navigation ul li#home a:hover
{
	background-position: 0 -12px;
}

#navigation ul li#home.active a
{
	background-position:0 -12px;
}

#navigation ul li#about-us a 
{
	background:url(../images/nav-aboutus.gif) no-repeat 0 0;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width: 60px;
}

#navigation ul li#about-us a:hover
{
	background-position: 0 -12px;
}

#navigation ul li#about-us.active a
{
	background-position:0 -12px;
}

#navigation ul li#services a 
{
	background:url(../images/nav-services.gif) no-repeat 0 0;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width: 52px;
}

#navigation ul li#services a:hover
{
	background-position: 0 -12px;
}

#navigation ul li#services.active a
{
	background-position:0 -12px;
}

#navigation ul li#client-area a 
{
	background:url(../images/nav-clientarea.gif) no-repeat 0 0;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width: 70px;
}

#navigation ul li#client-area a:hover
{
	background-position: 0 -12px;
}

#navigation ul li#client-area.active a
{
	background-position:0 -12px;
}

#navigation ul li#instant-quote a 
{
	background:url(../images/nav-instantquote.gif) no-repeat 0 0;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width: 88px;
}

#navigation ul li#instant-quote a:hover
{
	background-position: 0 -12px;
}

#navigation ul li#instant-quote.active a
{
	background-position:0 -12px;
}

#navigation ul li#careers a 
{
	background:url(../images/nav-careers.gif) no-repeat 0 0;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width: 48px;
}

#navigation ul li#careers a:hover
{
	background-position: 0 -12px;
}

#navigation ul li#careers.active a
{
	background-position:0 -12px;
}

#navigation ul li#contact a 
{
	background:url(../images/nav-contact.gif) no-repeat 0 0;
	display:block;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	width: 50px;
}

#navigation ul li#contact a:hover
{
	background-position: 0 -12px;
}

#navigation ul li#contact.active a
{
	background-position:0 -12px;
}

#navigation li#services ul li a
{
	background:none;
	color:#005a8e;
	font-size:0.8em;
	padding:5px 10px;
	text-indent:0px;
	text-align:left;
	text-decoration:none;
	width:150px;
}

#navigation li ul li ul li a
{
	color:#005a8e;
	font-size:0.8em;
	text-align:left;
	text-decoration:none;
}

#navigation li#services ul li a:hover
{
	background-position:0 0;
	color:#005a8e;
	font-size:0.8em;
	text-align:left;
	text-decoration:none;
}

#navigation li ul li ul li a:hover
{
	color:#005a8e;
	font-size:0.8em;
	text-align:left;
	text-decoration:none;
}

#navigation li a:hover
{
	color:#000;
	text-align:center;
	text-decoration:none;
}

#navigation li a.active
{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}


#main-banner
{
	float:left;
	width:960px;
}

#main-content
{
	background:url(../images/main-content-bg.gif) repeat-y; 
	float:left;
	width:960px;
}

#main-content .left-col
{
	background:url(../images/main-content-background.gif) no-repeat top;
	float:left;
	min-height: 370px !important;
	padding:20px;
	width:649px;
}

#main-content .left-col ul
{
	list-style:none;
	margin:10px 0 0 0;
}

#main-content .left-col ul li
{
	padding-left:30px;
	background:url(../images/blue-arrow-bullet.gif) no-repeat left;
	line-height:22px;
	font-size:0.9em;	
	color:#272727;
}



#main-content .left-col ul li a
{
	color:#000;
	text-decoration:none;
}

#main-content .left-col ul li a:hover
{
	color:#1e74a9;
	font-weight:normal;
	text-decoration:none;
}


#main-content .right-col
{
	float:right;
	padding-left:15px;
	padding-top:24px;
	width: 256px;
}

#main-content .left-col h2
{
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:15px;
	color:#1e74a9;
	line-height:26px;
}

#main-content .left-col h2 a
{
	color:#1e74a9;
	text-decoration:underline;
}

#main-content .left-col h3
{
	background:url(../images/hd-welcome-to-olt.gif) no-repeat;
	height:24px;
	margin-bottom:15px;
	text-indent:-9999px;
	width:225px;
}

#main-content .left-col h3.header
{
	background:none;
	font-size:1.4em;	
	border-bottom: 1px solid #000;
	margin-bottom:15px;
	padding-bottom:5px;
	text-indent:0px;
    width:649px;	
}

p
{
	font-size:0.9em;
	line-height:18px;
	margin-bottom:15px;
}

#quote-form {
	float:left;
	width: 250px;
}

#quote-form form {
	margin:10px 0 0 0;
	padding:0;
}
#quote-form fieldset {
	border:0;
	margin:0;
	padding:0;	
	margin-bottom:10px;
}
#quote-form label {
	color:#000;
	float:left;
	font-size:0.8em;
	margin-right:10px;
	padding-top:10px;
}
#quote-form input {
	background:transparent url(../images/text-bg.gif) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:27px;
	line-height:1em;
	padding:8px 6px 0;
	width:133px;
}

#quote-form select {
	background:transparent url(../images/dropdown-bg.gif) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:35px;
	line-height:1em;
	padding:4px 6px 4px;
	width:245px;
}

#quote-form select.multiple {
	background:transparent url(../images/dropdown-bg-mlt.gif) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:88px;
	line-height:1em;
	padding:4px 6px 4px;
	width:245px;
}

span.fake-textarea {
	background:transparent url(../images/textbox-bg.gif) no-repeat scroll 0 0;
	float:left;
	height:75px;
	width:245px
}
#quote-form textarea {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	float:left;
	height:65px;
	line-height:18px;
	overflow:auto;
	padding:8px 6px;
	width:235px;
}
#quote-form fieldset button {
	border:0 none;
	cursor:pointer;
	float:left;
	margin-left:0;
	margin-top:15px;
	z-index:10;
    background:url(../images/button-background.gif) repeat-x;
    border:1px solid #a5a5a5;
    height:30px;
    padding: 3px 10px;	
    font-weight:bold;
}

#quote-form .nopadding
{
	padding:0;
}

.dropdown {
	background:transparent url(../images/dropdown-bg.gif) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:35px;
	line-height:1em;
	padding:4px 6px 4px;
	width:245px;
}

#seo-tags
{
	background:url(../images/seo-tags-bg.gif) no-repeat;
	color:#174891;
	font-size:1em;
	float:left;
	height: 35px;
	margin-top:15px;
	padding-top:18px;
	text-align:center;
	width:960px;
}

#explore
{
	background:url(../images/explore-bg.gif) no-repeat;
	float:left;
	height:163px;
	margin-top:15px;
	padding-top:50px;
	padding-left:20px;
	width:940px;
}

#explore ul
{
	list-style:none;
	float:left;
	margin-right:45px;
}

#explore ul li
{
	color:#fff;
	font-size:0.9em;
	padding-bottom:15px;
}

#explore a
{
	color:#fff;
	text-decoration:none;
}

#footer
{
	float:left;
	font-size:1em;
	text-align:center;
	width:960px;
}

#footer ul
{
	list-style:none;
	font-size:0.9em;
	padding:20px 0;
}

#footer ul li
{
	display:inline;
	margin-right:15px;
}

#footer p
{
	margin-bottom:5px;
}

#footer a
{
	color:#265498;
	text-decoration:none;
}

#callout
{
	background:url(../images/callout-bg.gif) no-repeat;
	float:left;
	height:84px;
	margin-top:10px;
	margin-bottom:10px;
	padding:13px 13px 42px 13px;
	width:216px;
}

#callout ul
{
	list-style:none;
	height:84px;
	overflow:hidden;
}

#callout ul li
{
	color:#98c144;
	font-size:1.3em;
	height:84px;
	line-height:22px;
	overflow:hidden;
}

#client-list
{
	background:url(../images/clients-box-bg.gif) no-repeat;
	float:left;
	margin-top:15px;
	height: 58px;
	padding:10px;
	width:223px;
    margin-bottom:15px;	
}

#client-list ul
{
	list-style:none;
}

.right-col img
{
	float:left;
}

.service
{
	float:left;
	width:310px;
	margin-bottom:30px;
	margin-right:10px;
}

#generic-form {
	width: 649px;
	margin:10px 0 0 0;
	padding:0;	
}

#generic-form fieldset {
	border:0;
	margin:0;
	margin-bottom:10px;
	padding:0;
}

#generic-form label { 
	height:15px;
	line-height:1em;
	padding:5px 6px 5px;
	margin-right:10px;
	width:150px;
	float:left;
}

#generic-form textbox { 
	border:1;
	height:15px;
	line-height:1em;
	padding:5px 6px 0;
	width:150px;
}

.label { 
	height:15px;
	line-height:1em;
	padding:5px 6px 0;
	width:150px;
}

.textbox { 
	border:1;
	height:15px;
	line-height:1em;
	padding:5px 6px 0;
	width:150px;
}

.formbutton {
	background:transparent url(../images/button-submit.gif) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:33px;
	margin-left:5px;
	margin-top:5px;
	text-indent:-9999px;
	width:112px;
	z-index:10;
}

.element .hightlight {
	border:1px solid #9F1319;

}
.loading {
	float:right; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {

	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

.button
{
    background:url(../images/button-background.gif) repeat-x;
    border:1px solid #a5a5a5;
    height:30px;
    padding: 3px 10px;	
    font-weight:bold;
}