/* Start of CMSMS style sheet 'style' */
/*defaults*/
body 		{background:#4774B8; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#4774B8; text-decoration:underline; }

/*structural elements*/
#container	{
    margin:0px auto; 
    padding: 0;
    text-align:center; 
    width:800px; 
}
#holder		{
    width:760px;
    padding:20px 20px 5px 20px; 
    margin: 0;
    background:#FFFFFF; 
    text-align:left; 
    /* overflow:auto;  */
    position: relative;
}
#holder-top   { 
    padding: 0;
    margin: 0;
    position: absolute; top: 0; left: 0;
    width: 800px; 
    height: 16px; 
    background: url(images/corner-top.jpg) no-repeat; 
}
#logo		{background:url('images/logo.gif') no-repeat 0; border-bottom:1px solid #DADADA; padding:5px 0px 20px 0px; height: 50px;}
#navigation	{padding:10px 0; }
#header		{background:#ffffff url('images/header_home.jpg') no-repeat; padding:0px; height:250px; }
#innerheader		{background:#ffffff url('images/header_about.jpg') no-repeat; padding:0px; height:160px; }
body#about #innerheader		{background:#ffffff url('images/header_about.jpg') no-repeat; padding:0px; height:160px; }
body#services #innerheader		{background:#ffffff url('images/header_services.jpg') no-repeat; padding:0px; height:160px; }
body#resources #innerheader		{background:#ffffff url('images/header_resources.jpg') no-repeat; padding:0px; height:160px; }
body#contact #innerheader		{background:#ffffff url('images/header_contact.jpg') no-repeat; padding:0px; height:160px; }
#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1		{color:#4774B8; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:190%; font-weight:bold; line-height:120%; margin:0; padding:10px 0 10px 0; }
#content h2		{font-size:160%; font-weight:normal; line-height:120%; margin:0; padding:10px 0 20px 0; }
#content h3		{font-size:120%; font-weight:normal; line-height:120%; margin:0; padding:5px 0 5px 0; }
#logo h1		{font-weight:normal; font-size:200%; margin:0; padding:0; margin-left: 100px; color:#4774B8; text-align: right; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; *margin: 0 3px 0 0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#4774B8; padding:5px 10px 5px 10px; text-decoration:none; }
#navigation a:hover,
#navigation .currentpage, 
#navigation .activeparent	{background-color:#4774B8; color:#ffffff; }


#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover		{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; clear:both; /*height:0; visibility:hidden;*/ }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */
/* End of 'style' */

