/* Main style elements */

/*Colors 

gray: BBBBBB
dark red: 470F01 / 660000
light red: 990000
light gold: EACC8B

*/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#EACC8B;
	background-color:#BBBBBB;
	background-image:url(../images/bg_tile_gray.jpg);
	background-repeat:repeat;
	padding:0px;
	margin:0px;
}

a, a:visited {
	font-weight:bold;
	font-size:12px;
	color:white;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}


.clear {
	clear: both; 
	height: 0px; 
	line-height: 0; 
	font-size: 1px; 
}

#fullpagecontainer {
	padding:0px;
	margin:0px;
	width:100%;
	height:705px;
	background-image:url(../images/bg_grad_gray.jpg);
	background-repeat:repeat-x;
}

#mainpage {
	padding:0px;
	margin:0px auto 0px auto;
	width:1024px;
	/*height:705px;*/
	height:auto;
	min-height:705px;
	background-image:url(../images/bg_main.png);
	background-repeat:no-repeat;
	background-color: #660000;
	border-left: 2px solid #EACC8B;
	border-right: 2px solid #EACC8B;
}

#mainpage .title {
	width:100%;
	padding:0px;
	/*border:1px dotted blue;*/
}

#mainpage .menu {
	width:900px;
	padding:0px;
	margin:9px 0px 20px 40px;
	/*border:1px dotted white;*/
}

#mainpage .menu a {
	margin-right:28px;
}

#maincontent {
	width:100%;
	padding:0px;
	margin:69px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	/*border:1px dotted gold;*/
}

#content23 {
	float:left;
	width:650px;
	margin: 0px 5px 0px 20px;
	/*border:1px solid red;*/
}

#content100 {
	width:995px;
	margin: 0px 5px 0px 20px;
	/*border:1px solid red;*/
}

/*BEGIN image sidebar styles */
#img_sidebar_right {
	float:right;
	width:300px;
	margin:0px 10px 0px 5px;
	text-align:center;
	/*border:1px dotted gold;*/
}

#img_sidebar_right .img_caption {
	font-weight:bold;
	color:white;
	font-size:8pt;
}
/*END image sidebar styles */

/*BEGIN service page styles */
.servicecat{
	font-size:12pt;
	font-weight:bold;
	color:tomato;
}

.servicename {
	text-decoration:underline;
	color:white;
	font-weight:bold;
}
/*END service page styles */

/*BEGIN news page styles */
.news_title {
	font-size:11pt;
	color:white;
	font-weight:bold;
}
/*END news page styles */


/*BEGIN contact form styles */
#contact_form {
	margin-top:12px;
}

#contact_form .label{
	font-weight:bold;
	font-size:12px;
	color:#EACC8B;
}

#contact_form .field{
	font-weight:normal;
	font-size:11px;
	color:darkred;
}

.required_value {
	font-weight:normal;
	font-size:10px;
	color:tomato;
}

/*END contact form styles */

/*BEGIN footer styles */
#footer {
	padding:10px 0px 0px 0px;
	margin:0px auto 0px auto;
	width:1024px;
	height:24px;
	background-color:#330101;
	border-left: 2px solid #EACC8B;
	border-right: 2px solid #EACC8B;
	font-size:10px;
	color:#EACC8B;
	font-weight:normal;
	text-align:center;
}

#footer a {
	color:#EACC8B;
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
}
/*END footer styles */

/* BEGIN WP front page display styles */
.post h2 a{
	font-size:14pt;
	text-decoration:underline;
	margin:0;
	padding:0;
}
/* END WP front page display styles */