*{margin: 0; padding: 0;}

body{
	background: url(../images/black-bg.jpg) 0 0 repeat-x #2A2A2A;
	font-family: arial, garamond, 'lucida sans', times;
	font-size: 12.5px;
	line-height: 1.5em;
	color: #fff;
}

h1{ font-size: 19px; font-weight: normal; padding: 5px 0 0 0; line-height: 1.0em; }
h2{ font-size: 18px; font-weight: normal; padding: 5px 0; line-height: 1.0em; }
h3{ font-size: 16px; padding: 5px 0; line-height: 1.0em; }
h4{ font-size: 14px; padding: 5px 0; line-height: 1.0em; }
h5{ font-size: 12px; padding: 5px 0; line-height: 1.0em; }
h6{ font-size: 10px; padding: 5px 0; line-height: 1.0em; }

hr{ border: 0; border-bottom: 1px solid #EF6F3F; background: transparent; margin: 5px 0 5px 0; height: 0; width: 100%; }

#container{
	width: 761px;
	margin: 0 auto;
	/*background: url(../images/bg.jpg) 0 0 repeat-y;*/
}

#header{
	background: url(../images/header_new.jpg) 0 0 no-repeat;
	width: 741px;
	height: 83px;
	padding-right: 20px;
	color: #fff;
}

.logo{ float: left; }
#header #nav{ 
	list-style-type: none; 
	color: #fff; 
	height: 31px;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../images/nav_bg.gif) 0 0 repeat-x;
	border: 1px solid #504a4e;
	margin-top: 50px;
}
#header #nav li{ float: left; padding: 6px 9px 0 9px; }

#header #nav a{ color: #fff; text-decoration: none; }
#header #nav a:hover{ text-decoration: underline; }
#header #nav a.active{ text-decoration: underline; color: #EA4203; }


/**********HOME TEMPLATE***************/

#home-content{ margin: 0 0 0 0; padding: 0; width: 761px; background: url(../images/bg.jpg) 0 0 repeat-y; }
#home-content ul{ margin-left: 15px; }

.home-title{ width: 406px; height: 61px; border: 1px solid #f7b7a0; margin: 5px 0; }

#content-left{ 
	background: url(../images/home_left_bg.jpg) 0 0 no-repeat;
	float: left; 
	width: 452px; 
	padding: 200px 10px 0 20px; 
	/*color: #353535; */
	color: #000;
}
#content-left a{ color: #EA4203; }

#content-right{ 
	background: url(../images/home_right_bg.jpg) 0 0 no-repeat;
	float: right; 
	width: 279px; 
	padding: 340px 0 0 0; 
	color: #fff;
}
.home-right-text{ width: 240px; padding: 0 5px 10px 20px; }
#content-right h1{
	background: url(../images/right_title_bg.gif) 0 bottom repeat-x;
	font-size:  25px;
	font-style: italic;
	line-height: 1.0em;
	padding: 8px 0 4px 19px;
		
}
/*********NEWS ON HOMEPAGE********/
#home-news-header{
	background: url(../images/news-header-bg.jpg) 0 0 no-repeat;
	width: 342px;
	height: 28px;
	margin: 10px 0 1px 0;
	color: #EA4203;
	padding: 15px 0 0 100px;
}
#home-news-content{
	background: #E7E7E7;
	width: 412px;
	padding: 20px 10px 0 20px;	
}

#home-news-content .news-item{
	padding: 0 0 8px 0;	
}

#home-news-content .news-date{
	background: url(../images/datebox.jpg) 0 0 no-repeat;
	width: 55px; height: 56px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	padding: 7px 8px 4px 4px;
}
#home-news-content .news-sum{
	float: right;
	width: 328px;
	padding: 0 0 0 10px;
}
#home-news-footer{
	background: url(../images/news-footer.jpg) 0 0 no-repeat;
	width: 442px;
	height: 16px;
}

/***************INTERIOR*************/

#interior-top{
	background: url(../images/interior-top.jpg) 0 0 no-repeat;
	width: 761px;
	height: 18px;
}

#interior-content{ background: url(../images/bg.jpg) 0 0 repeat-y; width: 761px; margin: 0; padding: 0; }
#interior-content ul{ margin-left: 15px; }

#content-left-interior{ float: left; width: 482px; color: #000; }
#interior-text{ padding: 0 10px 0 20px; }
#content-left-interior a{ color: #EA4203; }
#content-left-interior p{ padding: 5px 0; }
#content-left-interior h1{ color:  #EA4203; font-size: 22px; padding-bottom: 5px; }

#content-right-interior{ 
	float: right; 
	width: 279px; 
	color: #fff;
	background: #ea4204 url(../images/internal_logo.jpg) 0 top no-repeat;
	padding-top: 190px;
}
#content-right-interior h1.title{
	background: url(../images/right_title_bg.gif) 0 bottom repeat-x;
	font-size:  25px;
	font-style: italic;
	line-height: 1.0em;
	padding: 0 0 4px 19px;
		
}
.interior-right-text{ width: 240px; padding: 5px 5px 10px 20px; }

#content-right-interior p{ padding-right: 10px; }
#content-right-interior a{ color: #fff; text-decoration: underline; }
#content-right-interior a:hover{ color: #fff; text-decoration: underline; }
#content-right-interior a.active{ color: #000; text-decoration: underline; }

.side-nav{
	padding: 0 0 10px 20px;	
}

.interior-image{
	align: center;
	margin: 10px 0 10px 0;	
}

.previous_next{ padding: 0 0 0 20px; }
#project-images{
	margin: 10px 0 10px 20px;
	align: center;	
}

.p-image-large{ margin-right: 19px; width: 276px; height: 192px; }
.p-image-small{ padding-right: 17px; padding-bottom: 5px; width: 65px; height: 50px; }

#news-text{ padding: 0 10px 0 0; }

#news-text h4.subhead{ padding: 0 0 0 0; }
#news-text h3.header{ padding: 5px 0 0 0; }

#news-nav{ padding: 0 5px 10px 0; }

/***************************/

#footer{
	background: url(../images/footer.jpg) 0 0 no-repeat transparent;
	width: 761px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	color: #fff;
	text-align: center;
}

#footer-nav{ 
	list-style-type: none;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}
/*#footer-nav li{ float: left; padding: 5px 0; text-align: center; }*/

#footer-nav a{ 
	color: #fff; 
	/*border-right: 1px solid #4F4E4F;*/
	padding: 0 9px;
}
#footer-nav a:hover{ text-decoration: underline; }
#footer-nav a.active{ color: #EA4203; }
#footer-nav #last{ border: 0; }

.cleaner{ clear: both; background: transparent; height: 1px; }





