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

* {margin: 0; padding:0;}

a {
	color: #417378;
	text-decoration: none;
	}

p 
{
margin-bottom: 10px;
margin-top:5px;


}

h2 {font-weight: normal; letter-spacing: .2em; font-size: 16px;}

h3 {
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 14px;
	text-transform: uppercase;
	color:#ffffff;
	
}

h4 {
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 12px;
	text-transform: uppercase;
	color:#ffffff;
	
}


.big_heading {
	font-weight: normal;
	letter-spacing: .18em;
	font-size: 56px;
	color: #6c6e58;
}

body {
	/*background: url(images/body.jpg);*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#top {
	background-image: url(images/topshort.png);
	background-repeat: repeat-x;
	height: 15px;
}

#pagebg {
background-color:#ffffff;
z-index:1;

}


#wrap {
	width: 1024px;
	margin: 10px auto;
	position: relative;
	background-color:#FFFFFF;
	z-index:2;

}

#header {
	margin-bottom: 50px;
	height: 170px;
	/*background-image: url(images/peoplegoing.jpg); */
	background-repeat: no-repeat;
	background-position: right;
	
}


#bannerad {
height:160px;
width:250px;
top:10px;
right:0px;
position:absolute;
	
	}
	
#undermenu{
height: 40px;
}	
	
#container_left {
	float: left;
	width: 1024px;
	margin-bottom: 30px;
}



.container_left_col_1 {
	float: left;
	width: 240px;
	padding-left:0px;
	padding-right:0px;
}

.container_left_col_2 {
	float: right;
	width:776px;
	margin-left:7px;
	top:50px;
	
}

#adholder {
	
	width:776px;
	height:220px;
	margin-left:50px;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;
	display:inline;
	
	
}

#container_right {
	float: right;
	width: 492px;
	margin-bottom: 30px;
}


.container_right_col_1 {
	float: left;
	width: 240px;
	clear:left;
}

.container_right_col_2 {
	margin-left:7px;
	float: right;
	width: 233px;
}

#index_container_right {
	float: left;
	width: 450px;
	margin-bottom: 30px;
}

.index_container_right_col_1 {
	float: left;
	width: 250px;
	margin-left:1px;
	clear:left;
	
}


#container_left, #container_right, #container_left_col_1, #container_right_col_1, #container_left_col_2, #container_right_col_2 {
	padding: 3px;
}

#footer {
	margin: auto;
	width: 1024px;
	border-top: 1px dotted #6c6e58;
	clear: both;
	text-align: center;
}

.post_header {
	padding:5px;
	border-top: 1px dotted #6c6e58;
	border-bottom: 1px dotted #6c6e58;
	background-color:#3e423a;
	color:#000000;
	
}

.post_header2 {
	padding:5px;
	border-top: 1px dotted #6c6e58;
	border-bottom: 1px dotted #6c6e58;
	background-color:#77107b;
	color:#000000;
}	

.post_header3 {
	padding:5px;
	border-top: 1px dotted #6c6e58;
	border-bottom: 1px dotted #6c6e58;
	background-color:#D18216;
	color:#000000;
}	

.post_header4 {
	
	padding:5px;
	border-top: 1px dotted #6c6e58;
	border-bottom: 1px dotted #6c6e58;
	background-color:#77107b;
	color:#000000;
}	


.post_body {
	font-size: 12px;
	text-align:justify;
	
}

.post_body2 {
	font-size: 11px;
	text-align:justify;
	
}

.image_body {
text-align:center;

}

.post_footer {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: .14em;
	color: #417378;
	padding-bottom: 0px;
	margin-bottom: 5px;
	
	text-decoration: none;
}

/* Navigation*/

#navcontainer{
	width: 1024px;
	height: 30px;
	position: absolute;
	top:180px;
	left: 0;
}

#navcontainer ul
{
padding: .6em 0;
list-style-type: none;
background-color: #B15434;
color: #FFF;
width: 100%;
text-align: left;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #B15434;
color: #FFF;
padding: .6em 2em;
border-right: 0px solid #fff;
}

#navcontainer li a:hover
{
background-color: #B33E16;
color: #fff;
}

/*sidebar navigation*/

#Vnavlist
{
border-bottom: 1px dotted gray;
width: 190px;
}

#Vnavlist li
{
list-style: none;
padding: 0.4em;
border-top: 1px dotted gray;
}

#Vnavlist li a { text-decoration: none; }

#columnspacer5 
{
height:5px;
}
