@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background-image:url(../images/main_bg.jpg);
	margin: 0 auto;
}

.header {
	height:199px;
}

.sidebar1 {
	border-top:groove;
	border-top-color:#999;
	float: left;
	width: 180px;
	padding-bottom: 10px;
	color:#FFF;
}
.content {
	border-top:groove;
	border-top-color:#999;
	padding: 10px 0;
	width: 600px;
	float: left;
	color:#FFF;
}
.othercontent {
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.sidebar2 {
	border-top:groove;
	border-top-color:#999;
	float: left;
	width: 180px;
	color:#FFF;
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	margin-bottom: 15px;
}
li {
	margin-top:5px;	
}
/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	width:600px;
	margin:0 auto;
	border-top:groove;
	border-top-color:#666;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.text {
	color:#FFF;
}
a:link { 
	color: #FFF;
    font-style: italic;
}
a:visited { 
	color: #FFF;
    font-style: italic;
}
.whiteBG {
	background-color:#FFF;
	color:#000;
}
/*Email validation css*/
.error {
	color: #EE0000;
}

.downloadR {
	clear:top;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	width: 45%;
	border:2px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
.downloadL {
	clear:top;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 45%;
	border:2px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
.downloadRoute {
	clear:top;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 70%;
	border:2px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
