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

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

body {
	background-color: #e1edce;
}

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

#base {
	width: 760px;
	float: left;
	background-color: #ddd9eb;
	background-image: url(../images/base-bg.png);
	background-repeat: repeat-y;
}

.pic {
	background-repeat: no-repeat;
	background-position: left 120px;
	float: left;
}

.p01 {
	background-image: url(../images/pic01.jpg);
}

.p02 {
	background-image: url(../images/pic02.jpg);
}

.p03 {
	background-image: url(../images/pic03.jpg);
}

.p04 {
	background-image: url(../images/pic04.jpg);
}

.p05 {
	background-image: url(../images/pic05.jpg);
}

#header {
	min-height: 110px;
	float: left;
	width: 760px;
	padding: 25px 0 0 0;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#logo {
	float: left;
	width: 170px;
	margin-left: 40px;
}

#tags {
	float: left;
	width: 510px;
	margin-right: 40px;
	text-align: right;
	margin-top: 15px;
}

#tags h1 {
	color: #584C97;
	font-size: 1.4em;
	font-weight: normal;
}

#tags h2 {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
}


#content {
	float: left;
	width: 760px;
}

#lhs {
	float: left;
	width: 351px;
	min-height: 600px;
}

#quote {
	width: 290px;
	margin: 300px 0 0 61px;
}

#contactbox {
	width: 290px;
	margin: 45px 0 0 61px;
}

.boxends {
	width: 290px;
}

.quotetext, .contacttext {
	width: 250px;
	background-image: url(../images/quote-text.png);
	background-repeat: repeat-y;
	padding: 0 20px;
}

.quotetext p {
	color: #584C97;
	font-size: 0.95em;
}

.contacttext p {
	color: #584C97;
	font-size: 0.85em;
	text-align: right;
}

.contacttext a {
	color: #584C97;
	text-decoration: none;
}

.contacttext a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#rhs {
	float: left;
	width: 409px;
}

#navigation {
	float: left;
	width: 389px;
	background-image: url(../images/navigation-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 10px;
	text-align: center;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size: 0.85em;
} 

#navigation ul li {
	margin-left: 0;
	padding: 0 5px;
	border-left: 1px solid #DDD9EB;
	list-style: none;
	display: inline;
}

#navigation ul li a {
	color: #DDD9EB;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation ul li a.navon {
	color: #C2D998;
	text-decoration: none;
}

#navigation ul li a.navon:hover {
	color: #DDD9EB;
	text-decoration: underline;
}

#navigation ul li.first {
	border-left: 0;
}

#text {
	float: left;
	width: 339px;
	padding: 30px 35px 0 35px;
}

#text h1 {
	color: #584C97;
	font-size: 1.1em;
	margin-bottom: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#text p {
	color: #584C97;
	font-size: 0.8em;
	margin-bottom: 1.2em;
	line-height: 130%;
}

#text a {
	color: #584C97;
	text-decoration: none;
	border-bottom: 1px dotted #584C97;
}

#text a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #584C97;
}

#bottom {
	float: left;
	width: 760px;
	height: 30px;
	background-image: url(../images/content-base.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	float: left;
	width: 710px;
	padding: 15px 25px;
}

#footer p {
	font-size: 0.75em;
	color: #584C97;
}

#footer a {
	color: #584C97;
	text-decoration: none;
}

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

#contact {
	float: left;
	width: 355px;
}

#copyright {
	float: left;
	width: 355px;
	text-align: right;
}

.picRight {
	clear: both;
	margin: 0 0 15px 10px;
}

