/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background: url(images/bg.gif);
	text-align:center;
}

html, input, textarea
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.5em;
		color:#79979D;
	}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
.aligncenter { text-align:center;}
.alignleft { text-align:left;}
.alignright { text-align:right;}

input, select { vertical-align:middle; font-weight:normal;}
a {color:#79979D; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p {padding-top:18px;}
a img { border:0;}
ul { list-style:none;}
img {vertical-align:top;}
.cursor { cursor:pointer;}

h1 {font-size:20px; text-decoration:none; padding-bottom:10px; line-height:22px;}
h3 {font-size:32px; color:#000; line-height:1.2em; padding-bottom:10px;}
h4 {font-size:2.5em; color:#FFF; line-height:1.2em; margin-left:-5px; padding-top:9px;}
h5 {font-size:2.5em; color:#000; line-height:1em; }

.link1 { float:right; background:url(images/marker1.gif) 0 0 no-repeat; margin:-5px 0 5px; padding:0 22px 9px 27px; font-weight:bold; color:#FFF; text-decoration:none; line-height:1.2em;}
.link1:hover { color:#000;}
.link2 { background:url(images/marker2.gif) 0 7px no-repeat; padding-left:10px; font-size:1.167em; color:#C72648; font-weight:bold; font-family:Tahoma, Geneva, sans-serif;}
.link3 { background:url(images/marker3.gif) 0 7px no-repeat; padding-left:12px; font-family:Tahoma, Geneva, sans-serif; font-size:1.167em; color:#56919D; font-weight:bold;  }
/* ============================= main layout ====================== */
.imgindent { float:left; margin-right:20px;}
.space1 { margin-top:11px;}
.space2 { margin-right:20px;}
.space3 { margin-top:22px;}
.space4 { margin-right:11px;}
.indent1 { padding-top:8px;}
.indent2 { padding:13px 0 10px;}

/* ============================= header ====================== */
.logo { float:left; margin-top:50px; padding-bottom:16px; cursor:pointer; z-index:10; }
.login { float:right; width:571px; margin-top:30px; text-align:left; z-index:5;}
.login-title { font-size:2.5em; color:#85ACA1; padding-top:9px; line-height:1.2em;}
* html .login-title { padding-top:7px;}
*+ html .login-title { padding-top:7px;}
.menu { background:url(images/menu-bg-lifesource.gif) top repeat-x; height:40px; width:100%; overflow:hidden;}
.menu ul {  padding:12px 22px 12px 50px;}
.menu li { float:left; color:#CE1B29; padding-right: 30px;}
.menu li a { font-size:1.167em; color:#FFF; border-right:1px solid #a1b7d3; text-transform:uppercase; text-decoration:none; padding-right: 30px;}
.menu li a:hover, .menu .active a { color:#000;}
/* ============================= content ====================== */
#content2011 { padding:20px; /*background:url(images/content-bg-lifesource.jpg) top no-repeat #FFFFFF; background: url(images/bg.gif);*/ background-color:#FFF; min-height:564px; height:auto !important; height:564px;  }
#content { padding:20px 0 20px 23px; background:url(images/content-bg-lifesource.jpg) top no-repeat #FFFFFF; min-height:564px; height:auto !important; height:564px;  }
.column-1 { width:611px; margin-right:9px;}
.column-2 { width:312px;}
.column-1 .top-left { background:url(images/corner1-top-left.gif) top left no-repeat; }
.column-1 .top-right { background:url(images/corner1-top-right.gif) top right no-repeat; padding:0 12px; }
.column-1 .top-bg { background:#ECF5F1; height:12px; font-size:0em;}
.column-1 .bot-left { background:url(images/corner1-bot-left.gif) bottom left no-repeat; }
.column-1 .bot-right { background:url(images/corner1-bot-right.gif) bottom right no-repeat; padding:0 12px; }
.column-1 .minheight { background:#ECF5F1; padding:0 12px 2px 35px;}
.column-2 .top-left { background:url(images/corner2-top-left.gif) top left no-repeat; }
.column-2 .top-right { background:url(images/corner2-top-right.gif) top right no-repeat; padding:0 12px; }
.column-2 .top-bg { background:#ABD1D1; height:12px; font-size:0em;}
.column-2 .minheight { background:#ABD1D1; padding:0 26px 0 35px;}
.column-2 .bot-left { background:url(images/corner2-bot-left.gif) bottom left no-repeat; }
.column-2 .bot-right { background:url(images/corner2-bot-right.gif) bottom right no-repeat; padding:0 12px; }

.line { border-top:1px solid #FFF; margin-top:13px; padding-bottom:20px; margin-left:-10px;}
.line2 { border-top:1px solid #D1E3E2; margin-top:22px; padding-bottom:20px; margin-left:-10px;}

.box { background-color:#DDECE8;}
.box .corner-top-left { background:url(images/corner3-top-left.gif) top left no-repeat;}
.box .corner-top-right { background:url(images/corner3-top-right.gif) top right no-repeat;}
.box .corner-bot-left { background:url(images/corner3-bot-left.gif) bottom left no-repeat;}
.box .corner-bot-right { background:url(images/corner3-bot-right.gif) bottom right no-repeat; padding: 10px 15px 10px 27px;}

.list1 li a{ background:url(images/marker4.gif) 0 6px no-repeat; padding-left:12px; font-family:Tahoma, Geneva, sans-serif; font-size:1.167em; color:#56919D; font-weight:bold; line-height:1.714em;}
.phone { float:left; width:92px;}

/* ============================= footer ====================== */
#footer { font-size:0.917em; color:#BED6B9; background:#408737; padding:11px 0 10px 22px; text-align:center; }
#footer a { color:#BED6B9; }
/* ============================= forms ============================= */
#SearchForm { line-height:1em; color:#505050; margin-top:7px;}
* html #SearchForm {margin-top:5px;}
*+ html#SearchForm {margin-top:5px;}
#SearchForm input { width:131px; height:16px; border:1px solid #B8BFBD; background:#FFF; padding:0 0 0 5px; color:#505050; line-height:15px !important; font-size:1em;}
.button1 { vertical-align:top; display:inline-block; background:url(images/button1-tail.gif) top repeat-x; text-decoration:none; font-weight:bold; color:#FFF; line-height:1em; cursor:pointer;}
.button1 span { display:inline-block; background:url(images/button1-left.gif) top left no-repeat; line-height:1em;}
.button1 span span { background:url(images/button1-right.gif) top right no-repeat; padding:2px 17px 8px 12px;}
.button1:hover { color:#000;}
.text { font-family:Tahoma, Geneva, sans-serif; font-size:0.917em; color:#505050;}
.text a { color:#79979D;}

.block-text-2011 { margin:5px 0; padding:5px 0; color:#000; font-size:12px; clear:both; }
.block-text-2011 h2 { margin:10px 0 0 0; padding:3px; font-size:16px; font-weight:700; }
.block-text-2011 img { margin:0; padding:5px; border:0; float:left; } 
.block-text-2011 a { border:0; color:#060; font-weight:900; } 
.block-text-2011 .morebtn { margin:5px; padding:0; clear:both; border:0; float:right; } 

.inputs { height:18px; border:1px solid #CCE3E3; background:#79979D; padding:3px 5px 0 5px; font-size:1em; color:#FFF; line-height:15px !important;}
.selects { height:22px; border:1px solid #CCE3E3; background:#79979D; padding:1px 1px 0 5px; font-size:1em; color:#FFF; line-height:15px !important;}

#QuickSearchForm { line-height:1em; color:#FFF; font-weight:bold; margin-top:27px;}
#QuickSearchForm .space { margin-top:11px; line-height:1.7em;}
#QuickSearchForm .select1 { width:79px; margin:0 7px 0 10px;}
#QuickSearchForm .select2 { width:66px; margin-left:6px;}
#QuickSearchForm .select3 { width:175px;}
#QuickSearchForm .select4 { width:66px; margin-left:14px;}
#QuickSearchForm .select5 { width:51px; margin-left:2px;}
#QuickSearchForm .select6 { width:54px; margin-left:2px;}
#QuickSearchForm .select7 { width:13px; height:13px;}
#QuickSearchForm .input1 { margin-left:2px; width:163px;}

.button2 { float: right; display:inline-block; background:url(images/button2-tail.gif) top repeat-x; text-decoration:none; font-size:2em; color:#FFF; line-height:1em; cursor:pointer;}
.button2 strong { display:inline-block; background:url(images/button2-left.gif) top left no-repeat; line-height:1em;}
.button2 strong strong { background:url(images/button2-right.gif) top right no-repeat; padding:4px 17px 6px 12px;}
.button2:hover { color:#000;}

#SearchForm1 .text { font-family:Tahoma, Geneva, sans-serif; font-size:1.167em; color:#56919D; font-weight:bold;}
#SearchForm1 .inputs { width:191px; height:18px; border:1px solid #CCE3E3; background:#79979D; padding:3px 5px 0 5px; font-size:1em; color:#FFF; line-height:15px !important;}
#SearchForm2 .text { font-family:Tahoma, Geneva, sans-serif; font-size:1.167em; color:#56919D; font-weight:bold;}
#SearchForm2 .inputs { width:161px; height:18px; border:1px solid #CCE3E3; background:#79979D; padding:3px 5px 0 5px; font-size:1em; color:#FFF; line-height:15px !important;}

#AdvancedSearch { font-weight:bold; color:#FFF; margin-top:29px;}
#AdvancedSearch .space { margin-top:8px; line-height:1.7em;}
#AdvancedSearch .input1 { width:163px;}
#AdvancedSearch .input2 { width:49px; margin:0 28px 0 23px;}
#AdvancedSearch .input3 { width:49px; margin:0 0 0 7px;}
#AdvancedSearch .input4 { width:39px; margin:0 14px 0 19px;}
#AdvancedSearch .input5 { width:39px; margin:0 0 0 7px;}
#AdvancedSearch .input6 { width:119px; }
#AdvancedSearch .input7 { width:153px; }
#AdvancedSearch textarea { width:167px; height:97px; border:1px solid #CCE3E3; background:#79979D; padding:1px 1px 0 5px; font-size:1em; color:#FFF;}
#AdvancedSearch .select1 { width:174px;}

#PersonalInfo {font-weight:bold; color:#FFF; margin-top:29px;}
#PersonalInfo .space { margin-top:8px; line-height:1.7em;}
#PersonalInfo .input1 { width:163px;}
#PersonalInfo .select1 { width:55px; margin-left:13px;}
#PersonalInfo .select2 { width:55px; margin-left:5px;}


#ContactForm {line-height:1em; margin-top:11px;}
label { height:26px; display:block;} 
#ContactForm input {width:245px; height:16px; padding:0 0 0 5px; font-size:1em; line-height:15px !important; margin-top:2px;}
#ContactForm textarea {width:245px; height:117px; padding:2px 0 0 5px; overflow:auto; font-size:1em; line-height:1em; margin-top:2px;}


