/*defaults*/
body 	{background:#FFFFFF url('../images/body_bg.jpg') repeat-x 0 0; 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:#CC0000; text-decoration:none;}
a:hover		{color:#FF0000; text-decoration:underline;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }

/*800*/
#holder		{width:100%; padding:14px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{padding:10px 30px 0px 60px;}

#header		{background:#DADADA url('../images/home_740x200.png') no-repeat 10px 10px; padding:10px; height:200px; }

/*490*/
#content	{float:left; width:460px; padding:20px 15px 0 15px; line-height:160%; }
#subcontent	{float:left; width:620px; padding:20px 15px 0 15px; line-height:160%; }

/*240*/
#news		{float:right; width:240px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#e8e8e8; border:1px solid #DADADA; font-size:90%; margin-bottom:20px; }

#footer		{clear:both; width:100%; font-size:80%; padding:20px 0 10px 10px; text-align:center;}
#copyright	{float:center;}


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }

#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; }


input.formfield, textarea.formfield, input.formfield_required, textarea.formfield_required {
    border-color: #999999;
    border-width: 1px 1px 1px 10px;
    border-style: solid;
    font-family: Arial, sans-serif. helvetica;
    font-size: 1.1em;
    padding: 0.2em;
    margin: 0 0 1em 0;
}


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */