/*
THEME NAME: Oakapiney
Version: 1.0
*/
body {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:1em;
	text-align:center;
	color:#000000;
	background:#FAF9F5 url(images/bg.gif) repeat-y 50%;
}

h1 {
	margin:0 auto;
	padding-top:7px;
	width:900px;
	font-size:225%;
}

h1 a { color:#FFFFFF; }

h2 {
	margin:0;
	margin-bottom:.5em;
	font-size:120%;
	color:#294F80;
}

h3 {
	margin:0;
	margin-bottom:.5em;
	font-size:100%;
	color:#000000;
	
}
h4{
	margin:0;
	margin-bottom:.5em;
	font-size:100%;
	color:#000000;
	font-weight:normal;
}
p {
	margin:0;
	margin-bottom:1em;
	font-size:90%;
	line-height:1.3em;
}

a {
	color:#0070B9;
	text-decoration:none;
}
p a:hover {
	color:#009AFF;
}

img {
	border:none;
}

ul {
	margin:0;
	margin-bottom:1.5em;
	padding:0;
	list-style-position:inside;
}

li {
	padding-left:1.5em;
}

#content li{margin-bottom:.25em;}
#bird {list-style-type:upper-alpha; margin:0;}
#bird li{margin:0 0 .5em 0; font-size:80%;}


p {
	margin:0;
	margin-bottom:1.5em;
}



#header {
	width:100%;
	height:90px;
	text-align:right;
	background-color:#0070B9;
}

#navi {
	width:100%;
	height:30px;
	border-top:#00204A 1px solid;
	border-bottom:#00204A 1px solid;
	background-color:#003A84;
}

#navi ul {
	margin:0 auto;
	padding:0;
	width:900px;
	height:30px;
	border-left:#00204A 1px solid;
	list-style:none;
}

#navi ul li {
	display:block;
	float:left;
	padding:0;
	width:179px;
	height:30px;
	line-height:30px;
	border-right:#00204A 1px solid;
}

.ac {
	text-align:center;
}

#navi a {
	display:block;
	width:100%;
	height:100%;
	color:#FFFFFF;
}

#navi a:hover {
	background-color:#0070B9;
}

#container {
	margin:0 auto;
	width:900px;
	text-align:left;
}
#Imgcontainer {
	margin:0 auto;
	width:900px;
	text-align:center;
	padding-top:2em;
	
}
#banner {
	width:900px;
	height:250px;
}

#banner img {
	width:100%;
	height:100%;
}

#contentContainer {
	padding:25px;
}

#subNavi {
	float:left;
	margin-right:20px;
	padding:20px;
	width:160px;
	background-color:#5C91B4;

}

#subNavi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#subNavi li {
	padding:0;
	line-height:24px;
}

#subNavi a, #contactCol a, #contactCol {
	color:#FFFFFF;
}

#subNavi a:hover, #contactCol a:hover {
	color:#00204A;
}

#content {
	float:left;
	margin-right:20px;
	width:410px;
}

#contactCol {
	float:left;
	padding:20px;
	width:160px;
	text-align:center;
	background-color:#5C91B4;
}

#footer {
	clear:both;
	padding-right:20px;
	width:880px;
	height:30px;
	border-top:#00204A 1px solid;
	border-bottom:#00204A 1px solid;
	background-color:#003A84;
	font-size:70%;
	line-height:30px;
	text-align:right;
	color:#CCCCCC;
}

#footer a {	color:#CCCCCC; }
#footer a:hover { color:#FFFFFF; }

div.row {
	width:100%;
	overflow:hidden;
}

div.halfCol {
	float:left;
	overflow:hidden;
	width:50%;
}



.formStyle {
	width:300px;
}

.formStyle fieldset {
	margin:0;
	padding:10px;
	border:#000000 solid;
	border-width:1px 0 0 0;
}

.formStyle fieldset fieldset {
	border:#6C7B57 1px dashed;
	width:158px;
}

*html .formStyle fieldset fieldset {
	width:180px;
}

.formStyle legend {
	padding:0 2px 0 2px;
	font-size:150%;
}

.formStyle label {
	margin:0 5px 5px 0;
	float:left;
	width:120px;
	text-align:right;
}

.formStyle label.invisoLbl {
	margin-bottom:0;
	color:#ffffff;
}

.formStyle label.cmpctLbl {
	float:none;
	display:block;
	text-align:left;
	width:auto;
	margin:0 0 5px 0;
}

.formStyle label.inline {
	display:inline;
	margin-right:10px;
}

.formStyle div.required label {
	font-weight:bold;
}

.formStyle input, .formStyle select, .formStyle textarea {
	margin:0;
	font-family:Arial;
	font-size:100%;
}

.formStyle textarea {
	width:180px;
	height:120px;
	overflow:auto;
}

.formStyle .inptTxt {
	width:180px;
}

.formStyle .inptRadio, .formStyle .inptCheck {
	margin-right:3px;
}

.formStyle div {
	margin:6px 0 0 0;
	clear:left;
	width:312px;
}

.formStyle div.error {
	border:#ff0000 1px solid;
	color:#666666;
	background:#ffffe1;
	padding:1px;
}

.formStyle p {
	display:none;
}

.formStyle div.error p {
	display:block;
	margin:0 0 0 100px;
	padding:2px 0 5px 25px;
	color:#ff0000;
	font-weight:bold;
	background:url(images/icon_error.gif) no-repeat top left;
}

.formStyle hr {
	margin:10px 0 10px 0;
	border:#6C7B57 1px dashed;
	width:322px;
	clear:all;
	text-align:left;
}

.formStyle .helpText {
	margin:0 0 0 125px;
	clear:none;
	width:180px;
	font-size:80%;
}

.formStyle .notes {
	float: right;
	width: 160px;
	padding: 5px;
	border:#666666 1px solid;
	background:#ffffe1;
	color:#666666;
	font-size:80%;
	clear:all;
}

/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; font-size:85%; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; vertical-align:top; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}