/* CSS Layout Document, 2008 Heather Wait */

/* Reset defaults */
p, h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0; }
a img,:link img,:visited img { border: none; }


/* Layout Specific Styles */
body {
	background: url('images/background.jpg');
	font: 76%/1.5em Georgia, "Times New Roman", Times, serif;
	color: #517176;
	}

#container {
	background: #ffffff url('images/content_bg.jpg');
	width: 704px;
	margin: 0px auto;
	}

#head {
	background: url('images/head_bg.jpg') no-repeat;
	padding: 12px 22px;
	}

#content {
	padding: 0px 22px;
	line-height: 1.9em;
	}

#intro {
	margin: 10px 0px 0px 0px;
	}

.divider {
	width: 658px;
	height: 44px;
	position: relative;
	clear: both;
	font-size: 10px;
	margin-top: 10px;
	}

.divider span {
	background: url('images/divider.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

.divider2 {
	background: url('images/divider2.gif') no-repeat;
	width: 300px;
	height: 50px;
	margin: 0px auto;
	}

.col_lt {
	width: 200px;
	float: left;
	margin-right: 10px;
	}

.col_rt {
	width: 448px;
	float: left;
	}

#footer {
	background: url('images/footer_bg.jpg') no-repeat bottom;
	padding: 12px;
	clear: both;
	text-align: center;
	font: .8em Arial, Helvetica, sans-serif;
	}


/* General Styles */

h1 {
	font-size: 2em;
	color: #9e856e;
	font-style: italic;
	font-weight: normal;
	margin-bottom: .5em;
	line-height: normal;
	}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: normal;
	}

a:link { text-decoration: none; color: #9e856e; }
a:visited { color: #c8b7a8; text-decoration: none; }
a:hover { color: #9bb3bf; text-decoration: underline; }

.float_left { float: left; padding-right: 10px; }
.float_right { float: right; padding-left: 10px; }

.clear { clear: both; }

p { margin-bottom: 1em; }

p.txt_rt {
	text-align: right;
	float: right;
	}

form {
	margin: 0px auto;
	width: 410px;
	}

input, textarea {
	background: #f0f5f6;
	border: 1px solid #ccc;
	}


/* Customized Styles */

h1#logo {
	width: 187px;
	height: 86px;
	position: relative;
	font-size: 12px;
	margin-bottom: 10px;
	}

h1#logo span {
	background: url('images/logo.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#intro h1 {
	padding-top: 5px;
	}
	
ul#navigation {
	background: #cee7eb;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	text-align: right;
	font-size: 1.3em;
	text-transform: lowercase;
	}

ul#navigation li {
	display: inline;
	list-style-image: none;
	padding: 5px;
	}
	
a.launch {
	background: url('images/external.gif') no-repeat;
	padding-left: 17px;
	}
	