/* CSS Document
These are special sizes and changes for the home page only */

body {
	background-image: url(../res_images/background.jpg);
	}

/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	padding-top:1px;
	height:225px;
	background-image: url(../res_images/masthead.jpg);
}

#logo {
	height:192px;
	}
	


/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/



#copy h1 {
	font-size:1.4em;
	display:block;
	padding-top:0px;
	padding-bottom:6px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBBB;
	}

#homepic {
	float:left;
	width:485px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CBCBBB;
	margin-bottom:8px;
	}

#homepic h3 {
	color: #000000;
  	font-size: 1.3em;
	font-weight: normal;
	display:block;
	padding-bottom:5px;
	margin-bottom:6px;
	margin-top:4px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBBB;
	}

#homepic img {
	border: 1px solid #E1E1D7;
	}

#highlight1 {
	float:left;
	width:218px;
	min-height:123px;
	padding:10px;
	background-image:url(../res_images/highlight.jpg);
	background-repeat: no-repeat;
	}	

#highlight2 {
	float:left;
	width:218px;
	min-height:123px;
	padding:10px;
	background-image:url(../res_images/highlight.jpg);
	background-repeat: no-repeat;
	}	

#highlight3 {
	float:left;
	width:476px;
	min-height:123px;
	padding:10px;
	background-image:url(../res_images/highlight3_background.jpg);
	background-repeat: no-repeat;
	}
	
#highlight1 {
	margin-right:11px;
	}	
	
#highlight1 h3, #highlight2 h3, #highlight3 h3 {
	color: #000000;
  	font-size: 1.2em;
	font-weight: normal;
	display:block;
	margin-bottom:20px;
	margin-top:0px;
	}

#highlight1 td, #highlight2 td {
	font-size:11px;
	line-height:1.2em;
	display:block;
	margin-top:0px;
	}

 #highlight3 p {
	font-size:.7em;
	line-height:1.2em;
	display:block;
	margin-top:0px;
	padding-top:25px;
	margin-right: 8px;
	}
	
p.highlight_title, #highlight1 td.contentheading, #highlight2 td.contentheading {
	padding-top:25px;
	text-transform:uppercase;
	color:#333333;
	font-size:.8em;
	font-weight:bold;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	width:100%;
	padding-bottom:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}