@import url("reset.css"); 

body {
	font-family: Georgia;
	font-size: 64%;
	background-color: #585858;
	padding: 20px 0 50px 0;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

p {
	line-height: 1.2em;
}

.clearing {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.main {
	width: 902px;
	margin: 0 auto;
}

.main_border {
	border: 1px #c3c3c3 solid;
	float: left;
	width: 900px;
	background-color: #6f9dbe;
	margin-bottom: 50px;
	#margin-bottom: 0px;
}

/* ----------------------------------------------------- */

.header {
	height: 384px;
	width: 900px;
}

.logo {
	float: left;
	width: 679px;
	height: 384px;
	background: url(../images/header_pic.jpg) top left no-repeat;
}

.logo  img {
	margin: 123px 0 0 137px;
}

.right_header {
	background: url(../images/header_top_bg.gif) top left repeat-x;
	height: 384px;
	width: 220px;
	float: left;
	color: #fff;
	font-size: 1.3em;
	border-left: 1px #ffffff solid;
}

.right_header_bot {
	background: url(../images/header_bot_bg.gif) bottom left repeat-x;
	height: 384px;
	width: 220px;
	float: left;

}

.phone {
	margin: 37px 0 0 23px;
}

.phone img {
	float: left;
}

.phone p {
	width: 122px;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	margin: 5px 0 0 10px;
}

.phoneText {
	width: 122px;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	margin: 5px 0 0 10px;
}


.topmenu {
	width: 220px;
	float: left;
	color: #f5f7e7;
	font-size: 1.4em;
	margin: 45px 0 0 0;
}

ul#nav {
	height: 43px;
	float: left;	
	list-style: none;
	background: url(../images/menu_line.gif) top left no-repeat;
}

ul#nav li {
	width: 220px;
	height: 50px;
	line-height: 50px;
	background: url(../images/menu_line.gif) bottom left no-repeat;	
}

ul#nav li a {
	color: #f5f7e7;
	text-decoration: none;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: url(../images/arrow.gif) center left no-repeat;	
	padding-left: 15px;
	margin-left: 22px;
}

ul#nav li a:hover {
	padding-left: 15px;
	margin-left: 22px;
	width: 200px;
	height: 50px;
}

.content {
	background: url(../images/content_top_bg.gif) top left repeat-x;
	float: left;
	width: 875px;
	padding: 35px 0 15px 25px
}

.topic {
	background-image: url(../images/topic_bg.gif);
	background-position: left;
	background-repeat: repeat-x;
	height: 17px;
	padding: 7px 15px;
}

.leftcol {
	float: left;
	width: 220px;
	margin-right: 35px;
	text-align: center;
}

.pic {
	margin: 25px 0;
	background: url(../images/photo_shadow.gif) top left no-repeat;
	width: 220px;
	height: 165px;
	padding: 5px 0 0 5px;
	text-align: left;
}

.pic img {
	width: 205px;
	height: 150px;
}

.piczoom {
	width: 21px;
	height: 20px;
	margin-top: -135px;
}

.piczoom img {
	width: 21px;
	height: 20px;
}

.rightcol {
	float: left;
	width: 620px;
}

.textblock {
	background-color: #ffe09e;
	color: #103a59;
	padding: 15px 20px;
}

.textblock_border {
	border: 1px #ffe09e dotted;
	border-left: 0;
	border-right: 0;
}

.textblock .line {
	border-top: 1px #a2a083 dotted;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 15px 0;
}

.textblock p {
	margin: 10px 0;
	font-size: 1.25em;
}

.footer {
	float: right;
	margin-top: 30px;
	width: 555px;
	padding-right: 20px;
	background: url(../images/footer_line.gif) top right no-repeat;
}

.copyright {
	float: right;
	width: 555px;
	color: #fff;
	margin-top: 20px;
	text-align: right;
	font-size: 1.1em;
}

.copyright a {
	color: #f9ca69;
}


/*    FORM by ivi */

.SubmitButton {
	height: 26px;
	background-color: #585858;
	font-weight: bold;
	color: white;
}

.inputboxlarge
{
	border: 1px #6087b5 solid;
	width: 412px;
	color: #696969;
	font-size: 1.05em;
	margin-top: 5px;
	padding: 3px 5px;
	height: 15px;

}

.input
{
	border: 1px #6087b5 solid;
	width: 412px;
	color: #696969;
	font-size: 1.05em;
	margin-top: 5px;
	padding: 3px 5px;
	height: 15px;

}

label
{
	padding-right: 10px;
}


.pName
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: Black;
		text-decoration: none;
}
	
td.textContent
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		padding-left: 10px;
}



