/* CSS Document */

/*Template Layout*/
body {
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:15px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
	background-image: url(../images/page_bg.jpg);
	background-color: #D4C09B;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
}
a, a:link, a:visited {
	color:#5B005B;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
a:hover {
	color:#037db0;
	text-decoration:none;
}
/*general*/

h1 {
	font-size:36px;
	color:#5B005B;
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 25px;
}
h2 {
	font-size:20px;
	color:#DD5D04;
	font-family:"Century Gothic", Arial, sans-serif;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	color:#1B8D97;
	font-size:20px;
	font-weight:normal;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 0px;
}
h4 {
	font-size:14px;
	color:#4B3904;
	font-weight:normal;
	font-family:"Century Gothic", Arial, sans-serif;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #636;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
#wrapper {
	width:941px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height:139px;
	width:940px;
	clear:both;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	width:380px; /*change this width and height to match your logo image*/
	height:125px;
	float:left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
/*menu*/

#header_menu { /*the container that holds the main menu*/
	height:27px;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 600px;
}
ul#navigation {
	margin:0px;
	padding:0px;
	width: 800px;
}
ul#navigation li {
	float:left; /*makes the text sit beside each other not down the page*/
	list-style:none;
	display:inline;
	margin:0px;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#navigation a {
	width:115px;
	height:22px; /*height 27 minus padding*/
	display:block;
	color:#000; /*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration:none; /*menu text size and font*/
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover, ul#navigation .current {
	background-position:left top;
	background-repeat:no-repeat;
	color: #F89912;
}
/*--drop down menu second-level - this is optional--*/
ul#navigation li.hover, ul#navigation li:hover {
	position:relative;
}
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
	display:block;
}
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level {
	display:none;
}
ul#navigation ul.second-level {
	position:absolute;
	top:27px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:5px;/*161px minus padding*/
	display:none;
}
ul#navigation ul.second-level li {
	width:162px;
	margin:0;
	border: 1px solid #4C3D2F;
}
ul#navigation ul.second-level a {
	display:block;
	float:none;
	width:140px; /*font size and line height*/
	color:#4E3E2E;
	text-transform:capitalize;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4C3F30;
	border-bottom-color: #4C3F30;
	border-left-color: #4C3F30;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	background-image: none;
}
ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
	color:#FFFFFF;
	background-color:#1B8994;
	background-image:none;
}
/*Home banner*/

#home_banner_wrapper {
	width:941px;
	height:295px;
}
/* home tabs */
#home_tabs {
	list-style:none;
	margin:0;
	padding:0;
	height:47px;
}
#home_tabs li {
	list-style:none;
	margin:0 3px 0 0;
	padding:0;
	float:left;
}
#home_tabs li.end {
	margin:0;
}
#home_tabs li a, #home_tabs li a:visited, #home_tabs li a:link {
	display:block;
	float:left;
	width:233px;
	height:27px;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/banner_tab_off.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight: bold;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#home_tabs li.current a {
	background-image:url(../images/banner_tab_on.jpg) !important;
	color: #FFF;
}
#home_tabs li.current a:focus, #home_tabs li.current a:active {
	outline:none;
	border:0;
	color: #FFF;
}
#home_tabs li a:hover {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
}
/* home tabs2 */
#home_tabs2 {
	list-style:none;
	margin:0;
	padding:0;
	height:47px;
	color: #FFF;
}
#home_tabs2 li {
	list-style:none;
	margin:0 3px 0 0;
	padding:0;
	float:left;
}
#home_tabs2 li.end {
	margin:0;
}
#home_tabs2 li a, #home_tabs li a:visited, #home_tabs li a:link {
	display:block;
	float:left;
	width:233px;
	height:27px;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/banner_tab_off.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #F97719;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#home_tabs2 li.current a {
	background-image:url(../images/banner_tab_on.jpg) !important;
	color: #FFFFFF;
}
#home_tabs2 li.current a:focus, #home_tabs li.current a:active {
	outline:none;
	border:0;
	color: #FFF;
}
#home_tabs2 li a:hover {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#tab_content {
	height:250px;
	margin:0;
	padding:0;
	list-style:none;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#middle {
	background-image: url(../images/middle_strip.jpg);
	height: 135px;
	width: 940px;
}
#tab_content li {
	position:absolute;
	height:278px;
	width:940px;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
