/* Start of CMSMS style sheet 'main' */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	padding: 0 0px 0px;
margin:0 0 30px;
	height: 139px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#sub_header { 
	padding: 0 0px 0px;
margin:0px 0px 0px 240px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header_home { 
	padding: 0 0px 0px;
margin:0px;
	height: 139px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent_inside {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
font-size: 12px;
margin: 15pt 20pt 25pt 200px;

}

#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#footer {
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
width:980px;
margin:40px auto;
text-align:center;
clear:both;
font-size:11px;
border-top-width:thin;
border-top-style:solid;
border-top-color:#999999;
color:#999999;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#home_copy {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
color:#FF0000;
}

#menu_vert {
margin: 0px 0px 0px -45px;
width:230px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
}

#menu_vert a{
color: #000;
}

#menu_vert a:hover{
color: #a40000;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   spadding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   color: 000;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   spadding: 0.5em 0.5em 0.5em 2.8em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   spadding: 0.3em 0.5em 0.3em 4.3em;
}

/* hover state for all links */
div#menu_vert a:hover {

}
div#menu_vert a.activeparent:hover {
   background-color: #454545;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #000;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #b39a33;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background-color: #454545;
   display: block; 
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
padding:0.8em 0.5em 0.8em 1.5em;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
}

#sidebar {
	width: 238px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 8px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
}
#subnav {
	width: 206px;
	line-height: 15px;
	margin: 0px 8px 8px 35px;
	padding: 0px;
	font-size:11px;
	color:#000000;
}

#top_sub {
float:right;
margin-bottom:-60px;
margin-left:0;
margin-right:0;
margin-top:-60px;
width:200px;
color: #ffffff;
font-size:12px;
}

#top_sub a{
color: #ffffff;
font-size:12px;
text-decoration: none;
}

#pcontent{
margin: 8px;
}

#imageContainer2 {
height:424px;
margin:0 0 0 185px;
padding:0;
}

#sub_header_parts {
margin:0 0 0 201px;
padding:0 0 0;
}
/* End of 'main' */

