@charset "utf-8";
* {
  	margin: 0;
  	padding: 0;
}
a {
	text-decoration: underline;
	color: #666666;
}


body {
	font-family: Candara, Tahoma, Verdana;
	font-size: 100%;
}

#container {
	background-color: #FFFFFF;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top_bar_surround {
	background-image: url(images/template/top_bar_background.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 835px;
}
#top_bar_header {
	margin-left: 168px;
	text-align: center;
	padding-top: 62px;
}
#top_bar_header  h1 {
	font-size: 170%;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;	
}


#top_nav  {
	background-image: url(images/template/top_nav_background.jpg);
	height: 32px;
	width: 835px;
	padding-top: 8px;
}
#top_nav a {
	/*font-family: "Times New Roman", Times, serif; */
	margin-left: 15px;
	font-family: Candara;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color: #F4770D;
}
#inner_surround {
	width: 835px;
	float: left;
}


#section_1 {
	background-image: url(images/template/section_1_background.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 835px;
}
#left_nav {
	float: left;
	width: 160px;
	font-size: 80%;
	padding-left: 3px;
	color: #FFFFFF;
	margin-top: 15px;
	font-family: Candara;
}

#left_nav p {
	margin-bottom: 4px;
	padding-top: 3px;
}
#left_nav a {
	background-image: url(images/template/left_nav_link_background.jpg);
	background-repeat: no-repeat;
	padding-left: 21px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 2px;
}
#left_nav a:hover {
	background-image: url(images/template/left_nav_link_background_over.jpg);
	background-repeat: no-repeat;
	padding-left: 21px;
	color: #C1D62F;
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


#top_content {
	float: left;
	width: 459px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#top_content p {
	color: #666666;
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 8px;
}

#top_content h1 {
	color: #F4770D;
	font-size: 190%;
	font-weight: normal;
}
#top_content h2 {
	color: #F4770D;
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 6px;
}


#right_column {
	float: left;
	width: 163px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 100%;
	line-height: 115%;
	color: #FFFFFF;
}
#right_col_images_box {
	background-color: #FFFFFF;
}
#right_col_images_box p {
	font-size: 30%;
	line-height: 90%;
}

#right_col_images_box img {
	border: 1px solid #999999;
}


#section_2 {
	background-image: url(images/template/section_2_background.jpg);
	height: 5px;
	clear: both;
}
#section_3 {
	background-image: url(images/template/section_3_background.jpg);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 835px;
	margin-bottom: 10px;
}
#bottom_left_col {
	float: left;
	width: 163px;
	color: #FFFFFF;
}
#bottom_content {
	float: left;
	width: 459px;
	font-size: 80%;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Candara, Tahoma, Verdana;
}
#bottom_content p {
	line-height: 130%;
	margin-bottom: 8px;
	color: #666666;
}
#bottom_content li {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}


#bottom_right_column {
	float: left;
	width: 163px;
	background-repeat:no-repeat;
	background-position: center bottom;
	color: #F4770D;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
#bottom_right_column a {
	color: #F4770D;
	text-decoration: none;
	font-size: 80%;
}
#calculator_nav {
	background-color: #990003;
	float: left;
	height: 25px;
	width: 820px;
	padding-top: 5px;
	padding-left: 15px;
/*	font-family: "Times New Roman", Times, serif; */
	color: #FFFFFF;
	margin-bottom: 10px;
}
#calculator_nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
}
#calculator_nav a:hover {
	text-decoration: underline;
}

#calculator_nav a:active {
	text-decoration: underline;
}


#calculator_footer {
	height: 20px;
	background-color: #C6F1BB;
	text-align: center;
	width: 825px;
	font-size: 76%;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.dark_grey_text {
	color: #666666;
}
.orange_text_large {
	font-size: 150%;
	color: #F4770D;
}
.white_text_header {
	color: #FFFFFF;
	font-size: 130%;
	margin-left: 10px;
}
.white_text_bold {
	color: #FFFFFF;
}
.form_boxes {
	border: 1px solid #999999;
}
/* CLIENTS BACKGROUND */
#section_1_client {
	background-image: url(images/template/section_1b_client_background.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 835px;
}


#section_3_client {
	background-image: url(images/template/section_3b_client_background.jpg);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 835px;
	margin-bottom: 10px;
}
#top_content_client {
	float: left;
	width: 667px;
	padding-left: 5px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top_content_client h1 {
	color: #FFFFFF;
	font-size: 140%;
/*	font-family: "Times New Roman", Times, serif; */
	font-weight: normal;
	background-color: #F4770D;
	height: 26px;
	width: 642px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	margin-bottom: 5px;
}
#top_content_client p {
	color: #666666;
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 8px;
}

#bottom_content_client {
	float: left;
	width: 622px;
	font-size: 80%;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#bottom_content_client p {
	line-height: 130%;
	margin-bottom: 8px;
	color: #666666;
}
#bottom_content_client li {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}
/***************************DROP DOWN NAVIGATION **********************/
#nav_surround {
	height: 30px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	padding-right: 0px;
	margin-top: 4px;
}
#nav {
	height: 25px;
	font-size: 100%;
	padding-top: 0px;
}





#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav   a  {
	display: block;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	font-weight: normal;
	width: 163px;
	height: 25px;
	margin-left: 0px;
	margin-right: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #D1D2D4;
}

#nav a:hover {
	color: #F4770D;
}
#nav a.active {
	display: block;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	font-weight: normal;
	width: 163px;
	height: 25px;
	margin-left: 0px;
	margin-right: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #818286;
}

/* 	background-color:red; /*  enable color if you wish to 'see' how the blocks look/behave */


#nav li { /* all main list items */
	float: left;
	margin-right: 0px;	/*width: 6em; /* 10em width needed or else Opera goes nuts. I decided to ignore this and remove with to get even spacing */
	margin-left: 0px;
}


#nav li ul a {
	width:163px;
	color: #FFFFFF;
	margin-bottom: 0px;
	background-color: #D1D2D4;
	text-transform: uppercase;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 20px;
}
/* ORIGINAL PRE ALISON CHANGE 
#nav li ul a {
	width:163px;
	font-size: 110%;
	color: #FFFFFF;
	margin-bottom: 0px;
	background-color: #D1D2D4;

}
*/
#nav li li { /* all sub list items */
	margin-left: 0px; /* these margins define the block placement of sub menu relative to parent menu */
	margin-right:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}







#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px; /* this defines the width of drop down blocks sub menu */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFFFFF;
}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */

	left: auto;
	display: block;
}
#blog-inside p {
	margin-bottom: 7px;
}
#blog-inside h4 {
	margin-bottom: 7px;
	color: #666666;
	font-weight: normal;
	font-size: 120%;
}
#blog-inside h4 a {
	margin-bottom: 7px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#blog-home {
	border: 3px solid #F4770D;
	background-color: #FFFFFF;
}
#blog-home p {
	font-size: 80%;
	color: #666666;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#blog-home h2 {
	background-color: #F4770D;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
}
#blog-home h3 {
	color: #F4770D;
	font-size: 100%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: normal;
}
#blog-home h3 a {
	color: #F4770D;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
}
.spacer1 {
	height: 5px;
	background-color: #FFFFFF;
}

