html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #003758;
}
a:hover {
	color: #0079C2;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 0px;
	background: url(images/body_bg.jpg) repeat-x;*/
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 920px;
	top: 20px;
  	position: relative;
  /*background: #000034;  url(images/body_bg.gif) repeat-y;*/
}

#left {
	float: left;
	width: 320px;
}
#logo {
  height: 90px;
  text-align: center;
}

#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.featurebox1 {
  background: url(images/feature1.jpg) no-repeat;
  width:300px;
  height:130px;
  margin-bottom:5px;
  padding: 40px 0px 0px 0px;
  font: 24px arial, sans-serif;
}

#featurebox1{ 
height:130px; /*or whatever*/ 
width:300px; 
} 

#featurebox1 h2{ 
height:130px; /*match to #header height
text-indent: -100.0em; */
font: 24px arial, sans-serif;
padding-left:10px;
padding-top: 30px; 
overflow: hidden; 
background: url(images/feature1.jpg) no-repeat; 
} 

#featurebox1 h2 a{ 
display:block; 
line-height:90px; /*match to h1 height*/ 
}

#featurebox2{ 
height:130px; /*or whatever*/ 
width:300px; 
} 

#featurebox2 h2{ 
height:130px; /*match to #header height
text-indent: -100.0em; */
font: 24px arial, sans-serif;
padding-left:10px;
padding-top: 30px; 
overflow: hidden; 
background: url(images/feature2.jpg) no-repeat; 
} 

#featurebox2 h2 a{ 
display:block; 
line-height:90px; /*match to h1 height*/ 
}

#featurebox3{ 
height:130px; /*or whatever*/ 
width:300px; 
} 

#featurebox3 h2{ 
height:130px; /*match to #header height
text-indent: -100.0em; */
font: 24px arial, sans-serif;
padding-left:10px;
padding-top: 30px; 
overflow: hidden; 
background: url(images/feature3.jpg) no-repeat; 
} 

#featurebox3 h2 a{ 
display:block; 
line-height:90px; /*match to h1 height*/ 
}

.featurebox2 {
  background: url(images/feature2.jpg) no-repeat;
  width:300px;
  height:90px;
  margin-bottom:5px;
  padding: 40px 0px 0px 0px;
  font: 24px arial, sans-serif;
}

.featurebox3 {
  background: url(images/feature3.jpg) no-repeat;
  width:300px;
  height:90px;
  margin-bottom:5px;
  padding: 40px 0px 0px 0px;
  font: 24px arial, sans-serif;
}
#nav {
  background: url(images/nav_left.jpg) no-repeat;
}

#nav a {
  color: #333333;
  text-decoration: none;
  /*border-left: 1px solid #FFFFFF;
  padding-left: 10px;*/
  display: block;
  width: 300px;
  padding: 2px 0 6px 8px;
}

#nav .title1 {
  font: 38px arial, sans-serif;
  color: #FFFFFF;
  padding:10px 0px 0px 0px;
  text-align:center;
}
#nav .title2 {
  font: 18px arial, sans-serif;
  color: #FFFFFF;
  padding:0px 0px 10px 0px;
  text-align:center;
}
#right {
  float: right;
  width: 595px;
  padding-top: 0px;
}
#right h2 {
  font: 26px "Arial narrow", arial, sans-serif;
  color: #666666;
  padding-bottom: 3px;
  margin-bottom: 0em;
}
#right h3 {
  font: 18px "Arial narrow",arial, sans-serif;
  color: #666666;
  font-weight: bold;
  padding-bottom: 3px;
}

#right h4 {
  font: 12px arial, sans-serif;
  color: #996600;
  font-weight: bold;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}

#navmenu {
	height: 88px;
}

#navmenuPosition ul{
	display: block;
	text-align:right;
	width: 590px;
	font: 16px arial, sans-serif;
	color: #000033;	
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 60px;
}

#navmenuPosition li{
	display: inline;
	margin: 0px 0px 0px 30px;
}

#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}
#homeimage {
  background: url(images/homepic2.jpg) no-repeat;
  width:600px;
  height:500px;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

#internalcontent {
  background: #DDDDDD;
  width:560px;
  height:480px;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  padding: 10px 10px 10px 10px;
}

#spacer {
  height: 2em;
}

#footer {
  margin-top: 10px;
  text-align:left;
}
#copyright {
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  color: #333333;
  font-weight: normal;
}
