/* CSS Document */
/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
height: 100%;
}

body {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 13ind0%;
letter-spacing: 120%;
background-color: #921212;
color: #666666;
background-image: url(../images/bgRed.gif);
background-position: top;
background-repeat: repeat-x;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font: arial, helvetica, sans-serif;
color: #921212;
font-weight: normal;
font-size: 12px;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
	margin-top: -15px;
	padding:0 0 25px 15px;
	list-style-type: circle;
	list-style-image: url(../images/dot.gif);
}
li {
	margin-top: 3px;
}
blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
color: #921212;
text-decoration:none;
outline: none;
}
a:hover {
text-decoration: underline;
outline: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.subHeadingImage {
	display: block;
	margin: 15px 0 5px 0;
	padding: 0;
}

/***** Wrappers *****/
#horizon {

	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -215px;
	text-align: center;
	min-width: 870px;
	height: 430px;

}
#wrapper {
	background-image: url(../images/bgRoad.jpg);
	background-color: #010101;
	position: relative;
	text-align: left;
	width: 870px;
	height: 430px;
	margin: auto;
}

/***** Content Divs*****/
#leftColumn{
	float: left;
	width: 380px;
	padding: 0;
}
#header{
	width: 340px;
	padding: 180px 17px 0 23px;
	float: left;
}

#headerSubTitle{
	width: 322px;
	float: left;
	text-align: right;
	padding-top: 5px;
	
	font-size: 11px;
}

#header h1{
	color:#FFFFFF;
font:12px arial,helvetica,sans-serif;
letter-spacing:-1px;
padding:0;
text-transform:uppercase;
}

#header h2 {
	font:11px arial,helvetica,sans-serif;
padding:0;
letter-spacing: 0px;
}

#menu{
	float:right;
padding-top:105px;
text-align:right;
width:200px;
}
#menu a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	display: block;
	height: 20px;
	padding: 0 15px 0 0;
	margin: 5px 0;
	line-height: 20px;
	background-image: url(../images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-position: -20px;
}
#menu a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-position: right;
}
#contentWrapper{
	float: left;
	width: 460px;
	height: 410px;
	padding: 10px;
	background-color: #FFFFFF;
}
#content{
	overflow: auto;
	width: 400px;
	height: 360px;
	float: left;
	padding: 60px 30px 0px 30px;
}
#designerLink{
	padding-right: 10px;
	position: relative;
	text-align: right;
	margin: 0;
	width: 870px;
	height: 20px;
	margin: auto;
}
#designerLink a{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #921212;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 140px;
	padding: 0 15px 0 0;
	margin: 5px 0;
	line-height: 18px;
	background-image: url(../images/iconJamesBryant.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#designerLink a:hover{
	background-position: right;
	background-position: 145px -20px;
	color: #FFFFFF;
	text-decoration:none;
}