/* -- Layout -- */
	
body {
	background: #000000 url(assets/images/bg.jpg);
	color: #000;
	margin: 15px auto;
	font: georgia, "times new roman", times, serif;
}

.imgborder { 
	border: 1px solid #185827;
}

.borderleft { 
	border-left: 1px solid #000;
}

.leftbg {
	background: transparent url(assets/images/left_bg.gif) top left no-repeat;
}
	
.rightbg {
	background: transparent url(assets/images/right_bg.gif) top left no-repeat;
}
	
.content {
    padding: 0px 25px 10px 25px;
}

.address {
    text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
	color: #000;
	font: verdana, "trebuchet ms", arial, sans-serif;
}

.address p {
	margin: 0 0 7px 0;
	line-height: 12px;
	}
	
.phone {
	font-weight: bold;
	font-size: 12px;
	line-height:14px;
	}
	
img.logo {
	margin-left: 15px;
	}
	
img.title {
	margin-left: 25px;
	}
	
img.subhead {
	text-align: center;
	margin: 0 auto;
	}

img.highlights {
	margin-top: 20px;
	}

img.contents {
	margin-top: 7px;
	}
	
.navigation {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	}
	
.sidebar {
	margin: 0 25px;
	}

.right {
	text-align: right;
	}
	
.copyright {
	margin-left: 16px;
	}


/* -- Typography -- */

p { 
    font-size: 13px;
	line-height: 16px;
	margin-bottom: 1.2em;
}

h1 { color: #185827;
    font-size: 20px;
}

h2 { color: #A99C41;
    font-size: 18px;
	 font-weight: bold;
}

h3 { color: #299642;
    font-size: 14px;
	 font-weight: bold;
}

h4 { 
    font-size: 13px; 
	 font-weight: bold;
}
	
li { 
    font-size: 13px;
    line-height: 15px;
    padding-bottom:5px;
}

.footer{
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	text-align: center;
}
	
/* -- Navigation -- */

a { 
	font-weight: bold;
	text-decoration: none;
	color: #175724;
	}

a:hover { 
	text-decoration: underline
	}


.navigation a, .navigation a:visited {
	color: #000;
	text-decoration: none;
	}

.navigation a:hover {
 	text-decoration: underline;
	}
.padding {
	padding-right: 20px;
	padding-left: 20px;
}
