body, td, textarea, input{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}

body{
	background-color: #f3f7d1;
	margin: 0;
}

form{
	margin: 0;
}

a:link{

	color: #21a0e7;

}

a:visited{

	color: #59c2fc;

}

a:hover{
	text-decoration: none;
	color: #29b2fe;

}

img{
	border: 0;
}

ul{
	padding:1px;
	margin:1.5em;
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
	padding-right:0;
	list-style-type: square;
}

.tool_url_address{}

.bold{
	font-weight: bold;
}

.cancelX{
	position: absolute;
	z-index: 500;
	right: -2px;
	top: 0;
	cursor: pointer;
	padding: 3px;
	padding-top:0; padding-bottom:0;
	border: 1px solid #c5d314;
	color: black;
	font-weight: bold;
	background-image: url('../images/row_bg.png');
}

.limitInfo{
	font-size: 10px;
}

.comment_icon{
	float: left;
	width: 53px;
	height: 59px;
	background-image: url('../images/comment_icon.png');
	background-repeat: no-repeat;
}

.comment_date{
	padding: 2px;
	padding-top: 8px;
	color: #5b9600;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

.comment_date .comment_today	{
	font-size: 12px;

}

.comment_subdate{
	padding-top: 0px;
	margin-top: -2px;
	font-size: 8px;
	font-weight: normal;
}

.comment_text{
	float: left;
	padding-left: 10px;
}

#comment_list .comment_text{
	width:300px;
}


.comment_row{
	clear:both; 
	padding-top: 10px;
}

* html .cancelX{
	right: -1px;
}

#logo{
	position: relative;
	float: left;
	top: 28px;
	width: 250px;
}

#menu{
	position: relative;
	float: left;
	top: 28px;
	height: 35px;
}

#header{
	position: relative;
	text-align: left;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
}

#header_container{
	text-align: center;
	background-image: url('../images/header_back.gif');
	height: 90px;
}

#homeSWF_contain{
	position: relative;
	background-image:url('../images/flash_logos_bg.gif');
	width: 545px;
	height: 334px;
	z-index: 50;
}

#homeSWF{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	width: 570px;
	height: 334px;
}

/*Recent Posts*/
#recentposts_container{
	padding-left: 3px; 
	padding-top: 18px; 
	width: 206px;
}

.recentposts_row{
	clear: both; 
	border: 1px solid #e2e5da;
	border-top: 1px solid #e2e5da; 
	width: 203px;
}

*html .recentposts_row{
	width: 205px;
}

.recentposts_row_inner{
	padding: 5px; 
	padding-left:10px; 
}

/*Comment Box*/
#commentPopup{
	position: absolute;
	left: 0;
	top: 10px;
	display: none;
	z-index: 2;
	width: 395px;
}

*html #commentPopup{
	width: 100%;
}

#commentPopup_inner{
	position:  absolute;
	z-index: 1;
	left: 0;
	top: 31px;
	border: 1px solid #c5d314;
	background-color: #ffffff;
	vertical-align: middle;
	width: 393px;
	height: 180px;
}

*html #commentPopup_inner{
	width: 100%;
}

#commentPopup_tab{
	position: relative;
	float: right;
	z-index: 3;
	top: 0px;
	height: 31px;
	background-color: #ffffff;
	border: 1px solid #c5d314;
	border-bottom: 0;
	font-weight: bold;
}

*html #commentPopup_tab{
	height: 32px;
}

#commentAdd{
	float: left;
}

#commentCancel{
	float: right;
}

/*Send to Friend Box*/
#stfPopup{
	position: absolute;
	left: 0px;
	top: 0;
	display: none;
	z-index: 5;
	width: 100%;
	padding-top: 5px;
}

#stfPopup_inner{
	border: 1px solid #c5d314;
	background-color: #ffffff;
	width: 100%;
	min-height: 230px;
	z-index: 10
}

#stfAdd{
	float: left;
}

#stfCancel{
	float: right;
}

/*Advanced Search Box*/
#advsearchHomePopup{
	width: 340px;
	left: 5px;
	top: 20px;
}

#advsearchSidePopup{
	width: 280px;
	right: 0px;
	top: 18px;
}

.advsearchPopup{
	position: absolute;
	display: none;
	z-index: 2;
}

