@charset "utf-8";
/* CSS Document */

body{
	background-color:#a9a9a9;
	padding:0;
	margin:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5C5C5C;
}


h2{
	color:#333333;
	line-height:5px;
}
h3{
	color:#333333;
	font-size:14px;
	line-height:15px;
}

ul{
	line-height:30px;
}

a:link, a:visited{
	color:#3b3b3b;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#838383;
}
.wrapper{
	width:950px;
	height:672px;
}
.header{
	width:950px;
	height:184px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
.mid{
	width:950px;
	height:404px;
	background-image:url(images/mid.jpg);
	background-repeat:no-repeat;
}
.footer{
	width:950px;
	height:84px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	float:left;
}

.copyright{
	padding-top:30px;
	padding-right:35px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
}


/*===================================== MENU ==============================*/
.menudiv{
	width:200px;
	float:left;
	display:inline;
	margin-left:16px;
}
#menu ul{margin: 0; padding: 0; list-style-type: none; text-align:center;}
#menu li {margin: 0 0 .2em 0; height:20px;}
#menu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#F4F4F4;
	text-decoration:none;
	text-align:left;
	font-weight:bold;

	background-color:#f26532;
	display: block;
	width: 14em;
	padding: .0em .8em;
	border:1px solid;
	border-color:#000000;
	line-height:25px;
}
#menu a:hover
{
	color:#ffffff;
	background-color:#5a5858;
	text-indent:10px;
}


#menuHeader ul{margin: 0; padding: 0; list-style-type: none; text-align:center;}
#menuHeader li {
	margin: 0 0 0 0;
	height:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	font-weight:600;
	text-align:left;

	background-color:#333333;
	display: block;
	width: 14em;
	padding: .0em .8em;
	border:1px solid;
	border-color:#5a5858;
	line-height:25px;
}

/*======================================BODY ================================*/

.leftColumn{
	width:320px;
	float:left;
	margin-left:30px;
	text-align:justify;
}
.rightColumn{
	width:300px;
	float:left;
	margin-left:10px;
}


.singleColumn{
	width:650px;
	height:400px;
	float:left;
	margin-left:30px;
}


.contactPhone{
	font-size:18px;
	font-weight:bold;
	color:#333333;
}