/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
text-align: center;
min-width: 760px;
background-color:#006;
background-image:url(lo/owens_body_bg.jpg);
background-repeat:repeat-x;
font:100%/1.25 arial, helvetica, sans-serif;
}

#wrapper {
width: 760px;
margin: 0 auto;
text-align: left;
background-image:url(lo/owens_wrapper_bg.jpg);
background-repeat:repeat-y;
background-color:#000;
}
#header {
width:760px;
height:138px;
background:#000 url(lo/owens_header.jpg);
}
#navbar {
width:760px;
height:28px;
background:url(lo/owens_nav_bg.jpg);
background-repeat:repeat-x;
}
#content {
width: 550px;
float:right;
background:url(lo/owens_content_bg.jpg);
}
#sidebar {
width: 200px;
float:left;
background:url(lo/owens_sidebar_bg.jpg) no-repeat;

}
#footer {
clear:both;
width:760px;
height:28px;
background:url(lo/owens_footer_bg.jpg);
background-repeat:repeat-x;
}

/***** Navigation *****/

#topnav {
    font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	height:28px;
	line-height:1.5;
}
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	padding-left: 2px;
}
#topnav li {
	display: inline;
}
#topnav a:link, #topnav a:visited { 
	padding: 5px 20px 1px 20px;  
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	border-bottom:none;

}
#topnav a:hover {
	color: #ff0;
	border-bottom:none;
}
#topnav .active a:link, #topnav .active a:visited, #topnav .active a:hover.active  {
	color: #ff0;
	background-color:transparent;
	text-decoration: none;
	border-bottom:none;
}
/***** Links *****/

a:link {
color: #c00;
text-decoration:none;
border-bottom:none;
}
a:visited {
color:#ccc;
text-decoration:none;
border-bottom:thin dotted #999;
}
a:hover {
background-color:#fff;
color: #c00;
text-decoration:none;
border-bottom:none;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}

h1 {
color:#fff;
padding:3px 0 15px 0;
font:1.35em Georgia, "Times New Roman", Times, serif;

}
img.h1line {
padding:0;
margin:0;
}
h2 {
color:#B81C25;
padding:3px 0 2px 0;
margin-right:15px;
margin-bottom:15px;
font:1.2em Georgia, "Times New Roman", Times, serif;
letter-spacing:-1px;
border-bottom: 1px solid #b81c25;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

p {
color:#fff;
margin:5px 8px;
font-size:.80em;
line-height: 1.25;
}
.testimonial {
font-weight:bold;
margin-right:2em;
margin-bottom: -.90em;
margin-left:2em;
}
.attrib {
text-align: right;
margin-top: -.90em;
margin-right:2em;
margin-bottom: 1em;
}
p.gotop {
text-align: right;
}
p.gotop a:link, p.gotop a:visited, p.gotop a:hover {
border-bottom: none;
}
.month {
font-size:1.05em;
font-weight:bold;
color: #03807c;
text-align:right;
margin-right: 25px;
margin-bottom: 1em;
padding:.25em;
border-top: 2px solid #B81C25;
border-bottom: 2px solid #B81C25;
text-transform:uppercase;
background:url(images/month_bg.jpg) left center no-repeat;
background-color: #9fc;
}

.footertext,  .footertext a:link, .footertext a:visited, .footertext a:hover {
color:#0cf;
font-size:11px;
font-weight:bold;
padding-top:7px;
margin-bottom:-11px;
text-align:center;
text-decoration:none;
overflow:hidden;
border-bottom:none;
background-color:transparent;
}
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
ul.listreg li {
color:#fff;
background-color:#069;
margin:2px 15px;
padding:2px 4px;
font-size:.75em;
line-height: 1.25;
}
blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/**** SIDEBAR FORMATTING ***/
h6.sidetext {
font:12px Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
padding:10px 0 2px 0;
margin-right:10px;
margin-left:7px;
letter-spacing:0.1em;
color:#ffc;
}
p.sidetext {
color:#ffc;
margin:3px 6px;
font-size:11px;
line-height: 1.25;
}
p.sidetext a:link {
color:#d09312;
line-height: 1.25;
text-decoration:none;
border-bottom:none;
}
p.sidetext a:visited {
color:#999;
text-decoration:none;
line-height: 1.25;
border-bottom: 1px dotted #999;
}
p.sidetext a:hover {
color:#464f6e;
background-color:#d09312;
line-height: 1.35;
border-bottom:none;
}
p.imglink a:visited {
border-bottom:none;
}
p.imglink a:hover {
background-color:transparent;
}
/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
