@charset "utf-8";
body  {
	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: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F5F5F5;
}
.twoColFixLtHdr #container {
	width: 801px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/trans_slice.gif);
	background-repeat: repeat-y;
	background-position: right;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/trans_exp.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	height: 235px;
	width: 801px;
} 
.twoColFixLtHdr #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 */
	color: #FC352F;
}
p{
	font-size: 12px;
	line-height: 2;
}
h1 {
	color: #FF3333;
	font-size: 16px;
	font-variant: small-caps;
}

h2 {
	color: #0492C8;
	font-size: 13px;
	line-height: 1.2;
}
h3 {
	color:#333333;
	font-size: 14px;
	font-variant: small-caps;
}
h5 {
	color:#666666;
	font-size: 14px;
	font-variant: small-caps;
	line-height: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
}
h4 {
	color: #FF3333;
	font-size: 14px;
}
#mainTable {
	margin-right: 5px;
}

.detailBox {
	-moz-border-radius: 10px;
	border-radius: 10px 20px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;

}
.detailBox1 {
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: url(../images/grey_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 170px;
}
.detailBox:hover {
	background-color: #171717;
}

.detailBoxHome {
	background-color: #333333;
	color: #CCCCCC;
	padding: 10px;
}

a, a:link {
	color: #E6E6E6;
	text-decoration: none;
}

a:hover {
	color: #0492C8;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #000000;
	line-height: 1.5;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/redLine.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContent {
	line-height: 1.8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 50;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #footer a {
	color: #333333;
}
.twoColFixLtHdr #footer a:hover {
	color: #FF3333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#nav {
	width: 180px;
	padding-top: 100px;
	margin: 0px;
	padding-bottom: 0px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	line-height: 2;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#nav li a {
	padding-left: 50px;
	font-size: 15px;
	outline:none;
}
#nav li a:hover {
	Color:#333333;
}
#nav li:hover {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
	
}


.twoColFixLtHdr #container .mainWrap {
	margin: 0px;
}
#defalt {
	margin-left: 40px;
}
.vanImage {
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.homeImage {
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #2A2A2A;
	border-left-color: #666666;

}
.homeImageR {
	margin-left: 10px;
	border: 2px inset #333333;

}
#sidebar1 a {
	color: #0492C8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar1 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0492C8;
}
.twoColFixLtHdr #container #bottomNav {
	font-size: 11px;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FF3333;
	
}
#bottomNav a {
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
#bottomNav a:hover {
	color: #FF3333;
}
.twoColFixLtHdr #container #mainContent .contactBox {
	margin-left: 80px;
}
#mainContent ul {
	font-size: 13px;
	list-style-type: square;
}
#contactTable p {
	line-height: 1.2;
	margin-bottom: 0px;
}

.leftCol .detailBox {
	margin-right: 10px;
}
.spacer {
	font-size: 5px;
	margin: 0px;
}
hr {
	color: #333333;
	border: 1px solid #333333;
}
#sidebar1 ul {
	font-size: 12px;
	color: #0492C8;
	padding-left: 20px;
}
/*#lavaLampVertical {
position: relative;
width: 200px;
background-color:#000066;
padding: 15px;
margin: 10px 0;
overflow: hidden;
border: 2px dashed #0066FF;
}
#lavaLampVertical li {
list-style: none;
}
#lavaLampVertical li.backLava {
border-bottom: 2px dashed #FF9900;
z-index: 8;
position: absolute;
}
#lavaLampVertical li a {
font: bold 14px 'Times',serif;
text-decoration: none;
color: #FFF;
outline: none;
text-align: left;
padding: 10px 5px 3px;
letter-spacing: 2px;
z-index: 10;
display: block;
position: relative;
overflow: hidden;
margin: auto 10px;
}
*/
.redBar {
	color: #FF3333;
}
.clear {
	clear: both;
}
.topOfPage {
	color: #333333;
}

