/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
@import "lib/gallery.css";
@import "footer.css";

/* Red: #ed1c24


/* Page
-------------------------------------------------------------- */

body {
	margin: 0;
	background: #2a3c60 url(../images/bodyBG.png) repeat-x left top;
	padding: 0px;
}

p {color: #cccccc; font-family: Arial; font-size: 1.2em; font-weight: normal;}

ul li {color: #555555; font-family: Arial; font-size: 1.2em; font-weight: normal;}

#content h1 {color: #ffffff; font-family: Arial; font-size: 1.6em; font-weight: normal;}

#content h2 {color: #2a3c60; font-family: Arial; font-size: 1.4em; font-weight: normal;text-indent: 5%;}

#content h3 {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #333;
	color: #FFFFFF;
	font-weight: normal;
}
.red {color: #ed1c24;}


.banner {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;

}

#outer_wrapper {
	width: 100%;
	background-color: #94877e;
	border-top: 1px solid #70645c;
	border-bottom: 1px solid #70645c;
	
}
#wrapper {
	min-height:600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;}

#container {
  width: 100%;
  float: left;
  margin-right: -20px;
  /* background: #CCCCCC;  url(images/right_columnBG.gif) repeat-y right */

}

#content {
  margin-right: 20px;
  
}

#feeds {
	width: 10px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.clearing {
	height: 0;
	clear: both;
}

#main {
	margin-left: 210px;
}
#bodytext {
	padding: 10px;
	margin-right: 190px;
	margin-top: 25px;
	margin-left: 10px;
}
#bodytext_alt {
	padding: 10px;
	margin-right: 150px;
}


.linkbox {
 	width: 230px;
  	float: left;
 	margin-left: 20px;
 	margin-top: 10px;

}
.adbox {margin-top: 10px; margin-bottom: 10px;}


/* Navigation -------------------------------------------------------------- */

#navigation {
float: left;
width: 201px;
text-align: center;
padding-top: 10px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
#navigation li {
border-bottom: 1px solid #70645c;
}
#navigation li a:link, #navigation li a:visited {
display: block;
padding: 0.4em 0 0.4em 0.5em;
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
#navigation li a:hover {
background-color: #fff;
color: #70645c;
}
#feeds {
float: right;
width: 200px;
margin-top: 0px;
}
#feeds ul {
list-style: none;
margin: 0;
padding: 0;
}
#feeds li {
border-bottom: 1px solid #000000;
}
#feeds li a:link, #feeds li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
/* border-left: 1px solid #000000; */
/* border-right: 1px solid #000000; */
background-color: #333;
color: #FFFFFF;
text-decoration: none;
}
#feeds li a:hover {
background-color: #ffffff;
color: #70645c;
}
#feeds ul ul {
/* margin-left: 12px; */
}
#right_navigation ul ul li {
border-bottom: 1px solid #000000;
margin:0;
}
#feeds ul ul a:link, #feeds ul ul a:visited {
background-color: transparent;
color: #000000;
}
#feeds ul ul a:hover {
background-color: #4b6b93;
color: #FFFFFF;
}

/* End of Navigation */

.last {
	margin-bottom: 0px;
}

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c6f2ff;
}
#main a:hover {
	color: #2a3c60;
}
.preferred {
	color: #2a3c60;
}
.style1 {
	color: #70645c;
}
