/* page positioning */
#wrapper, #header, #nav, #sidebar, #main, #footer{
		border:0px solid #000;/*for testing*/
} 
/* for 100% height - also set the containing div to 100% height*/
html,body {
		height: 100%;
} 

.bg {
		background-color: #092955;
		margin:0 0 0 0;
		background-attachment: scroll;
		background-image:  url(images/bg.jpg);
		background-repeat: repeat-x;
		background-position: center top;
}
#outerWrapper2 {
		margin: 0 auto 0 auto;
}
#outerWrapper {
		margin: 0 auto 0 auto;
		background: url(images/header.jpg) no-repeat scroll center top;
}
* html #outerWrapper { height:100% }
#wrapper {
		position: relative;
		clear: both;
		min-height: 600px; /*Mozilla - CSS2*/
		height: 600px;
		width: 846px;
		margin:0 auto 0 auto;
		padding-bottom: 0px;
}
div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/
#header {
		width: 846px;
		height: 150px;
		margin:0 0 0px 0;
		padding:0px;
		color:#000;
}
#nav {
		width: 846px;
		height: 70px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

#sidebar {
		float: left;
		width: 125px;
		min-height:556px;
		height:556px;
		padding: 0 0 0 60px;
		margin: 0 0 0 0;
		display:inline;
}
div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/

#main {
		float:left;
		min-height: 400px;
		height: 400px;
		width: 620px;
		padding: 10px 20px 10px 20px;
		margin: 0px 0px 0px 0px;
		display:inline;
}
div[id=main]#main { height: auto;}/*For IE to set auto height*/

#footer {
	clear: both;
	width: auto;
	height: 75px;
	padding: 50px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font: normal 10px/13px Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: url(images/footer.jpg) no-repeat scroll center top;
}
.cleaner {
		clear:both;
		height:1px;
		margin: -1px 0 0 0;
		padding:0;
		border:none;
		visibility: hidden;
		font: 1px/1px serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*content*/
body {
		margin:0;
		padding:0;
		font:normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		list-style: inside;
		
}

* html hr { clear:both}
a {	
		color: #fff760;
		text-decoration: none;
}
A:hover {
		text-decoration: underline;
}
h1 {
	font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff760;
	text-transform: uppercase;
}
h2 {
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform:capitalize;
	border-bottom: 2px dotted #fff;
}

.content {
		font:normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		text-align: justify;
		list-style: inside;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align:left;
}

.banner {
border:0px;
}

/*images, banners, etc. */
.picRight {
		float: right;
		margin: 1px 1px 1px 10px;
}
.picLeft {
		float: left;
		margin: 1px 6px 1px 1px;
}
.picRightBrd {
		float: right;
		margin: 1px 1px 1px 10px;
		border: 1px solid #3a3b3b;
}
.picLeftBrd {
		float: left;
		margin: 1px 8px 1px 1px;
		border: 1px solid #3a3b3b;
}
.picBrd {
		border: 1px solid #3a3b3b;
}

/*News*/
#news {
	margin: 20px 20px 30px 20px;
	padding: 0 0 0 0;
	height: 225px;
	min-height: 225px;
}
#news p {
text-align:left;
}

/*Navigation*/
#vNav { /* sets list style to none */
	list-style-type: none;
	margin:0px;
}
#vNavBox ul{/*for mozilla positioning */
	padding-left: 0; 
	margin-bottom: 0px; 
	list-style-type: none;
}

#vNavBox{
	font: bold 18px/20px Verdana, Arial, Helvetica, sans-serif;
	padding:87px 0 0 0;
	text-align:right;
}
#vNav a{ 
	padding: 1px 0px 1px 8px; 
	background-color: none;
	color: #fff760; 
	text-decoration: none; 
	margin: 0 8px 0 8px;

}
#vNav a:hover{
	color: #fff; 
}
#vNav a:active{
	color: #fff; 
}

#vNav li {
	display: inline;
}

.btn {
	font:bold 10px/12px  verdana, san-serif;
	color:#343434;
	padding:2px;
	background-color:#BABABA;
	margin:2px 0 1px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343434;
	border-right-color: #343434;
	border-bottom-color: #343434;
	border-left-color: #343434;
}