/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #0C2D54 url(images/homepage11.gif) repeat-x;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111111;
}

.visit_count {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #111111;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

/** LINKS */

a {
	color: #14284B;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	margin-right: 20px;
	padding-right: 10px;
	background: url(images/homepage19.gif) no-repeat right 5px;
	text-decoration: none;
	font-weight: bold;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.telno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #111111;
	}

.parastart {
	font-size:15px;
	font-weight:bold;
	}
	
.style1 {
	padding-top: 10px;
	font-size:11px;
	text-align: center;
	color: #CFD2D9;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #111111;
	text-align:center;
	}

.style1 a {
	color: #CBC24A;
}

.style1 a:hover {
}

/** BACKGROUNDS */
.bg1 {
	background:url(images/homepage08.jpg) center no-repeat;
	}

.bg2 {
	background: url(images/subpage02.jpg) repeat-y;
}

.bg3 {
	background: url(images/homepage10_2.jpg) no-repeat;
}

.bg4 {
	background: url(images/homepage12.jpg) repeat-y 490px 0px;
}

.bg5 {
	background: url(images/subpage04.jpg) no-repeat;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}


.hr1 {
	height: 1px;
}
.formerror {
	color:#FF0000;
	font-size:10px;
	font-style:italic;
	}
	
#wrapper { padding: 10px 40px; margin:0 auto 0 auto; }
#wrapper img { margin:0 0 0 15px; }
#wrapper img.left { float:left; margin: 0 15px 0 0; }
.clear { clear:both; height:15px; }
.title {text-align:center; font-size:16px; margin:5px 0 10px 0; }

/* Contact Form */
fieldset {
	border:none;
}
fieldset ul li {
	list-style: none;
	margin:10px 0;
}
fieldset ul li label {
	width:150px;
	display: inline-block;
	text-align: right;
	padding-right:10px;
	vertical-align: top;
	font-weight: bold;
}
fieldset ul li label.error {
	width: auto;
	color:#f00;
	text-align: left;
	padding: 0 0 0 10px;
}
fieldset ul li input {
	width:300px;
	border:1px #666 solid;
	padding:3px;
	background-color: #eef;
}
fieldset ul li textarea {
	width:300px;
	border:1px #666 solid;
	padding:3px;
	height:100px;
	background-color: #eef;	
}
fieldset button {
	height:30px;
    line-height:16px;
    margin:0;
    vertical-align:middle;
    font-size:90%;
}
fieldset button img {
	vertical-align: text-bottom;
}