@charset "utf-8";
body {
	margin-top:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #F5F5F5;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}

li { list-style-image:url(../images/mustang-bullet.gif); margin-top:2px; margin-bottom:2px;}

label,legend {
	font-size:.9em;
	font-weight:bold;
}

label {
	width:130px;
	display:inline-block;
}

label.error { font-size: .8em; font-weight:normal; float: none; color: red; padding-left: .5em; vertical-align: top; }

.error-box { border:1px solid #900; background-color:#9F9; padding:5px;}

legend {
	font-size:1.1em;
	font-weight:bold;
}

#wrapper {
	width:780px;
	margin:0 auto;
	background-color: #FFF;
}

#header {
	height:147px;
	background:url(../images/header-bg.png) no-repeat top left #FFF;
}

#col1 {
	background:url(../images/col1-bg.png) bottom left no-repeat #FFF;
	padding-bottom:50px;
}

#nav {
	height:68px;
	background:url(../images/nav-bg.png) top left no-repeat #FFF;
}

#nav ul {
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:16px 0 0 0;
	display:block;
}

#nav ul li { display:inline; }

#nav a {
	font-weight:bold;
	font-size: 13px;
	text-decoration:none;
	margin:0 15px;
}

#nav a:link, #nav a:hover, #nav a:active, #nav a:visited {
	color: #000;
}

#content-wrapper {
	width:700px;
	margin:0 30px 0 55px;
	position:relative;
	background:url(../images/content-right.png) top right repeat-y transparent;
}

#content {
	padding:15px 15px 15px 15px;
	margin:0 15px 15px 0;
	border-left:1px solid #F5F5F5;
	border-top:1px solid #F5F5F5;
	font-size: .8em;
}

#content a {
	text-decoration:none;
}

#content .content-img-l {
	border:10px solid #005392;
	margin:8px 8px 8px 0;
}

#content .content-img-r {
	float:right;
	border:10px solid #005392;
	margin:8px 0 8px 8px;
}

#content .content-img-c
    {
    text-align:center;
    display:block;
	border:10px solid #005392;
	margin:8px 0 8px 8px;
    }
	
#content .content-img {
	border:10px solid #005392;
	margin:8px 8px 8px 8px;
}

#footer {
	height:110px;
	background:url(../images/footer-bg.png) top left no-repeat #FFF;
	clear:both;
	padding:0 10px 0 10px;
	font-size:.70em;
	color:#777;
}

#footer a {
	color:#CCC;
}

.off-screen {
	left:-9999px; position:absolute;
}

.clearer {
	clear:both;
}

.red {
	color:#F00;
}

.gray * { color: gray; }

.alignright { float:right; margin: 5px 0px 5px 10px; }

.alignleft { float:left; margin: 5px 10px 5px 0px; }

a[target="_blank"],
area[target="_blank"],
form[target="_blank"]
  { target: tab; }
  
  .pagelink {
	color: #821619;
	font-weight:bold;
}

a.links:link {color: #333; font-size:11px; font-weight:bold; text-decoration:underline; }
a.links:visited {color: #333; font-size:11px; font-weight:bold; text-decoration:underline; }
a.links:hover {color: #333; font-size:11px; font-weight:bold; text-decoration:underline; }
a.links:active {color: #333; font-size:11px; font-weight:bold; text-decoration:underline; }

ul.newsletter {
	list-style-image: url(../images/mustang-bullet.gif);
	line-height: 30px;
}

a.newsletterlink:link {color:#821619; font-weight:bold;}
a.newsletterlink:visited {color:#821619; font-weight:bold;}
a.newsletterlink:hover {color:#821619; font-weight:bold;}
a.newsletterlink:active {color:#821619; font-weight:bold;}
