/* GENERAL STYLES */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#c4ced0;
	background-image:url(/media/21/repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	text-align:left;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:0px;
}
h2 {
	font-size:14px;
	color:#99450E;
	margin-bottom:4px;
	margin-top:0px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	margin-bottom:2px;
	margin-top:6px;
}
h4, h5, h6{
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:0px;
}
li{
	list-style-image:url(/media/nav/images/raindrop.gif);
}
hr{
	margin: 8px 0px 8px 0px;
	padding:0px;
	border-top: 1px dotted #ffffff;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
a:link {
	/*color: #386673;*/
        color:#000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #99450E;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #000000;
}	
li {
	margin-top:4px;
	margin-bottom:8px;
	margin-left:10px;
	padding-left:5px;
	padding-bottom:2px;
}

/* This style is for the navigation.
- - - - - - - - - - - - - - - - - - - - - - - - - -*/
.nav {
	background-image:url(/media/26/nav_right_image.jpg);
	background-position:right;
	text-align:right;
	padding-right:15px;
	font-size:11px;
	color:#FFFFFF;
}
.nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color:#000000;
	text-decoration:underline;
	background-color:#FFFFFF;
}
.nav a:active {
	color: #ffffff;
	text-decoration: none;
}

/* This style is for the footer.
- - - - - - - - - - - - - - - - - - - - - - - - - -*/
.footer {
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	text-align:left;
}	
.footer a:link {
	color:#000000;
	text-decoration:underline;
}
.footer a:visited {
	color:#CCCCCC;
	text-decoration:none;	
}
.footer a:hover {
	color:#CCCCCC;
	text-decoration:none;	
}
.footer a:active {
	color:#000000;
	text-decoration:underline;
}

/* This style is for the breadcrumbs
- - - - - - - - - - - - - - - - - - - - - - - - - -*/
.breadcrumb {
	color:#666666;
}

/* This style is for the left main section.
- - - - - - - - - - - - - - - - - - - - - - - - - -*/
.left_main {
	padding:25px;
	background-image:url(/media/31/secondary_mainrepeat.jpg);
	background-color:#CAD5D8;
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;

}	

/* This style is for the right main section.
- - - - - - - - - - - - - - - - - - - - - - - - - -*/
.right_main {
	padding:25px;
	background-image:url(/media/36/secondary_rightrepeat.jpg);
	background-repeat:repeat-x;
	background-color:#CAD5D8;
	background-position:top;
	text-align:right;
}	
.image-align-left{
	float: left;
	margin-right: 5px;
}
img{
	border:0px;
}


/*
#386673 - footer background color
#5c9910 - home body green background color
#CAD5D8 - main body background color
*/


/* Thie following styles are for the navigation
- - - - - - - - - - - - - - - - - - - - - - - - - -*/
.chromestyle{
width: 99%;
font-style:normal;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin: 0px;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

/*.chromestyle ul li{
display: inline;
margin:0px;
padding:0px 15px 0px 15px;
background-image:url(/media/nav/images/nav_right_image.jpg);
background-position:right;
text-align:right;
font-size:11px;
}*/

.chromestyle span{
display: inline;
margin:0px;
background-image: url(/media/nav/images/nav_right_image.jpg);
background-position:right;
text-align:right;
font-size:12px;
float:left;
padding: 11px 15px 10px 15px;
}

.chromestyle2 span{
display: inline;
margin:0px;

background-position:right;
text-align:right;
font-size:12px;
float:left;
padding: 11px 15px 10px 15px;
}
.chromestyle span a{
color:#FFFFFF;
margin: 0px;
text-decoration: none;
}

.chromestyle span a:hover, .chromestyle span a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#333333;
	text-decoration:none; /*THEME CHANGE HERE*/
	padding-bottom: 5px;
}


.chromestyle ul li a{
color:#FFFFFF;
margin: 0;
text-decoration: none;
float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#333333;
	text-decoration:none; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
position:absolute;
top: 0px;
margin-top: 5px;
margin-left: -5px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:1000;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color:#666666;
}

.btn { 
background-image:url(/media/nav/images/btn_open.gif);
background-repeat: no-repeat;
width:83px;
height:26px;
display:block;
}

.btn a:link { 
background-image:url(/media/nav/images/btn_open.gif);
background-repeat: no-repeat;
width:83px;
height:26px;
display:block;
}

.btn a:hover{ 
background-image:url(/media/nav/images/btn_over.gif);
background-repeat: no-repeat;
width:83px;
height:26px;
margin:0px;
padding:0px;
display:block;
}

/* EDITOR PROPERTIES */
