

/* Global configs */

body {
	margin: 0;
	padding: 0px;
	color: #313063;
	font-size: 0.7em;
	line-height: 1.6em;
	background: #313063;
	text-align: center;
	z-index: -1;
}

body, input, textarea {
	font-family: trebuchet ms, sans-serif;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 2.72em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 2.56em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 2.4em;
	}
	
p {
	font-size: 1.2em;
	font-weight: 100;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #4E4C97;
}

#content li {
	font-size: 1.2em;
	font-weight: 100;
}



/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 752px;
	z-index: 1;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../static_images/header.jpg) top center no-repeat;
	width: 752px;
	height: 186px;
	text-align: right;
	z-index: 1;
}


#header a {
	color: #8486C6;
}


#header ul, #header ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}














#info {
	position: absolute;
	top: 186px;
	left: 0px;
	width: 752px;
	height: 58px;
	background: url(../static_images/info_image.gif) left center no-repeat #4E4C97;
	border-bottom: 2px solid white;
}
















#content {
	width: 752px;
	margin: 0px;
	padding: 244px 0px 0px 0px;
	background: url(../static_images/content_bg.gif) top right repeat-y white;
	text-align: left;
	z-index: 1;

}















#navigation * {
	padding: 0;
	margin: 0;
}

#navigation {
	float: right;
	width: 213px;
	margin: 0px;
	padding: 0px;
	color: white;
	display: inline;
}

#navigation ul, navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	padding: 5px 0px 5px 10px;
	color: white;
	display: block;
	width: 203px;
	height: 16px;
	border-bottom: 1px solid #8486C6;
}

#navigation ul li a:hover {
	background: #313063;
}

#navigation div.testimonial {
	background: #4E4C97;
	padding: 20px;
	text-align: left;
}



#navigation form.subscribe {
	background: #8486C6;
	padding: 0px 20px 20px 20px;
	text-align: left;
}


#navigation div.quotation {
	background: #4E4C97;
	padding: 0px 20px 20px 20px;
	text-align: left;
}

#navigation div.quotation a, #navigation div.quotation a:link, #navigation div.quotation a:visited {
	color: white;
}

#navigation div.quotation a:hover {
	color: white;
	border-bottom: 1px solid white;
}


#navigation div.spacer {
	overflow: hidden;
	border-bottom: 2px solid white;
	width: 213px;
	height: 0px;
}







#body {
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 20px;
	width: 497px;
	overflow: hidden;
}

#body * {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.4em;
}

#body h1 {
	position: relative;
	top: -10px;
	left: -20px;
	width: 497px;
	background: #8486C6;
	color: white;
	padding: 10px 20px;
	font-size: 2.6em;
	line-height: 1.2em;
	text-align: left;
}

#body ul {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#body ul li {
	margin: 0px;
	padding: 0px;
}

#body hr {
	padding: 0px;
	margin: 7px 0px 7px 0px;
	height: 1px;
	background: #CACBE3;
	border: 0px;
	color: #CACBE3;
}











#footer {
	width: 692px;
	height: 48px;
	padding: 15px 0px 5px 60px;
	background: url(../static_images/footer_bg.gif) top right repeat-y;
	border-bottom: 3px solid white;
}

#footer p {
	color: white;
	margin: 0px;
	padding:0px;
}

?>