/* CSS Style */

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: auto;
}

img {
	border: 0px;
}

body {
	height: auto;
	background-color:#0066CC;
	background-image:url(/images/life/background_page.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

/* Text */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding-left:4px;
	line-height:20px;
	vertical-align:middle;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	padding-left:10px;
	text-align:justify;
	line-height:18px;
	vertical-align:middle;
	padding-top:10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-left:4px;
	line-height:25px;
	vertical-align:middle;
}

.Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#151515;
	text-align:justify;
	padding:10px;
	line-height:18px;
	vertical-align:middle;
}

.Text a:link {
	text-decoration:none;
	font-weight: bold;
	color:#1b68de;
}

.Text a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#1b68de;

}

.Text a:active {
	text-decoration:none;
	font-weight: bold;
	color:#1b68de;

}

.Text a:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#1b68de;

}

/* header */

.Header {
	width:957px;
	height:189px;
	margin:0px auto;
}

.HeaderColumn01 {
	float:left;
	width:638px;
	height:189px;
}

.HeaderColumn02 {
	float:left;
	width:319px;
	height:189px;
}

/* Form inputs */
form .FormInput {
	border:1px solid #33CC66;
	height:20px;
	width:200px;
	vertical-align:bottom;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-top: 2px;
}

/* Form submits */
form .FormSubmit {
	width: auto;
	height: 22px;
	border: 1px solid #333333;
	color :#000000;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.FileUpload {
	background-color:#FFFF00;
	border:1px solid #333333;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:22px;
    cursor: pointer;
}


/* Search */

.SearchForm {
	margin-left:46px;
	margin-top:38px;
	height:25px;
	width:185px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	border:0px;
	padding-top: 5px;
}

