/* CSS Document */
/* colours
	yellow:  #ffba00
	dk grey: #595959
	grey:    #727272
	lt grey: #b9b9b9
*/

body {
	background-color: black;
}
a:link, a:visited {
color:#0000CC;
}
/***********layout divs***********/
#container {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}
#header {
	margin-bottom:15px;
}
#navbar {
	clear:both;
	background-color:#b9b9b9;
	width:900px;
	height:39px;	
}
#mainContent {
	margin-top:5px;
	width:900px;
	clear:both;
	float:left;
}	
#mainBox {
	width:560px;
	margin:0px;
}
#mainBox2 {
	width:auto;
	margin:0px;
}
#rhs {
	width:300px;
	margin:0px;
	float:right;
}
#rhs .module {
	margin:0px 0px 5px 0px;
}
#home {
	width:870px;
	margin:0px auto 0px auto;
	height:495px;
}

#footer {
	margin:0px auto 0px auto;
	text-align: center;
	width: 540px;
}
/**** headings ******/
h1, h2 {
	margin:0;
	font-size:48px;
	font-family: Impact, "Arial Black", Arial;
	font-weight:normal;
	line-height: 40px;
}
	
h1 {
	color:#b9b9b9;
}
h1 b {
	color:#ffba00;
	font-weight:bold;
}
h2 {
	float:right;
	color:#ffba00;
	text-align:right;
} 
/**** nav bar *****/
.navbar2 {
	float:left;
	width:869px;
	height:35px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #595959;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #595959;
}
.navbox {
	float:left;
	height:35px;
	width:583px;
	background-color:#727272;
	background-image:url(../images/navbar_slash.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.navbox .button, .navbox .buttonS {
	height:35px;
	width:73px;
	background-image:url(../images/nav_button_unselected.jpg);
	float:left;
}
.navbox .button:hover, .navbox .buttonS {
	background-image:url(../images/nav_button_selected.jpg);
}
.navbox p, .navbox p {
	margin:0px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#727272;
	padding-top:15px;
	font-weight:bold;
	line-height: 12px;
}

.navbox .button .web, .navbox .buttonS .web, .navbox .button .CS, .navbox .buttonS .CS{
	padding-top:9px;
}
.navbox .button .CS, .navbox .buttonS .CS {
font-size:12px;
}
#navbar .lhs_corner {
	float:left;
	height:39px;
	width: 15px;
	background-image:url(../images/lhs-navbar-rounded-corner.jpg);
}
#navbar .rhs_corner {
	float: left;
	height: 39px;
	width: 16px;
	background-image:url(../images/rhs-navbar-rounded-corner.jpg);
}
#navbar a {
	text-decoration:none;
	color:#727272;
}
/*********main Content box **********/
#mainContent .mhd {
	margin:0px;
	height:17px;
	font-size:1px;
	background-image:url(../images/main_box_top.jpg);
	background-repeat: no-repeat;
}
#mainContent .mbd {
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/main_box_body.jpg);
	background-repeat: repeat-y;
}
#mainContent .mbd .mc {
	/*background:transparent url(../images/circuit2.png) left -50px;
	background-repeat:repeat-x;*/
	margin:0;
	padding:0px 5px 10px 5px;
	
}
#mainContent .mbd .mc p {
	margin:0px;
}
#mainContent .mft {
	margin:0px;
	height:19px;
	font-size:1px;
	background-image:url(../images/main_box_foot.jpg);
	background-repeat: no-repeat;
}
/******White Boxes*******/
.hd .c, .ft .c {
	font-size:1px; /* ensure minimum height */
 	height:11px;
}
.ft .c {
	 height:17px;
}
.hd {	
	margin-right:14px;
	background:transparent url(../images/white_box_hd.png) no-repeat 0px 0px;
}
.hd .c {
	margin-right:-14px;
	background:transparent url(../images/white_box_hd_c.png) no-repeat right 0px;
}
.bd {
	margin-right:6px;
	background:transparent url(../images/white_box_bd.png) repeat-y 0px 0px;
}
.bd .c {
	margin-right:-6px;
	background:transparent url(../images/white_box_bd_c.png) repeat-y right 0px;
}
.ft {
	margin-right:17px;
 	background:transparent url(../images/white_box_ft.png) no-repeat 0px 0px;
}
.ft .c {
	margin-right:-17px;
	background:transparent url(../images/white_box_ft_c.png) no-repeat right 0px;
}
.bd .c .content {
	margin:0px 20px 0px 20px;
}
.bd .c .content h3 {
	margin: 0px;
	color:#ffba00;
}
/*************Pages************/
#mainContent .mbd .mc #mainBox .bd .c .content p, #mainContent .mbd .mc #mainBox2 .bd .c .content p{
	margin-top:15px;
}
.portfolio_thumbs{
	margin-right:10px;
	float:left;
}
#home .module {
	width: 430px;
	margin: 5px 0px 0px 0px;
	float:left;
}
#home .margin {
	font-size:1px;
	height:10px;
	float: left;
	width:10px;
}
#home .module .content {
	height:212px;
}
/**********Thinking about a new website*******/
.faq h4, .faq h5, .faq h6 {
	margin: 0px;
}
.faq p {
	padding-left: 15px;
	padding-bottom:15px;
}
/***********contact form****/
form .invaild {
	color:#FF0000;
}
/*************module specfic styles*****/
.logoCS, #home .logoPortfolio {
	float:right;
}
.logoFAQ {
	float:left;
}