* {
	margin:0;
	padding:0;
}
body {
	background-color: #fff;
	background: #fff url(images/bkgd.jpg) repeat-x top left;
}
a:link, a:visited {
	color: #fdd538;
	text-decoration: underline;
}
a:hover, a:active {
	color: #2e6797;
	text-decoration: underline;
}
/* --------------layout elements-------------- */
#container {
	width:770px;
	margin:0 auto 0 auto;
}
#header {
	background: url(images/bkgd-header.png) no-repeat top center;
	height:115px;
	behavior: url(iepngfix.htc);	
}
#top {
	background: url(images/bkgd-top.png) no-repeat top center;
	behavior: url(iepngfix.htc);	
	overflow:hidden;
	width: 770px;
}
#content {
	background: url(images/bkgd-content.png) no-repeat top left;
	behavior: url(iepngfix.htc);	
	padding: 30px 0 10px 40px;
	overflow:hidden;
}
.topbox {
	background: url(images/bkgd-box.png) no-repeat top center;
	behavior: url(iepngfix.htc);		
	width: 206px;
	height:259px;
	margin:0 0 0 40px;
	overflow:hidden;
}
.topbox div { 
	padding:15px 18px; 
}
.topbox p{
	color: #442b0f;
}
.text {
	float:left;
	width:460px;
	margin-right:24px;
}
.text1col {
	float:left;
	width:680px;
	margin-right:24px;
}
.sidebar {
	width:201px;
	margin:0 0 0 40px;
	background:#fff url(images/sidebar-bkgd.gif) center top no-repeat;
	overflow:hidden;
}
.sidebar div { 
	background:url(images/sidebar-bottom.gif) center bottom no-repeat; 	
	padding:15px 18px; 
}
.center {
	text-align:center;
	margin:0 auto 0 auto;
}
.copyright {
	float:left;
	width:300px;
}
.small {
	font-size: 10px;
	opacity: 0.40;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;	
}
.partners {
	margin: 3px;
	display:inline;
}
.png {
	behavior: url(iepngfix.htc);	
}

/* ----------menu-------------- */
#nav {
	background:url(images/bkgd-nav.png) no-repeat;
	behavior: url(iepngfix.htc);	
	height: 33px;
	clear:both;
}
#nav ul {
	border: 0;
	margin: 0 0 0 20px;
	padding: 10px;
	list-style-type: none;
	text-align: left;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 14px 10px 12px 10px;
	color: #6b5641;
	text-decoration: none;
	font: normal 11px Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
#nav a:hover, a:active {
	color: #1c2a42;
	background: #f8e38c;
}
/* ----------main body-------------- */
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #f2d355;
	margin: 0 0 12px 0;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1c2a42;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	margin-top:15px;
}
h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #d2c9a7;
	margin-top:30px;
}
p {
	font: normal 11px/14px Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0 0 12px 0;
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 1px;
}
.text ul {
	font: normal 11px/14px Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0 0 12px 36px;
}
ul {
	font: normal 11px/14px Verdana, Geneva, sans-serif;
	margin: 0 0 12px 36px;
}
li {
	margin-bottom:16px;
}
blockquote {
	margin:10px 30px 10px 30px;
}
.logo {
	margin:44px 0 10px 46px;
}
.line {
	border-bottom: 1px solid #efdbc6;
}
/* ----------form styles-------------- */
form {
	width:568px;
	margin:0 auto 0 auto;
	border: none;
	background-color: #fff;
}
form hr {
	width:100%;
	border:none;
	border-bottom:1px solid #efdbc6;
	margin:10px 0;
}
form table td {
	padding: 6px;
}
form h1 {
	margin:30px 0 10px 24px;
	color: #7a8495;
}
  
input, 
textarea,
select,
form table{
	font: normal 11px Verdana, Geneva, sans-serif;	
	border: none;
	color: #312008;
	margin:0 auto 0 auto;
	padding: auto;
}
select {
	margin: 0 0 10px 0;	
	width: 200px;
	background-color: #eeebdc;
	border: none;
}
select option {
	padding:2px;
}
input.title {
	font: bold 18px Verdana, Geneva, sans-serif;
	background-color: none;
	border-color: #FFF;
	margin:0 0 0 20px;
	width: 500px;
	color:#1c2a42;
}
input.full, textarea.full { 
	width: 490px;
	background-color: #eeebdc;
	padding:8px 6px 3px 5px;
	margin:6px 0 6px 3px;	
 }
input.half, textarea.half { 
	width: 300px;
	background-color: #eeebdc;	
	padding:8px 6px 3px 5px;
	margin:6px 0 6px 3px;	
}
input.smallfield, textarea.smallfield { 
	width: 110px;
	background-color: #eeebdc;
	padding:8px 6px 3px 3px;
	margin:6px 0 6px 3px;
 }

/* ----------footer-------------- */
#footer {
	margin:0 auto 0 auto;
	padding: 10px 30px 26px 30px;
	background:url(images/bkgd-footer.png) center bottom no-repeat;
	behavior: url(iepngfix.htc);		
	overflow:hidden;
}
#footer p {
	font: normal 11px/13px "Trebuchet MS", Arial, sans-serif;
	color: #442b0f;
	margin:0 0 4px 0;
}
#footer a:link, #footer a:visited  {
	color: #442b0f;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #b90101;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}