/* global */

* {
	font-family: Verdana, sans-serif;
}

body {
	background: #6f6e6e;
/*	background-image:url("images/prop.jpg") 50% 50% no-repeat;	*/
	margin: 0px;
}

div#page {
	width: 800px;
	background:white; /*image("prop.jpg") 50% 50% no-repeat;	
	background-image:url("images/prop.jpg") 50% 50% no-repeat;	*/
	margin: 20px auto 10px auto;
	padding: 20px 30px 5px 30px;
	overflow: hidden;
}

.rightf {
	float: right;
}

}

.left {
	float: left;
}

img.inText {
	padding: 10px;
}

div.clearShow {
	background: #0d0250;
	height: 2px;
	width: 800px;
	clear: both;
	font-size: 0px;
}

div.clear {
	background: #000;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	color:black;
}

/* header */

div#header img {
}

p#slogan {
	margin: 0;
	margin-left: 35px;
	font-style: italic;
	font-size: 14px;
	font-family: Arial, sans serif;
}

div#header div#logoAndSlogan, 
div#header div.telephones {
	float: left;
}


div#header div#logoAndSlogan {
	width: 370px;
} 

div#flashbanner {
	float:left;
	width: 420px;
	height:200px;
	left:450px;
	top:0px;
	padding-left:0px;
}

div#header div.slogan {
	font-size: 14px;
	margin-top: 10px;
	color: #44857d;
}

div#header div.slogan {
	text-align: right;
	v-align: bottom;
}

/* navigation1 */

div#navigation1 {
	margin-top: 10px;
	text-align: right;
	margin-bottom: 10px;
}

div#navigation1 a {
	margin-left: 18px;
	color: #44857d;
	text-decoration: underline;
	font-size: 14px;
}

div#navigation1 a:hover {
	text-decoration: none;
}

/* main */
div#main {
	margin-top: 10px;
}

/* navigation2 */

div#navigation2 {
	width: 170px;
	float: left;
}

div#navigation2 ul.navigation {
	list-style:none;
	padding:0;
	position:relative;
	top:0;
	margin-left: 10px;
	margin-top: 10px;
}

div#navigation2 ul.navigation li {

}

div#navigation2 ul.navigation li a {
	color: white;
	border: none;
	text-decoration: none;
	link:white;
	active:white; 
	visited:white;
}


/* content */

div#content {
	width: 360px;
	float: left;
	margin-top: 5px;
	margin-right:50px;
	margin-left:15px;
}

div#content2 {
	width: 360px;
	float: left;
	margin-top: 5px;
}

div#content3 {
	width:580px;
	float: left;
	margin-top: 5px;
	margin-left:15px;
}

div#content h1 {
	/*color: #0d0250;*/
	color: #e78433;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content h2 {
	/*color: #0d0250;*/
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
div#content2 h1 {
	/*color: #0d0250;*/
	color: #e78433;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#content3 h1 {
	/*color: #0d0250;*/
	color: #e78433;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content3 h2 {
	/*color: #0d0250;*/
	color: #4e616b;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.bodyText {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
ul li {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

a {
	color: black;
	active:#e78433;
	visited:#e78433;
	font-family: Arial, sans-serif;
	font-size: 12px;	
}

form.bodyText, form.bodyText * {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

p.firstp {
	margin-top: 0px;
}

/* contact form */
form.contact {
	width: 425px;
}

form.contact label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
}

form.contact input, form.contact textarea {
	float: left;
	margin-bottom: 10px;
	width: 300px;
}

form.contact textarea {
	height: 145px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

form.contact input.submit {
	margin-left: 355px;
	width: 50px;
}

form.contact div.formDivisor {
	clear: both;
}

/* footer */

div#footer {
	margin-top: 35px;
}

div#footer * {
	text-align: center;
	color: #0d0250;
	font-size: 11px;
}

div#footer p {
	color:black;
	margin: 0;
	margin-top: 5px;
}

div#footer p img {
	margin-bottom: -2px;
}

div#footer div.navigation a {
	text-decoration: none;
	padding-right: 5px;
}

div#footer div.navigation a.last {
	border-right: 0px;
}

div#footer div.navigation a:hover {
	text-decoration: underline;
}

