/* CSS Document */

/* Layout */


body {
	background-color: #FFF3DA;
	margin: 0;
	padding: 0;
	}

#container {
	width: 1076px;
	margin: 0;
	}

#left {
	width: 228px;
	height: 605px;
	background: #334100 url(../images/flowers.png) no-repeat top left;
	float: left;
	}

#right {
	width: 848px;
	float: left;
	}

#header {
	padding: 5px 38px 0 0;
	text-align: right;
	background: #334100 url(../images/header.png) no-repeat top left;
	height: 103px;
	}

/*#menu {
	height: 30px;
	padding-left: 181px;
	background: #8F9D5A url(../images/menu-bkg.gif) no-repeat top left;
	}*/

#content {
	height: 100%;
	padding: 14px 0;
	}

#main {
	padding: 0 10px 0 20px;
	width: 532px;
	}

#side {
	padding: 15px 10px;
	width: 205px;
	float: right;
	}

#social {
	position: absolute;
	top: 600px;
	left: 10px;
	padding: 15px 10px;
	width: 228px;
	}

#social img {
	border: none;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
	}

.quoter {
	margin: 10px 0;
	}

.copyright {
	clear: left;
	padding: 50px 20px 0 20px;
	width: 532px;
	}

#header img {
	float: left;
	}

#main > img:first-child {
	margin-top: 9px;
	}

.line {
	margin-top: 25px;
	border-bottom: 1px solid #8F9D5A;
	width: 95%;
	}

.worth {
	width: 157px;
	padding: 0 10px;
	float: left;
	text-align: center;
	}
	
.worth-row {
	margin-bottom: 50px;
	padding-bottom: 10px;
	height: 120px;
	}

.worth img {
	margin-bottom: 5px;
	}

.details + .worth-row {
	padding-top: 20px;
	}


/* Header Menu*/
#header_menu {
	background: url('../images/menu-bkg.png') no-repeat 0 0;
	width: 848px;
	height: 30px;
	margin: 0;
	padding: 0;
/*	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
}
#header_menu UL#menu {
	float: left;
	background: none;
	height: 30px;
	margin: 0;
	padding: 1px 0 0 5px;
/*	border-bottom: 1px solid #FFFFFF;	*/
}
UL#menu LI {
	float: left;
	list-style: none;
	line-height: 23px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #435503;
}
UL#menu LI.first_item {
	border-left: none;
}

UL#menu LI A {
	background: url('../images/header_menu_button_bg.png') no-repeat 0 0;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
/*	letter-spacing: 0.25pt;*/
	line-height: 23px;
	text-align: center;
	padding: 0 8px 0 8px;
	display: block;
}
UL#menu LI A:hover {
	background: url('../images/header_menu_button_bg.png') no-repeat 0 -25px;
	text-decoration:none;
}
UL#menu LI:hover UL.sub_menu {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #FFF7E5;
	border-top-width: 0;
}
UL#menu LI UL.sub_menu {
	background: #434F13;
	position: absolute;
	width: 200px;
	margin: 0;
	padding: 0;
	border: none;
	display: none;
}
UL#menu LI UL.sub_menu LI UL.sub_menu_level_2 {
	position: absolute;
	top: -1px;
	left: 200px;
	width: 200px;
	margin: 0;
	padding: 0;
	border: 1px solid #FFF7E5;
	display: none;
}
UL#menu LI:hover UL.sub_menu LI:hover UL.sub_menu_level_2 {
	display: block;
}
UL#menu LI UL.sub_menu LI {
	position: relative;
	clear: both;
	border: none;
	padding: 0 10px 0 0;
	margin: 0;
	width: 190px;
}
UL#menu LI UL.sub_menu LI.first_item{
	border-top: none;
}
UL#menu LI UL.sub_menu LI A {
	background: #737F45;
	color: #FFFFFF;
	font-size: 9pt;
	/*font-weight: bold;*/
	text-decoration: none;
	text-transform: capitalize;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	width: 180px;
	margin: 0;
	padding: 3px 15px 0 11px;
	display: block;
}
UL#menu LI UL.sub_menu LI A.parents {
	background: url('images/sub_item_bg.png') no-repeat right 0;
}
UL#menu LI UL.sub_menu LI A:hover {
	background: #CC9933;
}
UL#menu LI UL.sub_menu LI A.parents:hover {
	background: #CC9933 url('images/sub_item_bg.png') no-repeat right -75px;
}

/* Typography */


body {
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 17px;
	line-height: 28px;
	color: #334100;
	}

p.details {
	font-size: 14px;
	line-height: 21px;
	}

h1 {
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #334100;
	}

h2 {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: -8px;
	}

h3 {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #CC9933;
	margin-bottom: -8px;
	}

h3 + h2 {
	margin-top: 12px;
	}

h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

li {
	font-size: 14px;
	line-height: 21px;
	}

li.nobull {
	font-size: 14px;
	line-height: 21px;
	list-style: none; 
	list-style-image: none;
	}

#header {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #C6CC99;
	/*text-transform: uppercase;*/
	}

.quote {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	color: #CC9933;
	text-indent: -7px;
	}

.quoter {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8F9D5A;
	}

.q {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC9933;
	text-transform: uppercase;
	}

.a {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}

p.question {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CC9933;
	text-transform: uppercase;
	font-weight: bold;
	}

#main > p.question:first-child {
	margin-top: 22px;
	}

p.answer {
	font-size: 14px;
	line-height: 21px;
	margin-top: -10px;
	margin-bottom: 25px;
	}

.copyright {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #8F9D5A;
	}
	
.worth {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	}
	
.social_link {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
	}

li > em {
	color: #334100;
	}



/* Lists */


ul {
	margin: 0;
	padding: 10px 0 0 20px;
	}

ul li {
	padding: 4px 0 0;
	list-style-image: url(../images/bullet.gif);
	}

ol {
	margin: 0;
	padding: 10px 0 0 20px;
	}

ol li {
	padding: 4px 0 0;
	}



/* Links */


a:link {
	color: #334100;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	outline: none;
	}

a:visited {
	color: #8F9D5A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	outline: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	background: #CC9933;
	outline: none;
	}

a:active {
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	background: #CC9933;
	outline: none;
	}

h2 a:link, h2 a:visited {
	color: #334100;
}

#menu a:link, 
#header a:link, 
.worth a:link {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: 0;
	}

#menu a:visited, 
#header a:visited,
.worth a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: 0;
	}

#menu a:hover, 
#header a:hover,
.worth a:hover {
	text-decoration: underline;
	color: #fff;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: 0;
	}

#menu a:active, 
#header a:active,
.worth a:active {
	text-decoration: underline;
	color: #fff;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: 0;
	}

#social a:link,
#social a:active,
#social a:visited {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	border: none;
	}
	
.copyright a:link {
	color: #334100;
	text-decoration: none;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: none;
	}

.copyright a:visited {
	text-decoration: none;
	color: #334100;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: none;
	}

.copyright a:hover {
	text-decoration: none;
	color: #CC9933;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: none;
	}

.copyright a:active {
	text-decoration: none;
	color: #FFCC66;
	border-bottom-width: 0;
	border-bottom-style: none;
	background: transparent;
	outline: none;
	}



/* © 2008 Designed by Threestory Studio */

