/*
Theme Name: OAPD
Author: Josh McKenney - Oregon Web Services
Version: 1
Description: custom

Copyright (c) 2010 Oregon Web Services
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
font-weight:bold;
}

/* end reset */

body {
	text-align:center;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:arial, sans-serif;
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#0E3242;
}

#container {
	width:985px;
	margin:0 auto;
	position:relative;
}

#top-bar {
	height:11px;
	background-color:#0D44DA;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	position:absolute;
	top:0;
	width:100%;
	left:0;
}

#middle-bar {
	width:1003px;
	height:110px;
	background-image:url(images/middle.png);
	background-repeat:no-repeat;
	position:absolute;
	top:329px;
	left:-9px;
	overflow:hidden;
	z-index:10;
}
#middle-bar a{
	background-image:url(images/oapd-small.png);
	background-repeat:no-repeat;
	padding:11px 0 0 66px;
	font-family:'trebuchet ms', sans-serif;
	font-size: 30px;
	line-height:28px;
	color:#1F1F1F;
	text-decoration:none;
	margin-top:17px;
	display:block;
	text-align:left;
	width:240px;
	height:77px;
	float:left;
}
#middle-bar a:hover{
	background-image:url(images/oapd-small.png);
	background-repeat:no-repeat;
	padding:11px 0 0 66px;
	color:black;
	text-decoration:none;
	margin-top:17px;
	display:block;
	text-align:left;
	width:240px;
	height:77px;
	float:left;
}
#middle-bar a:first-child{
margin-left:70px;
}
#logo {
	width:180px;
	height:179px;
	background-image:url(images/logo.png);
	position:absolute;
	top:44px;
	left:0px;
}
h2#organization{
	font-size:29px;
	font-family:'trebuchet ms', sans-serif;
	position:absolute;
	top:115px;
	left:192px;
	font-weight:bold;
	height:50px;
}
#organization-slogan{
	font-size:12px;
	font-family:'trebuchet ms', sans-serif;
	position:absolute;
	top:151px;
	left:192px;
	font-weight:bold;
}
#menu_div {
	font-size: 18px;
	color:white;
	position:absolute;
	text-align:right;
	top:62px;
	right:0;
}

#menu_div ul {
	margin:0;
	padding:0; 
	font-weight:bold;
}

#menu_div ul li {
	display:block;
	float:left;
	margin:0 16px 0 0;
}

#menu_div ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:4px;
}

#menu_div ul li a:hover{
	color: #1A477E;
	background-color:white;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#main-content{
position:absolute;
top: 420px;
text-align:left;
z-index:1;
left:0;
background-image:url(images/contentbg.jpg);
background-repeat:repeat-x;
width:100%;
}

#main-left{
background-color:#E5F5D0;
float:left;
width:590px;
padding-top:40px;
}

#main-right{
width:310px;
margin-left:619px;
padding-top:40px;
}

.padding{
padding: 0 16px;
}

h1, #main-right h2 {
font-size:30px;
font-family:'trebuchet ms', sans-serif;
line-height:36px;
margin:0 0 1em 0;
}

h2 {
line-height:normal;
}

#main-right h2 {
font-weight:bold;
}

p {
margin:0 0 1em 0;
}

a {
color:#0062DB;
}