#tab_content li .left {
	width:940px;
	float:left;
}
#tab_content li .right {
	width:460px;
	margin:20px 0 0 0px;
	float:right;
}
#tab_content li .left h1 {
	font-size:28px;
	font-family:"Century Gothic", Arial, sans-serif;
	color:#037db0;
	margin:0px 0px 10px 0;
	line-height:28px;
	font-weight:normal;
}
#tab_content li .left .text {
	color:#5f6568;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4em; /* vertical spacing between your lines of text*/
}
#tab_content li .left p {
	padding:0px;
	margin:0px 0px 13px 0px;
	color: #666666;
}
/*Home page content*/

#home_content_wrapper {
	width:940px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
#home_content_wrapper h2 {
	padding:0px;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#home_content_wrapper p {
	padding-bottom: 15px;
}
.lft_content {
	width:550px;
	height:auto;
	float:left;
	color: #333333;
}
.lft_content .content {
	color:#333333;
	height:auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.lft_content .left {
	width:280px;
	float:left;
}
.lft_content .right {
	width:280px;
	float:right;
	border-left:1px solid #023d55;
	padding-left:26px;
}
.lft_content .bottom {
	height:6px;
	width:640px;
}
.service_box_container {
	width:280px;
	height:50px;
	margin:10px 0 15px 0;
}
.service_box_container .image {
	float:left;
	width:48px;
	height:48px;
	margin:0px 0px 0px 0px;
}
.service_box_container h3 {
	color:#CBFF5B;
	font-size:14px;
	font-weight:normal;
	margin:0 0 5px;
}
.service_box_container h3 a, .service_box_container h3 a:link, .service_box_container h3 a:visited {
	text-decoration:none;
	color:#CBFF5B;
}
.service_box_container .text {
	float:right;
	width:215px;
	font-size:11px;
	padding:0px 0px;
	line-height:normal;
}
.service_box_container .text p {
	padding:0px;
	margin:0px;
}
/*right buttons*/

#home_right_buttons {
	width:380px;
	float:right;
}
.side_button {
	width:350px; /*291px minus padding*/
	height:auto;
	background-repeat:no-repeat;
	background-position:left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.side_button .title {
	font-family:"Century Gothic", Arial, sans-serif;
	color:#FEA739;
	font-size:18px;
	margin: 0px;
	padding: 0px;
}
.side_button .image {
	float:left;
	width:90px;
	height:90px;
	margin:0px;
}
.side_button .text {
	float:right;
	width:250px;
	font-size:12px;
	padding:0px;
	line-height:normal;
	color:#FFFFFF;
}
.side_button .text p {
	padding:0px;
	margin:0px;
	color: #666666;
}
.side_button ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.side_button  li  {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 13px;
}
.side_button a, .side_button a:visited, .side_button a:link, .side_button a:hover {
	text-decoration: none;
	color:#F97519;
}
.size11 {
	font-size:11px;
}
hr {
	border: 0;
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	width: 100%;
	clear:both;
}
/*footer*/
#footer {
	height:250px;
	width:940px;
	color:#1B8A95;
	font-size:14px;
	font-family:"Century Gothic", Arial, sans-serif;
	clear:both;
	background-color: #FFFFFF;
	padding: 0px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EDE1C9;
	background-position: bottom;
}
.footer_holder {
	margin-top: 25px;
	height: 175px;
}
#footer td {
	padding: 10px;
}
#footer .border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
#footer_bottom {
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7C3A0;
	background-position: bottom;
	height: 300px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#1B8894;
	text-decoration:none;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
}
#footer a:hover {
	text-decoration:underline;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
}
#footer .right  {
	width:330px; /*make this wider to fit more links in your footer*/
	float:right;
	text-align:right;
	height: 50px;
	padding: 10px;
	margin-top: 25px;
}
#footer  ul  {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	list-style-type: square;
}
#footer  ul  li  {
	margin:0;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
