body
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin:0;
	padding:0;
}

#container
{
	width:971px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
	text-align:left;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

h1
{
	color:#223867;
	font-size:18pt;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0
}

a
{
	color:#175ea7;
}

a:hover
{
	color:#225268;
}

/*------------ main structure styles ------------*/

#content_wrapper
{
	padding:15px 0 0 0;
}

#main_content_area
{
	width:770px;
	float:left;
}

#sidebar
{
	width:190px;
	float:right;
	border-left:1px dotted #7F7F7F;
	padding:0 0 0 10px;
	font-size:9pt;
}

/*------------ header styles ------------*/

#header
{
	/*background:url(../images/header_right.jpg) no-repeat right center;*/
	height:81px;
}

#header img
{
	border:none;
}

.logo
{
	float:left;
}

.header_strapline
{
	color:#676767;
	font-size:17pt;
	letter-spacing:-1px;
	float:left;
	padding:25px 0 0 120px;
}

.header_mail_link
{
	float:right;
}

/*------------ main menu styles ------------

#main_menu
{
	background:url(../images/main_menu_right.jpg) no-repeat right top;
	padding:0 20px 0 0;
	margin:2px 0 0 0;
}

#main_menu ul
{
	margin:0;
	height:30px;
	padding:4px 10px 0 10px;
	list-style:none;
	background:url(../images/main_menu_bg.jpg) repeat-x;
}

#main_menu ul li
{
	display:inline;
	background:url(../images/main_menu_arrow.gif) no-repeat left center;
	padding:0 20px 0 10px;
}

#main_menu ul li a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;
}

#main_menu ul li a:hover
{
	text-decoration:underline;
}*/

/*------------ home page boxes ------------*/

#main_content_boxes
{
	margin:40px 0 0 0;
}

.box_wrapper
{
	width:244px;
	float:left;
	border-right:1px dotted #7F7F7F;
	padding:0 5px 0 5px;
}

.last
{
	border:none;
}

.green_box
{
	height:270px;
	font-weight:bold;
}

.green_box h2
{
	background:url(../images/green_box_title_bg.jpg) no-repeat left top;
	margin:0;
	padding:5px 10px 5px 10px;
	color:#fff;
	font-weight:normal;
	height:49px;
	font-size:18pt;
}

.green_box_content
{
	margin:0;
	padding:0 10px 0 10px;
	display:block;
	background:url(../images/green_box_bg.jpg) repeat-x #359901;
	height:212px;
	font-size:9pt;
}

.green_box_content p
{
	margin:0;
	padding:0 0 10px 0;
}

.green_box_content a
{
	color:#fff;
}

.green_box_content a:hover
{
	text-decoration:none;
}

.green_box ul
{
	margin:0;
	padding:15px 0 15px 30px;
	display:block;
	background:url(../images/green_box_bg.jpg) repeat-x #359901;
	height:182px;
}

.green_box ul li
{
	padding:0 0 5px 0;
}

/*------------ category menu ------------*/

#category_list li.email_link
{
	display:block;
	padding:10px 6px 10px 6px;
	margin:0;
	height:76px;
	width:230px;
	background-color:#225268;
	font-size:10pt;
}

#category_list li.email_link a
{
	color:#fff;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	padding:0;
	border:none;
}

/*------------ sidebar styles ------------*/

#sidebar h2
{
	background:url(../images/sidebar_h2_bg.jpg) no-repeat left top;
	color:#fff;
	font-weight:normal;
	padding:20px 5px 0 5px;
	margin:0;
	height:31px;
	font-size:16pt;
	letter-spacing:-1px;
}

.sidebar_section
{
	padding:0 0 10px 0;
}

.sidebar_content
{
	padding:0 0 0 5px;
}

#latest_news_list
{
	margin:0;
	padding:0;
	list-style:none;
}

#latest_news_list li
{
	padding:5px 0 0 0;
}

#latest_news_list li a
{
	color:#215167;
	font-weight:bold;
	text-decoration:none;
}

#latest_news_list li a:hover
{
	color:#333;
}

/*------------ footer ------------*/

#footer
{
	border-top:1px solid #333;
	/*background:url(../images/footer_bg.jpg) no-repeat right center;*/
	margin:10px 0 0 0;
}

#footer_left
{
	padding:10px 0 20px 0;
	width:400px;
	float:left;
}

#footer_right
{
	width:500px;
	float:right;
}

.footer_image_links img
{
	border:none;
}

/*------------ general site styles ------------*/

.no_border
{
	border:none;
}

.bold
{
	font-weight:bold;
}

.upper
{
	text-transform:uppercase;
}

.dark_red
{
	color:#990000;
}

.grey
{
	color:#999999;
}

.blue
{
	color:#223867;
}

.red
{
	color:#ff0000;
}

/*------------ general link styles ------------*/

a.green_link
{
	color:#336669;
	text-decoration:none;
}

a.green_link:hover
{
	color:#333;
}

a.blue_link
{
	color:#175DB2;
	text-decoration:none;
}

a.blue_link:hover
{
	text-decoration:underline;
}

/*------------ other page styles ------------*/

#sub_menu
{
	width:160px;
	float:left;
	font-size:9pt;
	margin:0 0 0 10px;
	padding:0 15px 20px 0;
}

#sub_menu ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#sub_menu li
{
	border-bottom:1px dotted #777;
	padding:7px 0 7px 20px;
}

#sub_menu a
{
	color:#000;
	text-decoration:none;
}

#sub_menu a:hover
{
	color:#9F1E30;
}

#content_other_sub
{
	width:760px;
	float:left;
	border-left:1px solid #bed143;
	padding:0 0 20px 15px;
}

#content_other
{
	padding:0 0 20px 0;
}

/*------------ breadcrumb styles ------------*/

#breadcrumb
{
	border-bottom:1px dotted #888;
	font-size:8pt;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

#breadcrumb ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#breadcrumb ul li
{
	display:inline;
	padding-right:3px;
}

#breadcrumb ul li a
{
	text-decoration:none;
	color:#404040;
}

#breadcrumb ul li a:hover
{
	color:#9F1E30;
}

/*------------ form styles ------------*/

.user_form label
{
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
}

.user_form submit input
{
	margin-left: 4.5em;
} 

.form_input
{
	width:200px;
}

#roi_calculator_form label
{
	width: 350px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	font-size:9pt;
}

/*------------ validation styles---------*/

.error_box
{
	background-color:#FFEBE8;
	border:1px solid #DD3C10;
	padding:4px 5px 4px 5px;
	margin:0 0 10px 0;
}

.error_box ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.error_box li
{
	padding-top:6px;
}

.error_list
{
	padding-top:6px;
	padding-left:15px;
}

.roi_table
{
	border:none;
}

.roi_table td
{
	vertical-align:bottom;
	padding:0 40px 10px 0;
}



	