html, body {
	font-family : 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*background-color : #E0FFFF;*/
	background : #E6EEF6 url('images/bg.png') repeat-x top left;
	font-size : 85%;
	width : 100%;
	height : auto;
	text-align : center;
	margin : auto;
}

h1 {
	font-size : 2em;
	margin-bottom : 0;
	color : navy;
}

h2 {
	font-size : 1.75em;
	margin-bottom : 0;
	color : navy;
}

h3 {
	font-size : 1.5em;
	margin-bottom : 0;
	color : navy;
}

h4 {
	font-size : 1.25em;
	margin-bottom : 0;
	color : navy;
}

h5 {
	font-size : 1em;
	margin-bottom : 0;
	color : navy;
}

ul, li {
	margin-top : 0;
	margin-bottom : 0;
}

form {
	display : block; 
	margin-left : auto;
	margin-right : auto;
	margin-top : 1em;
	padding: 0.75em 0 0.25em 0;
	width : 550px;
	background-color : #E0FFFF;
	border : solid #6495ED 1px;
}

label, input, select, textarea {
	font-family : 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 95%;
	display: block;
	float: left;
	margin-bottom: 0.5em;
}

label {
	text-align: right;
	width: 125px;
	padding-right: 1em;
}

select, textarea {
	width : 390px;
}

#container {
	position : relative;
	width : 770px;
	height : 100%;
	margin-left : auto;
	margin-right : auto; 
	border : 2px solid #6495ED;
	background-color : White;
}

#header {
	width : 770px;
	height : 175px;
	margin : 0;
	padding : 0;
}

#nav {
	width : 770px;
	height : 30px;
	margin : 0;
	padding : 0;
	float : left;
	border-bottom : 2px solid #6495ED;
	border-top : 1px solid #6495ED;
}

.hidden {
	display : none;
}

.home {
	float : left;
	width:72px;
	height : 30px;
	overflow:hidden;
	background: url("images/nav_home.jpg") -144px 0 no-repeat;
}

.home a {
	display:block;
	background: url("images/nav_home.jpg") top left no-repeat;
}

.home a:hover {
	background-position: -72px 0;
}

.home a:active{
	background-position: -144px 0;
}

.about {
	float : left;
	width:126px;
	height : 30px;
	overflow:hidden;
	background: url("images/nav_about.jpg") -252px 0 no-repeat;
}

.about a {
	display:block;
	background: url("images/nav_about.jpg") top left no-repeat;
}

.about a:hover {
	background-position: -126px 0;
}

.about a:active{
	background-position: -252px 0;
}

.folio {
	float : left;
	width:99px;
	height : 30px;
	overflow:hidden;
	background: url("images/nav_folio.jpg") -198px 0 no-repeat;
}

.folio a {
	display:block;
	background: url("images/nav_folio.jpg") top left no-repeat;
}

.folio a:hover {
	background-position: -99px 0;
}

.folio a:active{
	background-position: -198px 0;
}

.services {
	float : left;
	width:191px;
	height : 30px;
	overflow:hidden;
	background: url("images/nav_services.jpg") -382px 0 no-repeat;
}

.services a {
	display:block;
	background: url("images/nav_services.jpg") top left no-repeat;
}

.services a:hover {
	background-position: -191px 0;
}

.services a:active{
	background-position: -382px 0;
}

.contact {
	float : left;
	width:142px;
	height : 30px;
	overflow:hidden;
	background: url("images/nav_contact.jpg") -284px 0 no-repeat;
}

.contact a {
	display:block;
	background: url("images/nav_contact.jpg") top left no-repeat;
}

.contact a:hover {
	background-position: -142px 0;
}

.contact a:active{
	background-position: -284px 0;
}

#leftcol {
	width : 150px;
	/*height : 100%; */
	float : left;
	background : url("images/leftcol.jpg") no-repeat;
	padding : 1em 0 2em 0;
	margin : 0;
}

#content {
	/*min-height : 100%; */
	margin-left : 150px;
	padding : 1em 1em 1em 2em;
	text-align : left;
}

.pgcontent {
	margin-top : 0.5em;
}

.headinglink {
	color : #1953A5;
	text-decoration : none;
}

.pgcontent a:hover {
	color : navy;
	text-decoration : none;
}

.address {
	color : #E0FFFF;
}

.qt_text {
	width : 144px;
	padding-bottom : 1em;
	padding-top : 160px;
	padding-left : 0.5em;
	text-align : left;
	color : #1953A5;
}

.qt_auth {
	font-weight : bolder;
}

#footer {
	background-color : #1953A5;
	height : 40px;
	/*border-bottom : 2px solid #6495ED;*/
	border-top : 1px solid #6495ED;
}

.ftr_text_left {
	padding : 0.25em 1em;
	text-align : left;
	float : left;
}

.ftr_text_right {
	padding : 0.25em 1em;
	color : #E0FFFF;
	text-align : right;
	float : right;
}

.ftrlink {
	color : #E0FFFF;
	text-decoration : none;
}

#footer a:hover {
	color : navy;
	text-decoration : none;
}

.spacer1 {
	padding-top : 1em;
}

.spacer2 {
	padding-top : 2em;
}

.currency {
	padding-top : 2.5em;
	padding-left : 1.25em;
}

hr {
	margin-top : 1.5em;
}

.text_nav {
	text-align : center;
	margin-bottom : 1em;
}

.text_nav a:hover {
	color : navy;
	text-decoration : none;
}

.phone {
	padding : 0 2em;
	font-weight : bolder;
}

.corresp {
	padding-left: 2em;
	font-weight : bolder;
}

.c_first_top {
	margin-top : 1em;
}

.c_first_width {
	width : 390px;
}

.c_email {
	width: 390px;
}

.c_callback {
	width:20px;
	margin-left: 10em;
}

.c_reason {
	width:390px;
}

.br {
	clear: left;
}

.checkbox {
	width: 20px;
}

.thankyou_space {
	margin-top: 300px;
}

