* { background-repeat: no-repeat; margin: 0; padding: 0; background-position: left top; }
html {height:100%}
body { 
min-height:101%;
background-color: #fff;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
margin: 0;
padding: 0;
text-align: left;
font: normal 13px verdana, arial, geneva, helvetica, sans-serif;
line-height: 1.1em; font-size: 12px;
}

#wrapper { 
width: 756px; margin: 0 auto;
background-color: #fff;
background-image: url(../images/layout.jpg);
}

#page {
padding: 5px 12px 0px 12px;
}

#masthead {
position: relative;
}
#top_nav { 
width: 732px; margin: 0 auto;
height: 33px;
}

#top_nav .inner {
	padding: 0px 5px 0px 5px;
	text-align: left;
}

div#top_nav ul {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight:bold;
    color: #FFF;
    line-height: 33px;
    white-space: nowrap;
}
div#top_nav li {
    list-style-type: none;
    display: inline;
}
div#top_nav li a {
    text-decoration: none;
    padding: 8px 10px 6px 8px;
    color: #FFF;
}
div#top_nav li a:link {
    color: #FFF;
	font-weight: bold;
}
div#top_nav li a:visited {
    color: #FFF;
	font-weight: bold;
}

div#top_nav li a:hover {
    font-weight: bold;
    color: #FFF;
    background: #f5f5f5 url(../images/button_bg.jpg) repeat-x 33px 100%;
	background-position: left bottom;
}

#mainheader {
	background-image: url(../images/header.jpg);
	height: 212px;
	background-position: left bottom;
}
#thoughtheader {
	background-image: url(../images/header_thought.jpg);
	height: 212px;
	background-position: left bottom;
}
#contactheader {
	background-image: url(../images/header_contact.jpg);
	height: 212px;
	background-position: left bottom;
}

#historyheader {
	background-image: url(../images/header_history.jpg);
	height: 212px;
	background-position: left bottom;
}

#infobox {
	float: right;
	display: block;
	background: #fff;
	width: 314px;
	height: 330px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	line-height: 1.1em;
	font: normal 15px arial, verdana, geneva, helvetica, sans-serif;
line-height: 1.1em; 
	}
#newsbox {
	display: block;
	background: #fff;
	width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font: normal 13px arial, verdana, geneva, helvetica, sans-serif;
	}
#infobox2 {
	display: block;
	background: #E6F2FF;
	width: 300px;
	border:solid thin #000000;
	padding: 10px 7px 10px 7px;
	text-align: left;
	}
	

#main {
	height: 500px;
}	
#content {
	margin-left: 0px;
	width: 700px;
	min-height: 500px;
	padding: 20px 18px 20px 13px;
	line-height: 150%;
}

h1 {
	margin: 8px 0 0 30px;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	}
	
h1 a {
	display: block;
	width: 200px;
	height: 70px;
	text-decoration: none;
	text-indent: -3000px;
	}
	

h2 {
font-family: "Trebuchet MS", Verdana, Arial;
font-size: 170%;
margin-top: 0.1em;
margin-bottom: 0.2em;
color: #333333;
}

h3 {
font-size: 120%;
margin-bottom: 0.2em;
margin-top: 0.5em;
font-weight: bold; color: #777;
}

h2 em { color: #3B6BB2; font-style: normal; }

hr { 
width: 700px;
margin-bottom: 0.5em;
margin-top: 15px;
color:#333333;
background-color: #333333;
height: 1px;
 }

.company { color:#3B6BB2; font-style: bold; } 

a:link, a:visited {
color: #4170B8; text-decoration: none;
} 

a:hover, a:active { 
color: #0099ff; text-decoration: underline; }

#footer {
width: 700px; 
margin: 0 auto;
padding: 10px;
background-color:#F5F5F5;
}
#footer2 {
width: 690px; 
margin: 0 auto;
padding: 20px;
background-color:#ffffff;
}
ul {
margin-left: 14px;

}
.smalltext {
font-size:9px;
}