﻿
/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
    background-image: url(/images/bg.gif); 
    background-repeat: repeat-x;
    background-color:#AEB7C0;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #ccc;
	background: inherit;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #4C477D;
}
h3 {
	font-size: 105%;
	color: #696799; 
}

h4 {
	font-size: 105%;
}

/* images */

h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #4C477D;		
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}


form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}


input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

select {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #4C477D;
}


form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

#wrap {
	width: 920px;
	background:url(/images/content2.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	
	width: 920px;
    display:block;
	margin: 0px auto;
}
#header {
	width: 920px;
	position: relative;
	height: 120px;
	background: #CCC url(/images/interheader.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 16px; 
	width:883px;
	padding: 0px;
	background: url(/images/navbg.gif) repeat-x left top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 28px;
}
#menus
{
	clear: both;	
	width:900px;
	margin: 0px 8px; 	
	padding: 0px;
	background: url(/images/menubttm.jpg);
	background-repeat:no-repeat;
	background-position: top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 15px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 35px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #A8A548;
color: white;
}
/* Main Column */
#main {
	float: right;
	width: 697px;
	padding: 0; 
	margin: 0px 0px 0px 0px;
	display:block;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #4C477D;
	border-bottom: 1px solid #EFF0F1;	
}
.contentbody
{
    width:605px;
    float:left;
    padding-left:20px;
    display:block;
}
.contentbody ul li
{
    line-height:200%;
}

.newsletterbody
{
    float:left;
    padding-left:0px;
    display:block;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar 
{
    position:absolute;
	float: left;
	width: 205px;
	padding: 0px; 
	margin: 0px 18px;

}	
#sidebar h1 {
	margin-top: 0px;
	padding:0px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	

}
#sidebar .left-box {
	margin-top:-15px;
	background-color:#7A7BA9;	
}
#sidebar .left-boxx {
	margin-top:-15px;
	background: url(/images/navitop.jpg);		
}
#sidebar .left-box2 {
	margin-top:5px;	
	background-color:#fff;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 15px 0 8px 0; 
	padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	color:#ffffff;
	background-image: none;	
}
#sidebar ul.sidemenu a:hover {
	font-weight: bolder;
	text-decoration: none;	
	color:#AAA349;
	background-image: none;	
}
.msLogo
{
    float:left;
    margin-top:20px;
    margin-left:17px;
}
.middleCol
{
    float:left;
}
.rightsideMenu
{
float:right;
width:255px;
padding-right:20px
}
.rightsideMenu img
{
padding-bottom:5px;
}
/* Footer */	
#footer {
	color: #fff;
	margin: 0 auto;
	padding: 0px;	
	background:url(/images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom ;
	clear: both;
	width: 920px;
	height:122px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

a.link_white:link,a.link_white:visited,a.link_white:hover,a.link_white:active {
   color:#fff;
   text-decoration:none;
}