@charset "UTF-8";
body {
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-image: url('../images/bgd.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
}

html {
	height:100%;
}

ul, ol, dl { 
	list-style:square;
}
h1 {
	font: 26px/1.2 Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right: 30px;
	padding-left: 30px;
	}
h2 {
	font: 16px/1.2 Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right: 30px;
	padding-left: 30px;
	}
h3 {
	font: 14px/1.2 Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right: 30px;
	padding-left: 30px;
	}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 30px;
	padding-left: 30px;
	}
a img { border: none;
}

a:link {color: #FFF;text-decoration: underline;}
a:visited {color: #FFF;text-decoration: underline;}
a:hover, a:active, a:focus {text-decoration: none;}

.container {
	width: 1000px;
	margin: 0 auto;
}

.col1 {
	margin-top:50px;
	width:380px;
	height:530px;
	float:left;}
.col2 {
	margin-top:50px;
	width:300px;
	height:530px;
	float:left;
	background-image: url('../images/col2bgd.png');
	position:relative;
}
.col3 {
	margin-top:50px;
	width:320px;
	height:530px;
	float:left;
	background-image: url('../images/col3bgd.png');
	position:relative;
}

.background {
	background-image: url('../images/table-bgd.png');
	background-position:center;
	min-height: 100%;
	min-width: 1000px;
	
}

.footer {
	margin-bottom:50px;
}

.nav {
	width:296px;
	text-align:right;
	font-size:16px;
	height:17px;
	padding:12px;
	color:#FFF;
}

.nav:hover {
	color:#FFF;
	background-image: url('../images/navbgd-hover-03.png');
	cursor:pointer;
	background-position: center left;
}

.navactive {
	width:296px;
	text-align:right;
	font-size:16px;
	height:17px;
	padding:12px;
	color:#000;
	background-image: url('../images/navbgd.png');
	background-position: center left;
}

a.navlink:link {color: #FFF;text-decoration: none;}
a.navlink:visited {color: #FFF;text-decoration: none;}
a.navlink:hover, a:active, a:focus {color: #FFF;text-decoration: none;}

.logo {
	width:320px;
	position: absolute;
	bottom: 0;
	text-align:right;
}
.bottomtext {
	width:300px;
	position: absolute;
	bottom: 0;
	text-align:left;
	padding-bottom:30px;
}
.smalltext {
	font-size:10px;
}
.lsb{
	-webkit-appearance:button;
	padding:0 8px;
	border:1px solid #999;
	-webkit-border-radius:3px;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
	font-size:12px;height:1.85em!important;margin:.2em;
}

.lsb:active{
	background:-webkit-gradient(linear,left top,left bottom,from(#ccc),to(#ddd))
	}
	
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}

.removecheckboxstyle {
	border: none;
}


input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #333333;
	background: #EEEEEE;
}