/*--------------------------------------------------------------------------------------------------
	horizontal pop out
--------------------------------------------------------------------------------------------------*/
#columnnav {
    width:143px;
	margin:0;
	padding:0;
	float:left;
	border-top:1px solid #c6c8ca;
	border-right:1px solid #c6c8ca;
	border-left:1px solid #c6c8ca;
	background-color:#2c2623;
}

#columnnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 143px; /* Width of Menu Items */
	text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
font-weight: bold;
	}

#columnnav ul li {
	position: relative;
	}
	
#columnnav li ul {
	position: absolute;
	left: 143px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#columnnav ul li a {
	display: block;
    padding: 5px 10px 5px 12px;
    width: 121px;
    text-decoration: none;
    color: #FFFFFF;
    background-image: url(/images/nav_off.gif);
    background-repeat:no-repeat;
    background-position:center left;
    border-bottom:1px solid #c6c8ca;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#columnnav ul li a:hover {
text-decoration: none;
background-color:#636466;
background-image: url(/images/nav_on.gif);
background-repeat:no-repeat;
background-position:center left;
} /* Hover Styles */
		
#columnnav li ul li a {
padding: 5px 10px 5px 12px;
width:150px;
border-bottom: 1px solid #d1d3d4;
border-right: 1px solid #d1d3d4;
border-left: 1px solid #d1d3d4;
font-size: 12px;
line-height:14px;
font-weight: normal;
background:#2c2623 url(/images/nav_off.gif) center left no-repeat;
color:#FFFFFF;
text-decoration: none;
} /* Sub Menu Styles */

#columnnav li ul li a:hover {
text-decoration: none;
color:#FFFFFF;
background:#636466 url(/images/nav_on.gif) center left no-repeat;
} 
			
#columnnav li:hover ul, #columnnav li.over ul {
display: block;
border-top: 1px solid #d1d3d4;
width:150px;

}



#s5flash {
        width:440px;
        height:321px;
        padding:10px 0 0 0;
        margin:0;
        float:left;
        overflow:hidden;
}

.services {
        width:230px;
        padding:10px 10px 0 10px;
        margin:5px 180px 15px 0;
        float: left;
        border:1px solid #c8cacc;
        background-color:#FFFFFF;
        background: url(/images/gradient_bottom.gif);
        background-repeat:repeat-x;
        background-position:bottom;
        display:inline;
}
/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#e63e26;
}

a:hover {
	color:#e63e26;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background-color: #2c2523;
	padding:0;
	margin: 0;
}

.home {
	background-image: url(/images/gradient.gif);
	background-repeat:repeat-x;
}

.subpage {
	background-image: url(/images/gradient_sub.gif);
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

.editor_base_class {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #e63e26;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #e63e26;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

.orange {
	color: #e63e26;
}

.purple {
	color: #302e7d;
}

img {
	display:block;
	margin:0;
}	

#shadow {
	min-height:100%; height:auto;
	overflow: auto;
	width:100%;
    margin:0;
	text-align: center;
	background-image: url(/images/shadow.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:930px;
	height:54px;
	float:left;
	margin:0;
	padding:20px 20px 0 0;
	position:relative;
	background-image: url(/images/header.gif);
	background-repeat:no-repeat;
}

.formspace {
	padding:0 5px 0 0;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:20px;
    top:0;
}

.hair {
	display:block;
	margin:0;
	position:absolute;
    left:567px;
    top:86px;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#navigation {
	width: 950px;
	height:39px;
	margin: 0;
	padding:0;
	float:left;
	background: url(/images/navbackground.gif) no-repeat;
}

/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

#vertnav {
    width:143px;
	margin:0;
	padding:0;
	float:left;
	border-top:1px solid #c6c8ca;
	border-right:1px solid #c6c8ca;
	border-left:1px solid #c6c8ca;
	background-color:#2c2623;
}

#vertnav ul
{
margin: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
font-weight: bold;
}

#vertnav a
{
display: block;
padding: 3px 10px 3px 12px;
width: 121px;
text-decoration: none;
color: #FFFFFF;
background-image: url(/images/nav_off.gif);
background-repeat:no-repeat;
background-position:center left;
border-bottom:1px solid #c6c8ca;
}


#vertnav a:hover
{
text-decoration: none;
background-color:#636466;
background-image: url(/images/nav_on.gif);
background-repeat:no-repeat;
background-position:center left;

}

#vertnav a#current
{
text-decoration: none;
background-color:#636466;
background-image: url(/images/nav_on.gif);
background-repeat:no-repeat;
background-position:center left;
}
	
/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#container {
	width:950px;
	padding:0;
	margin:0;
	float:left;
	background: url(/images/background.gif);
	background-repeat:repeat-y;
	text-align:left;
}

#leftcontainer {
	width:685px;
	padding:0 0 20px 0;
	margin:0;
	float:left;
	background: url(/images/gradient_bottoms.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#flash {
	width:685px;
	height:229px;
	padding:0;
	margin:0;
	float:left;
	background-color:#000000;
}

#content {
	width:605px;
	padding:25px 40px 0 40px;
	margin:0;
	float:left;
	background: url(/images/gradient_top.gif);
	background-repeat:repeat-x;
	border-top:1px solid #bbbdc0;
}
#content ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#content li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}
/*--------------------------------------------------------------------------------------------------
	right content
--------------------------------------------------------------------------------------------------*/
#rightcontainer {
	width:234px;
	padding:15px 15px 0 15px;
	margin:0;
	float:right;
	background: url(/images/gradient_column.gif);
	background-repeat:repeat-x;
}

