/*
------------------------------------------------------------------------
Theme Name:[projectname]
Author:[authorname]
Author Company URI:http://www.globalwsolutions.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd,  pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{padding-left:15px}
ul {padding-bottom:10px;}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


h1{
  color:#f2710a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2{
  color:#777;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
}
li {color:#d47800;
}
li a {color:777;
}

h3{
color:#fccf00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
}

h4{ color:#ba3d05;
    padding:10px 0;

}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom:8px;
}

a{
	color: #777;
	text-decoration: none;
}

a:hover{
	color: f2710a;
	text-decoration: none;
}



/* CSS Document */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 952px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header{
	height: 171px;
	background: url(images/bg_header.jpg) no-repeat top left;
}

#member_login{
	width: 250px;	
	float: right;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}


#member_login a{
	color: #FFFFFF;
	text-decoration: none;
}

#member_login a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#member_login a.a_white{
	color: #FFFFFF;
	text-decoration: none;
}

#member_login a.a_white:hover{
	color: #fcd20f;
	text-decoration: none;
}




#menu_container{
	background: url(images/bg_menu.jpg) repeat-x top left;
}

#menu{
	background: url(images/bg_menu_right.jpg) no-repeat top right;
	height: 38px;

}


#menu img{
	float: left;
}




#content_top{
	height: 220px;
	padding-left: 40px;
}

#content_top a{
	color: #777777;
	text-decoration:none;
}

#content_top a:hover{
	color: #f2710a;
	text-decoration: none;
}







#box_container{
	margin-left: 40px;
	width: 839px;
	height: 387px;
	padding: 15px;
	background:url(images/box_full.jpg) no-repeat top left;
}

#box_1{
	width: 199px;
	height: 340px;
	background: url(images/bg_box_1.png) no-repeat top left;
	float: left;
	margin-right: 13px;

}

#box_2{
	width: 199px;
	height: 340px;
	background: url(images/bg_box_2.png) no-repeat top left;
	float: left;
	margin-right: 13px;
}

#box_3{
	width: 199px;
	height: 340px;
	background: url(images/bg_box_3.png) no-repeat top left;
	float: left;
	margin-right: 13px;
}

#box_4{
	width: 199px;
	height: 340px;
	background: url(images/bg_box_4.png) no-repeat top left;
	float: left;
}



.box_content{
	height: 120px;
	padding: 10px 12px 20px 12px;
	
}

.box_content p{
	color: #969696;
	line-height: 14px;
}

.box_button{
	margin-top: 150px;
}






#content_bottom{
	width: 869px;
	margin-left: 40px;
	margin-top: 30px;
	height: 400px;
}

#content_bottom h1{
	margin-bottom: 20px;
}

#content_bottom p{
	color: #969696;
}

#content_bottom a{
	font-size: 12px;
	color: #777;
	text-decoration: none;
}

#content_bottom a:hover{
	text-decoration: none;
	color: #777;
}

#content_bottom a.a_yellow{
	font-size: 12px;
	color: #777;
	text-decoration: none;
}

#content_bottom a.a_yellow:hover{
	text-decoration: none;
	color: #f2710a;
}


#c_b_left{
	float: left;
	width: 280px;
	margin-right: 8px;
}

#c_b_center{
	float: left;
	width: 286px;
	margin-right: 8px;
}

#c_b_right{
	float: right;
	width: 280px;
}


.box_featured{
	width: 266px;
	height: 279px;
	background: url(images/box_full_2.jpg) no-repeat top left;
	margin-top: 12px;
	padding: 10px;
	
}

#content_bottom .box_featured p{
	color:#FFFFFF;
}

#content_bottom .box_featured a.a_black{
	color: #000000;
}

#content_bottom .box_featured a.a_black:hover{
	color: #000000;
}


#footer{
	background: url(images/bg_footer.jpg) repeat-x top left;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #969696;
	font-size: 11px;
}

#footer a{
	color: #777;
	text-decoration: none;
}

#footer a:hover{
	color: #f2710a;
	text-decoration: none;
}



/* INTERIOR PAGE */

#content_sub{
	margin-top: 27px;
}

#c_s_left{
	float: left;
	width: 610px;
	margin-left: 30px;
	
}


#c_s_right{
	float: right;
	width: 280px;
}





#content_sub h1{
	margin-bottom: 20px;
}

#content_sub p{
	color: #969696;
}

#content_sub a{
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

#content_sub a:hover{
	text-decoration: none;
	color: #f2710a;
}

#content_sub a.a_yellow{
	font-size: 12px;
	color: #fbcf00;
	text-decoration: none;
}

#content_sub a.a_yellow:hover{
	text-decoration: none;
	color: #f2710a;
}





/* END OF INTERIOR PAGE */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               