/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body { margin: 20px 0; font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666666; background-color: #cc9; background-image: url(../images/bg_tile.gif); background-repeat: repeat; background-attachment: scroll; }

a {
	color: #900;
}

a:hover {
	text-decoration: none;
	color: #1A7196;
}

/* Boxed */

.title {
	padding-left: 30px;
}

.boxed1 .title2 { height: 1em; padding-top: 5px; font-size: 110%; padding-left: 20px; color: #b09a33; }

.boxed1 .content {
	padding: 20px;
}

.boxed2 .title {
	background: url(../images/img04.gif) no-repeat left center;
	font-size: 182%;
}

.boxed2 .content {
	background: url(../images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	background: url(../images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Wrapper */

#wrapper { width: 760px; padding: 1px; border: double 3px #b09a33; }

/* Header */

#header {
	width: 760px;
	height: 201px;
	margin: 0 auto;
	background: url(../images/header_1.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #774804;
}

/* Logo */

#logo {
	float: left;
	width: 239px;
	height: 200px;
	border-right: 1px solid #ffffff;
	text-align: center;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 49px;
	background: #B09733 url(../images/header_2.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}


#menu ul {
	height: 5px;
	background: #774804;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 14px 15px 0;
	border-top: 5px solid #774804;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	border-top-color: #b09a33;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page { background-color: #fff; background-position: 0 0; width: 760px; margin: 0 auto; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }

/* Content */

#content { background-color: #fff; text-align: left; float: right; width: 480px; padding: 20px; border-bottom: 1px solid #ffffff; }

#content p, #content ol, #content ul { line-height: 152%; padding-bottom: 0.8em; }
#content h1, #content h2, #content h3, #content h4 {color: #b09a33; }
.indent { padding-left: 20px; }
#content ul { margin-top: 12px; margin-left: 24px; }
/* Sidebar */

#sidebar { background-color: #fff; text-align: left; float: left; width: 200px; padding: 20px; }

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p { font-size: 85%; padding-top: 0; padding-bottom: 1em; }

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Footer */

#footer { background-color: #fff; width: 760px; margin: 0 auto; padding: 20px 0; border-top: 5px solid #774804; }

#footer p {
	text-align: center;
	font-size: 85%;
}
.img_left { float: left;  margin-right: 6px; padding: 1px; border: solid 1px #cc9; }
.img_right { float: right; margin-left: 6px; padding: 1px; border: solid 1px #cc9; }
.img_full { padding: 1px; border: solid 1px #cc9; }
.img_capt_l { float: left; padding: 1px; border: solid 1px #cc9; }
.img_capt_r { padding: 1px; float: right; margin-left: 6px; border: solid 1px #cc9; }
.img_capt_r p { font-style: italic; padding-right: 3px; padding-left: 3px; }
/* Contact form */

fieldset {
	margin: 1.5em 0 0;
	padding: 0;
	border: solid 1px #b09a33;
}
legend { color: #b09a33; font-size: 1.2em; font-weight: bold; margin-left: 12px; }
fieldset ol {
	font-size: 1em; 
	padding: 1em 1em 0 0; 
	list-style: none;
}
fieldset li {
	padding-bottom: 6px;
}
.text {
	width: 200px; 
	border: solid 1px #b09a33;
}
.security {
	width: 138px; 
	border: solid 1px #b09a33;
}
.text_inq {
	width: 200px; 
	height: 140px; 
	border: solid 1px #b09a33;
	}
fieldset.submit {
	border-style: none;
	float: none;
	padding-left: 12em;
}
label {
	float: left;
	width: 12em;
	margin-right: 1em;
	text-align: right;
}
