/* CSS Document */


body {
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet ms", arial, helvetica;
	visibility: visible;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(/images/template_images/bg_gradient.png);
	color: #999999;
}

h1, h2 {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFC0;
}

p {
	line-height: 18px;
	font-size: 12px;
	text-align: left; 
	margin: 0px; 
	padding: 0px 0px 15px 0px;
}

a:link,
a:active,
a:visited,
a:hover {
	color:#BAE361;
	text-decoration: none;
}

a:hover {
}

ul {
}

/* -------- Shared -------- */

#container {
	position: relative;
	width: 600px;
	margin: 10px auto 0px auto;
	padding: 0px;
}

#logo {
	margin: 0px;
	padding: 100px 0 0 0;
	background-color: black;
	background-image: url(/images/template_images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: solid 2px #666666;
}

#midsection {
	width: 100%;
	background-color: black;
	padding: 0px 0px 50px 0px;
	background-image: url(/images/template_images/decoration.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {
	margin-top: 0px;
	margin-right: 130px;
	padding: 10px 10px 10px 10px;
}

#content p {
	color: grey;
}

#content p:hover {
	color: white;
}

.float {
	float: left;
	clear: none;
	padding-right: 5px;
	padding-bottom: 56px;
}

#menu {
	position: absolute;
	top: 120px;
	right: 10px;
	width: 120px;
	margin: 0px 0px 0px 482px;
	padding: 0px 0px 0px 0px;
	background-color: #333333;
	background-image: url(/images/template_images/menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #666666;
}

#menu h2 {
	color: white;
	text-indent: 2px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 10px;
	background-color: #666666;
	background-image: url(/images/template_images/menu_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu h3 {
	color: white;
	text-indent: 2px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 4px 4px 4px 10px;
	background-color: #666666;
	background-image: url(/images/template_images/menu_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#menu ul {
	list-style-type: disc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 10px 0px;
}

#menu li {
	display: block;
	list-style-type: none;
	color: #6c9e2d;
	font-weight: normal; 
	font-style: italic;
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	font-size: 12px; 
	line-height: 14px;
}

#menu li:hover {
	color:#BAE361;
	background-color: #1D1D1D;
}

#menu li a:link,
#menu a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#menu li a:visited {
	color: #999999;
	text-decoration:none;
}

#menu li a:hover {
	color:#BAE361;
	text-decoration: underline;
}

#menu p {
	text-align: center;
	padding: 0px 5px 5px 5px;
	margin: 0px;
}

.general {
	background-color: #333333;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #666666;
}

.general h1,
.general h2 {
	background-color: #666666;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
}

.general h3 {
	color: white;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-style: italic;
	text-indent: 10px;
	padding: 10px;
	margin: 0px;
}

.general li {
	padding-bottom: 15px;
}

#footer {
	color: #666666;
	background-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(/images/template_images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 0px 20px 0px;
	padding-top: 10px;
}

#footer p {
	text-align: center;
}

.xyz {
	visibility: hidden;
	display: none;
}

#siteName {
/*	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(/images/template_images/h2.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
}

#siteName h2 {
}

.input {
	background-color: #99CCFF;
	border: #666666 1px dashed;
}
