/* Global Styles */
*{ 
	margin: 0; 
	padding: 0; 
}*

/* Layout & Header */
body {
	background: #f4ebcf url(/images/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #534111; 	
}
#main-wrapper{
	width:960px;
	margin:0 auto;
}
#header{
	height:180px;
	overflow:hidden;
}
#header .logo{
	float:left;
	margin-top:25px;
	background:url(/images/logo.png) no-repeat;
	width:218px;
	height:100px;
}
#header .joplin{
	display:relative;
	float:left;
	margin:30px 0 0 85px;
	width:182px;
	height:91px;
	padding:0;
}
#header .signupwrap{
	width:320px;
	height:103px;
	padding-top:25px;
	margin-left:600px;
}
#header a.signup{
	width:320px;
	background:url(/images/signup.png) no-repeat;
	height:103px;
	display:block;
	text-indent:-9999px;
	vertical-align:middle;
	cursor:pointer;	
}
#header a.signup:hover{
	background-position: bottom;
}
#wrapper { 
	width: 960px; 
	margin: 0 auto;
}
.spacer {
	width:960px;
	margin:0px auto;
	line-height:18px;
}

.topspacer {
	width:960px;
	margin:0px auto;
	background-image:url(/images/logo.jpg);
	background-position:left Top;
	background-repeat: no-repeat;
	height:166px;
	overflow:hidden;
}

.message{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	width:177px;
	padding:2px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
}
	
.message p {
	font-size:1.1em;
	margin: 0 0 0px 0;
	padding: 0px 15px 0px 0px;
}
.header {
	float:left;
	width:100%;
	height:380px;
}
.headerimage {
	width:100%;
	margin:0px auto;
	background-image: url(/Test/images/bg_header.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:289px;
}

/* Main Content */
#content { 
	width: 960px;
	margin: 0px auto;
}

/* Headings */
h1 { 
	margin: 0 0 .2em 0; 
	font: Arial, Helvetica, sans-serif; 
	font-size: 2.3em; 
	font-weight: bold; 
	color:#992C18; 
}
h1 a { 
	text-decoration: none;
}

h2 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-bottom:10px;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#992C18; 
}

h3 { 
	font: Arial, Helvetica, sans-serif; 
	font-size: 1.5em; 
	margin: 0 0 .8em; 
}

h4 { 
	font: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight:bold; 
	margin: 0 0 .3em; 
	color:#67635d; 
	font-variant:normal; 
}
h5{ 
	font: Arial, Helvetica, sans-serif;
	font-size: 1.0em; 
	margin: 0 0 .4em; 
	color:#67635d; 
	font-variant:normal;
}

/* Text Styles */
p  { 
	font: Arial, Helvetica, sans-serif; 
	margin: 0 0 2em 0; 
	line-height: 1.8em; 
	color:#67635d; 
	font-size:1em; 
	font-weight:300; 
}

em { 
	border-bottom:1px dotted #fff;
	cursor: pointer;
}

/* Link Styles */
a { 
	color: #142e69;
	font-weight:bold;
	font-size:.9em; 
}

a:hover { 
	color: #A0000E;
	text-decoration: none; 
}

/* Unordered List */
.bullet li {
	list-style:none;
	background-image: url(/Test/images/check.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding: 4px 0px 4px 24px;
}

/*Menu Style*/
#menu {
	float:left;
	width:960px;
	margin:12px 0 0 0;
	padding:0px;
	height:39px;
	list-style:none;
	border-left:1px solid #ad0128;
	border-right:none;
}
#menu li {
	list-style:none;
	float:left;
	margin:0;
}
#menu li a {
	text-decoration:none;
	display:block;
	padding:0 17px 0 16px;
	line-height:39px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-left:1px solid #4a0217;
	border-right:1px solid #ad0128;
	text-shadow: 0px 1px 0px #000;
}
#menu li a.last{
	border-right:none;
}
#menu li a:hover,#menu li.active a {
	background-color:#5c1609;
	text-decoration:underline;
}


/* Columns */

.column {
	float: left;
	width: 100%;
	margin: 20px 0px 0px;
	color: #67635d;
	padding: 0px;
	height:10475px;
	margin-bottom:30px;
	
}

/* Form */
.cssform { 
	margin-top : 0;

} 
.cssform p { 
	width : 160px;
	clear : left;
	margin : 0px;
	padding : 0px 0 5px 0px;
	height : 50px;
} 
.cssform label { 
	font: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold; 
	color:#67635d; 
	float : left;
	margin-left : 0;
	width : 120px;
} 
.cssform input[type="text"] { 
	width : 165px;
	height:20px;
} 
* html .threepxfix { 
	margin-left : 3px;

}

/* Thumbs */
.thumbs img{
	position:relative;
	background: #ffffff;
    border: 1px solid #c7bfa5;
	padding: 3px;
}

table {
	font: 1.0em/1.6em Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-bottom: 3px solid #EEE0B7;
	border-top: 3px solid #EEE0B7;
}

table,caption {
	margin: 0 auto;
	border-right: 3px solid #EEE0B7;
	border-left: 3px solid #EEE0B7;
	padding:20px;
}

caption,th {
	border-left: 0;
	text-align:center;
	background-color:#FFFFFF;
}
tbody td{
	border-left: 0;
	text-align:center;
	padding:15px;
}
tbody tr{
	border-left: 0;
	text-align:center;
	background-color:#FFFFFF;
	
}

caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}

thead th {
	background-color: #C30;
	color: #FFFFFF;
	font: 1.4em/1.6em Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px;
	

}

tbody th {
	padding: 20px 10px;
	text-align:center;
	padding:20px;
}

tbody tr.odd {
	color: #666;
	background-color:#F4F4F4;
	text-align:center;
	padding:20px;
	
}

tbody a {
	font: 1.3em/1.6em Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px dotted #E63C1E;
}

tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	font: 1.3em/1.6em Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	text-decoration: none;
	color:#C30;
	font-weight:bold;
	border-bottom: 1px dotted #C30;
	
}

tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0;
	text-align:center;
}

/* Footer */
#footer { 
	float:left;
	width:100%;
	background-image:url(/Test/images/bg_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:137px;
	color:#F4EBCF;
	font-size:.9em;
	font:Arial, Helvetica, sans-serif;
}

.footer a{
	color:#F4EBCF;
	font-size:.9em;
	font:Arial, Helvetica, sans-serif;
}	

.footerbox {
	width:960px;
	margin:0px auto;
	padding: 25px 0px 0px 0px;
		
}
#footer .right { 
		float: right;
		margin-right:17px;
		text-align:right;
		color:#f1f1f1;	
}
#footer .right a {
	color:#F4EBCF;
	font-size:1em;
	text-decoration:underline;
}
#footer .right a:hover {
	color:#d1c49c;
	font-size:1em;
	text-decoration: underline;
}
#footer .left {
	color: #F4EBCF;
	margin-left:0px;
}
