@import url("../css/page.css"); 
body,html{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
body { 
  font: Arial Narrow,Arial, Helvetica, sans-serif;
}
body.default{
	background-color:#F2F7F7;
}
body,div,td,input,select,textarea{
	font-size: 13px;
	line-height: 16px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
}
form{
	padding:0px;
	margin:0px;
}
img { border-style: none; }
a img { border-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:2.06em;
	line-height: 2.08em;
	color:#000000;
	border-bottom:0px solid #9b9b9b;
	padding:0px 0px 4px 0px;
}
.h1spacer {
	color:#000000;
	border-bottom:0px solid #9b9b9b;
	padding:0;
	width: 168px;
	height: 30px;
	display: block;
}
.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
}
#site{
	width:878px;
	margin:0px auto 0px auto;
	background-color:#F2F7F7;
}
#left_panel{
	background-image:url(../images/left.gif);
	float:left;
	width:168px;
	height: 500px;
}
#middle_panel{
	float:left;
	width:644px;
}
#right_panel{
	background-image:url(../images/right.gif);
	background-repeat:no-repeat;
	float:left;
	width:66px;
	height:229px;
}
#home_left_panel{
	background-color:#FFFFFF;
	float:left;
	width:446px;
	height:200px;
}
#home_right_panel{
	background-color:#5BA5AD;
	float:left;
	width:198px;
	height:200px;
}
#about_left_panel{
	background-color:#FFFFFF;
	float:left;
	width:446px;
	height:500px;
}
#about_right_panel{
	background-color:#5BA5AD;
	float:left;
	width:198px;
	height:500px;
}
#contact_left_panel{
	background-color:#FFFFFF;
	float:left;
	width:446px;
	height:700px;
}
#contact_right_panel{
	background-color:#5BA5AD;
	float:left;
	width:198px;
	height:700px;
}
.main{
	padding: 17px 20px 5px 20px;
}
.quote{
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	color: #007C85;
	text-align: right;
	margin-right: 20px;
}
.byline{
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
}
.byline_sm{
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
}
.lrg{
	font-size: 15px;
	line-height: 20px;
	color: #007C85;
}
.column{
	float: left;
	font-size: 13px;
	line-height: 16px;
	color: #007C85;
	margin-left: 40px;
}
.column2{
	float: left;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin-left: 20px;
}
.column3{
	float: left;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin-left: 20px;
	text-align: center;
}

ul { 
	margin:0; 
	padding:0;
}

li { 
	list-style-type: disc;
	line-height:18px;
}

ul.proc li { 
	color:#007C85; 
}

ul.proc li span { 
	color:#000000; 
}

li a { 
	color:#000000;
}

.ul li {
	padding-left:10px;
}

/* Header objects */

#header{
	 background-color:#F2F7F7;
	 margin:0;
	 min-height:92px;
}
#header_title{
	background-image:url(../images/hdr_home.gif);
	background-repeat:no-repeat;
	float:left;
	width:644px;
	height:42px;
}
* html #header{
	 height:92px;
}
#header_logo{
	float:left;
}
#header_tools{
	float:right;
	margin-right:20px;
	margin-top:0px;
}
#header_links{
	float:right;
	width:200px;
	margin:30px 0px 0px 0px;
	font-size:0.92em;
	color:#ffffff;
	text-decoration:none;
	border-left:2px solid #ffffff;
	padding-left:10px;
}
#header_links a{
	color:#ffffff;
	text-decoration:none;
}
#header_links a:HOVER{
	text-decoration:underline;
}
#header_search input[type=text]{
	font-size:0.92em;
	padding:2px;
	vertical-align:middle;
	border:1px solid #cccccc;
	width:154px;
	color:#666666;	
}
.right_panel_search{
	font-size:1em;
	padding:2px;
	vertical-align:middle;
	border:1px solid #cccccc;
	width:132px;
}

.page_tools_item{
	float:right;
	margin-left:18px;
	font-size:0.92em;
	line-height:2.55em;
	color:#666666;
}
.page_tools_item a{
	text-decoration:none;
	color:#666666;
}
.page_tools_item a:hover{
	text-decoration:underline;
}
.link_print{
	background-image:url(../gfx/bg/icon_print.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:24px;
	display:block;
}
.link_email{
	background-image:url(../gfx/bg/icon_email.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:22px;
	display:block;
}
.link_rss{
	background-image:url(../gfx/bg/icon_rss.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:22px;
	display:block;
}

/* Footer */
#footer{
	background-color:#F2F7F7;
	float: left;
	padding-top:10px;
	padding-bottom: 20px;
	width: 980px;
}
#footer_links{
	float:left;
	margin:0;
}
#footer_copyright{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
.footer{
	font-size:10px;
	color:#007C85;
	text-align: center;
}

/* Link for Green Bars*/
a.link:link{
	color:#FFFFFF;
	text-decoration:none;
}
a.link:hover{
	color:#F2F7F7;
	text-decoration:none;
}

/* Email */
a.email:link {
    color: #6C207E;
    text-decoration: none;
     }
a.email:hover {
    color: #000000;
    text-decoration: none;
     }
