/*---- general styles ----*/

* { padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; }

body {
	background-color: #4D4948;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

#header, #navigation, #splash, #content, #footer {
	width: 760px;
	border-top: 5px solid #343130;
	background-color: #FFFFFF;
	float: left;
}

#header {
	height: 140px;
}

#navigation {
	background-color: #315D76;
}

#navigation ul {
	display: inline;
}

#navigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
}

#navigation li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.75em;
	padding: 3px 12px;
	border-right: #343130 1px solid;
	line-height: 200%;
}

#navigation li a:hover {
	color: #000000;
	text-decoration: none;
}

#navigation li.navon a {
	color: #00CCFF;
	text-decoration: none;
}

#navigation li.navon a:hover {
		color: #000000;
}

#splash {
	height: 200px;
}

#content {
	width: 700px;
	padding: 30px 30px;
}

#content h1 {
	padding: 0 0 1.4em 0;
	font-size: 1.1em;
	color: #315D76;
}


#content p {
	padding: 0 0 1.4em 0;
	font-size: 0.8em;
	color: #333333;
	line-height: 120%;
}

#content h3 {
	padding: 5px 10px;
	font-size: 0.8em;
	color: #ffffff;
	background-color: #315D76;
	margin-bottom: 5px;
}

#content h4 {
	padding: 5px 10px;
	font-size: 0.75em;
	color: #ffffff;
	background-color: #4D4948;
	margin-bottom: 5px;
	float: left;
	width: 680px;
}


#footer p {
	font-size: 0.8em;
	padding: 10px 30px;
	color: #999999;
}

#footer a {
	text-decoration: none;
	color: #315D76;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
}

.hprow {
	width: 700px;
	float: left;
}

.hpblock {
	float: left;
	background-color: #eeeeee;
	margin-bottom: 5px;
}

.left {
 	width: 348px;
	margin-right: 2px;
}

.right {
 	width: 347px;
	margin-left: 3px;
}

.hprow h2 {
	padding: 5px 10px;
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
}

#content a {
	text-decoration: none;
	color: #315D76;
}

#content a:hover {
	text-decoration: underline;
	color: #333333;
}

.hprow img {
	padding-right: 5px;
}
