/* Layout styles ------------------------------*/


table#container {
	width: 762px;
	margin: 1px auto auto auto;
	position: relative;
}

td#left {
	width: 253px;
	background-color: #01366A;
}

td#left img {
	margin: 0;
}

td#right {
	padding-left: 1px;
}

#top_horizontal_nav, #bottom_horizontal_nav {
		margin: 1px 0;
}

.horizontal_nav {
	background-color: #CEAF79;
	width: 100%;
	text-align: center;
	height: 18px;
}

.horizontal_nav a {
	color: white;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
}

.horizontal_nav td {
	border-right: 1px solid white;
}

#demo {
	margin: 1px 0;
}

div#main_content {
	padding: 10px;
	font-size: 0.7em;
}

div#main_content p {
	margin-top: 10px;
}

html>body div#main_content {
	min-height: 330px;
}

#header_img_home {
margin: -1px;}

/*General  -----------------------------*/
body {
	margin: 1px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

p {
	margin: 4px 0 4px 0;
}

a {
	color: #859150;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 1.6em;
	color: #859150;
	font-weight: normal;
	margin: 5px 5px 5px 0;
}

h2 {
	background-color: #01366A;
	color: white;
	background-image: url(../images/bg_blue_heading.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	font-size: 1.2em;
	padding: 2px 2px 2px 5px;
}

h3 {
	background-color: #01366A;
	color: white;
	background-image: url(../images/bg_blue_heading_l.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	font-size: 1.2em;
	padding: 2px 2px 2px 5px;
}

.readmore {
	text-align: right;
}

blockquote{
margin: 0 10px 10px 0;
padding: 10;
height: auto;
width: 150px;
background-image: url(../images/quotationmarks.gif);
background-repeat: no-repeat;
float: right;
}


blockquote p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
line-height: 150%;
margin: 20px 10px 20px 10px;
padding: 0;
text-align: center;
color: #01366A;
}

/* Specific content ------------------ */

/*HOMEPAGE*/

table#homedemo {
	width: 100%;
	padding: 0;
	margin: 0;
}

.demoimage {
	width: 200px;
	padding: 0;
	vertical-align: top;
	height: 90px;
}

.demotext {
	width: 300px;
	font-size: 0.7em;
	padding: 0 0 0 5px;
	height: 90px;
}

embed, object {margin-bottom: 1px;}
/*CONTACT FORM*/

table#contactform {
	width: 90%;
	margin-left: 5px;
}

table#contactform td {
	padding: 5px;
	font-size: 0.7em;
	font-weight: bold;
}

input, select {
	font-size: 1em;
}

.asterisk {
	color: red;
	font-weight: bold;
}

.button {
	background-color: #859150;
	color: white;
	width: 80px;
	height: 25px;
}

/*FOOTER*/

#footerleft, #footerright {
	color: #01366A;
	font-weight: bold;
	font-size: 0.6em;
	padding: 5px;
}

#footerright {
	text-align: right;
}
