/* Structure */ 
#wrapper	{
	margin: 0 auto;
	width: 790px;
}

body	{
	background-color: #ffffff;
}

#header	{
	margin: 0;
	width: 790px;
	height: 190px;
	left: 0;
	top: 0;
}

#leftcol {
	margin: 0;
	padding: 0;
	top: 200px;
	left: 0;
	width: 198px;
	float: left;
}

#rightcol {
	top: 200px;
	left: 220px;
	padding: 10px;
	width: 570px;
	float: right;
}

/* ==================
 Navigation */
#navig	{
	left: 0;
	width: 196px;
	height: 500px;
	top: 160px;
}

#navig ul	{
	margin-left: 0;
	float: right;
}

#navig li	{
	height: 30px;
	width: 196px;
	padding-top: 0;
	list-style-type: none;
	margin-top: 5px;
	text-align: left;
	background-color: #9db0d2;
}

.nav_home	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	width: 196px;
	display: block;
	text-indent: 20px;
	height: 25px;
	padding-top: 5px;	
	border-top: solid 1px #009036;
	border-right: solid 1px #009036;
	border-bottom: solid 1px #009036;
	background-color: #073a31;
}

.nav	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	width: 196px;
	display: block;
	text-indent: 20px;
	height: 25px;
	padding-top: 5px;	
	border-top: solid 1px #009036;
	border-right: solid 1px #009036;
	border-bottom: solid 1px #009036;
}

.nav:link { 
	color: #000000; 
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.nav:visited { 
	color: #999999; 
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.nav:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #073a31;
	font-size: 1.2em;
	font-weight: bold;
}

.nav:active { 
	color: #006e39; 
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}


.mobile	{
	width: 196px;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}

/* ==================
 Content style */


#content	{
	left: 220px;
	padding-left: 10px;
	width: 558px;
	top: 220px;
	border: solid 1px #000000;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

ul	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

ol	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}


.textlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}
.textlink:visited { 
	color: #999999; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}

.textlink:hover { 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	background-color: #073a31;
}

.textlink:active { 
	color: #e1e4a9; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

/* ==================
 ===== form ===== */

.former {
	text-align: center;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 440px;
	margin-left: 15px;
}

p.formhead { 
	margin: 5px 0 5px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left; 
}

input {
	margin: 5px 0 5px 0;
}

textarea {
	margin: 5px 0 5px 0;
}

.button {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto; 
	margin-right: auto;
}



/* ==================
===== pictures ======*/

img.header_pic	{
	margin: 10px 0 0 220px;	
}

img.contentPic {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto; 
	margin-right: auto; 
}

img.contentPicB {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border: solid 1px #000000; 
}

img.contentPicL {
	float: left;
	margin: 10px 10px 10px 25px;
}

img.contentPicLB {
	float: left;
	margin: 5px 5px 5px 5px;
	border: solid 1px #000000;
}

img.contentPicR {
	float: right;
	margin: 10px 10px 10px 10px;
}

img.contentPicRB {
	float: right;
	margin: 5px 5px 5px 5px;
	border: solid 1px #000000;
}

img.contentPicCB {
	margin: 5px 5px 5px 5px;
	border: solid 1px #000000;
}

img.contentPicC {
	margin-left: 60px;
}



/* ==================
 Footer Navigation */
 
#footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin-top: 15px;
	border: solid 1px #000000;
	padding: 5px;
	text-align: center;
}

.foot:link { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	padding: 20px 0 20px 0;
}

.foot:visited { 
	color: #999999; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
 
}

.foot:hover { 
	color: #009036; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.foot:active { 
	color: #006e39; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
 
}

.business	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
