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

/*normalizer begins*/
/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
   margin:                0;    
   padding:                0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
   font-size:                100%;
}

/* Normalize list styles */
ol, ul {
   list-style:            none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
   font-style:            normal;
   font-weight:            normal;
}

/* Normalize table borders */
table {
   border-collapse:        collapse;
   border-spacing:        0;
}

/* Normalize other borders */
fieldset, img {
   border:                0;
}

/* Normalize text-alignment */
caption, th {
   text-align:            left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
   content:                '';
}

/*normalizer ends*/

body {
	background-image:url(../images/background_fbs.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding:0; 
	margin:0; 
	background-color: #fff;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#wrapper {
	width: 1200px;
	margin:auto;
	position: relative;
	
}

#header {
	text-align: center;	
	margin-top: 15px;
}

#nav {
	width: 949px;
	height: 40px;
	margin:auto;
	margin-top: 20px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

#nav li {
	display: block;
	width: 160px;
	height: 30px;
	float: left;
	padding-top: 8px;	
	text-transform: uppercase;
	border-right: solid 1px #FFF;
}


#nav .contact {
	width: 269px;
	border-right: none;
	text-align: right;
	text-transform: none;
	font-size: 19px;
}

#nav a {
	text-decoration: none;
	color:#FFF;
}

#nav a:hover li {
	background-color:#440000;
	height: 25px;
}

#nav .active li {
	background-color:#440000;
	height: 25px;
	
}

h1 {
	font-weight: normal;
	font-size: 44px;
	font:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-weight: normal;
	font-size: 31px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#37302a;
	margin-bottom: 14px;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#590000;
	margin-bottom: 6px;
}

h4 {
	font-weight: normal;
	font-size: 20px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin-bottom: 6px;
	
}

p {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #37302a;
	line-height: 20px;
}

a {
	color: #600000;
}

.bold {
	font-weight: bold;
}

.red {
		color: #5c0000;	
}

.small {
	font-weight: normal;
	font-size: 9px;
}

#home_cont a {
	color: #5c0000;	
	font-style: italic;
	text-decoration: none;
	font-size: 17px;
}

#home_cont {
	width: 940px;
	height: 300px;
	margin: auto;
}

#home_cont_left, #home_cont_middle, #inside_cont_left, #inside_cont_middle {
	width: 300px;
	height: 300px;
	float: left;
	margin-top: 30px;
}

#inside_cont_left {
	width: 280px;
	height: 270px;
	float: left;
	margin-top: 10px;
	
}

#home_cont_right  {
	width: 250px;
	height: 300px;
	float: left;
	margin-top: 30px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #37302a;
}

#inside_cont_right, #inside_cont_middle {
	width: 275px;
	height: 270px;
	float: left;
	margin-top: 10px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #37302a;
	padding-left: 20px;
	
}

#home_cont_right a {
	color: #5c0000;	
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}

.divider {
	float: left;
	margin-top: 30px;
	margin-left: 13px;
	margin-right: 13px;
}

#inside_cont_container {
	width: 949px;
	margin: auto;
	background-color:#FFF;
	padding-bottom: 20px;
}

#inside_cont_header {
	height: 60px;
	background-image: url(../images/cont_header_Bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 7px;
	padding-left: 30px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}

#inside_cont {
	padding: 10px 30px 20px 30px;
		
}

#inside_cont img {
	float: right;
	margin: 0 10px 10px 30px;
}

#inside_cont_contact_right {
	width: 300px;
	float: right;
	padding: 0 30px 20px 30px;
	margin-top: 25px;
	border-left: 1px #333 solid;
	
}

#inside_cont_contact_left {
	width:525px;
	float: left;
	padding-top: 10px;
	padding: 10px 30px 20px 30px;
	
}

#inside_cont_contact_left p {
	font-weight: bold;	
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}

#footer {
 	width: 100%;
	height: 400px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
	background-color: #72685e;
}

#footer p {
	color: #FFF;	
}

#footer_container {
	padding-top: 40px;
	width: 949px;
	margin: auto;
}

#footer_left {
	float: left;
	width: 600px;
}

#footer_right {
	float: right;
	width: 250px;
}



.clear {
	clear: both;	
}

