/*****Reset*****/  
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

/*****Basic Elements*****/  
body { 
	background-color:#ebebeb;
	background:#ebebeb url(/images/bg.gif) repeat-y scroll 50% 50%;
	font-family: Arial,Helvetica,Verdana,"Sans-Serif";
	font-size:14px;
}

h1 { 
	line-height: 120%; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 30px;
	color:#807f83;
	padding: 20px 0 15px;
}
h2 { 
	color:#4d4d4d;
	font-size:20px;
	padding: 9px 0;
}
h3 { 
	color:#424242;
	font-size:16px;
	margin: 6px 0 9px;
	padding: 5px 0 0;
	border-top: 5px solid #f88d23;
	font-weight: normal;
}
h4 { 
	border-top-color: #575757; 
	color:#4d4d4d;
	font-size:16px;
	margin: 6px 0 9px;
	padding: 5px 0 0;
	border-top: 3px solid;
}
 
p { 
	margin:0 0 10px;
	font-size:13px;
	line-height: 150%;
	color:#979798;
	font-weight:normal;
}
strong {
	color:#747475;
	font-weight: bold;
}
ul {
	margin-left: 20px;
	margin-top:10px;
}
ul li {
	font-style: normal;
	font-weight: normal;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	margin:0 0 10px;
	font-size:12px;
	line-height: 150%;
	color:#878788;
}
ul li>a {
	color: #486598;
}
ul li>a strong {
	color: #486598;
}

a { 
	color:#f68e1e;
}
a:hover { 
	color:#f68e1e;
}

label { 
	display: block;
	margin-top:3px;
}
label.checkbox {
	display: block;
	float: left;
	clear: none;
}
label.error { 
	margin-bottom:10px;
	margin-top:-10px;
	color:red;
}
input, textarea, select { 
		margin-bottom: 10px;
		border-width:1px;
		color:#333;
		font-family:Arial,'Lucida Grande',Verdana;
		border-style:solid;
		border-color:#f68e1e;
		font-size:12px;
		padding:2px;
	}
textarea { width:500px;height:100px;max-height:800px; }
input[type=submit], button { 
	cursor:pointer; 
	width:220px;
	margin-top:10px;
	background-color: #f68e1e;
	border-color: #807f83;
	padding:4px 4px;
	color: #fff;
}
input[type=text] { width:240px; }
input[type=checkbox] { 
	border: 0px none; 
	display:inline;
	float:left;
	margin-right: 5px;
}
input[type="hidden"] { 
	border:0 none;
}

form li {
	list-style-image: none;
	margin:0;
}
form>ul>li {
	clear:left;
}
form ul { 
	margin: 0 0 0 5px;
}
form ul li ul li { 
	display:block;
	float:left;
	margin:0 10px 0 0;
}
form ul li ul {
	margin:0;
}

/***** Google Button Style ********/

span.btn2 input[type="button"], input[type="submit"] {
	background:url("/images/button_bg.gif") repeat-x scroll left top #EFEFEF;
	border:medium none;
	color:#232323;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	height:27px;
	line-height:27px;
	margin:0;
	outline:0 none;
	overflow:visible;
	padding:0 10px;
	vertical-align:top;
	width:auto;
}
span.btn2 input[type="button"]:hover, input[type="submit"]:hover {
	background:url("/images/button_bg.gif") repeat-x scroll left bottom #EFEFEF;
}
span.btn2 {
	background:none repeat scroll 0 0 #EEEEEE;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	height:27px;
}
span.btn1 {
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	display:inline-block;
}

 
/******Employee Window Login***********/
#headerbox { 
	position:relative;
}
div#employee_window_login {
	z-index:99;
	position:absolute;
	left:660px;
	top:8px;
	color:#dfdfdf;
	font-size:12px;
}
#employee_window_login a, #employee_window_login a:hover, #employee_window_login a:visited { color:#dfdfdf; } 

 
/*****Generic Classes*****/  
.floaty_list {
	width: 40%; float: left; padding: 10px; margin-top: 0px;
}
.floaty_list a {
	color: #f88d23;
}
.orange { 
  	color: #f88d23;
}
.sidebar {
	float:right;
	width:204px;
	margin-top:20px;
	background-color:#fff;
	padding:
}
#main .sidebar { 
	margin-left: 15px;
}

.bottom_bar { 
	border-bottom: 1px solid #dfdfdf;
	padding-bottom; 10px;
}
.top_bar { 
	border-top: 1px solid #dfdfdf;
}
h3.no_bar {
	border-top: none;
}
/* a dark side bar */
#main .dark { 
	padding:10px;
	background-color:#A7A9AC;
	color:white;
}
#main .dark h3 {
	color:white;
	border-top:solid 1px white;
}
#main .dark h3:first-child {
	border-top:none;
}
#main .dark li {
	color:white;
}
#main .dark h3.big_quote {
	font-size:24px;line-height:130%;padding:10px;
}
#main .dark p {
	color:white;
}
div#news_list ul li {
	list-style-image: url(/images/pdf_icon.gif);
	list-style-position: outside;
}
  