.Search {
	float:right;
	width:319px;
	height:80px;
	background-image:url(/images/life/menu/background_searchbox.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


.SearchButton {
	float:left;
	width:319px;
	height:40px;
	background-image:url(/images/life/menu/right_bottom.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.AdvancedLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#1965D8;
	vertical-align:middle;
	line-height:40px;
	text-align:left
}

.AdvancedLink  a:link { text-decoration:none; color:#1965D8;} 
.AdvancedLink  a:visited { text-decoration:none; color:#1965D8;} 
.AdvancedLink  a:active { text-decoration:none; color:#1965D8;} 
.AdvancedLink  a:hover { text-decoration:underline; color:#1965D8;} 

/* Menu CSS */

.MenuHolder {
	margin:0px auto;
	width:957px;
	height:28px;
	clear:both;
}

.MenuImg {
	margin: 0px;
	padding: 0px;
	height: 28px;
}

/* Main */
.MainDiv {
	width:957px;
	height:auto;
	min-height:500px;
	margin:0 auto;
}

/* Login CSS */


.InfoHolder {
	clear:both;
	width:900px;
	height:133px;
	background-image:url(/images/life/brown_background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
}

.InfoLeft  {
	clear:both;
	float:left;
	width:184px ;
	height:133px ;
}

.InfoRight  {
	float:left;
	width:450px ;
	height:133px ;
}

.InfoRight h1 {
	margin-top: 15px;
	margin-left: 11px;
}

.InfoRight .Text {
	color: #ffffff;
	margin-left: 6px;
}

.InfoRight a:link,
.InfoRight a:hover,
.InfoRight a:active,
.InfoRight a:visited
{
	color: #ffffff;
}

.LightaCandle {
	float:left;
	width:250px ;
	height:133px ;
}

.InfoText {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:16px;
	vertical-align:middle;
	text-align:left;
	padding-left:20px;
}

.InfoHolder a {
	color: #FFFFFF;
}

/* Pictures */
.Pictures {
	clear:both;
	width:900px;
	height:192px;
	float:right;
	background-color:#FFFFFF;
}

.Pictures #container {
	position: relative;
	width: 844px;
	height: 192px;
	overflow: hidden;
}

.Pictures #ticker {
	position: relative;
	overflow: hidden;
}

.Pictures #stripe, .Pictures #duplicate {
	position: relative;
	height: 100px;
}

.PicDiv {
	width:168px;
	height:192px;
	float:left;
}

.PicDiv table {
	width: 168px;
	height: 172px;
	text-align: center;
}

.PicDiv img {
	border: 0px;
	border-left: 1px solid white;
	vertical-align: middle;
}

img.ShiftButton {
	display: block;
}

.PictureText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
	line-height:20px;
	text-align:center;
}

.Content {
	float: right;
	clear: both;
	width: 900px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	#151515
}

.PageContent {
	padding-left: 10px;
}

.PageContent p {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Home Page Content Text */

.Content01 {
	float:right;
	clear:both;
	width:900px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
	border-top:1px solid #33CC66;
}

.Content01Left {
	clear:both;
	width:900px;
	height:auto;
	float:left;
}

.Content02Left {
	width:448px;
	height:230px;
	float:left;
}

.Content02 {
	float:right;
	clear:both;
	width:900px;
	height:175px;
	float:right;
	background-color:#FFFFFF;
	border-top:1px solid #33CC66;
}

.Content021Left {
	clear:both;
	width:452px;
	height:175px;
	float:left;
}

.Content022Left {
	width:448px;
	height:175px;
	float:left;
}

.TitleHoder {
	background-color:#33CC66;
	width:250px;
	height:24px;
	margin-left:10px;
}

.TitleHoder h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}

.Box {
	clear:both;
	float:right;
	width:431px;
	height:380px;
	margin:20px 10px 10px 10px;
	background-image:url(/images/life/background_box.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.Box h3 {
	color: #000000;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 10px;
}

.Box ul li, .BulletText {
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left: 20px;
}

.Box ul li {
	list-style-type: none;
	padding-left: 10px;
	background: url(/images/life/bullet.gif) no-repeat left center;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.Box ul li span {
	/*margin-left: 10px;*/
}


.BulletText {
	float:left;
}

/* FAQ */

.FAQAnswer {
	padding-top: 0px;
}

/* Footer */

.Footer {
	clear:both;
	width:900px;
	height:21px;
	background-image:url(/images/life/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	text-align:center;
}

.FooterText, .Footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-align:center;
	line-height:21px;
	vertical-align:middle;
	color:#333333;

}

.MenuFooter {
	clear:both;
	width:850px;
	height:5px;
	float:right;
	padding-right:22px;
	margin-right:12px;
}

.MenuBottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	line-height:28px;
	height:28px;
	vertical-align:middle;
	display:block;
	text-align:center;
	margin-left:10px;
}

.MenuBottom a:link { text-decoration:none; color:#333333; display:block;}
.MenuBottom a:visited { text-decoration:none; color:#333333; display:block; }
.MenuBottom a:active { text-decoration:none; color:#333333; display:block; }
.MenuBottom a:hover { text-decoration:underline; color:#333333; display:block; }

.MenuCorner {
	behavior: url(/styles/htc/image.htc);
}

/* Contact Page */
.ContactForm {
	border:1px solid #33CC66;
	height:20px;
	width:200px;
	line-height:20px;
	vertical-align:bottom;
	text-align:left;
	padding-left:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;

}

.RequiredLabel {
	color: red;
}

.PersonName {
	color: #333333;
	font-weight: bold;
}

img.button {
	cursor: pointer;
}

table.FormTable {
	margin: 10px auto;
}

table.FormTable th {
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
}

table.FormTable td {
	text-align: left;
	vertical-align: middle;
}

table.FormTable td.buttons {
	text-align: center;
	padding-top: 5px;
}

span.note {
	font-size: small;
}

#demo {
	position: relative;
	left: 77px;
	width: 736px;
	height: 540px;
}

.SimpleForm {
	border: 1px solid #33CC66;
	margin: 15px;
	padding-bottom: 10px;
}

.LoginFormTable {
	width: 184px;
}

.LoginFormTable td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
}

.LoginFormTable .FormField,
.LoginFormTable .FieldTitle,
.LoginFormTable .PasswordReminderLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LoginFormTable .FieldTitle {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.LoginFormTable .FormField {
	width: 143px;
	height: 21px;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #5e97ec;
}

.LoginFormTable .SubmitButton {
	width: 118px;
	height: 26px;
	display: block;
	margin: 0px auto;
}

.LoginFormTable .PasswordReminderLink {
	font-weight: bold;
	font-size: 10px;
	display: block;
}

