/* Start of CMSMS style sheet 'mortonid' */
*******************************************************************************************

Title:		ID SELECTORS

Author:		Lisa Shoar (Senior Web Producer -- Mind Over Machine, inc.)

Updated:	08/24/08

*******************************************************************************************/

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
#wrapper{

	top: 0px;
	width: 944px;
	background: fff;
	height: 100%;
	margin: 0 auto;
	
}

#banner {
		
		left:0px;
		top:0px;
		width:944px;
		height:96px;
			text-align:left;
}
#banner_left_content {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	
	background-position: bottom left; 
	height: 96px;
	width: 533px;
}

#banner_right_content {
	left:0px;
	top:0px;
	float: left;
}

#mid_container {
	margin: 0 auto;
width:944px;
height: 100%;
top:0px;
left: 0px;
}

#navcontainer {
left:0px;
top:0px;
height:23px;
width: 944px;
}

/*beginning of navigation menu*/


ul#navlist
{

margin-left: 0;
padding-left: 0;
white-space: nowrap;
padding-top:6px;
padding-bottom:6px;

}

#navlist li
{
display: inline;
list-style-type: none;
padding-right:2px;
}

#navlist a { 
font-size: 12px;
font-weight:bold;
padding-left:40px;
padding-right:48px;
padding-top:5px;
padding-bottom: 5px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #cb5eed;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #d1d1d1;
text-decoration: none;
}

/* end of navigation menu */
#sidebar{
float:left;
width:177px;
min-height:358px;
background-color: #f4e6f3;
	text-align:left;
}

#main_content{
width: 767px;
background-color:#fff;
float:left;
	text-align:left;
}

#main_content_left{
float:left;
width: 357px;
background-color: #fff;
border: 1px solid #cb5eed;
height:356px;
border-left: 6px solid #cb5bc6;
}

#inner_main_content_right{
float:left;
width: 485px;
background-color:#fff;

overflow:auto;
}


#inner_main_content_left{
float:left;

background-color: #fff;
border: 1px solid #cb5bc6;
border-left: 6px solid #cb5bc6;

}

#main_content_right{
float:left;
width: 400px;
background-color:#fff;
}



#pink_border{
height: 3px;
background-color:#cb5bc6;
width:944px;
}

#gray_border{
height: 13px;
background-color:#7d7d7d ;
width:944px;

}
#footer {
    width:944px;
	height: 25px;
	margin-bottom:10px;
		text-align:left;
}

.clear
{
clear: both;

}

.spacer {
background-color: #fff;
height: 23px;

}








/* End of 'mortonid' */

