/* Global Styles */
*{ 
	margin: 0;
	padding: 0; 
}*

/* Layout*/
body {
	font: .74em Arial, Helvetica, sans-serif;
	color: #444; 
	background-color:#f4ebcf; 
}
.top {
	height:160px;
	width:100%;
	background-image:url(/Test/images/bg.jpg);
	background-repeat:repeat-x;
	float:left;
	overflow:hidden;
}
#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 { 
	margin: 0px auto;
	width: 960px;
}

/* 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;
}


/* Navigation */

#menu {	
	margin:0 auto; 		
	width: 960px;		
	float: left;
	height:25px;
	
}
#menu ul {
	margin: 0px;
	padding:0px;
	float : left;
	display: block;
	list-style: none;
}
#menu ul li {
	display:block;
	float:left;
	margin:0px;
	margin-top:124px;
	padding:0px;
}
#menu li a {
	display: block;
	font-size:13px;
	padding: 12px 13.5px;	
	color: #FFF;	
	text-decoration: none;
}
#menu li a:hover {
	color: #F4EBCF;
	text-decoration:underline;
}
#menu li a#current  {
	color: #992C18;
	background-color:#F4EBCF;
}
.menu li a:hover .current {
	color:#540000;
}

/* Columns */

.column {
	float: left;
	width: 73%;
	margin: 20px 0px 0px 0px;
	background-image:url(/Test/images/colborder.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	color: #67635d;
	padding: 0px 15px 0px 0px;
	height:620px;
	margin-bottom:30px;
	
}
.columnmiddle {
	float: left;
	width: 21%;
	margin: 20px 0px 0px;
	color: #67635d;
	padding: 0px 17px 0px;
	height:620px;
	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;
}
/* 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;
}