@charset "utf-8";

/* Reset Styles */

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, 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%;
	/*vertical-align: baseline;*/
}


img {
border: 0;
}


body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, small {
	margin: 0;
	padding: 0;
}

/* Body Styles ------------------------------------------------------------------------------------------------- */

body {
	/* background: #d0d0d0; */
	background: #0067B1 url('big_background.jpg');
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #444;
	line-height: 20px;
	margin-top: -8px;
}
#page {
	
	font-family: Arial;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
p {
	padding-bottom: 10px;
}


a {
	color: #337295;
	text-decoration: none;
}


h1, h2, h3, h5, h6 {
	font-weight: normal;
}

h1, h1 a {
	font-family: Georgia;
	font-style: italic;
	font-size: 30px;
	color: #444;
	text-shadow: #ccc 1px 1px 3px;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: 20px;
}


.center {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#header {
	/* background: url(images/header_bg.png) repeat-x; */
	min-height: 66px;
}

#header .center {
	overflow: visible !important;
	background: url(header_bg.png) no-repeat;
}

#container {
	/*background: #d0d0d0 url(images/bg.gif) repeat-x;*/
	min-height: 100px;
}

#logo {
	height: 66px;
}

#logo a {
	display: block;
	padding-top: 5px;
}


#navi {
	height: 61px;
	background: url(nav.png) top left no-repeat;
}

#navi ul.navi {
	height: 61px;
	display: block;
	float: left;
}

#navi ul.navi li {
	float: left;
	position: relative;
}

#navi ul.navi li a {
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	padding: 12px 10px 0 10px;
	height: 48px;
	margin-top: 1px;
	text-align: left;
}
/*edit sub text on navi buttons here*/
#navi ul.navi li a span {
	font-weight: normal;
	font-size: 11px;
	color: #CCC;
	display: block;
	line-height: 15px;
	margin-top: -3px;
}

#navi ul.navi li:hover a, #navi ul.navi li.current-menu-item a {
	color: #333;
	background: #e7e7e7;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}


#navi ul.navi li.home a {
	text-indent: -9999px;
	background: url(home.png) no-repeat center 22px;
	margin: 1px 5px 0 0;
	width: 30px;
	display: block;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#navi ul.navi li.home a:hover {
	background-color: #e7e7e7;
}

#navi ul.navi li.home a span {
	display: none;
}


#container .center {
	background: url(images/body.gif) repeat-y;
}

#container .center.full {
	background: #fff;
}

#body {
	width: 640px;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	float: left;
}

.full #body {
	width: 900px;
	padding: 25px 30px 25px 0;
}

#footer {
	background: #2d2d2d;
	width: 960px;
	margin: 0 auto 30px auto;
}

#copyright {
	background: #e5e5e5;
	padding: 20px 30px 20px 30px;
	overflow: hidden;
	color: #777;
}

#copyright span.left {
	float: left;
}


.post {
	overflow: hidden;
	border-bottom: solid 2px #eee;
	margin: 0 0 25px 30px;
	padding-bottom: 25px;
}


#footer ul {
	list-style: none;
	padding: 30px 0 30px 30px;
	overflow: hidden;
	color: #777;
}

#footer ul li {
	float: left;
	width: 900px;
	margin-right: 30px;
}


#footer a {
	color: #4c9ac5;
}