@charset "utf-8";
/* HB Laptops */

#start li {line-height:30px;}

body {
	background-color:#d2d1d0;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	}

#containter {
	width:926px;
	background-color:#093;
	margin-left:auto;
	margin-right:auto;
	}

img {border:none;}

#header {
	background-color:#ffffff;
	border:#bbbbbb solid 1px;
	width:926px;
	margin-left:auto;
	margin-right:auto;
	margin-top:26px;
	height:165px;
	background-image:url(img/header2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

#nav {
	background-image:url(img/nav.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:40px;
	width:926px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:12px;
	line-height:40px;
	}

#contentLeft {
	background-color:#ffffff;
	border:#bbbbbb solid 1px;
	width:634px; /* minus one */
	float:left;
	background-image:url(img/laptopbg2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

#contentRight {
	background-color:#ffffff;
	border:#bbbbbb solid 1px;
	width:280px; /* minus one */
	float:right;
	}
	
.clearme {
	clear:both;
	}

#footer {
	background-color:#0685c4;
	width:926px;
	height:114px;
	margin-top:16px;
	background-image:url(img/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:20px;
	}


#logotext {
	width:250px;
	float:right;
	padding-top:10px;
	padding-right:120px;
	font-size:12px;
	color:#aeaeae;
	text-align:right;
	line-height:20px;
	}

#footertext {
	color:#9cd9f7;
	float:left;
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	}

#footertext a:link { color:#9cd9f7; }
#footertext a:active { color:#9cd9f7; }
#footertext a:visited { color:#9cd9f7; } 
#footertext a:hover { color:#FFF; } 
#footertext a { text-decoration:none; font-weight:normal;}	

#footertextright {
	color:#9cd9f7;
	float:right;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	}

#footertextright a:link { color:#9cd9f7; }
#footertextright a:active { color:#9cd9f7; }
#footertextright a:visited { color:#9cd9f7; } 
#footertextright a:hover { color:#FFF; } 
#footertextright a { text-decoration:none;}	

#contentText {
	padding:10px;
	text-align:left;
	color:#666;
	line-height:20px;
	font-size:12px;
	}

.break {
	border-top:#cccccc 1px solid
}

.mytitle {
	font-size:14px;
	color:#0688c5;
	font-weight:bold;
}

.myblue {
	color:#0688c5;
}

.myspace {
	height:25px;
}

 a:link { color:#0688c5; }
 a:active { color:#0688c5; }
 a:visited { color:#0688c5; } 
 a:hover { color:#9cd9f7; } 
 a { text-decoration:none; font-weight:bold;}	

/* form */

select, option{
    font-size:13px;
}

ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

ol.phpfmg_form li{
    margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
	width: 100%
}


.form_field, .form_required{
    font-weight : bold;
}

.form_required{
    color:red;
    margin-right:8px;
}

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.text_box, .text_area, .text_select {
    width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}
