/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#c41130;
}
a:hover {
	color:#c41130;
	text-decoration : underline;
}

body {
	background-color: #3c3533;
	padding:0;
	margin: 0;
	background-image: url(/images/gradient.gif);
	background-repeat:repeat-x;
}

p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #c41130;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #c41130;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #c41130;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

img {
	display:block;
	margin:0;
}	

#container {
	width:950px;
	float:left;
	margin:0;
	padding:0;
	background-image: url(/images/column_background2.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#f2f1f1;
}

#background {
	width:950px;
	float:left;
	margin:0;
	padding:0;
	background-image: url(/images/background.gif);
	background-repeat:repeat-x;
}

#subbackground {
	width:950px;
	float:left;
	margin:0;
	padding:0;
	background-image: url(/images/background2.gif);
	background-repeat:repeat-x;
}

#blackcolumn {
	width:950px;
	float:left;
	margin:0;
	padding:0;
	background-image: url(/images/column_background.gif);
	background-repeat:repeat-y;
}

	
#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:750px;
	height:106px;
	margin:0;
	padding:0;
	float:right;
	position:relative;
	background-image: url(/images/tagline.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:0;
    top:43px;
}

.hook {
}

/*--------------------------------------------------------------------------------------------------
	intro 
--------------------------------------------------------------------------------------------------*/

#intro {
	width:730px;
	height:215px;
	margin:0;
	padding:18px 20px 0 0;
	float:right;
}

#flash {
	width:505px;
	height:196px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}

#highlights {
	width:208px;
	height:194px;
	margin:0;
	padding:2px 1px 0 1px;
	float:right;
	background-image: url(/images/highlights_background.gif);
	background-repeat:no-repeat;
}

#highlights h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 14px 5px 14px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
}

#highlights p {
	line-height: 14px;
	color: #9d9fa2;
	padding: 0 14px 10px 14px;
}

.line1 {
	border-bottom:1px solid #9a9492;
}

.line2 {
	border-top:1px solid #000000;
}

#highlights a  {
	text-decoration: none;
	color:#FFFFFF;
}

#highlights a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

.arrow {
	padding:0;
	margin:0;
	float:right;
}

.building {
	padding:0;
	margin:0;
	float:left;
	border:5px solid #635b58;
}
/*--------------------------------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------------------------------*/
#navcontainer {
	width:154px;
	margin:0;
	padding:135px 6px 0 20px;
	float:left;
	position:relative;
	background-image: url(/images/nav_background.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.shield {
	display:block;
	margin:0;
	position:absolute;
    left:51px;
    top:13px;
}

.nav {
	width:148px;
	margin:0;
	padding:0;
	float:right;
}


.nav ul
{
list-style-type: none;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 13px;
line-height:15px;
font-weight: normal;
font-style: normal;
margin: 0;
padding: 0;
}

.nav a
{
display: block;
padding: 5px 0 5px 17px;
width: 131px;
text-decoration: none;
color: #FFFFFF;
border-top:1px solid #000000;
background: url(/images/nav_arrow.gif) left no-repeat;
}

.nav a:hover
{
color: #ffc20e;
text-decoration: none;
background-color:#47403d;
}


.nav a#current
{
color: #ffc20e;
text-decoration: none;
background-color:#47403d;
}

.subnav {
	width:148px;
	margin:0;
	padding:0;
	float:right;
}


.subnav ul
{
list-style-type: none;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 12px;
line-height:14px;
font-weight: normal;
font-style: normal;
margin: 0;
padding: 0;
}

.subnav a
{
display: block;
padding: 3px 0 3px 24px;
width: 124px;
text-decoration: none;
color: #FFFFFF;
border-top:1px solid #000000;
background: url(/images/nav_bullet.gif) left no-repeat;
}

.subnav a:hover
{
color: #ffc20e;
text-decoration: none;
background:#2a2523 url(/images/nav_bullet2.gif) left no-repeat;
}


.subnav a#current
{
color: #ffc20e;
text-decoration: none;
background:#2a2523 url(/images/nav_bullet2.gif) left no-repeat;
}
/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/

#content {
	width:750px;
	margin:0;
	padding:20px 0 0 0;
	float:right;
	background-image: url(/images/gradient2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#subcontent {
	width:750px;
	min-height:350px;
	margin:0;
	padding:20px 0 0 0;
	float:right;
	background-image: url(/images/gradient2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#rightcolumncontainer {
	width:200px;
	margin:0;
	padding:0 15px 0 15px;
	float:right;
}

#rightcolumncontainer ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin:0;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

#rightcolumncontainer li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

#rightcolumncontainer p {
	line-height: 14px;
	padding: 0 0 8px 0;
}

.subimage {
	display:block;
	margin:0 0 10px 0;
    padding:0;
	border:5px solid #635b58;
	float:right;
}

.subimage2 {
	display:inline;
	margin:0 0 10px 10px;
    padding:0;
	border:5px solid #635b58;
	float:right;
	clear:right;
}

#copy {
	width:505px;
	margin:0;
	padding:0;
	float:left;
}

#copy ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#copy li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:400px;
	padding:10px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	background-color:#FFFFFF;
	border: 1px solid #c41130;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.continue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	margin: 10px 0 0 0;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #c9c3ba;
	background-color: #8a7a67;
}

.inputborder {
	border: 1px solid #BDB8B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 3px 0 0 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #6A6260;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6A6260;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#000000;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:950px;
	margin:0;
	float:left;
	padding:30px 0 0 0;
	background-image: url(/images/bottom.gif);
	background-repeat:no-repeat;
}

#footerleft {
	width:240px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}

#footerright {
	width:700px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#000000;
	margin: 0;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

.geckocopy {
	color:#000000;
}

.copyright {
	color:#FFFFFF;
}

a.gecko:link {color: #000000; text-decoration: none;}
a.gecko:active {color: #000000; text-decoration: none;}
a.gecko:visited {color: #000000; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}

a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
