/* Global Elements */
* 
	{	
	margin				: 0px; 
	padding				: 0px; 
	}

html 
	{
	}

body 
	{
	color 				: #666666;
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 12px;
	background-color	: #EFEFEF;
	text-align			: center;
	}
body  a
	{
	color 				: #3F3F3F;
	text-decoration 	: none;
	font-size			: 14px;
	}
body  a:hover
	{
	color 				: #666666;
	text-decoration 	: none;
	font-size			: 14px;
	}
p
	{
	line-height			: 140%;
	margin-bottom		: 10px;
	}
h1 /* page heading */
	{
	font-size			: 18px;
	color				: #801316;
	margin-bottom		: 10px;
	}
h2 /*contact box heading*/
	{
	font-size			: 18px;
	color				: #801316;
	text-align			: center;
	}
h3 /*news headings*/
	{
	font-size			: 12px;
	color				: #801316;
	}
h4 /*featured services*/
	{
	font-size			: 16px;
	color				: #801316;
	text-align			: center;
	margin-top			: 7px;
	margin-bottom		: 4px;
	}
h5 /* services etc page heading */
	{
	font-size			: 14px;
	color				: #801316;
	margin-bottom		: 10px;
	}
	
/* Structure */
.container
	{
	width				: 900px;
	text-align			: left;
	margin				: 0px auto;
	}
.header
	{
	height				: 270px;
	}
.attwoods
	{
	width				: 360px;
	height				: 80px;
	padding-top			: 185px;
	background-image	: url(../imgs/attwoods.jpg);
	background-position : center bottom;
	background-repeat	: no-repeat;
	}
.head_img
	{
	float				: right;
	width				: 513px;
	height				: 255px;
	margin-top			: 7px;
	margin-right		: 20px;
	}
.nav
	{
	height				: 40px;
	background-image	: url(../imgs/nav_bg.jpg);
	background-position : center center;
	background-repeat	: repeat-x;
	}
.nav ul
	{
	padding-left		: 30px;
	list-style			: none;
	float				: left;
	height				: 20px;
	}
.nav ul li
	{
	margin-left			: 1px;
	text-align			: center;
	float				: left;
	width				: 90px;
	height				: 20px;
	display				: block;
	}
.nav ul li a
	{
	padding-top			: 2px;
	text-decoration		: none;
	color				: #801316;
	width				: 90px;
	display				: block;
	height				: 20px;
	}
.nav ul li a:hover /*needs to be the same as bellow */
	{
	text-decoration		: none;
	color				: #FFFFFF;
	width				: 90px;
	height				: 20px;
	display				: block;
	background-image	: url(../imgs/navactive_bg.jpg);
	background-position : center top;
	background-repeat	: no-repeat;
	}
.nav .active /*needs to be the same as above */
	{
	text-decoration		: none;
	color				: #FFFFFF;
	width				: 90px;
	height				: 20px;
	display				: block;
	background-image	: url(../imgs/navactive_bg.jpg);
	background-position : center top;
	background-repeat	: no-repeat;
	}	
.main_bg
	{
	background-image	: url(../imgs/main_re.jpg);
	background-position : center center;
	background-repeat	: repeat-y;
	}
.main
	{
	background-image	: url(../imgs/main.jpg);
	background-position : center bottom;
	background-repeat	: no-repeat;
	}
.main_img
	{
	min-height			: 150px;
	margin-right		: 5px;
	padding				: 10px;
	background-position : right bottom;
	background-repeat	: no-repeat;
	}
.content
	{
	margin-left			: 245px;
	}
.content ul
	{
	padding-left		: 20px;
	}
.content a
	{
	font-size 			: 12px;
	}
.content a:hover
	{
	font-size 			: 12px;
	color				: #801316;
	}
.service_cont
	{
	height				: 204px;
	background-image	: url(../imgs/service_bg.jpg);
	background-position : center center;
	background-repeat	: repeat-x;
	border				: 2px #AEAEAE Solid;
	}
.footer
	{
	height				: 40px;
	background-image	: url(../imgs/bottom_bg.jpg);
	background-position : top center;
	background-repeat	: repeat-x;
	text-align			: center;
	}
.footer ul
	{
	margin-left			: 280px;
	list-style			: none;
	height				: 20px;
	font-size			: 11px;
	padding-top			: 20px;
	}
.footer ul li
	{
	font-size			: 11px;
	margin-right		: 10px;
	float				: left;
	text-align			: center;
	height				: 20px;
	display				: block;
	}
.footer ul li a
	{
	font-size			: 11px;
	float				: left;
	text-decoration		: none;
	color				: #666666;
	display				: block;
	height				: 20px;
	}
.footer ul li a:hover /*needs to be the same as bellow */
	{
	font-size			: 11px;
	text-decoration		: none;
	float				: left;
	color				: #801316;
	height				: 20px;
	display				: block;
	}
