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

body {
	background:#000 url(img/bg2.jpg) repeat-x top;
	padding:50px 10px 0px 10px;
	font-family:georgia, times, verdana, arial, serif;
	font-size:12px;
	margin:0px;
}


#container {
	width:859px;
	margin:auto;
	padding:30px 30px 20px 30px;
	color:#efefef;
	background:#4E2D24 url(img/bg2.jpg) repeat-y;

}

#container2 {
	width:868px;
	margin:auto;
	padding:25px 20px 0px 30px;
	color:#4E2D24;
	background:#F9F0DF url(img/bg_inside2.gif) repeat-y;
	font-size:13px;
	line-height:18px;
	min-height:500px;

}


#top {
	width:227px;
	float:right;
	display:block;
	height:36px;
	margin-top:40px;
}

img {
	border:0px;
}
p {margin:5px 0px 10px;
}

h1 {
	font-size:24px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin:20px 0px 0px 0px;
	padding:0px;
	line-height:26px;
}

h3 {
	font-size:15px;
	font-weight:normal;
	margin:2px 0px 0px 0px;
	padding:0px;
}

h4 {
	font-size:14px;
	font-weight:bold;
	margin:20px 0px 0px 0px;
	padding:0px;
}


.colInside h1 {
	font-size:22px;
	font-weight:normal;
	color:#CC4C25;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:.08em;
	padding:0px;
	margin:0px 0px 0px 20px;
}

.colHome h1 {
	font-size:16px;
	margin: 0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	
}

.colHome h3 {
	font-size:12px;
	margin: 0px 0px 4px 0px;
	padding:0px;
	font-weight:normal;
	
}

#navCol h2 {
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	padding:0px;
	margin: 20px 0px 20px 0px;
	color:#c06d1f;

}

/********** IMAGES *********/

.colHome .imgL {
	float:left;
	margin-right:8px;
	margin-bottom:4px;
	display:inline;
	border:0px;
}

.colHome .imgR {
	float:right;
	margin-left:8px;
	margin-bottom:4px;
	display:inline;
	border:0px;
}


.imgR {
	float:right;
	margin-left:20px;
	margin-bottom:4px;
	display:inline;
	background-color:transparent;
	padding:7px;
border:1px solid #4B1F0C;
}

.imgL {
	float:left;
	margin-right:8px;
	margin-bottom:4px;
	display:inline;
	border:0px;
}

.imgC {
	margin:20px 0px 10px 0px;
	display:inline;
	border:0px;
	text-align:center;
	background-color:transparent;
	padding:7px;
border:1px solid #4B1F0C;
}

.imgCol {
	text-align:center;
	display:inline;
	background-color:#333;
	padding:0px 7px 0px 7px;
	border-left:2px solid #C06D1F;
	border-right:2px solid #C06D1F;
	margin-bottom:20px;
}
.imgBot {
	display:inline;
	background-color:transparent;
	padding:7px;
border:1px solid #4B1F0C;
}
	

.logo {
	margin-top:5px;
}




a,h2 a:link, a:visited {
	text-decoration:none;
	color:#C06D1F;
}
a:hover {
	color:#cc4c25;
}
a:active {
color:#555;
}



/*********** COLUMNS *********/



#navCol {
width:210px;
float:left;
display:inline;
margin:0px;
text-align:center;
font-size:13px;
min-height:450px;
}


.colHome {
	width:585px;
	float:left;
	display:inline;
	margin-left:50px;
	margin-top:25px;
}

.colInside {
	width:600px;
	float:left;
	display:inline;
	margin-left:50px;
}


.col1 {
	width:170px;
	float:left;
	display:inline;
	margin:10px 30px 10px 0px;
	line-height:17px;
	font-size:12px;
}

.col2 {
	width:170px;
	float:left;
	display:inline;
		margin:10px 0px 10px 0px;
line-height:17px;
	font-size:12px;
}

.sp {
	height:8px;}

ul {
	margin:4px 0px 15px 8px ;
}

li {
	line-height:18px;
}

.hr {
background-image:url(img/yelLine.gif);
width:278px;
height:2px;
margin:12px 0px;

}


.rt {
	text-align:right;
	margin-top:2px;
}


.sm {
	font-size:10px;
}

.oran {
	color:#C06D1F;
}

.clear {
	clear: both;
}
/* clearing content fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.red {
	color:#CC4C25;
}
