/*
Design & Code (c) Inspire9 Inc.
Admin9 - Content Management System

Master styling */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
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: 11px/120% Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
:focus {
	outline: 0;
}
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: "" "";
}

/* Headings H1-H6 */
h1#logo {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	width:134px;
	height: 170px;
	text-indent: -9999px;
	margin: 0 40px 60px 40px;
}

h1 {
	font-size: 15px;
	color: #3e3e29;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #ff9000;
	margin: .2em 0 0 0;
}

h3 { }

h4 { }

h5 { }

h6 { }

.fright {
	float: right;
}
.fleft {
	float: left;
}
.clear {
	clear: both;
}
.cright {
	clear: right;
}
.cleft {
	clear: left;
}
.hide {
	display: none;
}
img.icon {
	margin-bottom: -5px;
}
img.icon.mid {
	margin-bottom: -12px;
}


body {
	background: url(../images/body_bg.gif) repeat-x;
}

#container {
	width: 960px;
	margin: 0px auto;
}

#sidebarwrapper {
	float: left;
	width: 214px;
	min-height: 651px;
	padding: 7px 10px 0 10px;
	background: url(../images/sidebarwrapper_bg.gif) no-repeat;
}
#sidebar {
	margin: 0;
	padding: 43px 0 0 0;
	width: 214px;
	background: url(../images/sidebar_bg.gif) no-repeat;
}
#sidebarcontent {
	background: #ffe6b9 url(../images/sidebarcontent_bg.gif) repeat-x 0 100%;
	padding: 25px 22px 0 22px;
	margin: -1px 0 0 0;
}

#contentwrapper {
	float: left;
	width: 696px;
	padding: 7px 11px 0 11px;
	margin: 0;
	background: url(../images/contentwrapper_bg.gif) no-repeat;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 941px;
	color: #aaa;
	text-align: center;
	font-size: .8em;
}
hr.footerrule {
	margin: 0;
	color: #6db43f;
	height: 4px;
}
#nav {
	margin: 0;
	list-style: none;
	width: 695px;
	height: 60px;
	background: url(../images/nav_bg.gif) no-repeat;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;	
}
#nav li a {
	display: block;
	padding: 24px 39px 19px 39px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535038;
	text-decoration: none;
	text-align: center;
	background: url(../images/nav_li_bg.gif) no-repeat;
}
#nav li a:hover {
	color: #fff;
	background: url(../images/nav_li_on_bg.gif) repeat-x;
}
#nav li:first-child a {
	background: none;
	padding-right: 43px;
}
#nav li:first-child a:hover {
	background: url(../images/nav_li1_on_bg.gif);
}
#nav li.last a:hover {
	background: url(../images/nav_li1_on_bg.gif) no-repeat 100% 0;
}
#nav li ul,#nav ul {
	position: absolute;
	left: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 99;
	width: 195px;
}
#nav li:hover ul,#nav li.hover ul {
	left: auto;
	margin: 0;
}
#nav li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	height: 18px;
	border: 0;
	z-index: 99;
	
}
#nav li ul li a,#nav li ul li:first-child a {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
	padding: 0 1em;
	line-height: 1.7;
	background: #FFC488;
	font-size: 1.1em;
}
#nav li ul li a:hover,#nav li ul li:first-child a:hover {
	background: #FFC488;
}
#header {
	width: 695px;
	padding: 40px 1px 0 1px;
	background: url(../images/content_bg.gif) no-repeat;
}
#content {
	padding: 20px 30px 10px 30px;
	
}
#contentwhisk {
	position: absolute;
	margin-top: -43px;
}
#pagewhisk {
	position: absolute;
	top: 233px;
	left: 50%;
	margin: 0 0 0 -480px;
}

#content p {
	font-size: 11px;
	color: #575757;
}
div.fbox {
	float:left;
	background: #f6f6f6;
	border: 1px solid #dfdfdf;
	width: 300px;
	padding: 1em 2em;
}
div.fbox div.innerwrapper {
	background: #fff;
	padding: .5em 0;
}

.newsarrow {
	position: absolute;
	margin: -4px 0 0 -28px;
}
ul#latestnews {
	list-style: none;
	margin: 0;
	
	padding: 0;
	font-size: 11px;
	line-height: 1.2;
	width:180px;

}
ul#latestnews li, ul#latestnews pre {
	
	overflow:hidden; 
	white-space:nowrap;
}
ul#latestnews li, ul#latestnews pre {
width:100%;
}
#rssfeed{
	float:right;
		background: #f6f6f6;
	border: 1px solid #dfdfdf;
}
ul#latestnews li {
	margin: 0;
	padding: 1em 0 0 0;
}
ul#latestnews pre, h6.latestnews {
	color: #ff3c00;
	margin: 0;
	padding: 0;
}
ul#latestnews pre {
	line-height: 1.6;
}
ul#latestnews p {
	text-decoration: underline;
	margin: 0 0 8px 0;
}
b.readmore {
	padding-left: 9px;
	background: url(../images/bullet_arrow.gif) no-repeat;
}
b.readmore a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

ul#sidenav h3 {
	margin: 0;
	padding: 10px 0 4px 0;
	line-height: 1.3;
}
ul#sidenav h3 a {
	
	text-decoration: none;
	font-size: 1.1em;
	color: #555;
	line-height: 1.6;
}

ul#sidenav li .sidesnav a {
	color: #777;
	padding: 0 0px;
	margin: 5px;
	display: block;
	text-decoration: none;
}
ul#sidenav h3 a:hover, ul#sidenav li .sidesnav a:hover {
	text-decoration: underline;
}
ul.bullet {
	list-style: disc;
}
ul.bullet li {
	margin: 1em;
}
b {
	margin: 0;
	padding:0;
	font-weight: bold;
}
a.projectimg {
	margin: 0 0 1em 1em;
}
a.button.subscribe {
	margin: 15px 0;
	display: block;
	width: 180px;
	height: 36px;
	line-height: 3;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: center;
	background: url(../images/button.gif) no-repeat;
}
a.button.subscribe:hover {
	text-decoration: underline;
}
img.maps {
	margin: 10px 0;
}

p strong {
	font-weight: bold;
}
/*  Table form  */

table.table {
	margin: 1em 0;
}
table.table.text {
	color: #575757;
}
table.table.text a {
	color: #49772a;
	color: #000;
}
table.table.wide {
	width: 100%;
}
table.table.tall td {
	padding: 4px 5px;
}

dl.form {
	
}
dl.form dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin-right: 1em;
	line-height: 2;
}
dl.form dd {
	padding: 3px 1em;
}
dl.form.text dd {
	padding: 5px 1em;
}
input.text {
	width: 150px;
	border: 1ps solid #000;
}
input.button {
	width: 90px;
	border: 1ps solid #000;
}