/**html #advsearchPopup{
	width: 100%;
}*/

#advsearchHomePopup_inner{
	width: 338px;
	top: 26px;
}

#advsearchSidePopup_inner{
	width: 100%;
}

.advsearchPopup_inner{
	position:  absolute;
	z-index: 1;
	left: 0;
	border: 1px solid #c5d314;
	background-color: #ffffff;
	vertical-align: middle;
}

*html #advsearchHomePopup_inner, #advsearchSidePopup_inner{
	width: 100%;
}

#advsearchTitle{
	color: #84a43c;
	font-size: 13px;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
}

#advsearchPopup_tab{
	position: relative;
	float: right;
	z-index: 3;
	top: 0px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #c5d314;
	border-bottom: 0;
	font-weight: bold;
}

*html #advsearchPopup_tab{
	height: 27px;
}

#advsearchFind{
	float: left;
}

#advsearchHomeCancel{
	right: 7px;
	top: 5px;
}

#advsearchSideCancel{
	z-index: 500;
	right: -2px;
	top: 0;
}

.advsearchCancel{
	cursor: pointer;
	position: absolute;
	padding: 3px;
	padding-top:0; padding-bottom:0;
	border: 1px solid #c5d314;
	color: black;
	font-weight: bold;
	background-image: url('../images/row_bg.png');
}

#addComment{
	float: right;
	cursor: hand;
	padding: 5px;
	border: 1px solid #c5d314;
	color: #84a43c;
	margin-right: 10px;
	margin-top: -4px;
	font-weight:bold;
}


.header_title{
	font-size: 20px;
	color: #84a43c;
	font-weight:bold;
	margin-bottom: 4px; 
}

/*Company Profile*/
.cp_edit{
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.cp_subtitle{
	font-size: 14px;
	color: #84a43c;
	font-weight:bold;
	margin-bottom: 4px; 
}

/*Crumb Trail*/
#crumb_trail{
	clear: left;
	position: relative;
	top: 32px;
	font-size: 11px;
	color: #727272;
	float: left;
	width: 500px;
}

#crumb_trail a{
	text-decoration: none;
	color: #727272;
}

#crumb_trail a:link{
	text-decoration: none;
	color: #727272;
}
#crumb_trail a:visited{
	text-decoration: none;
	color: #727272;
}
#crumb_trail a:hover{
	text-decoration: none;
	color: #727272;
}

/* Social Strip */
div#share {
	height:16px;
	width:200px;
	top: 32px;
	float: right;
	font-size: 11px;
	text-align: right;
	position: relative;
	overflow: hidden;
}

div#share a {
	position: relative;
	float: right;
	height:16px;
	font-size: 11px;
	color: #727272;
	text-decoration: none;
	outline: none;
}

/* subtract 33px from left for each chiclet added */ 
#share_slide {
	padding: 0px;
	height:16px;
	float: left;
	top: 31px;
	position: relative;
	left: 170px;
	overflow: hidden;
}

#share_slide img {
	position: relative;
	margin-right: 15px;
}

#share_slide:hover img {
	position: relative;
	margin-right: 15px;
}

.tool_box{
	padding: 15px;
	background-color: #fcfdf5;	
}

.tool_box_button_text{
	float: left;
	padding-top:3px;
}

.tool_box_button{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	vertical-align: middle;
	padding-top: 2px;
}

.tool_box_button a{
	text-decoration: none;
}

.thankyou{
	font-size:50px;
	font-weight:bold;
	padding-top: 60px;
}

.bold{
	font-weight:bold; 
}

.hand{
	cursor: pointer;
}

.list_header{
	font-weight: bold;
	border-bottom: 1px solid gray;
	padding: 5px;
}

.list_row{
	clear: both;
	padding: 5px;
}

.row_bg{
	background-image: url('../images/row_bg.png');
}

.header_title{
	float: left;
}

.header_add{
	float: left;
	padding-left: 20px; 
	padding-top: 4px;
}

.subheader_title{
	font-size: 16px;
	color: #5b9600;
	font-weight:bold; 
}

h1{
	font-size: 18px;
}

h1, h2, h3, h4{
	padding: 0;
	margin: 0;
}