.footer .active /*needs to be the same as above */
	{
	font-size			: 11px;
	text-decoration		: none;
	color				: #801316;
	height				: 20px;
	display				: block;
	}
	
	
/* Curved Boxes */
.cbox
	{
	width				: 230px;
	font-size			: 12px;
	color				: #666666;
	}
.cbox .top
	{
	padding				: 5px;
	background-image	: url(../imgs/cbox_top.gif);
	background-position : center top;
	background-repeat	: no-repeat;
	}
.cbox .top ul
	{
	padding-left		: 10px;
	padding-top			: 10px;
	list-style			: none;
	font-size			: 13px;
	}
.cbox .top ul li
	{
	font-size			: 13px;
	padding				: 2px 0px 2px 0px;
	}
.cbox .top ul li a
	{
	font-size			: 13px;
	text-decoration		: none;
	color				: #666666;
	height				: 20px;
	}
.cbox .top ul li a:hover /*needs to be the same as bellow */
	{
	font-size			: 13px;
	text-decoration		: none;
	color				: #801316;
	height				: 20px;
	}
.cbox .top .active a /*needs to be the same as above */
	{
	font-size			: 13px;
	text-decoration		: none;
	color				: #801316;
	height				: 20px;
	}
.cbox .bottom
	{
	height				: 25px;
	background-image	: url(../imgs/cbox_bottom.gif);
	background-position : center top;
	background-repeat	: no-repeat;
	}
.fsbox
	{
	width				: 188px;
	height				: 188px;
	background-image	: url(../imgs/fs_box.jpg);
	background-position : center center;
	background-repeat	: no-repeat;
	float				: left;
	margin-left			: 15px;
	margin-top			: 10px;
	text-align			: center;
	}
	
/* Downloads */
.dlcont a
	{
	float				: left;
	margin-right		: 10px;
	margin-bottom		: 10px;
	width				: 285px;
	height				: 68px;
	border				: 1px solid #999999;
	display				: block;
	padding				: 5px;
	color				: #801316;
	}	
.dlcont a .title
	{
	font-size			: 12px;
	color				: #801316;
	font-weight			: bold;
	height				: 18px;
	}
.dlcont a .text
	{
	font-size			: 11px;
	color				: #666666;
	height				: 35px;
	}	
.dlcont a .info
	{
	font-size			: 11px;
	color				: #999999;
	height				: 15px;
	}
.dlcont a .date
	{
	font-size			: 12px;
	color				: #999999;
	float				: right;
	}
.dlcont a:hover
	{
	float				: left;
	margin-right		: 10px;
	margin-bottom		: 10px;
	width				: 285px;
	height				: 68px;
	border				: 1px solid #666666;
	background-color	: #999999;
	display				: block;
	padding				: 5px;
	color				: #FFFFFF;
	cursor				: pointer;
	}
.dlcont a:hover .title
	{
	font-size			: 12px;
	color				: #FFFFFF;
	font-weight			: bold;
	height				: 18px;
	}	
.dlcont a:hover .text
	{
	font-size			: 11px;
	color				: #FFFFFF;
	height				: 35px;
	}
.dlcont a:hover .info
	{
	font-size			: 11px;
	color				: #FFFFFF;
	height				: 15px;
	}
.dlcont a:hover .date
	{
	font-size			: 12px;
	color				: #FFFFFF;
	float				: right;
	}
	
	
/* Links */
.link a
	{
	float				: left;
	width				: 285px;
	margin-right		: 10px;
	margin-bottom		: 10px;
	border				: 1px solid #999999;
	padding				: 5px;
	color				: #801316;
	}	
.link a .container
	{
	position			: relative;
	width				: 285px;
	height				: 90px;
	display				: block;
	}
.link a .title
	{
	font-size			: 12px;
	color				: #801316;
	font-weight			: bold;
	height				: 18px;
	display				: block;
	}
.link a .text
	{
	font-size			: 11px;
	color				: #666666;
	height				: 60px;
	display				: block;
	}	
.link a .info
	{
	font-size			: 11px;
	color				: #999999;
	height				: 15px;
	display				: block;
	}
.link a .logo
	{
	position			: absolute;
	visibility			: hidden;
	}
.link a:hover
	{
	border				: 1px solid #666666;
	background-color	: #999999;
	cursor				: pointer;
	}
.link a:hover .title
	{
	color				: #FFFFFF;
	}	
.link a:hover .text
	{
	visibility			: hidden;
	}
.link a:hover .info
	{
	visibility			: hidden;
	}
.link a:hover .logo
	{
	border				: 1px solid #FFFFFF;
	margin-top			: 2px;
	margin-right		: 2px;
	padding				: 2px;
	visibility			: visible;
	right				: 0px;
	top					: 0px;
	}
	
	
	
	
	