/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 20px;
}


div {
   font-size: 1em;
}


img {
   border: 0;
}


a,
a:link 
a:active {

   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;           
}



a:hover {
   text-decoration: none;

   color: #385C72;
}

/*****************
basic layout 
*****************/
body {

   background: #bdbdbd url(uploads/images/bg.jpg) repeat-x top;     
   color: #333;
   margin: 0em 1em 0em 1em;   
}

/* center wrapper, min max width */
div#pagewrapper {

   margin: 0 auto;      
   max-width: 80em;  
   min-width: 80em;
   background-color: #fff;
   color: black;
 
}
div#ads {
   height: 174px; 
   background: #385C72; 

 
        
}

div#header {
   height: 115px;    
   background: #317ec2 url(uploads/images/logo.jpg) no-repeat top left;
color:#317ec2;
  
}
div#header a{color:#317ec2; text-decoration:underline; }

div#header h1 {
display:none;
}


div#search {
   float: right;
   width: 27em;    
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 0em;
}
div#search input{ background:#fff; height:22px; width:170px; border:2px #317ec2 solid; padding:5px 5px 0px 5px; color:#317ec2; text-align:left;}

div.breadcrumbs {
   padding: 1em 0 1.2em 0;
   font-size: 90%;       
   margin: 0 1em;       
text-align:right;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 0em auto 2em 0;  
min-height:500px;
padding-top:1.5em;
   background: #fff url(uploads/images/bodytop.jpg) no-repeat top;    
}


div#main {
   margin-left: 29%; 
   margin-right: 2%; 
}
div#main img{padding:5px; border:1px solid #dcdcdc; background:#fafafa;}
div#sidebar {
   float: left;        
   width: 26%;   
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

#sideads{   padding-left: 0;
   margin-left: 1em;}


div#footer {
   clear: both; 
height:30px;      
   color: #307ec2;
   background: #fff url(uploads/images/footer.png) no-repeat top;     
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      
   text-align:right;  
   margin: 0;
}

div#footer a {
   color: #055fb0; 
}


div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; 
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #002a86; 
	font-size: 1.5em; 
	text-align: left; 
	padding-left: 0em;
	padding-bottom: 1px;
 border-bottom:2px solid #002a86;
        line-height: 1.5em;
        margin: 0 0 0.5em 0;

}
h3 {
   color: #fff; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
background:#0141cd;
padding:5px;
}

h4 {
   color: #fff; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
background:#0141cd;
padding:5px;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 12px;
   margin: 0 0 1.3em 0; 
   line-height: 20px;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */

div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 1em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1.5em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

#list
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#list li
{
padding-top: 8px;
padding-left: 30px;
padding-bottom:10px;
height:auto;
background-image: url(uploads/images/bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
}

/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 

	position:relative; 
	width:960px; 
	height:174px; 
	margin:0px auto 0px; 

}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:960px ; 
	height:174px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}

/* --------------------Accordian--------------------- */
#accordion {
	margin:20px 0px;
text-align:justify;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #333;
	margin: 0 0 4px 0;
	padding: 5px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
/* End of 'Layout: Left sidebar + 1 column' */

