/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:.9em/1.3em arial, helvetica, sans-serif;
background: #fff url(../images/images09/back09.png) repeat-x top center;
color: #545050;
}

/***** Common Formatting *****/

/* a */
a { 
	outline: 0;
}

a img { 
	border: 0;
}

a:hover img { 
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #b5030a;
}

h1 {
padding:20px 0 10px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
border-bottom: 3px solid #b5030a;
margin: 0 0 10px 0;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

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 {
text-decoration:underline;
color: #545050;
}

a:hover {
text-decoration: 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;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Header *****/

#header h1 {
float:left;
display:block;
padding: 29px 0 56px 0;
text-indent:-2000px;
border: none;
margin: 0;
}
	
	#header h1 a {
	width:270px;
	height:96px;
	display:block;
	background:url(../images/images09/logo.png) no-repeat;
	}
	
#nav {
background: url(../images/images09/nav.png) no-repeat;
width: 623px;
height: 30px;
display: block;
float: right;
margin: 73px 0 0 0;
padding: 5px 0 0 10px;
text-transform: uppercase;
font-size: .9em;
font-weight: bold;
position: relative;
z-index: 100;
}

#nav a {
color: #fff;
}

#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#nav li {
display: block;
float: left;
}

/***** Home *****/

#flash {
width: 700px;
height: 417px;
padding: 0;
float: left;
display: block;
}

#buttons {
float: right;
display: block;
width: 244px;
padding: 0 0 0 0;
}

#button1, #button2 {
padding: 0 0 16px 0;
}

/***** Sub *****/

#subimage {
width: 290px;
margin: 20px 0 0 0;
display: block;
float: right;
overflow: hidden;
}

#subimage img {
max-width: 290px;
}

#subcontent {
margin: 0;
float: left;
display: block;
width: 630px;
}

#subcontent-full {
margin: 0;
float: left;
display: block;
width: 960px;
position: relative;
z-index: 1;
}

.nextsteps1 {
width: 117px;
margin: 0 10px 0 0;
background: #eee;
float: left;
display: block;
padding: 5px;
height: 310px;
*height: 320px;
}

.nextsteps1 h3 {
font-size: 1.1em;
text-transform: uppercase;
padding: 6px 0 2px 0;
}

.nextsteps1 .clickhere a {
background: #444 url(../images/clickhere.png) repeat-x top center;
padding: 2px 0;
color: #fff;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
border: 1px solid #3b3b3b;
width: 115px;
text-align: center;
display: block;
cursor: pointer;
position: absolute;
bottom: 12px;
*bottom: 18px;
text-decoration: none;
}

.nextsteps1 .clickhere a:hover {
background: #444;
}

/***** Footer *****/

#footer {
width: 960px;
margin: 0 auto;
margin-top: 30px;
min-height: 38px;
background: url(../images/images09/footer.png) no-repeat top center;
width: 100%;
color: #fff;
display: block;
overflow: hidden;
padding: 0 0;
font-size: .9em;
}

#footer a {
color: #fff;
}

#f1 {
float: left;
display: block;
padding: 10px 0 0 16px;
}

#f2 {
float: right;
display: block;
padding: 0;
}

#f2 img {
margin-right: 12px;
}

#f3 {
float: right;
display: block;
color: #636363;
padding: 0 0 30px 0;
}

#f3 a {
color: #636363;
}

/***** 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; }
