/**
  * Layout Styles
  **/
  
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	margin:0 0 20px 0;
	background:url(images/grad.jpg) repeat-x top #59a9ce;
}  
  
#container { 
	width: 864px;
	margin:0 auto;
	background:#fff;
}

#header { 
	background:url(images/header-durathins.jpg);
	width:864px;
	height:281px;
}

#header h1 {
	margin:0;
	padding:0;
	color:#bbd8e8;
	font-size:10px;
	font-weight:normal;
}


/**
  * Navigation
  **/  

ul#nav { 
	list-style: none; 
	margin:-6px 0 0 0;
	padding:0;
	background:url(images/nav-bg.gif) repeat-x bottom;
	float:left;
	width: 100%;
}

#nav li { 
	list-style: none;
	float:left;

}

#nav li a { 
	background:url(images/nav-off.gif) repeat-x bottom right;
	display:block;
	line-height:1;
	font-size:16px;
	color:#ffffff;
	text-decoration: none;
	padding:15px 16px 16px 10px;
}

#nav li a:hover { 
	background:url(images/nav-over.gif) repeat-x bottom right;
}

#nav li.selected { 
	background:url(images/nav-on-left.gif) no-repeat left;
}

#nav li.selected a {
	background:url(images/nav-on.gif) no-repeat right;
	margin-left:2px;
	padding: 15px 16px 16px 16px;
	line-height:1;
	color:#025a77;
}

#nav li.selected a:hover {
	background:url(images/nav-on.gif) no-repeat right;
}


/**
  * Main Content Area
  **/
  
#content-container { 
	margin:34px 0 34px 72px;
}  

#content-left { 
	width: 479px;
	float:left;
}

#content-right { 
	float:left;
	margin-left:30px;
}

/**
  * Footer
  **/
  
#footer {
	background: #ffba05;
	padding:7px 0 10px 0;
	margin:10px 0 0 0;
	font-size: 13px;
	line-height:1;
}

#footer h1 { 
	margin: 0;
	padding:0 26px;
	display:inline;
	font-size:13px;
}

.clear { 
	clear:both;
	line-height:1;
}

p { 
	margin-top:0;
}

p.green { 	
	font-size:13px;
	color:#025a77;
	font-weight:bold;
}

p.green a,
#content-left p.green a { 
	font-size:13px;
	color:#025a77;
	font-weight:bold;
	text-decoration: none;
	line-height: 1.5;
	background:none;
	font-weight:bold;
	padding:0;	
}

p.green a:hover,
#content-left p.green a:hover { 
	text-decoration: underline;
}

h2 { 
	font-size:14px;
	color:#025a77;
	font-style:italic;
	background:url(images/h2-bg.gif) repeat-y left;
	padding-left:16px;
	line-height:1.5;
	margin:0;
}

#box { 
	width:270px;
	float:left;
	margin:80px 0 20px;
}

#box h1 {
	width:270px;
	background:url(images/rightbox-top.gif) no-repeat;
	font-size:16px;
	line-height:41px;
	text-align:center;	
	font-style:italic;
	color:#025a76;
	margin:0;
	padding:0;
}

#box-content {
	background:url(images/rightbox-repeat.gif) repeat-y;
	padding:13px 23px 7px 17px;
	font-size: 12px;
}

#content-left a {
	line-height: 34px;
	background:url(images/bordered-bg.gif) repeat-x;
	font-size:14px;
	color:#025a77;
	font-weight:bold;
	padding:10px 5px;
	text-decoration: none;
}	

#content-left a:hover {
	text-decoration: underline;
}

#links-page a {
	line-height: 1.5;
	background:none;
	font-size:14px;
	color:#025a77;
	font-weight:bold;
	padding:0;
	text-decoration: none;
}	

#links-page a:hover {
	text-decoration: underline;
}
	
#content-left h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#025a77;
	margin-top:0;
}

/* for forms */
fieldset
{
border: 1px solid #025a77;
margin-top:10px;
}

legend {
	color:#025a77;
	font-size:12px;
	text-transform:uppercase;
}

td.contact { 
	font-size:12px;
	color:#000;
	font-weight:bold;
}

td.checkbox { 
	font-size:12px;
	color:#000;
}

input, textarea { 
	background:#edf2f6!important;
	border: 1px solid #cdd6dd;
}

input.field,
textarea {
width:290px;
}

#contact-us { 
	width: 260px;
	font-size: 12px;
}

#contact-us h1 { 
	font-size: 12px;
}

input.submit { 
	font-size: 14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0 10px 100px;
	padding: 10px;
	background:#f0f0f0!important;
	text-align:center;
}

textarea { 
	overflow:hidden;
}
	
#links {
	width: 864px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size:11px;
	color:#ffffff;
	letter-spacing:3px;
}

#links a { 
	text-decoration:none;
	color:#ffffff;
}

#links a:hover { 
	text-decoration:underline;
	color:#ffffff;
}

#sitemap a {
	font-size:13px;
	color:#025a77;
	font-weight:bold;
	text-decoration: none;
	background:none;
	padding:inherit;
	margin:inherit;
	line-height:1.5;
}
	