/* STRUCTURE
----------------------------------------------------------------- */
#wrapper {
	background:#fff url(images/bground-wrapper.jpg) no-repeat;
	margin: 0 auto;
	padding:0px;
	text-align:left;
	width: 760px;
}

#header {
	height: 93px;
	width:760px;
	padding-top:20px;
	width: 760px;
}

#footer {
	border-top: 1px solid #d5d4d8;
	border-bottom: 1px solid #d5d4d8;
	color:#514d44;
	font-size:0.8em;
	margin: 60px auto;
	width:100%;
}
	
	#footer #footerright {
		
		float:right;
		padding:10px;
		padding-right:251px;
		text-align:right;
	}
	
		#footer #footerright p {
			background:url(images/logo-small.gif) no-repeat top right;
			padding:42px 0 0 0;
		}
	
	#footer #footerleft ul li,#footer ul#footerright li {
		display:inline;
	}
	
	#footer #footerleft {
		padding:10px;
		float:left;
		padding-left:250px;
		text-align:left;
	}
		#footer #footerleft p {
			color:#514d44;
			padding:10px 0 0 0;
		}
	
		


/* HEADER
----------------------------------------------------------------- */
#header h1{
	background:url(images/logo.gif) no-repeat 32px 0;
	display:block;
	height:70px;
	text-indent:-9999px;
	width:200px;
}

#header ul{height:20px;}

#header ul li{display:inline;}

#header ul li a{color:#4f4b41;}

#header h1 a{
	display:block;
	height:70px;
	width:200px;
}

#header p{
	background:url(images/title-telephone.gif) no-repeat;
	display:block;
	height:33px;
	margin-top:20px;
	text-indent:-9999px;
	padding:0;
	width:270px;
}

#toplinks{
	float:right;
	list-style:none;
	margin-top:10px;
	padding-right:10px;
	text-align:right;
}

#toplinks li{
	display:inline;
	margin:0;
	padding:0 3px 0 0;
	
	
}

/* HOME PAGE
----------------------------------------------------------------- */
ul.linkboxes {
	background:url(images/home-image.jpg) no-repeat;
	display: block;
	height:266px;
	width: 745px;
	padding:0 5px 0 10px;
}
ul.linkboxes li { display: block; width: 243px; padding-top:145px; padding-right:5px;  float: left; }
ul.linkboxes a { display: block; background:#fff url(images/bullet-orange.gif) no-repeat 95% 10px; text-decoration: none;  color: #4f4b41; padding:10px; }
ul.linkboxes a:hover { background: #ebebeb; }
ul.linkboxes a strong { display: block; line-height: 0.7em; margin-bottom: 5px; color: #705e9b; }
ul.linkboxes a:hover strong {  }
ul.linkboxes span { display: none; }

#cell_1 {
	width:229px;
}

#cell_2 {
	width:215px;
}
	
#cell_1, #cell_2 {
	background:url(images/bground-column.jpg) no-repeat right;
	float:left;
	padding:0 15px 0 15px;
}

#cell_3 {
	float:left;
	margin:0 0 0 0;
	padding:0 5px 0 5px;
	width:230px;
}
	
#cell_1 p, #cell_2 p, #cell_3 p {
	color:#524f4f;
	padding:5px;
}

#cell_1 h2,#cell_2 h2{
	background:url(images/arrow-blue.gif) no-repeat left;
	color:#b22d0a;
	padding-left:25px;
	
}

#cell_3 h2 {
	background:#3b2b41 url(images/bground-news.gif);
	color:#fff;
	margin-bottom:10px;
	padding:5px 0 3px 10px;
	width:100%;
}

#cell_1 a{
			background:url(images/button-services.gif) no-repeat 0 0;
			display:block;
			height:28px;
			margin-top:8px;
			text-indent: -1000em;
			width:207px;
		}

#cell_2 a{
			background:url(images/button-about.gif) no-repeat 0 0;
			display:block;
			height:28px;
			text-indent: -1000em;
			width:207px;
		}

		#cell_1 a:hover,#cell_2 a:hover{
			background-position:0 -28px;
		}

/* MAIN CONTENT
----------------------------------------------------------------- */

/* HEADINGS
----------------------------------------------------------------- */

/* LINKS
----------------------------------------------------------------- */

/* TEXT
----------------------------------------------------------------- */
#content p{
	padding-top:7px;
}

#content p.red{
	color:#990000;
	padding-left:20px;
}

/* LISTS
----------------------------------------------------------------- */
#content ul{
	list-style-type:none;
	padding:5px 0 5px 0;
}

#content ul li{
	background:url(images/bullet.gif) no-repeat left 7px;
	
}

#cell_2 ul li{
	background:url(images/bullet.gif) no-repeat left 12px;
	border-bottom:1px solid #ebdeb8;
	padding:5px 0 5px 10px;
}

#cell_3 ul{
	padding-left:10px;
}

#cell_3 ul li{
	background:url(images/bullet.gif) no-repeat left 12px;
	padding:5px 0 5px 10px;
}

/* FORMS
----------------------------------------------------------------- */

/* MISC
----------------------------------------------------------------- */
#greyline{
	border-bottom:5px solid #cbc9c9;
	height:5px;
}
#print-header,#print-footer{
	display:none;
}