#footer ul li ul li {
	line-height: 14px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#footer .right ul li a, #footer .right ul li a:link, #footer .right ul li a:visited {
	color:#879E59;
	text-decoration:none;
}
#footer .right ul li a:hover {
	text-decoration:underline;
}
#footer .left {
	width:550px;
	float:left;
	margin-top: 25px;
	padding: 10px;
}
#footer h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #4B3F2F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEE6D5;
	margin-bottom: 10px;
}
.clear {
	clear:both;
}
/*inside page 2 column layout*/
	
	#content_bg { /*the 2 columns*/
	background-image:url(../images/background_main_content_tile.jpg);
	background-repeat:repeat-y;
}
#content_bg .top {
	width:940px;
	background-image:url(../images/background_main_content_top.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
#content_bg .bottom {
	width:940px;
	height:6px;
}
#left_column {
	float:left;
	width:540px;
	min-height:200px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
}
#left_column ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#left_column li {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
}
#left_column ul li a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #1B8D97;
	text-decoration: none;
	font-size: 13px;
}
#left_column ul li a:hover {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #136B73;
	font-size: 13px;
}
#left_column ul li  li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #1A8793;
	font-size: 13px;
	margin: 0px;
	padding-left: 0px;
}
#left_column ul ul li {
	color: #1B8894;
}
#left_column ul ul {
	margin: 0px;
	padding: 0px;
}
#left_column ul li ul li {
	margin-left: 15px;
	color: #333;
	margin-bottom: 5px;
}
#left_column h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F98E13;
}
#right_column {
	float:right;
	width:285px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F1EBDD;
	border: 1px solid #DAD2C2;
}
/*side bar*/

