body, p, a, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-family: Helvetica Light, Helvetica;
	font-size: 13px;
}


body {
	background-color: #180909;
	color: #333333;
	font-family: "Helvetica Light", Helvetica;
}

* .mceContentBody {
    background: #fff;
}

.container {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding-bottom: 15px;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

a:hover, .right-column a:hover {
	color: #ed7f0e;
}

td {
	height: 25px;
}
.header {
	width: 1024px;
	height:	209px;
}

.logo {
	width: 383px;
	height: 209px;
	float: left;
}
.navigation {
	width: 641px;
	height: 209px;
	background-image: url(/images/navigation.jpg);
	float: left;
}

.navigation .menu {
	margin-left:40px;
	margin-top:147px;
}

.navigation .menu a {
	margin-right: 25px;
}

.content {
	width: 1024px;
}

.left-column {
	width: 383px;
	height: 497px;
	background-image: url(/images/one-third.jpg);
	float: left;
}

.right-column {
	width: 641px;
	height: 497px;
	background-image: url(/images/two-third.jpg);
	float: left;
}

.right-column a, full-width a {
	text-decoration: none;
	color: #3b0900;
	font-weight: normal;
	font-size: 12px;
}

.entry div a {
	color: #3b0900;
}

.entry div a:hover {
	color: #ed7f0e;
}



.content-box {
	margin-left: 35px;
	padding-top:50px;
	width:525px;
}

.content-box p {
	font-size: 13px;
	line-height: 16px;
}

.content-box-loc .entry {
	margin-left: 35px;
	margin-top:50px;
	width:140px;
	float:left;
}

#mapstraction {
	border: 1px black solid;
}
.map-location {	
	float: left;
	margin-top: 100px;
	margin-left: 50px;
}

.full-width {
	width: 1024px;
	height: 496px;
	background-image: url(/images/full.jpg);
}

.full-width-content-box {
	margin-left:90px;
	width:850px;
	padding-top: 40px;
}

.sidebar {
	width: 265px; margin-left: 84px; margin-top: 35px; height: 430px;
}

.footer {
	width: 1024px;
	height: 62px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	clear:both;
}

.footer {
	text-align: center; padding-top: 30px; font-size: 12px; color: #BCBCBC;
}
.entry {
	overflow: auto;
	height: 420px;
}

img
	 { 
		behavior: url(/css/iepngfix.htc) 
		}
		
	pre.code{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #AA0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}


	pre.livecode{ 
	font-family:Monaco;
	font-size:9px;
	padding:2px;
	border: 2px dashed #EE0000;
	background-color:#FFFFFF;
	margin: 1px;
	overflow:auto;
	}