/*Page Index*/
.page_index_container{
	clear: both;
	position: relative;
	border: 1px solid #c5d314;
	border-left: 0; border-right: 0;
	height: 30px;
	margin: 5px;
	margin-right: 0; margin-left: 0;
}

.page_index_inner{
	padding: 5px;
}

.page_index_title{
	position: absolute;
	left: 0;
}

.page_index{
	position: absolute;
	right: 0;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.box{
	border: 1px solid silver;
}

.half_width{
	width: 50%;
}

.half_width_wpad{
	width: 48%;
}

.pad{
	padding: 15px;
}

.right_pad{
	padding-right: 20px;	
}

.left_pad{
	padding-left: 20px;
}

.dbleft_pad{
	padding-left: 23px;
}

.smleft_pad{
	padding-left: 5px;
}

.no_mar{
	margin: 0;
}

.less_mar{
	margin-top: 10px;
	margin-bottom: 10px;
}

.watermark {
	color: #bfbfbf !important;
}

/*White Logo Box*/
.wbox_container{
	 width: 150px;
}

.wbox_middle{
	background-image: url('../images/wbox_l.png');
	background-position: left;
	background-repeat: repeat-y;
}

.wbox_middle_inner{
	text-align: center;
	margin-left: 6px;
	padding-right: 8px;
	background-color: #ffffff;
	background-image: url('../images/wbox_r.png');
	background-position: right;
	background-repeat: repeat-y;
}

.wbox_bl{
	float: left;
	width: 6px;
	margin: 0; padding: 0;
}

.wbox_br{
	float: right;
	width: 8px;
	margin: 0; padding: 0;
}

.wbox_bottom{
	margin: 0 8px 0 6px;
	background-image: url('../images/wbox_b.png');
}

.wbox_tl{
	float: left;
	width: 6px;
	margin: 0; padding: 0;
}

.wbox_tr{
	float: right;
	width: 8px;
	margin: 0; padding: 0;
}

.wbox_top{
	margin: 0 8px 0 6px;
	background-image: url('../images/wbox_t.png');
}
/*
.wbox_tl{
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
}

.wbox_tr{
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
}

.wbox_top{
	margin-left: 6px;
	margin-right: 8px;
	margin-left: 6px;
	margin-right: 8px;
	background-image: url('../images/wbox_t.png');
}
*/
/*Slider*/
.slider_container{
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 50px;
}

.select_container{
	clear:both;
	position: relative;
	width: 100%;
	padding-top: 60px;
}

.slbox_tl{
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
}

.slbox_tr{
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
}

.slbox_top{
	background-color: #c5d314;
	margin-right: 6px;
	margin-left: 6px;
}

.slbox_bl{
	clear: both;
	float: left;
	width: 6px;
	margin: 0; padding: 0;
}

.slbox_br{
	float: right;
	width: 6px;
	margin: 0; padding: 0;
}

.slbox_bottom{
	margin: 0 6px;
	background-image: url('../images/slbox_b.gif');
}

.slbox_back{
	clear: both;
	border: 1px solid #ecede5;
	border-bottom: 0;
	border-top: 0;
	background-color: #ffffff;
	background-image: url('../images/slbox_back.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.sbl{
	background-image: url('images/slbox_blc.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.sbr{
	background-image: url('images/slbox_brc.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.sb{
	background-image: url('images/slbox_b.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 6px;
	margin-right: 6px;
}

.stl{
	background-image: url('images/slbox_tlc.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.str{
	background-image: url('images/slbox_trc.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.st{
	background-color: #c5d314;
	margin-left: 6px;
	margin-right: 6px;
}

/*.sml{
	background-image: url('images/slbox_r.gif');
	background-position: left;
	background-repeat: repeat-y;
}

.smr{
	background-image: url('images/slbox_l.gif');
	background-position: right;
	background-repeat: repeat-y;
}*/

.sm{
	border: 1px solid #ecede5;
	border-bottom: 0;
	border-top: 0;
	background-image: url('images/slbox_back.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

/*Rank yourself*/
.rank_header{
	clear: both;
	margin-bottom: 110px;
}

.rank_container_box {
	background-image: url('../images/slbox.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 140px;
}

#rankyourself_start {
	background-image: url('../images/rankyourself_start.gif');
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	width: 750px;
	height: 450px;
	margin: 0 auto;
	text-align: left;
}

#rankyourself_start h2{
	color: #5b9600;
	font-size: 16px;
	padding: 35px 0 0 50px;
	width: 700px;
}

#rankyourself_start p{
	color: #5b9600;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0 90px;
	width: 650px;
}

#rankyourself_start ul{
	margin-top: 10px;
}

#rankyourself_start li{
	list-style-image: url('../images/checkBox.gif');
	list-style-position: inside;
	list-style-type: none;
	color: #535352;
	font-size: 13px;
	padding: 0 0 0 160px;
}

#rankyourself_notsocial {
	color: #737372;
	background-image: url('../images/containerNotSocial.gif');
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	width: 750px;
	height: 380px;
	margin: 0 auto;
	text-align: left;
}

#rankyourself_notsocial h2{
	font-size: 18px;
	padding: 35px 0 0 175px;
	width: 750px;
}

.notsocial_button1{
	clear:both;
	float: left;
	padding: 160px 0 0 70px;
}

.notsocial_button2{
	float: left;
	padding: 160px 0 0 90px;
}

.notsocial_button3{
	float: left;
	padding: 160px 0 0 65px;
}

.notsocial_subheader1{
	float: left;
	font-weight: bold;
	font-size: 10pt;
	padding: 60px 20px 0 65px;
}

.notsocial_subheader2{
	float: left;
	font-weight: bold;
	font-size: 10pt;
	padding: 60px 20px 0 90px;
}

.notsocial_subheader3{
	float: left;
	font-weight: bold;
	font-size: 10pt;
	padding: 60px 20px 0 95px;
}

.rankyourself_intro {
	padding: 30px 95px 0 100px;
	font-size:16px;
	font-weight: bold;
	color: #5b9600;
	text-align: left;
}

.rankyourself_intro_img {
	margin-top: 80px;
}

.rankyourself_continue_button_intro {
	padding: 0;
	position: absolute;
	bottom: 20px;
	right: 50px;
}

.rankyourself_continue_button {
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 75px;
}

.rankyourself_question_1{
	float: left;
	width: 70%;
	padding-left: 15px;
	font-size:16px;
	font-weight: bold;
	color: #5b9600;
	padding-top: 32px;
	text-align: left;
}

.rankyourself_checkboxes {
	float: left;
	padding: 0;
	margin: 0 0 0 95px;
}

.rankyourself_checkboxes p {
	padding: 0 0 15px 0;
	text-align: left;
	float: left;
	width: 175px;
	color: #535352;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.rankyourself_question_2{
	float: left;
	width: 70%;
	padding-left: 15px;
	font-size:16px;
	font-weight: bold;
	color: #5b9600;
	text-align: left;
}

.rankyourself_subquestion{
	clear: both;
	padding-top: 5px;
	text-align: left;
	font-size:11px;
	font-weight: bold;
	color: #5b9600;
}

.rankyourself_question_3{
	float: left;
	width: 70%;
	padding-left: 15px;
	font-size:16px;
	font-weight: bold;
	color: #5b9600;
	text-align: left;
	margin: 30px 0 0 0;
}

.rankyourself_question_4{
	float: left;
	width: 70%;
	padding-left: 15px;
	font-size:16px;
	font-weight: bold;
	color: #5b9600;
	text-align: left;
	margin: 52px 0 0 0;
}

.rankyourself_radio {
	text-align: left;
	margin-left: 89px;
	color: #535352;
	font-size: 12px;
}

.rankyourself_question_5{
	float: left;
	width: 70%;
	padding-left: 15px;
	font-size:16px;
	font-weight: bold;
	color: #5b9600;
	text-align: left;
	margin: 52px 0 0 0;
}

#rank_thankyou{
	text-align: center;
	color: #5b9600;
}

.rankyourself_email_container{
	background-image: url('../images/emailBox.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	height: 183px;
	width: 745px;
	z-index: 200;
}


.rankyourself_email{
	font-size:13px;
	font-weight: bold;
	color: #535352;
	float: left;
	padding: 20px 60px 0 75px;
}

.rankyourself_email_required{
	font-size:9px;
	font-weight: bold;
	color: #535352;
	float: left;
	clear: both;
	padding: 10px 0 0 75px;
}

.rankyourself_email_field{
	font-size:13px;
	font-weight: bold;
	color: #535352;
	float: left;
	padding: 21px 5px 0 75px;
	
}

.rankyourself_email_input{
	color: #535352;
	float: left;
	padding-top: 20px;
}

.rankyourself_email_checkbox {
	clear: both;
	padding: 25px 0 0 75px;
	text-align: left;
	float: left;
	width: 100%;
	color: #535352;
}

.rankyourself_submit_button {
	padding: 0;
	position: absolute;
	bottom: 15px;
	right: 75px;
}

.rank_slider { 
	clear: both;
	margin: 10px; 
	margin-right: 75px;
	margin-left: 75px;
}

.rank_yesorno{
	clear: both; 
	text-align: left; 
	padding-left: 90px;
}

.rank_no{
	float: left;
	width: 75px;
	text-align: right;
}

.rank_slider_pad{
	clear: both;
	padding: 10px;
}

.rank_slider_lefttext{
	float: left;
	width: 288px;
	color: #5b9600;
	margin-top: -5px;
}

.rank_slider_righttext{
	float: right;
	width: 262px;
	color: #5b9600;
	margin-top: -5px;
}

/*Rank box */
.rank_container{
	background-image: url('../images/rankContainer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	height: auto;
	width: 750px;
	z-index: 200;
}

.rank_container_btm{
	background-image: url('../images/rankContainerBtm.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative; 
	width: 750px;
	height: 8px;
	z-index: 200;
}

/*Grey Box*/
.gbox_container{
	 margin: 0 auto;
	 position: relative; 
	 width: 750px;
}

.gbox_middle{
	background-image: url('../images/gbox_l.gif');
	background-position: left;
	background-repeat: repeat-y;
}

.gbox_middle_inner{
	margin-left: 7px;
	padding-right: 7px;
	background-color: #fdfdf6;
	background-image: url('../images/gbox_r.gif');
	background-position: right;
	background-repeat: repeat-y;
}

.gbox_bl{
	float: left;
	width: 7px;
	margin: 0; padding: 0;
}

.gbox_br{
	float: right;
	width: 7px;
	margin: 0; padding: 0;
}

.gbox_bottom{
	margin: 0 7px;
	background-image: url('../images/gbox_b.gif');
}

.gbox_tl{
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
}

.gbox_tr{
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
}

.gbox_top{
	margin-left: 7px;
	margin-right: 7px;
	margin-left: 7px;
	margin-right: 7px;
	background-image: url('../images/gbox_t.gif');
}

/*Form*/
.form_fields_left{
	float: left;
	vertical-align: top;
	padding-top:3px;
}

.form_fields_right{
	float: left;
}

.form_row{
	clear: both;
	padding-top:10px;
}

.field_highlight{
	font-weight: bold;
	color: olive;
}

.left_submit{
	float: left;
}

.right_submit{
	float: right;
}

.button{
	
}

.delete_button{
	
}

/*Footer*/
#footer_container{
	clear: both;
	text-align: center;
	border-top: 1px solid #e3ebca;
}

#footer{
	text-align: center;
	margin: 0 auto;
	width: 896px;
	padding-top: 10px;
	color: #a6a98f;
}

#footer a{
	color: #5b9600;
}

/*Content*/
#center_container{
	clear: both;
	border-bottom: 1px solid #d8e4bc;
	background-color: #ffffff;	
	background-image: url('../images/center_grad.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}

#center{
	clear: both;
	text-align: left;
	margin: 0 auto;
	width: 896px;
}

.db_center_add_btn {
	width: 45%;
	clear: both;
	margin-left: 60px;
}

#content{
	float: left;
	width: 70%;
	padding:10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_nofloat{
	padding: 20px; 
	padding-left: 10px;
	margin-bottom: 20px;
}

#content_inner{
	background-image: url('../images/vert_line_dots.gif');
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 20px;
}

/*Sidebar*/
#search_sidebar{
	float: left;
	width: 210px;
}

