/*////////// GENERAL RULES //////////*/
html {
height: 101%;
margin-bottom: 1px;}

body {
	color: #000000;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-image: url(../images/blue-back-2.jpg);
	background-repeat: repeat-x;
}

hr {
background-color: #ffffff;
width: 90%;
text-align: center;
color: #ffffff;
border: none;
border-bottom: 1px #505050 dashed;
height: 1px;}

table {
margin: 10px 0 0 0;
padding: 0;
border-collapse: collapse;
font-size: 100%;}

ul {
list-style-type: none;
margin: 10px 0 20px 10px;
padding: 0;}

ul li {
background: url('http://dorotheahenry.vadar.org/images/bullet.png') no-repeat 0 3px;
padding: 1px 0 0 15px;}

ul li a {
	color: #325F0A;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}

ul li a:hover {
color: #707070;
text-decoration: underline;}

blockquote {
	background-color: #ededed;
	margin: 3% 5%;
	border: 1px none #909090;
	line-height: 1.3em;
	padding: 5px 10px;
}

/*////////// TYPOGRAPHY //////////*/
a {
	color: #39670F;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

a:hover {
color: #707070;
text-decoration: underline;
font-weight: bold;}

h1 {
	color: #000000;
	margin: .3em 0;
	letter-spacing: 1px;
	font-family: Philosopher, "Century Gothic", Verdana, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {font: normal 24px 'Philosopher', "Century Gothic", Verdana, Helvetica, sans-serif; color: #10367b; margin: .3em 0; letter-spacing: 1px;}
h3 {font: normal 22px 'Philosopher', "Century Gothic", Verdana, Helvetica, sans-serif; color: #505050; margin: .4em 0; padding: 0;}
h4 {
	color: #406C13;
	margin: .3em 0;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h5 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #10367b; margin: .3em 0;}
h6 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #505050; margin: .3em 0;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/wrapperbg2.jpg);
}

/*////////// HEADER AREA //////////*/
#header {
	position: relative;
	width: 980px;
	height: 284px;
}

/*////////// GLOBAL LINKS AREA //////////*/
#global {
	position: absolute;
	top: 16px;
	left: 468px;
	z-index: 1;
	width: 487px;
	height: 34px;
	line-height: 30px;
	font-size: 0.85em;
	padding: 0;
	text-align: center;
}

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

#global ul li {
background: none;
display: inline;
padding: 0 12px;}

#global ul li a {
color: #ffffff;
text-decoration: none;
font-weight: normal;
padding: 0;}

#global ul li a:hover {
color: #ffffff;
text-decoration: underline;}

/*///////// LOGO IMAGE //////////*/
#nameplate {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 450px;
height: 260px;
color: #ffffff;
margin: 0; padding: 0;}

/*////////// MAIN NAVIGATION //////////*/
#mainnav {
	position: absolute;
	top: 237px;
	left: 10px;
	height: 40px;
	color: #c0c0c0;
	z-index: 3;
	width: 960px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0;
}

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

#mainnav ul li {
display: inline;
line-height: 40px;
background: none;
padding: 0; margin: 0;}

#mainnav ul li a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
padding: 0 8px;
margin: 0 4px;}

#mainnav ul li a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline;}

#mainnav ul li.active a {
color: #ffffff;
font-weight: bold;
text-decoration: none;}

/*////////// BANNER TOP AREA //////////*/
#bannerTop {
margin: 0 0 10px 0;
text-align: left;
line-height: 1.4em;
font-size: 0.90em;}

.inside {padding: 0 15px;}
.insideLeft {padding: 0 10px 0 5px;}
.insideRight {padding: 0 5px 0 10px;}

/*////////// SIDEBAR LEFT AREA //////////*/
#sidebarLeft {
float: left;
width: 25%;
text-align: left;
font-size: 0.90em;
line-height: 1.4em;
padding: 0 0 10px 0;
overflow:hidden;}

/*////////// SIDEBAR RIGHT AREA //////////*/
#sidebarRight {
float: left;
width: 25%;
text-align: left;
font-size: 0.90em;
line-height: 1.4em;
padding: 0 0 10px 0;
overflow:hidden;}

/*////////// CONTENT AREA //////////*/
#content50 {
float: left;
width: 50%;
padding: 0 0 10px 0;
line-height: 1.5em;
overflow: hidden;}

#content75 {
float: left;
width: 75%;
padding: 0 0 10px 0;
line-height: 1.5em;
overflow: hidden;}

#content100 {
float: left;
width: 100%;
padding: 0 0 10px 0;
line-height: 1.5em;}

/*////////// BOTTOM BOX AREA //////////*/

#bottom {
margin: 10px 0 5px 0;
text-align: left;
line-height: 1.3em;}

/*////////// FOOTER //////////*/
#footer {
	clear: both;
	height: 150px;
	text-align: center;
	font-size: 0.85em;
	color: #000000;
	padding: 0;
	line-height: 1.3em;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#footerInside {
	width: 980px;
	margin: 0 auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #153C7F;
}

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

#footer ul li {
margin: 0 5px; 
padding: 5px 0 5px 3px;
border-bottom: 1px #505050 dashed;
background: none;}

#footer ul li a {
color: #000000;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;}

#footer ul li a:hover {
color: #10367b;
text-decoration: none;}

#footer a {
color: #202020;}

#footer a:hover {
color: #10367b;}

#footer p {
padding: 0;}

fieldset {
border: 1px #505050 dashed;
margin: 10px 0;
text-align: center;
line-height: 1.4em;}

fieldset img {
background-color: #ffffff;
margin: 5px 10px;
border: 1px #919191 solid;}

fieldset p {
text-align: left;
padding: 15px 15px 5px 15px;}

legend {
background-color: #ffffff;
padding: 0 10px;
color: #10367b;
font: small-caps normal 22px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 1px;}

/*////////// TEMPLATE CLASSES //////////*/
p.readmore {
padding: 5px 0;}

p.readmore a {
color: #505050;
font-weight: bold;
text-decoration: none;}

p.readmore a:hover {
color: #10367b;
text-decoration: underline;}

/*////////// IMAGES //////////*/
img {border: none;}
.imageleft {float: left; margin: 0 10px 0 0;}
.imageright {float: right; margin: 0 0 0 10px;}

/*////////// MISC. CLASSES //////////*/
.center {text-align: center;}
.right {text-align: right;}
.small {font-size: 0.85em;}
.clear {clear: both;}
.clearsmall {height: 1px; line-height: 0; margin: 0; padding: 0; clear: both;}
.highlight {background-color: #FFFF00;}