/* CSS Document */

body {
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	background-image: url(../images/bg_grey_fade.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
	min-width: 900px; /* hack to force Netscape 6 pc to show horizontal scroll bar */
	padding: 0;
	margin: 30px 0 0 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	background-image:url(../images/bg_lines_slanted.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom: 20px;
}

#masthead {
	position: relative;
	height: 102px;
	margin-bottom: 12px;
	width: 860px;
	margin: 0 auto;
	border-bottom: 1px solid #666;
}

#masthead .logo {
	position: absolute;
	top: 20px;
	left: 12px;
	z-index: 99;
	border: none;
}

#masthead .tagline {
	position: absolute;
	top: 35px;
	right: 20px;
	border: none;
}

a {
	text-decoration: none;
	color:#3366CC;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color:#009933;
}

img {
	border: none;
}

#content {
	position: relative;
	background-color:#FFF;
	width: 860px;
	text-align: left; /* re-align the text to the left after the above hack */
	margin: 0 auto;
	padding: 13px 0 10px 0;
	font-size: 12px;
}

#cleaner {
	clear: both;
	margin: 0;
	padding: 0;
}

/* NAVIGATION */

#navbar {
	font-family: arial, helvetica, verdana, sans-serif;
	position: absolute;
	font-size: 12px;
	bottom: 0;
	right: 0;
	height: 28px;
	width: 800px;
	overflow: hidden;
}

#navbar ul {
	float: right;
	height: 28px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar li {
	float: left;
	height: 28px;
	padding: 0;
	margin:0 0 0 6px;
	background-color:transparent;
	width: 8em;
}

#navbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
    color: #333;
    display: block;
    height: 28px;
    padding: 0 6px 0 0;
    text-decoration: none;
	line-height: 28px;
	text-decoration: none;
}

#navbar a.button {
    background-image: url(../images/button_slider_right.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
    color: #333;
    padding-right: 6px; /* sliding doors padding */
}

#navbar a.button span {
    background-image: url(../images/button_slider_left.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
    display: block;
    line-height: 28px;
	height: 28px;
    padding: 0 0 0 6px;
}

#navbar a.button:active {
    margin-top: 2px; /* push text down 2px */
}

#navbar a.button:hover {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

#navbar a.button:hover span {
    background-position: bottom left;
}

#navbar a:visited.live {
	color: #ED171F; 
}

#navbar span.live {
	color:#993300; 
}

/* Subnavigation */

#subnav ul {
	font-size: 11px;
	width: 550px;
	padding: 0;
	margin: 0 0 25px 0;
}

#subnav li {
	display: inline;
	list-style: none;
	padding: 0 8px 0 0;
	margin:0 7px 0 0;
	border-right: 1px solid #595959;
}

#subnav li.noborder {
	border-right: none
}


#subnav a {
	color: #595959;
	text-decoration: none;
	padding: 0;
	margiin: 0;
	line-height: 12px;
}

#subnav a:visited {
	color: #595959;
}

#subnav a:hover {
	color: #993300;
}

#subnav a.highlighted {
	color: #369;
}

#subnav a:visited.highlighted {
	color: #369;
}


/* HOME PAGE */

#promo1 {
	margin-bottom: 25px;
}

#promo1 h1 {
	position: absolute;
	text-indent: -999em;
	margin:0;
	padding:0;
}

#column_wrapper {
	width: 850px;
	padding: 0 10px 0 10px;
	margin: 0;
}

#column1 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px dashed #666;
}

.width510 {
	width: 510px;
}

.width300 {
	width: 300px;
}

#column1 p {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 12px 0;
	padding: 0;
}

#column1 .swipe_mission {
	text-indent: -999em;
	background-image: url(../images/title_mission.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	margin: 0 0 7px 0;
}

#column_2 {
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
}

#column_2 p {
	line-height: 18px;
}

#column_2 h1 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px 0;
}


/* SUBPAGES */


#column_quote {
	float: left;
	margin: 0;
	padding: 0;
}

#column_body {
	float: right;
	margin: 0;
	padding: 0 0 0 35px;
	border-left: 1px dashed #666;
	font-size: 13px;
}

