/* Valid 2.1 CSS Document */


/*
====================== general styling ======================
*/

body {
	color: #414B4F;
	background: #EDFAFA ;
}

a, a:active, a:visited {
	color: #1E90FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2C6876;
	text-decoration: underline;
}




/*
======================== typography =========================
*/

#top_inside a, #top_inside a:active, #top_inside a:visited {
	color: #A9CB6A;
	text-decoration: none;
}

#top_inside a:hover {
	color: #A9CB6A;
	text-decoration: underline;
}

#top_inside p {
	color: #EEEEEE;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#content_inside a, #content_inside a:active, #content_inside a:visited {
	text-decoration: none;
}

#content_inside a:hover {
	color: #2C6876;
	text-decoration: underline;
}

#content_inside p {
	color: #414B4F;
}

#footer_inside a, #footer_inside a:active, #footer_inside a:visited {
	color: #A9CB6A;
	text-decoration: none;
}

#footer_inside a:hover {
	color: #A9CB6A;
	text-decoration: underline;
}

#footer_inside p {
	color: #EEEEEE;
}

h1, h2, h3, h4, h5 { color: #414B4F; margin-bottom: 10px;}


.blog_wrap h1, .blog_wrap h2, .blog_wrap h3, .blog_wrap h4, .blog_wrap h5 { color: #1F3B47; margin-bottom: 10px;}

#footer_inside h3 { color: #EEEEEE; }


#bottom_inside p {
	font-size: .9em;
	text-align:center;
	margin:0; padding:20px;
}

#bottom_inside a, #bottom_inside a:active, #bottom_inside a:visited {
	color: #A9CB6A;
	text-decoration: none;
}

#bottom_inside a:hover {
	color: #A9CB6A;
	text-decoration: underline;
}

/*
====================== page structure =======================
*/

#top_outside {
  	background: #339933 ;
  	border-bottom: 1px solid #385764;
}

#top_inside {
  	background: transparent;
	padding: 6px 40px 8px 0;
}


#header_outside {
	background: #1E90FF ;
}

#header_inside {
	background: transparent;
	height: 120px;	
}

#menu_outside {
	background-color:#78BCFF;
}

#menu_inside {
  	background: transparent;
}

#content_outside {
	background: #EDFAFA ;
	height: 600px;
}

#content_outside2 {
	background: #EDFAFA ;
	height: 700px;
}
#content_inside {
	background: transparent;
	padding-top: 20px; padding-bottom: 5px;
}

#footer_outside {
	background: #1E90FF;


}

#footer_inside {
	background: transparent;
	padding-top: 25px;	
}

#bottom_outside {
	background: #1E90FF ;

}

#bottom_inside {
	background: transparent;

}




/*
====================== inside columns =======================
*/

#header_left {

}

#header_right {

}

#left_column {

}

#right_column {

}

#sidebar_left {

}

#sidebar_right {

}

#footer_left {

}

#footer_middle {

}

#footer_right {

}




/*
========================== logo =============================
*/

#logo {
	width:400px;
	height: 70px;
	border: 0px dashed #ddd;
	float: left;
	margin-top:15px;
        margin-left: 5px;
}

#logo h1 { 
  background: url(../img/logo.gif) no-repeat; 
  width:400px;
  height: 70px;
  text-indent: -100em; 
  overflow: hidden;
  padding:0; 
  margin:0; 
}

#logo a { 
  display: block; 
	width:400px;
	height: 70px
}




/*
========================= menu bar ==========================
*/

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	background: #78BCFF;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 1px 24px 1px 24px;
	background: #78BCFF;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	background: #1E90FF ;
	color: #FFFFFF;
}

#navcontainer ul li a#current_a
{
	background: #EDFAFA ;
	color: #414B4F;
}


/*
========================== lists ============================
*/

#content_inside ul {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}

#content_inside li {
	padding-left: 12px;
	margin-top: 0px; margin-left:0; margin-bottom:.4em; 
	padding-top:0px; padding-bottom:0px;
	width: 90%; /* Fix disppearing bullets in IE */
}

#footer_inside ul {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}

#footer_inside li {
	padding-left: 12px;
	margin-top: 0px; margin-left:0; margin-bottom:.3em; 
	padding-top:0px; padding-bottom:0px;
	width: 90%; /* Fix disppearing bullets in IE */
}


#archive_wrap ul {
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}

#archive_wrap li {
	padding-left: 0px;
	background-image: none;
	margin-top: 0px; margin-left:0; margin-bottom:.3em; 
	padding-top:0px; padding-bottom:0px;
	width: 90%; /* Fix disppearing bullets in IE */
}

#archive_wrap li li {
	padding-left: 12px;
	margin-top: 0px; margin-left:0; margin-bottom:.3em; 
	padding-top:0px; padding-bottom:0px;
	width: 90%; /* Fix disppearing bullets in IE */
}


/*
======================= miscellaneous =======================
*/

.spacer {
	clear:both;
}

#directory_wrap {
	background: transparent;
	border: 0px solid #DCD9CF;
    padding:0px;
}


.intro_wrap {
	background: #transparent;
	border: 0px solid #E7E5DE;
    padding:0 15px; margin-bottom: 10px;
}

.intro_wrap p {
	margin:0; 
}

.intro_wrap h3 {
	font-size: 18px;
	margin: 0 0 3px 0;
	color: #C73E14;
}



.highlight_box {
	background: #FFFFF2;
	border: 1px solid #EEEEEE;
	padding: 15px;
	margin-bottom: 10px;
}	

.highlight_box p {
	margin: 0;
}

.sidebar_banner_wrapper {
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
}

.sidebar_banner {
	margin-bottom:10px;

}

.sidebar_banner_wrapper img {
	display: block;
}

.text_link {
	margin: 0 0 15px 0;padding:0;
    font-size: 11px;

}

.text_link a, .text_link a:active, .text_link a:visited {

	text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.text_link a:hover {

	text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
}



a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("../../../../../images/site/doc_off.gif") no-repeat 3px 2px;padding-left:18px; color:#0066CC;}
a.morelink:hover {background: transparent url("../../../../../images/site/doc_on.gif") no-repeat 3px 2px;padding-left:18px}
.morelink span {position:absolute;left:-9999px;width:900px}

