/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html,body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
}

table#container {
	position:relative; 
	width:960px;
	margin:0 auto 0 auto; 
	margin-top:40px;
	padding:0;
	text-align:left;
	border:0px solid black;
}

table#container td {
	vertical-align:top;
}

td#branding {	
	position:relative; 
	width:220px;
	background-color:#595959;
	background-image:url("/img/photo.jpg");
	background-position:bottom left;
	background-repeat:no-repeat;
	border:0px solid black;
}

#logo a, #logo a:hover{
	background:transparent;display:block;	width:180px;
	height:58px;
		border:0px solid #fff;
	}

#branding div#logo {
	background-image:url("/img/logo.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	position:relative; 
	top:0px;
	left:25px;
	width:174px;
	height:90px;
}

td#nav {
	width:150px;
	border-right:0px solid #fff;
}

#nav ul {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

/* +++ IE 6 */
#nav li a {
	font:bold 12px arial, sans-serif;
	padding-top:7px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
	display:block;
	height:30px;
	border:0px solid black;
}

#nav li a:visited {}

#nav li a:hover {}

/* +++ IE 6 */
#nav li {
	height:30px;
	border-top:5px solid #fff;
}

#nav li.firstchild {
	border-top:0;
}

#nav li.last {
	font:bold 12px arial, sans-serif;
	padding-top:7px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
}

#recent_posts ul {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	background-color:#fff;
	border:0px solid black;
}

#recent_posts ul li {
	padding:0;
	height:auto;

}
p.recent_posts {
	margin-left:10px;
}
/* +++ ie6 */
p.recent_posts a {
	font:10px arial, sans-serif;
	color:#000;
	height:auto;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:14px;
	display:block;
	border:0px solid black;
	background-image:url("/img/icon-arrow.png");
	background-position:6px 9px;
	background-repeat:no-repeat;
}

.recent_posts  a:visited {}

.recent_posts  a:hover {background-color:transparent;}

#recent_posts li {
	
	border-top:0;
}

td#content {
	width:550px;
	padding-top:0;
	background-color:#595959;
}

div#content_inner {width:510px;overflow:hidden;margin:20px;margin-top:0px;border:0px solid black;}

div#site_info {
	width:960px;
	margin:0 auto 0 auto; 
	margin-top:20px;
	padding:10px;
	font-size:.8em;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:4px;
	margin-left:0px;
}

p, ul, ol {font-size:12px;}

pre {font-size:1.4em;}

h1 {
	font-size:2.6em;
	margin-top:20px;
} 

h2 {font-size:1.7em;}

h3 {font-size:1.6em;}

h4 {font-size:1.4em;}

p {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
}

a {
	font-size:1em;
	text-decoration:none;
	padding-right:2px;
	padding-left:2px;
}

a:visited {}

a:hover {}

ul {
	margin:0;
	padding:0 0 10 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot-white.png");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0 0 10 0px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
h2.rule {
	border-top:1px solid #b7bcbd;
	padding-top:15px;
	margin-top:10px;
	font-size:1.9em;
	clear:both;
}

h1.rule_bottom {
	border-bottom:1px solid #b7bcbd;
	padding-top:15px;
}

ul#links {
	margin:0;
	margin-bottom:20px;
	padding:0 0 10 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
}

ul#links li{
	margin:0;
	padding:0;
	border:0px solid black;
}

ul#links li h3{
	font-size:18px;
}

ul#links li p{
	font-size:12px;
}

ul#links ul {
	margin:0;
	padding:0 0 0 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
}

img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:0.8em;
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#dac5a8;
	color:#422c28;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */

