@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	background-color: #FFFFFF;
	background-image: none;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 0px;
} 
#navTop {
	background-image: url(../images/topNav/nav.gif);
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
}
#header {
	background: #355094;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sidebar1 {
	float: left; 
	width: 174px;
	background-color: #e1dbc9;
	padding-top: 0px;
	padding-bottom: 25px;
}

#sidebar2 {
	float: right;
	width: 220px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-bottom: 15px;
	margin-right: 0px;
}
#sidebar1 {
	width: 174px;
}

#sidebar1 {
	padding-top: 20px;
}
#sidebar1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #355094;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bolder;
}
#sidebar2 img {
	margin-bottom: 10px;
}




#mainContent {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 195px;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-right: 10px;
} 


#mainContent h1 {
	font-size: 1.2em;
	font-weight: bold;
}

#mainContent h2 {
	font-size: 1.15em;
	font-weight: bold;
	background-image: none;
	background-repeat: repeat;
	background-position: top;
}

#mainContent h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

#mainContent p {
	font-size: .9em;
}
#mainContent li {
	font-size: .9em;
}




.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.fltrt50 {
	float: right;
	margin-left: 8px;
	margin-right: 50px;
}
.fltrt70 {
	float: right;
	margin-left: 8px;
	margin-right: 70px;
}

.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.listTitle {
	margin-bottom: 2px;
	font-size: 0.9em;
	width: 300px;
}
.fltrt25 {
	float: right;
	margin-left: 8px;
	margin-right: 25px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imgLft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#exp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #666666;
}
#exp td {
	border: 1px solid #666666;
}
.purple {
	font-weight: bold;
	color: #60019B;
}
#contMenu {
	background-image: url(../images/topNav/images/careers.jpg);
	background-repeat: repeat-y;
	width: 800px;
}

#menuWrap {
	margin-left: 80px;
	width: 700px;
}

#turboEx {
	font-size: 0.85em;
}
#turboEx td {
	border: 1px solid #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
	font-size: 0.7em;
	background-color: #FFFFFF;
} 
#footer p {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	margin: 0;
}








#vaporTable {
	float: right;
	width: 210px;
	margin-left: 8px;
}