#column_body .thumb {
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
}


#column_body p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

#column_body h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 0 0 0 20px;
	margin: 0 0 20px -20px;
	line-height: 72px;
	background-color:#666;
	color:#FFF;
	height: 74px;
	background-image:url(../images/bg_header_corners.gif);
	background-repeat:no-repeat;
}

.headerimage {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}

.width220 {
	width: 220px;
}

.width580 {
	width: 580px;
}




/* UNIVRSAL */

.caption {
	font-size: 10px;
	color: #595959;
	margin: 10px 5px 10px 10px;
}

ul {
	margin: 0px 15px 15px 15px;
	padding: 0 0 0 15px;
	list-style: square;
	text-indent: none;
}

li {
	margin: 0px 0px 10px 0;
	padding: 0;
}

ul.nobullet {
	list-style: none;
}

li.listhead {
	margin: 0 0 5px -15px;
	font-weight: bold;
	list-style: none;
}

.box1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 500px;
}

.box1 p {
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 0 10px 50px;
}

.box1 p.client {
	float: left;
	padding: 10px 0 10px 20px;
	text-align: center;
	margin: 0;
}

.box1 hr {
	clear: both;
	border: 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	width: 100%;
}

.box2 {
	float: right;
	background-color: #E5E5E5;
	padding: 12px 10px 12px 12px;
	margin: 5px 0 15px 30px;
	width: 190px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #666;
}

.box3 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 500px;
	font-size: 11px;
}

.box3 hr {
	clear: both;
	border: 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	width: 100%;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #ED171F;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0 0 2px 0;
	padding: 0;
}

h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #930;
	margin: 0 0 10px 0;
	padding: 0;
}

h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 15px 0 13px 0;
	padding: 0;
}

h6 {
	clear: both;
	font-size: 12px;
	color: #FFF;
	margin: 15px 0 15px -20px;
	padding: 4px 0 4px 20px;
	background-color: #333;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.clickline {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	font-weight:normal;
	font-style:italic;
	margin: 0 20px 0 0;
	padding: 0;
	letter-spacing: normal;
	text-transform:none;
}

blockquote {
	font-family: Palatino, Times, Times New Roman, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-indent: none;
}

.byline {
	font-style:normal;
	color:#595959;
	font-size: 11px;
	margin-top: 8px;
}

.larger {
	font-size: 17px;
	font-weight:bold;
}

.indent10 {
	margin-left: 10px;
}


.indent25 {
	margin-left: 25px;
}

.indent15 {
	margin-left: 15px;
	margin-right: 15px;
}


/*footer*/

#footer {
	clear: both;
	position: relative;
	width: 875px;
	margin: 10px auto;
	font-size: 11px;
	color: #000;
}

#footer ul {
	list-style: none;
	padding: 0 0 15px 5px;
	margin:0;
	text-align: left;
}
	
#footer li {
	line-height: 16px;
	display: inline;
	border-right: 1px solid #595959;

}

#footer a, #footer a:visited {
	display: inline;
	color: #9CF;
	text-decoration:none;
	padding: 0 7px 0 7px;
	margin:0;
}

#footer a:hover {
	color: #CFF;
	text-decoration: underline;
}

#footer .copyright {
	color: #FFF;
	margin:0;
	padding: 0;
	line-height: 16px;
}


/* FORMS */

fieldset {
	margin: 1em 0;
	padding: 1em 1em 1em 2em;
	border: 1px solid #CCC;
	background: #FAFAFA;
	width: 530px;
}

fieldset#profile {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
fieldset p {
	margin: 12px 0;
	padding: 0;
	clear: both;
}

fieldset h4 {
	margin: 0;
	padding: .7em 0 .5em 0;
}

legend {
	font-weight: bold;
}

label.text {
	float: left;
	width: 10em;
}

label.extended {
	width: 30em;
}

#profile label {
	width: 3em;
	float: none;
	display: inline;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.other {
	width: 100px;
	margin-left: 10px;
	height: 12px;
}

.submit {
	padding-top: 1em;
}

textarea {
	width: 250px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
}

password {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

