/*******************************************
 main
********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #62656A;
	background: #ffeaa9 url(../img/body-background.gif) repeat-x 0 0;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #62656A;
	line-height: 16px;
}
a	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
a:link	{
	text-decoration: none;
}
a:visited	{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
hr {
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
th {
	margin-bottom: 5px;
	height: 1px;
	border: 1px solid #000000;
}
td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
tr {
	border: 0;
}	
h1 {
	font-size: 18px;
	font-family:garamond,trebuchet ms;
	font-weight: bold;
	color: #276DC3;
}
h2 {
	font-family:garamond,trebuchet ms;
	font-size: 15px;
	font-weight: bold;
	color: #998F30;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
ul {
	margin-left: 0px;
	padding-left: 5px;
}
ul ul {
	margin-left: 0px;
	padding-left: 14px;
}
ul ul ul {
	margin-left: 0px;
	padding-left: 14px;
}
/*******************************************
 layout
********************************************/
#pagewrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#hdr {
	width: 930px;
	padding-top: 10px;
	height: 175px;
	background-image: url(../img/hdrbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav {
	width: 930px;
	color: #FFFFFF;
	float: left;
	
}
#topleftnav {
	padding-left: 10px;
	padding-top: 10px;
	height: 31px;
	float: left;
	width: 420px;
}
#topleftnav a {
	color: #0066CC;
	text-decoration: underline;
}
#toprightnav {
	padding-top: 10px;
	height: 20px;
	float: right;
	padding-right: 10px;
	width: 400px;
	text-align: right;
}
#toprightnav a {
	color: #3082CB;
	text-decoration: none;
	font-weight: bold;
}
#logo {
	height: 95px;
	width: 430px;
	float: left;
}	
#topmenu {
	width: 902px;
	float: left;
	height:39px;
	font-size: 16px;
	line-height:40px;
	margin-top:0px;
	padding-left: 28px;
	color: #FFFFFF;
	font-family:garamond,trebuchet ms;
	background:#276dc3 url(../img/header-bg.gif) repeat-x;
}
#topmenu a {
	color: #FFFFFF;
	padding-right: 20px;
	font-weight: bold;
	font-family:garamond,trebuchet ms;
	font-size: 16px;
	padding-left: 5px;
}
#topmenu a:hover {
	color: #F2CD45;
	padding-right: 20px;
	font-weight: bold;
}
#topmenu .active {
	color: #F2CD45;
	padding-right: 20px;
	font-weight: bold;
}
#subnav {
	width: 896px;
	float: left;
	padding-left: 34px;
	border-bottom:1px solid white;
	height: 20px;
	font-size:14px;
	background-color: #68A6EF;
	padding-top: 5px;
	font-family:garamond,trebuchet ms;
}
#subnav a {
	margin-right: 10px;
	color: #094E9F;
	font-size:14px;
	font-family:garamond,trebuchet ms;
}
#subnav a:hover {
	margin-right: 10px;
	color: #ffffff;
}
#subnav_qvilla {
	width: 905px;
	float: left;
	padding-left: 25px;
	height: 20px;
	padding-top: 5px;
}
#subnav_qvilla a {
	margin-right: 10px;
	color: #FFF;
}
#subnav_qvilla a:hover {
	margin-right: 10px;
	color: #000000;
}
#contentwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	
	float: left;
	background-image: url(../img/mddlbg.jpg);
	padding-right: 10px;
	padding-left: 10px;
}
#leftpane {
	width: 380px;
	float: left;
	padding-left: 25px;
	padding-top: 15px;
}
#rightpane {
	float: right;
	width: 500px;
}	
#content {
	float: left;
	width: 890px;
	margin-left: 25px;
	margin-top: 10px;
}
#flash {
	float: left;
	width: 930px;
}
#ftr {
	width: 950px;
	float: left;
	height: 110px;
	background-image: url(../img/ftrbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#disclaimer {
	float: left;
	width: 500px;
	height: 50px;
	margin-left: 10px;
	margin-top: 38px;
}
/*******************************************
 class
********************************************/
.textsmall {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.textsmall:link {
	text-decoration: underline;

}
a.textsmall:visited {
	text-decoration: underline;
}
a.textsmall:hover {
	text-decoration: none;
}
.tablestyle {
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.intro {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}
.thumbnail{
	border: 0px solid #2a2a2a;
	float: left;
}
/*******************************************
 form items
********************************************/
.input {
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	height: 18px;
	background-color: #FFFFFF;
}

