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

body {
	background-image:url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}

h1{
	font-size: 22px;
	color: #FFFFFF;
}
h2{
	font-size: 18px;
	color: #FFFFFF;
}
/***********************************************
****		Design							****
***********************************************/
#container{
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#box_border{
	width: 1000px;
	float: left;
	border: 1px solid #C33E30;
}
#header{
	height: 150px;
	width: 1000px;
	float: left;
}
.home{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
.generic{
	background-image: url(../images/generic_header.gif);
	background-repeat: no-repeat;
}
#banner{
	width: 1000px;
	float: left;
}
#content{
	float: left;
	width: 950px;
	background: #000000;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#breadcrumb{
	font-size: 10px;
	padding-top: 5px;
	float: left;
	width: 400px;
	padding-bottom: 10px;
}
#logo{
	float: left;
	width: 181px;
}
/***********************************************
****		Navigation						****
***********************************************/
#navbar{
	float: left;
	height: 33px;
	margin-top: 45px;
	margin-left: 10px;
	color: #CAB185;
	font-size: 16px;
	padding-top: 16px;
}
#phone{
	float: right;
	margin-top: 45px;
	margin-right: 28px;
	font-size: 22px;
	color: #CAB185;
	font-weight: bold;
	padding-top: 12px;
}
#navbar a{
	color: #CAB185;
}

