

/* ---------------- general ---------------- */

UL {
	list-style-image: url(images/bullet.gif)
}

.body_bg	{
			background-color: #FFFFFF;
			}

a:link, 
a:visited, 
a:active	{
			color: #CF5B00;
			text-decoration: none
			}
a:hover
			{
			color: #CF5B00;
			text-decoration: underline
			}
.body, body, div
			{
			font-family : Arial;
			font-size : 12pt;
			color : #333333;
			}
.body_large
			{
			font-family : Arial;
			font-size : 14pt;
			color : #333333;
			}
.body_small
			{
			font-family : Arial;
			font-size : 11px;
			color : #333333;
			}	
.heading
			{
			font-family : Georgia;
			font-size : 14pt;
			color : #000000;
			}

.page_title
			{
			font-family : Georgia;
			font-size : 28pt;
			color : #000000;
			}
			
a:link.body_highlight, a:visited.body_highlight, a:active.body_highlight, a:hover.body_highlight
			{
			font-family : Arial;
			font-size : 12pt;
			color : #CF5B00;
			font-weight: bold;
			text-decoration: none
			}

a:hover.body_highlight
			{
			text-decoration: underline;
			}

.body_subhead
			{
			font-family : Georgia;
			font-size : 16pt;
			color : #B41E00;
			line-height:24pt;
			}

.body_subhead2
			{
			font-family : Georgia;
			font-size : 12pt;
			color : #B41E00;
			}
			
.table_head_row
			{
			font-family : Arial;
			font-weight: bold;
			font-size : 11px;
			color : #FFFFFF;
			background-color : #666666;
			}	

.table_row
			{
			background-image:url(images/table_row_bg.gif);
			font-family : Arial;
			font-size : 11px;
			color : #333333;
			vertical-align: middle;
			}	

.table_row2
			{
			background-color: #FAFAFA;
			font-family : Arial;
			font-size : 11px;
			color : #333333;
			}	

.table_row_bars {
			padding-top: 10px;
			vertical-align: top;
}
			
a:link.footer, a:visited.footer, a:active.footer, a:hover.footer
			{
			font-family : Arial;
			font-size : 9pt;
			color: #333333;
			text-decoration: none;
			}
			
a:hover.footer
			{
			font-family : Arial;
			font-size : 9pt;
			color: #CF5B00;
			text-decoration: underline;
			}

.form_button
			{
			font-family : Georgia;
			font-size : 12pt;
			color : #333333;
			font-weight : bold;
			background-color : #FFFFCC;
			}
	
			
/* ---------------- homepage ---------------- */

#home_feature
			{
			position:absolute;
			background-image:url(images/home_box_bg.gif);
			left:582px;
			top:121px;
			width:218px;
			height:228px;
			margin-top:2px;
			}
			
#home_feature2
			{
			position:absolute;
			background-image:url(images/home_box2_bg.gif);
			left:582px;
			top:351px;
			width:218px;
			height:111px;
			margin-top:1px;
			}
#home_body
			{
			position:absolute;
			left:0px;
			top:480px;
			margin-top:20px;
			}

a:link.home_highlight_heading, a:visited.home_highlight_heading, a:active.home_highlight_heading, a:hover.home_highlight_heading, .home_highlight_heading
			{
			font-family : Georgia;
			font-size : 12pt;
			color : #CF5B00;
			font-weight: bold;
			line-height:15pt;
			text-decoration: none;
			}

a:hover.home_highlight_heading
			{
			text-decoration: underline;
			}
						
a:link.home_highlight_subheading, a:visited.home_highlight_subheading, a:active.home_highlight_subheading, .home_highlight_subheading
			{
			font-family : Arial;
			font-size : 12pt;
			color : #CF5B00;
			text-decoration: none;
			}
			
a:hover.home_highlight_subheading
			{
			color: #CF5B00;
			text-decoration: underline;
			}
		
/* ---------------- subpages ---------------- */

#subpage_body
			{
			position:absolute;
			left:125px;
			top:180px;
			}			
			
#subpage_feature
			{
			position:absolute;
			background-image:url(images/subpage_feature_bg.gif);
			top:56px;
			left:620px;						
			width:180px;
			height:115px;
			margin-top:1px;			
			}
					
#subpage_rightcol
			{
			position:absolute;
			width:180px;
			height:400px;
			left:621px;
			top:180px;
/* add padding so that W is shown correctly on the contact page */
padding-left: 1px;
			}

.subnav 
			{
			margin-left:30px;
			line-height:23px;
			}
									
/* ---------------- subpage right cols ---------------- */
	
			
.subnav_heading
			{
			font-family : Georgia;
			font-size : 14pt;
			color : #000000;
			font-weight: bold;
			}	
			
.subnav_body,
a:link.subnav_body, 
a:visited.subnav_body, 
a:active.subnav_body,
a:hover.subnav_body
			{
			font-family : Arial;
			font-size : 11px;
			color : #333333;
			}
			
a:link.subnav_body, 
a:visited.subnav_body, 
a:active.subnav_body,
a:hover.subnav_body
			{
			color : #CF5B00;
			text-decoration: none;
			}

a:hover.subnav_body
			{
			color : #CF5B00;
			text-decoration: underline;
			}	

