/* Start of CMSMS style sheet 'Dunn Main' */
@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffd202;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
color: #000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 916px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 20px auto 0px 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. */
	padding:0px 0px 10px 0px ;
}

#container_home {
	width: 916px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 20px auto 0px 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. */
	padding:0px 0px 0px 0px ;
}

#header { 
	padding: 0px;  /* 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 {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 536px;
	width: 878px;
	background: #FFFFFF;
	background-image:url(images/home_image.jpg);
}

#mainContent_inside {
background:#FFFFFF url(images/home_image.jpg) repeat scroll 0 0;
height:242px;
padding:191px 10px 50px 29px;
width:878px;

}

#content_block {
background:#FFFFFF url(images/doitright_background.jpg) repeat scroll 0 0;
font-size:11px;
height:256px;
width:359px;
}

#content_body {
	padding: 0px 17px;
}
#footer { 
	font-size:11px;
margin:0 auto;
padding:6px;
position:relative;
text-align:center;
width:880px;
	
} 
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#left_short {
	float: left;
	padding:20px 0px 20px 0px;
	margin: 0px 20px;
	line-height: 16px;
	width:220px;

}

#left {
	float: left;
	padding:20px 0px 20px 0px;
	margin: 0px 20px;
	line-height: 16px;
	width:270px;




}
#right {
	width: 620px;
	margin: 20px 0px 20px 260px;
	font-size: 12px;


}

#project_right {
	width: 560px;
	margin: 20px 0px 20px 320px;
	font-size: 12px;


}

#whole {
	width: 850px;
	margin: 20px 0px 20px 20px;
	font-size: 12px;


}

#left a{
font-size: 12px;
color: #000000;
text-decoration: none;
}

#left_short a{
font-size: 12px;
color: #000000;
text-decoration: none;
}

#project_blurb a{
font-size: 12px;
color: #000000;
text-decoration: none;
}

#title{
font-size: 16px;
color: #000000;
padding: 0px 0px 10px 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#left li{
	list-style-type:none;
	display: block;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
}

#left_short li{
	list-style-type:none;
	display: block;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
}

#project_blurb{
	height: 54px;
	padding: 5px 5px 5px 0px;
	margin: 7px;
	background-color:#eee;
	border-color:#bbb;
	border-width: 1px;
	border-style:solid;
	font-size:14px;
}

#project_category{
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 7px;
	background-color:#ddd;
	font-size:14px;
		border-color:#ccc;
	border-width: 1px;
	border-style:solid;
}

#menu_project_blurb{
	height: 15px;
	padding: 5px 5px 5px 5px;
	margin: 3px;
	background-color:#eee;
	border-color:#bbb;
	border-width: 1px;
	border-style:solid;
	font-size:12px;
}

#menu_project_category{
	height: 15px;
	padding: 5px 5px 5px 5px;
	margin: 3px;
	background-color:#ddd;
	font-size:12px;
	font-weight:700;
		border-color:#ccc;
	border-width: 1px;
	border-style:solid;
}

#project_content{

	padding: 20px;
	
}


/********************
MENU
*********************/
#menu_vert {
margin: -10px 0px 0px -45px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
}


/* 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 {
   background-color: #ecc829;
}
div#menu_vert a.activeparent:hover {
   background-color: #ecc829;
   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: #a6071b;
}


/* 
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: #000000;
   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 {
}

/* End of 'Dunn Main' */