#search_container{
	position: relative;
	left: 0;
	top: 0;
}

#search_sidebar_inner{
	padding-top: 20px;
}

.sidebar{
	border: 1px solid silver;
	width: 100%;
}

/*Menu*/
.reg_tab{
	padding: 5px;
	padding-top: 11px;
	font-size: 13px;
}

.reg_tab a{
	text-decoration: none;
	color: #5e8e1e;
}

.reg_tab a:link{
	text-decoration: none;
	color: #5e8e1e;
}
.reg_tab a:visited{
	text-decoration: none;
	color: #5e8e1e;
}
.reg_tab a:hover{
	text-decoration: none;
	color: #5e8e1e;
}

.act_tab{
	padding: 5px;
	padding-top: 6px;
	font-weight: bold;
	border-top: 5px solid #c5d314;
	background-color: #ffffff;
	font-size: 13px;
}

.act_tab a{
	text-decoration: none;
	color: #727272;
}

.act_tab a:link{
	text-decoration: none;
	color: #727272;
}
.act_tab a:visited{
	text-decoration: none;
	color: #727272;
}
.act_tab a:hover{
	text-decoration: none;
	color: #727272;
}

.act_nav{
	background-color: #ffffff;
}

/*Home*/
/*#home_container{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	background-image: url('../images/block.gif');
}

#home_left{
	float: left;
	margin-left: 50%;
	background-image: url('../images/left_blocks.gif');
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	height: 334px;
	width: auto;
}

#home_banner{
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 896px;
	text-align: left;
	background-image: url('../images/block.gif');
}

#home_right{
	float: left;
	background-image: url('../images/right_blocks.gif');
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	height: 334px;
	width: auto;
}*/
#home_container{
	clear: both;
	width: 100%;
	text-align: center;
}

