/*
Style Sheet with Drop Down Menu
Design by Free CSS Templates
Modified by YogaDancer
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #355379;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#main_wrap {
	background: #355379 url(img01.jpg) no-repeat center top;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.75em;
	color: #ffffff;
	text-align: center;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	background: #788CA5;
	border: 3px solid #FFFFFF;
}

.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	background: url(img02.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
	font-variant: small-caps;
	font-size: 1em;
	color: #355379;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
	font-size: 1.25 em;
}

/* Style1 */

.style1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 105%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px;
}


/* Post */

.post {
	font-family: verdana;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	background: #788CA5;
	border: 3px solid #FFFFFF;
}

.post .title {
	clear: both;
	padding: 20px 0;
	color: #355379;
}

.post .date {
	float: left;
	width: 80px;
	height: 21px;
	padding: 9px 0 0 0;
	background: #FFFFFF;
	text-align: center;
	font-size: x-small;
	color: #355379;
}

.post .meta {
	float: left;
	width: 670px;
	height: 28px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
 	letter-spacing: 2px;
}

/*added back in 2/6/11 */
.post .meta1 {
	float: left;
	width: 370px;
	height: 28px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
 	letter-spacing: 2px;
}


.post .meta p {
}
.post .story {
	font-size: 1em;
}

/* added 7/17/11 for wee page*/

.post .story2 {
	font-size: 1.125em;
}

.post .story img {
	background: #FFFFFF;
	border: 3px solid #788CA5;
} 

.post .story2 img {
	background: #FFFFFF;
	border: 3px solid #788CA5;
} 

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
}

.post .story p, .post .story ul, .post .story ol {
/*	font size: .8em;*/
	margin-bottom: 1.5em;
	line-height: 180%;
}

/*added 7/17/11 for wee page*/

.post .story2 p, .post .story2 ul, .post .story2 ol {
	font-size: 1.125em;
	margin-bottom: 1.125em;
	line-height: 150%;
}

.post .story blockquote p {
        line-height: 150%;
}

/*added back in 2/6/2011*/

}
.post .story1 {
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 105%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px;
}

.post .story1 img {
	background-color: transparent;
	border: 10px solid #788CA5;
} 

.post .story1 p, .post .story1 ul, .post .story1 ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 800px;
	height: 220px;
	margin: 0 auto;
}

#logo h1 {
	padding: 90px 0 0 95px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.5em;
}

#logo h1 span {
	font-size: .675em;
	font-weight: normal;
}

#logo h2 {
	margin-top: -1em;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .7em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu li {
	display: inline;
	
}

#menu a {
	width:8.0em;
	text-align: center;
	text-decoration: none;
	font-size: .75em;
	font-weight: bold;
	font-variant: small-caps;
	display: block;
	margin: 0;
	display: block;
	float: left;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	color: #ffffff;
	background: #788CA5;
	border: 1px solid #385B88;
}

#menu .active a {
	text-transform: uppercase;
}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#extra {
	margin: 0;
	float: right;
	width: 385px;
}

#lextra {
	margin: 0;
	float: left;
	width: 385px;
}

/* Content > Main */

#main {
        margin: 0;
	float: right;
	width: 500px;
}

#main a {
}

/* Content > Welcome */

#welcome {
}

/* Content > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 270px;
	margin-top: 20px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

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

#updates h3 {
	margin: 0;
	font-weight: bold;
	font-size: 1em; 
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: auto;
	display: block;
/*	border-bottom: 1px solid #FFFFFF; */
	list-style: none;
	font-size: 1em;
	color: #355379;
}

#partners li {
	border-top: 1px solid #FFFFFF; /*D1BC5C; */
}

#partners a {
	color: #355379;
	text-decoration: none;
	text-transform: lowercase;
}

#partners a:hover {
	color: #FFFFFF;
	background: #355379;
 	text-transform: uppercase;
/*	border: 1px solid #FFFFFF /*385B88;*/*/
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

#footer img {
	background: #ffffff;
	border: 2px solid #355379;
}

/* Footer > Legal */

#legal {
        text-align: center;
}

/* Footer > Links */

#links {
}