#contactus {
	width:234px;
	padding:28px 0 8px 0;
	margin:0 0 15px 0;
	float:right;
    background: url(/images/contactus.gif) top no-repeat;
	border-bottom: 1px solid #e63e26;
}

.contactborder {
	border: 1px solid #e63e26;
	width:155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:4px 4px 0 4px;
	margin:0 0 5px 0;
}

.tablecontainer {
	width:224px;
	padding:5px;
	margin:0 0 15px 0;
	float:right;
	background-color:#FFFFFF;
	display:inline;
}

.tableheader {
	width:204px;
	padding:5px 10px 5px 10px;
	margin:0 0 5px 0;
	float:right;
	background: url(/images/tableheader.gif);
	background-repeat:repeat-x;
	background-color:#2c2623;
	display:inline;
}

.tableheader p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

.tablecontent {
	width:202px;
	padding:0 10px 10px 10px;
	margin:0;
	float:right;
	border:1px solid #d1d3d4;
	display:inline;
}

.tablecontent ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
}

.tablecontent li { 
	background: url(/images/arrow.gif) left top no-repeat;
	padding: 5px 0 5px 8px;
	border-bottom:1px solid #d1d3d4;
}

.tablecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	padding: 5px 0 3px 0;
	font-style: normal;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------
	sub content
--------------------------------------------------------------------------------------------------*/
#subcontainer {
	width:950px;
	padding:0;
	margin:0;
	float:left;
	background: url(/images/subbackground.gif);
	background-repeat:repeat-y;
	text-align:left;
}

#subflash {
	width:685px;
	height:130px;
	padding:0;
	margin:0;
	float:left;
	background-color:#000000;
}

#subcontent {
	width:440px;
	padding:25px 40px 0 40px;
	margin:0;
	float:right;
	background: url(/images/gradient_top.gif);
	background-repeat:repeat-x;
	border-top:1px solid #bbbdc0;
}
#subcontent ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#subcontent li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

#leftnav {
	width:145px;
	padding:15px 10px 0 10px;
	margin:0;
	float:left;
	border-top:1px solid #bbbdc0;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:510px;
	padding:10px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #c8cacc;
	background-color:#FFFFFF;
	background: url(/images/gradient_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #d1d3d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:3px;
}


/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox2 {
	width:410px;
	padding:10px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #c8cacc;
	background-color:#FFFFFF;
	background: url(/images/gradient_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
}

.inputborder2 {
	border: 1px solid #d1d3d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:3px;
}

/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #e63e26;
	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: #e63e26;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #302e7d;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #302e7d;
	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:#302e7d;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:950px;
	height:28px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
	background-color:#dcddde;
	border-top:1px solid #bbbdc0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#e63e26;
	margin: 0;
	padding: 8px 0 0 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:600px;
	margin:0;
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}

#footerleft {
	width:300px;
	margin:0;
	float:left;
	text-align:left;
	padding:0 0 0 10px;
}
.snipe {
	color:#636466;
}

#footerleft p {
	color:#e63e26;
}

#footer2 {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	text-align:left;
}

#footer2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#4c4d4e;
	margin: 0;
	padding: 8px 0 10px 0;
	font-style: normal;
	font-weight: normal;
} 

a.gecko:link {color: #4c4d4e; text-decoration: none;}
a.gecko:active {color: #4c4d4e; text-decoration: none;}
a.gecko:visited {color: #4c4d4e; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


a.navlink:link {color: #636466; text-decoration: none;}
a.navlink:active {color: #636466; text-decoration: none;}
a.navlink:visited {color: #636466; text-decoration: none;}
a.navlink:hover {color: #e63e26; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}


/*--------------------------------------------------------------------------------------------------
	careers
--------------------------------------------------------------------------------------------------*/
.careerbox {
	width:340px;
	padding:10px 10px 0 10px;
	margin:5px 59px 15px 0;
	float: left;
	border:1px solid #c8cacc;
	background-color:#FFFFFF;
	background: url(/images/gradient_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline;
}


.category { 
	font-size: 13px;
	line-height: 17px;
}

.careerbox a  {
	text-decoration: underline;
	color:#000000;
}

.careerbox a:hover {
	color:#e63e26;
	text-decoration : underline;
}

.listbox {
	width:418px;
	padding:10px;
	margin:5px 0 15px 0;
	float: left;
	border:1px solid #c8cacc;
	background-color:#FFFFFF;
	background: url(/images/gradient_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline;
}

.listbox h2 {
    border-bottom:1px solid #c8cacc;
	color:#000000;
}

.listbox p {
    border-bottom:1px solid #c8cacc;
	padding:5px 10px 5px 0;
}

#careerleftnav {
	width:140px;
	padding:15px 10px 0 15px;
	margin:0;
	float:left;
	border-top:1px solid #bbbdc0;
}
.bold {
	color: #000000;
	font-weight: bold;
}
#careerleftnav ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#careerleftnav li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}
a.black  {
	text-decoration: none;
	color:#000000;
}

a.black:hover {
	color:#e63e26;
	text-decoration : underline;
}

#newsletter {
	width:234px;
	padding:38px 0 0 0;
	margin:0 0 15px 0;
	float:right;
    background: url(/images/newsletter.gif) top no-repeat;
}

.newsborder {
	border: 1px solid #e63e26;
	height:18px;
	width:207px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:4px 4px 0 4px;
}