.top_title {
	width:260px; /*260px minus the padding*/
	height:40px;
	color:#FFF;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:13px;
	background-image: url(../images/right_col_headerbg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 13px;
	letter-spacing: 0.02em;
}
.top_title2 {
	width:260px; /*260px minus the padding*/
	height:40px;
	color:#FFF;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:15px;
	background-image: url(../images/right_col_headerbg2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.news_item {
	font-size:12px;
	padding:5px;
	margin-bottom:5px;
	color:#FFF;
	width:265px;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.news_item a:link, .news_item a:visited, .news_item a {
	color:#1B8E98;
	font-size: 13px;
}
.news_item p {
	margin:0px;
	padding:0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
	color: #442A0F;
	font-weight: bold;
}
.news_title {
	color:#FFFFFF;
	font-weight:bold;
}
.news_title a, .news_title a:link, .news_title a:visited {
	text-decoration:none;
	color:#1B8D97;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.news_title a:hover {
	text-decoration:underline;
}
.right_box_containers {
	width:250px;
	font-size:15px;
	line-height:normal;
	color:#61305F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	height: 100px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
}
.right_box_containers .title {
	font-family:"Century Gothic", Arial, sans-serif;
	color:#F99011;
	font-size:18px;
	width:180px;
}
.right_box_containers div {
	float:right;
}
.right_box_containers p {
	padding:0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.quote_box_container a:visited, .quote_box_container a:hover , .right_box_containers a, .right_box_containers a:link{
	text-decoration: none;
	color:#F89311;
}
.right_box_containers form {
	margin:0px;
	padding:0px;
}
.right_box_containers label {
	float:left;
	clear:left;
	height:20px;
	margin:3px 0 5px 0;
	padding:4px 0 0 0;
}
.right_box_containers input {
	float:right;
	clear:right;
	width: 185px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 3px;
}
.right_box_containers .input {
	height:34px;
	padding:3px;
	width:180px;
	background-color:#bfe1f7 !important;
}
.right_box_containers #quote_submit {
	width:114px;
	border:none;
	margin-top: 10px;
}
.testimonial {
	padding:5px 10px 8px 0px;
	font-size:11px;
	line-height:17px;
	color:#4B3905;
	margin-top:5px;
	width:250px;
}
.testimonial .text {
	padding:5px;
}
.testimonial p {
	padding:0px;
	margin:0px;
}
.italic {
	font-style:italic;
}
/*service page*/

ul.ticklist {
	padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
	list-style:none;
	background-image:url(../images/icon_tick.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-size:13px;
	line-height:normal;
}
.service_table td {
	padding:3px 8px;
	color:#333333;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#F7A210;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	height:30px;
	padding-top: 10px;
}
.row1 {
	background-color:#EEE6D5;
}
.row2 {
	background-color:#FFFFFF;
}
/*news blog page*/

.news_box_container {
	width:550px;
	margin-bottom:15px;
}
.news_box_container .image {
	float:left;
	width:130px;
	height:130px;
	padding:4px;
	border:1px solid #dedede;
	background-color:#f3f3f3;
}
.news_box_container .text {
	float:right;
	width:400px;
	height:auto;
	font-size:12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.news_box_container .text p {
	padding:0px;
	margin:0px;
	font-size: 12px;
}
.news_box_container .read_more {
	color:#999999;
	font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	float:right;
	width: 400px;
}
.news_box_container a:link      {
	color:#1B8E98;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
}
.news_box_container   .text h2  {
	font-size:18px;
	font-weight:bold;
}
.news_box_container a     {
	text-decoration:none;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #39C;
}
.news_box_container a:hover {
	text-decoration:underline;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
}
hr.clear {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
.read_more ul {
	list-style:none;
	margin:0;
	padding:0;
}
.read_more ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
.read_more  ul  li  a:link         {
	color:#1871b6;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
}
.read_more ul li a:hover {
	text-decoration:underline;
	font-size: 13px;
	color: #6699CC;
}
/*inside page no column plain layout*/
	
	#plain_content_bg {
	background-image:url(../images/background_main_plain_tile.gif);
	background-repeat:repeat-y;
}
#plain_content_bg .top {
	width:940px;
	background-image:url(../images/background_main_plain_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#plain_content_bg .bottom {
	width:940px;
	height:6px;
}
#plain_content_bg .content {
	padding:15px;
}
/*contact*/

.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
	border:4px solid #e2e2e2;
	margin-bottom:10px;
	color:#666666;
}
.contact_title {
	color:#666666;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#ffffff !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #e2e2e2 !important;
	margin:3px 0px;
	padding:4px;
	color:#666666 !important;
}
#form1 label #textfield {
	margin-right: 10px;
	float: left;
	height: 20px;
	margin-top: 5px;
}
#contact {
	border:0;
	width:225px; /*this width keeps the form fields in line*/
	float: right;
	margin-top: 20px;
	clear: right;
	height: 30px;
	background-image: url(../images/contact-us-button.gif);
	display: block;
}
#contact:hover {
	background-position: 0px -30px;
}
#contact span {
	display: none;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#666666;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:95px;
}
.socialnetworking {
	padding-right: 5px;
	padding-left: 5px;
}
#emailSignup {
	float: right;
	height: 50px;
	width: 345px;
	margin-top: 40px;
	background-repeat: no-repeat;
	padding-top: 15px;
	margin-right: 60px;
}
#emailSignup  h2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 20px;
	color: #622D5E;
	float: left;
	font-weight: normal;
	margin-left: 5px;
}
#emailSignup  .right  {
	float: right;
}
#emailSignup #textfield {
	margin: 0px;
	padding: 0px;
}
#emailSignup  .left  {
	width: 180px;
	margin-left: 20px;
	float: left;
}
#emailSignup label {
	color: #602F5E;
	font-family: "Century Gothic", Arial, sans-serif;
}
.biophoto {
	float: left;
	border: 3px solid #1B8894;
	margin-right: 10px;
	margin-bottom: 10px;
}
.status {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	color: #C74D1C;
}
.status a:hover {
	color: #F63;
}
iframe.border {
	border: 2px solid #EC9B2E;
}
.orangeborder {
	float: left;
	border: 3px solid #F87519;
	margin-right: 10px;
}
#logolink{
	position:absolute;
	left:236px;
	top:87px;
	z-index:9999;
	background-color:transparent;
	width:448px;
	height:46px;
	cursor:pointer;
}

