/* CSS Document */

body {
	background-color: #0077c0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#896632;
	line-height:19px;
}


/* ------------------ Spacing Classes ----------------------*/

#wrapper {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-shadow.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	height: 377px;
}

#nav {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
}

#main {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	padding-top: 12px;
}

#content {
	width: 692px;
	margin-right: 33px;
	margin-left: 28px;
	margin-top: 46px;
	margin-bottom: 20px;
}

#footer {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}


/* ------------------ Text Classes ----------------------*/
h1 {
	font-weight: bold;
	font-size: 16px;
	color:#0077c0;
	margin-top: 0px;
	margin-bottom: 17px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	padding-top: 0px;
	padding-right: 0px;
	background-image: url(../images/headline-graphic-flower.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

h1.home {
	font-weight: bold;
	font-size: 16px;
	color:#0077c0;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

h2 { 
	font-weight: bold;
	font-size: 16px;
	color:#0077c0;
	margin-top: 0px;
	margin-bottom: 17px;
}

h3 { 
	font-weight: bold;
	font-size: 14px;
	color:#896632;
	margin-top: 0px;
	margin-bottom: 5px;
}
	
p {
	margin-top: 0px;
	margin-bottom:17px;
}

a:link, a:visited {
	color:#0077c0;
	text-decoration:underline;
}

a:hover, a:active {
	color:#0077c0;
	text-decoration:none;
}

ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
}

li {
	margin-bottom:5px;
	background-image: url(../images/bullet.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#sidebar p {
	margin-left: 14px;
	margin-right: 21px;
	font-size: 11px;
	line-height: 19px;
}

#sidebar h1 {
	margin-left: 14px;
	margin-right: 21px;
	font-size: 14px;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
	padding: 0px;
}

#footer p {
	color:#ffffff;
	margin-top:0px;
	margin-bottom:30px;
	margin-left: 14px;
	margin-right: 14px;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:none;
}




/* ------------------ Graphical Classes ----------------------*/


.highlight {
	color:#0077c0;
	font-weight: bold;
}

.divider {
	background-image: url(../images/divider-bar.gif);
	background-repeat: repeat-x;
	height: 19px;
	margin-top: 20px;
	margin-bottom: 17px;
}

.border-img {
	border: 1px solid #896632;
	padding: 2px;
}

.float {
	float: right;
	margin-left: 15px;
}

p.menu {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cce4f2;
	border-bottom-color: #cce4f2;
	padding-top: 3px;
	padding-bottom: 6px;
	margin-top: 10px;
}




/* ------------------ Special Function Classes ----------------------*/

.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

a.rollover img, a.rollover:visited img  { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}

a.rollover:hover img, a.rollover:active img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}

a.rolloveron img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #0077c0; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 139px;
visibility: hidden;
background-image: url(../images/drop-bg.gif);
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #0077c0; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv_e a.sub{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}


* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-image: url(../images/drop-bg-on.gif);
color: #0077c0;
}