#home_left{
	background-image: url('../images/block.gif');
	background-position: right;
}

#home_left_inner{
	background-image: url('../images/left_blocks.gif');
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	height: 334px;
	width: 100%;
}

#home_banner{
	width: 896px;
	min-width: 896px;
	text-align: left;
	background-image: url('../images/block.gif');
}

#home_right_inner{
	background-image: url('../images/right_blocks.gif');
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	height: 334px;
	width: 100%;
}

#home_right{
	background-image: url('../images/block.gif');
	background-position: left;
}

#home_search_box{
	clear: both;
	height: 42px;
	padding-left: 11px;
	padding-top: 2px;
}

.home_search_back{
	background-image: url('../images/home_search_back.gif');
	height: 42px;
}

.home_search_padding{
	padding: 5px;
	padding-top: 8px;
}

#home_bottom{
	clear: both;
	padding-top:10px;
}

#home_teasers{
	clear: both;
	float: left;
	width: 53%;
	padding-top: 20px;
}

#home_sep{
	float: left;
	background-image: url('../images/vert_line_dots.gif');
	height: 250px;
	margin-top: 15px;
	width: 4px;
}

#home_bottomright{
	float: right;
	width: 42%;
	text-align: right;
	padding-right: 11px;
}

/*The Index*/
#index{
	clear: both;
	padding: 10px;
}

/*Wordpress*/
#wp_sidebar{
	float: left;
	padding-right: 10px;
}

#wp_content{
	float: left;
}

#wp_footer{
	clear: both;
}

/*Message Boxes*/
#message_success{
	clear: both;
	border: 1px solid green;
	background-color: #faffb9;
	color: green;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#message_error{
	clear: both;
	border: 1px solid red;
	background-color: #faffb9;
	color: red;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#message_success_sm{
	clear: both;
	border: 1px solid green;
	background-color: #faffb9;
	color: green;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#message_error_sm{
	clear: both;
	border: 1px solid red;
	background-color: #faffb9;
	color: red;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.red{
	color: red;
}

/*Search*/
#search_key_box{
	clear: both;
	height: 43px;
	padding-top: 1px;
}

.search_key_back{
	background-image: url('../images/search_back.gif');
	height: 43px;
	padding: 7px;
	padding-bottom: 0px;
}

#search_results{
	clear: both;	
}

.search_result{
	clear: both;
	padding: 8px;
}

.search_result_left{
	float: left; 
	width: 400px;
}

.search_result_right{
	float: right;
}
.companyprofile-header{
	font-size: 28px; 
	font-weight: bold; 
	color: gray;
}