html {
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #ffffff;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 15px;
}
p, li, blockquote, td {
	line-height: 1.4em;
}

img {
    border: 0;
}

a:link, a:visited, a:hover {
	color: #3B4E6F;
}

em {
	font-style: italic;
}

strong {
	color: #3B4E6F;
}

hr {
	background-color: #E66A00;
}

#ext {
	width: 960px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}
#ext ul {
	list-style-type: none;
	margin-right:10px;
	margin-left:10px;
	margin-top:4px;
}
#ext ul li {
	float:right;
	color: #606060;
	font-size: .75em;
	display: inline;
	padding-right:5px;
	padding-left:8px;
}
#ext a:link, #ext a:visited {
    text-decoration: none;
}
#ext a:hover {
    text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: URL(images/shadows960.jpg);
	background-repeat: repeat-y;
}

#banner {
	width: 930px;
	height:90px;
	margin-left: 15px;
	background-image: URL(images/bannerslice.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #606060;
}

#logo {
	float: left;
	width:100px;
	height:100px;
	margin-left: 10px; 
	margin-top:5px;
	position:relative;
	z-index: 10;
}
#logo img{
    border:0;
    }
#banner h1 {
	margin-left: 145px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 1.8em;
	color:#00839A;
}
#banner h2 {
	margin-left: 145px;
	margin-bottom: 0;
	font-size: 1.4em;
	color:#00839A;
}

#nav {
	width: 930px;
	height: 30px;
	background-image:url(images/nav.png);
	background-repeat:repeat-x;
	margin-left: 15px;
	clear: right;
}
#nav ul {
	list-style-type: none;
	padding-left:125px;
}
#nav li {
	float:left;
	display: inline;
	background-image: url(images/divider.png);
	background-position:right;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 5px;
	height: 30px;
}
#nav a { 
    line-height: 1.8em; 
	padding: 4px 15px 6px 15px;
}

#nav a:link, #nav a:visited, #nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}
#nav a.selected, #nav a.hover { 
    color:#FFE97F; 
	/*border-bottom: 2px ridge #FFE97F;*/
}
/*#nav a.hover  { 
	border-bottom: 2px ridge #FFE97F;
}*/
#nav li.hover { 
	background-image:url(images/nav_hover.png);
	background-repeat:repeat-x;
	}
#nav li.selected  { 
	background-image:url(images/nav_selected.png);
	background-repeat:repeat-x;
	}

#main {
	width: 890px;
	margin-left: 35px;
}
#main p {
	line-height:1.7em;
}
#main p, #main h3, #main li {
	margin-top: 15px;
	margin-bottom: 10px;
}
#main h3 {
	color: #00839A;
	font-size: 1.2em;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
#main h4 {
	color: #00839A;
}

.imgright {
	margin-top: 20px;
	float: right;
}

#text, #social {
	float: left;
	/*width: 615px;*/
	width: 640px;
}
#social {
	margin-top: 100px;
}

#text_planner {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#supp {
	width: 230px;
	float: right;
	margin-bottom: 10px;
	border-left: 0px solid #E66A00;
	padding-left: 20px;
	padding-top: 35px;
}
#text ul {
}

#text ul li {
	display: list-item;
	list-style-image: URL(images/list-image.png);
	list-style-position:outside;
	margin-left: 40px;
	padding-left: 20px;
}

.comm {
	margin-left: 15px;
	list-style-type: square;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.comm .date {
	font-weight: bold;
}

#main table {
	margin-left: -20px;
}
#main table td {
	padding: 20px;
}
#main table a:link, #main table a:visited {
	text-decoration: none;
}
#main table a:hover {
	text-decoration: underline;
}
#main .title {
	font-weight: bold;
	margin: 0;
}
#main .blurb {
	margin: 0;
}
#main .sponsor {
}
#main .divider {
	width: 890px;
	margin-bottom: -5px;
	padding-top: 10px;
	border-top: 1px solid #E66A00;
	color: #3B4E6F;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#text a:link, #text a:visited {
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

#footer {
	clear: both;
	width: 930px;
	height: 60px;
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #606060;
	font-size: .7em !important;
}
#footer .footertop {
	background-image: URL(images/footerslice.gif);
	background-repeat: repeat-x;
	width: 890px;
	height: 5px;
	margin-left: 20px;
}
#footer .footnote {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#footer  p {
	display: inline;
	color: #606060;
}
#footer p > a { color:#606060; text-decoration: none; }
#footer p > a:hover  { 
	text-decoration:underline !important;
}
#footer .logo {
	float: right;
	margin-right: 20px;
	border:0;
}

#newsfeed_h {
	width: 930px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#cclicense {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	text-align:right;
}
#cclicense img {
	float: right;
}

#loading {
    margin-top:20px !important;
}

/* main content feature */
.contentfeature {
	background-image:url(images/box-t.png);
	background-repeat:no-repeat;
	background-position: right top;
	width:207px;
    margin: 20px 0 0 0;
    padding: 0 0 10px 20px;
    /*float: right;                moves the block to the right of the content block */
    /*clear: right;                moves the block below the contentimage block */
}
.contentfeature h2 {
    padding: 10px 0 0 10px;
    color: #00839A;
    font-size: 1.08em;
    font-weight: bold;
}
.contentfeature p {
    margin:0 !important;
    padding: 10px 10px 10px 10px !important;
    font-size: .8em !important;
}
/* to fix the FB iframe */
.contentfeature iframe {
    width: 187px !important;
}

.contentfeature a:link, .contentfeature  a:visited {
	text-decoration: none;
}
.contentfeature a:hover {
	text-decoration: underline;
}
.contentfeature_bottom {
	background-image: url(images/box-b.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 207px;
	min-height: 133px;
}

/* exception styles */
div#exception h3{
    text-align:left;
}
div#exception_message{
	margin-top: 15px;
    background:#FF9292;
    padding:10px;
    border: 1px solid #000;
}
div#exception_action{
    text-align:center;
    padding:20px 10px 20px 10px;
    background:#F0F2C1;
}

a.more, a.less {
    margin-left:125px;
    font-size: .75em;
}

div.photos {
    border: 0px dotted #A0A0A0;
    padding-left: 5px;
}
div.photos div.legend {
    border: 0px dotted #A0A0A0;
    padding:5px;
}
div.photos p {
    display: inline;
    margin: 0 0 0 0;
}
div.photos p a img {    /* thumbnails*/
    width: 150px;
    height: 100px;
}