@import url("/inc/menu.css");
@import url("/inc/ppc.css");


/* ---------------Main Elements------------------*/
* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background:url(/i/background.gif) repeat-x #5d1414;
}

#clear {
	clear:both;
}

#wrapper {
	width:950px;
	margin:0 auto;
	background:url(/i/wrapper.gif) repeat-y;
}


/* ---------------Text Formatting------------------*/

h1 {
	padding: 0;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#266aa6;
}

h2 {
	padding:15px 0 0 0;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#266aa6;	
}

h3 {
	padding:15px 0 0 0;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#872C27;
}

p {
	padding:10px 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#000;
}

li {
	padding:7px 0 0 0;
	margin-left:14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
}

#right a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#266aa6;
}


/* ---------------Header Elements------------------*/

#header {
	width:950px;
	height:137px;
	background:url(/i/header.jpg) no-repeat scroll 0 -32px;
}

#header img {
	width:240px;
	height:80px;
	float:left;
	margin:50px 0 0 55px;
	background:url(/i/spacer.gif);
}

#search form {
	position:relative;	
}

#search {
	float:right;
	position:relative;
	top:76px;
	right:78px;
}

#search input {
	float:left;
}

#search #textbox {
	width:147px;
	height:29px;
	padding-top:4px;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:url(/i/spacer.gif);
}

#search #button {
	width:80px;
	height:30px;
	background:url(/i/spacer.gif);
}

#breadcrumbs {
	padding-left:47px;
	padding-top:8px;
	width:903px;
	height:27px;
	background:url(/i/breadcrumbs.gif) no-repeat;
	color:#a9763b;
}

#breadcrumbs a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#b6aa73;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}


/* ---------------Left Elements------------------*/

#left {
	float:left;
	width:244px;
}


/* ---------------Right Elements------------------*/

#right {
	padding: 10px 35px 30px 10px;
	float:right;
	width:661px;
}

#right a {
	font-weight:bold;
	text-decoration:none;
	color:#266aa6;
}

#right a:hover {
	text-decoration:underline;
}


/* ---------------Footer Elements------------------*/

#footer {
	width:780px;
	height:84px;
	clear:both;
	margin:0 auto;
	padding-left:170px;
	padding-top:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(/i/footer.jpg) no-repeat;
	color:#5D1414;
}
	
#footer a {
	padding:0 3px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#5D1414;
}

#footer a:hover {
	text-decoration:underline;
}


/* ---------------Sitemap Elements------------------*/

#content-sitemap b{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8C2423;
}

#content-sitemap a.mainlink{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
	color:#266AA6;
}

#content-sitemap a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
	color:#266AA6;
}