/*****Basic Layout*****/  
div#content { 
	margin: 0px auto 20px;
	width: 960px;
}
div#bodycopy {
	padding: 0px 20px;
}
div.bio {
	height:150px;
	margin-bottom:15px;
}
div.bio img {
	margin-right: 20px;
}
  
/*****Header*****/  


  
/*****Content*****/  
ul#clients {
	list-style: none;
	margin: 0 0 0 5px;
}

ul#clients li {
	float: left;
	width: 160px;
	height: 160px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	font-size: 80%;
	text-align: center;
	list-style:none outside none;
}
ul#box_list li {
        width:45%;
        float:left;
        display:block;
        padding:10px;
        height:140px;
    }
ul#box_list li h4 {
    border-top:none;
}
div#bodycopy ol {
	list-style-type: decimal;
	padding-left: 40px;
	font-size: 12px;
	line-height: 120%;
	color: #807f82;
}
div#bodycopy ol li {
	margin-bottom: 8px;
}
#main {
	width: 698px;
	float: left;
	margin-right: 18px;
}
#main_left {
	width:470px;
}



.interior #main {
	float:right;margin-left:0px;margin-right:0;
}
.interior #main_left {
	width:100%;
}

/* interior side bar */
.interior h1.bottom_bar { 
	border-bottom: 5px solid #f88d23;
	padding-bottom; 10px;
}
.interior div#bodycopy > div.sidebar {
	float: left;
}
.interior .sidebar > div.sidebox {
	width:184px;border: 1px solid orange;margin-bottom:15px; padding:10px;
}
.interior .sidebar > div.sidebox > p {
	font-size: 11px;
}
.interior .sidebar > div.sidebox > h3 {
	border-top: medium none;margin-top:0;
}
.interior .sidebar > div.sidebox ul li {
	list-style-image: none;
	margin:0 0 5px;
	font-size: 11px;
}
.interior .sidebar > div.sidebox ul {
	margin:0;
}
.interior .sidebar h2 {
	color: #f88d23;
	font-size: 16px;
	padding: 12px 0;
}

/* next steps box */
#next_steps { 
	width: 203px; border: 1px solid #f88d23;
	margin-bottom: 10px;
}
#next_steps p {
	width: 184px; 
	padding: 6px 10px; 
	color: white; 
	font-weight: bold; 
	font-size: 14px; 
	background-color: #f88d23;
}
#next_steps ul {
	margin: 0;
}
#next_steps ul li {
	padding: 0pt 10px; 
	font-weight: bold; 
	font-size: 14px; 
	list-style-image: none; 
	background: url("/images/right-arrow.gif") no-repeat scroll right center transparent;
}
#next_steps a {
	text-decoration: none; 
}
#next_steps a:hover {
	text-decoration: underline; 
}
div.fancybox {
	border-top: 1px solid #dfdfdf;
	background: url("/images/bg_fancybox.gif") no-repeat 0 0 transparent;
}



#actions_box { 
	background-color:#f2f2f2;padding:10px;height:180px;margin-bottom:20px;
}
#actions_box .actions {
	width:290px;float:left;margin-right:10px;
}

img.icon {
	vertical-align: middle;
}


/*****Footer*****/  

div#footer { 
	color: white;
	background:#f78f1e url(/images/bg_footer.gif) repeat-x 0 0;
	margin:0 auto;
	height: 200px;
	width:960px;
}
div#footer>div:first-child { 
	width: 240px;
	margin-left:20px;
}
div#footer>div { 
	width: 175px;
	float:left;
	margin-top:20px;
}
div#footer>#footer_sub_bar { 
	width: 960px;
	margin: 0 auto;
	background-color: #535353; 
	clear:both;
	height: 40px;
}
div#footer>div ul { 
	margin: 0 0 0 15px;
}
div#footer>div ul.notitle {
	margin-left:0;margin-right:15px;
}
div#footer>div ul li { 
	color: #fff;
	line-height:120%;
}
div#footer>div ul li a { 
	color: #fff;
	text-decoration: none;
}
div#footer>div ul li a:hover { 
	text-decoration: underline;
}
div#footer>div ul li a:visited { 
	color:#fff;
}
#footer p {
	line-height:130%;
	font-size: 11px;
	color:#f7b46b;
}
#footer_sub_bar p { color: #f78f1e; padding: 10px 20px; font-weight: 200;font-size:13px; }
#footer_sub_bar strong { color: #f78f1e }

/*****Structure*******/

<!--[if IE 6]>

<![endif]-->
