@charset "utf-8";
/* CSS Document */
/*@font-face {
	font-family: 'Custom';
	src: url('fonts/OpenSans-Regular.eot');
	src: local('☺'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
 font-family: 'Custom';
 src: url("fonts/OpenSans-Regular.eot") /* For IE 6+ */
}
@font-face {
 font-family: 'Custom';
 src: url("fonts/OpenSans-Regular.ttf") /* For CSS3 browsers inc. Firefox */
}

#wrapper {
	margin:auto;
	background: url(../imgs/bodynoise.png);
	color: #252525;
	width: 1000px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}
#topbanner {
	margin:auto;
	width:1000px;	
}
a:link {
	color: #4A74F0;
}
a:visited {
	color: #4A74F0;
}
a:hover {
	color: #4A74F0;
}
a:active {
	color: #4A74F0;
}

body {
	background: url(../imgs/bg.jpg) repeat center center fixed;
	text-align:center;
	font-size:medium;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;

}
#head {
	margin:auto;
	width:960px;
	height:80px;
	/*background-image:url(../imgs/headbg.jpg);
	background-repeat:no-repeat;*/  
	padding:12px 20px 0 20px;
	text-align:right;
	font-size:large;
	font-weight:bold;
}
#headalert {
	margin:auto;
	width:960px;
	padding:15px;
	background-color:#C00;
	color:#FFFFFF;
	text-shadow:none;
}
#head img {
	padding:1px;
}
.logo {
	float:left;
	padding:5px;	
}

/*--------------------MENU-------------------------*/
#menu{
	width:1000px;
	height:auto;
	padding:15px 0 5px 0;
}
/*----------------------------- MENU END -----------------------------------*/
#sliderbox {
	margin:auto;
	width:950px;
	height:350px;
	background-image:url(../imgs/sliderbg.png);
	background-color:#FFF;

}
#pageContainer {
	margin:auto;
	padding:5px 25px 25px 25px;
	width:950px;
	min-height:350px;
}
#titlehead {
	margin:auto;
	padding:15px 5px 5px 10px;
	text-align:left;
	font-size:x-large;
	font-weight:bold;
}
.title {
	font-family:Custom, Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-size:26px;
}
.titlestyle1 {
	text-align:left;
	font-size:large;
	font-weight:bold;
	padding-left:40px;
}
#titleContent {
	background-color:#fff;
	border:1px solid #bdbdbd;
	display:inline-block;
	color:#333;
	font-size:medium;
	text-align:left;
	padding:10px 10px 10px 10px;
	width:95%;
	height:auto;
}
.contentheadbg {
	background:url(../imgs/titlecontentbg.png) top left no-repeat;
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	
}
.contentbox {
	
	font-size:medium;
	line-height:22px;
}


 .cols { text-align:left; }

 .cols .col { width: 280px; float: left; }
 .cols .col:last-of-type { width: 274px; }
 .cols .col + .col { padding-left: 55px; }

 .cols .col h3 { padding-bottom: 14px; padding-left: 50px; }
 .cols .col h3 a { color: #000; }
 .cols .col h3 a:hover { text-decoration: none; color: #333; }
 .cols .col h3.starter-ico { background: url(../imgs/starter-ico.png) no-repeat 0 0; }
 .cols .col h3.awesome-ico { background: url(../imgs/awesome-ico.png) no-repeat 0 0; }
 .cols .col h3.save-ico { background: url(../imgs/save-ico.png) no-repeat 0 0; }
 .cols .col p { padding-bottom: 10px;  }
 .cols .col a.more { text-transform: uppercase; } 
 .cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }



#footer {
	margin:auto;
	width:960px;
	height:auto;
	background-image: url(../imgs/footergrad.png), url(../imgs/footernoise.png);
    background-repeat: repeat-x, repeat;
	background-position:top;
	font-size:small;
	color:#999;
	padding:20px 10px 10px 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#footer a:active {
	color: #fff;
}
#footerLeft
{
    width: 325px;
    float: left;
}
#footerRight
{
    width: 325px;
    float: right;
}
#footerMid
{
    padding:0px;
}
.footerTitle {
	font-size:large;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
.footerContent {
	text-align:left;
	font-size:small;
	padding-left:10px;
	line-height:30px;
}
.timestyle {
	color:#36C;
	font-size:larger;
}
.homepagetablestyle {
	font-size:15px;
	line-height:25px;
}#subPageContainer #page-bgtop #page-bgbtm #content .post #titleContent #content_other p {
	text-align: left;
	font-size:24px;
	
}
#thankyou {
	padding:10px;
	margin:auto;
	width:980px;
	min-height:500px;
	background:#FFF;
}

/*------------- FORM STYLE -------------- */
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;
}

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