@charset "utf-8";
/* CSS Document */

body
{
	background-color:#720808;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	line-height:18px;
}

#website
{
	position:relative;
	text-align:center;
	margin:auto;
	width:800px;
}

#topBorder
{
	position:relative;
	background:url("../layout-images/header-bg.jpg") no-repeat;
	width:800px;
	height:21px;


}

#header
{
	position:relative;
	background:url("../layout-images/middle-bg.jpg") repeat-y;
	width:780px;
	padding:0px 0px 0px 20px;
	float:left;
}

#logo
{
	position:relative;
	background:url("../layout-images/logo.jpg") no-repeat;
	width:380px;
	height:40px;
	float:left;

}

#slogan
{
	position:relative;
	width:380px;
	height:40px;
	float:left;
}

#menu
{
	position:relative;
	width:538px;
	float:right;

}


#nav 
{
	padding:0px;
	margin:0px;
}

#nav li
{
	list-style:none;
	background:url(../layout-images/tab.jpg) no-repeat;
	width:83px;
	height:18px;
	list-style-position:inside;
	float:left;
	padding:1px 0px 0px 0px;
}


#nav a:link 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#fefefe;
	text-decoration:none;
}

#nav a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#fefefe;
	text-decoration:none;
}

#nav a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#fefefe;
	text-decoration:none;
}

#nav a:hover 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ff9;
	text-decoration:underline;
}


#banner
{
	clear:both;
	position:relative;
	background:url("../layout-images/middle-bg.jpg") repeat-y;
	width:800px;
	padding:0px 0px 0px 5px;
}


#content
{
	position:relative;
	background:url("../layout-images/middle-bg.jpg") repeat-y;
	width:770px;
	padding:15px 0px 0px 30px;
	float:left;
	margin:none;

}

#homeLeft
{
	width:500px;
	padding:0px 0px 0px 0px;
	float:left;
}

.midGroupHeader
{
	width:492px;
	height:10px;
	background:url(../layout-images/content-group-header.jpg) no-repeat;
}

.midGroupBorder
{
	width:473px;
	border:solid 1px #d4d4d4;
	background-color:#f6f6f6;
	border-top:none;
	border-bottom:none;
	text-align:left;
	padding: 0px 5px 0px 10px;
	margin:0px;
}

.midGroupFooter
{
	width:492px;
	height:10px;
	background:url(../layout-images/content-group-footer.jpg) no-repeat;
}


#homeRight
{
	width:250px;
	padding:0px 0px 0px 20px;
	float:left;
}

.smallGroupHeader
{
	width:214px;
	height:10px;
	background:url(../layout-images/side-group-header.jpg) no-repeat;
}

.smallGroupBorder
{
	width:197px;
	border:solid 1px #d4d4d4;
	background-color:#f6f6f6;
	border-top:none;
	border-bottom:none;
	text-align:left;
	padding: 0px 5px 0px 10px;
	margin:0px;
}

.smallGroupFooter
{
	width:214px;
	height:10px;
	background:url(../layout-images/side-group-footer.jpg) no-repeat;
}


.longGroupHeader
{
	width:737px;
	height:10px;
	background:url(../layout-images/full-content-group-header.jpg) no-repeat;
}

.longGroupBorder
{
	width:719px;
	border:solid 1px #d4d4d4;
	background-color:#f6f6f6;
	border-top:none;
	border-bottom:none;
	text-align:left;
	padding: 0px 5px 0px 10px;
	margin:0px;
}

.longGroupFooter
{
	width:737px;
	height:10px;
	background:url(../layout-images/full-content-group-footer.jpg) no-repeat;
}

.grey
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#606060;
}

.red
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#a31514;
}

.services
{
	list-style-image:url(../layout-images/ball.jpg);
	list-style-position:outside;
	padding:9px 0px 0px 15px;
	margin:0px;
}

#privacy
{
	float:right;
	width:250px;
}

#footer
{
	position:relative;
	background:url("../layout-images/footer-bg.jpg") no-repeat;
	width:800px;
	height:20px;
	clear:both;
}



a:link 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#c00;
	text-decoration:none;
}

a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#c00;
	text-decoration:none;
}

a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#c00;
	text-decoration:none;
}

a:hover 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#00c;
	text-decoration:underline;
}

.noBorder
{
border:none;
}

