@charset "utf-8";
/* CSS Document */

menubody {
	background: url(../site_images/header_repeat.png) repeat-x fixed;
	background-color:#FFFFCC;
	margin:0;

}
/* Begin Banner styles */
#banner_container {
	background-image:url(../site_images/header_repeat.png);
	background-repeat:repeat-x;
	padding-bottom:10px
}
#site_container {
	width:960px;
	margin:auto;
}

img.banner {
	position:relative;
	top:-10px;
	left:20px;
	border:solid 1px #FF9900
}
/* End Banner styles */

/* Begin Menu styles */
#menu {
	height: 18px;
	width:960px
}

#menu ul {
	margin: 0 ;
	padding: 0px 0px 0px 10px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	float: left;
	background-color:#999999
}

#menu a {
	display: block;
	float: left;
	padding: 12px 7px 11px 7px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #FF9933 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FF6600;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #FF9933;
	padding: 12px 10px 11px 10px;
	color: #666666;
}

#menu .last{
	border-right: #FF9933 1px solid;
}
/* End Menu styles */

/* Begin Content Container styles */
#content_container {
	background-image:url(../site_images/logo_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	top:21px;
	background-color:#FFCC99;
	margin: 0px 0px 0px 0px;
	border-top: solid 2px #FF9933;
	border-right: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;
	border-left: solid 1px #FF9933;
	
}

#content_container_no_bg {
	position:relative;
	top:21px;
	background-color:#FFCC99;
	margin: 0px 0px 0px 0px;
	border-top: solid 4px #FF9933;
	border-right: solid 1px #FF9933;
	border-bottom: solid 1px #FF9933;
	border-left: solid 1px #FF9933;
}
/* End Content Container styles */

/* Begin General Content styles */
div.text_intro {
	width:580px;
	padding-top: 0;
	padding-bottom:10px;
	padding-left: 20px;
	float:left
}

div.images{
	float:right;
	margin:20px 20px 20px 0px;
}

div.images img{
	border:solid 1px #FF9900
}

h2 {
    color:#610720;
    font-size:150%;
    font-weight: normal;
}

.img_about {
    margin: 6px 8px 0 8px;
    border:solid 1px #FF9900;
}

p.title_text {
	color:#610720;
	font-size:200%;
	padding-right:20px;
	text-align:left}
	
p.sub_title_text {
	color:#610720;
	font-size:150%;
	padding-right:20px;
	text-align:left
}

p.sub_title_text a {
	text-decoration:none;
	color:#610720
}
p.sub_title_text a:hover {
	color:#FF6600;
}
p.sub_title_text a:visited {
	color:#610720;
}

p.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#333333;
}

ul.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#333333;
}

td.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#333333;
}

p.content_text a{
	color:#FF3300;
	text-decoration:none
}

p.content_text a:hover{
	text-decoration:underline
}

#bottom_stripes {
	position:relative;
	top:10px
}
/* End General Content styles */

/* Begin Download Page styles */
#dldivtbl {
	background-color:#FFFFCC;
	border: solid 1px #FF9900;
	margin: 0px 25px 10px 25px;
	padding: 5px 5px 5px 15px;
}

p.dl_content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#333333;
	width:85%
}
p.dl_content_text a{
	color:#FF3300;
	text-decoration:none
}

p.dl_content_text a:hover{
	text-decoration:underline
}
/* End Download Page styles */

/*Begin Contact Page styles*/
#contact_container {
	position:relative;
	left:20%;
	padding-bottom:40px;
	padding-left: 50px;
        width: 600px;
}

.contact_text {
	float:left; 
	margin:0;
	background-color:#FFFFCC; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	border-top: solid 1px #FF9900; 
	border-bottom: solid 1px #FF9900; 
	padding-left:25px; 
	padding-right:20px;
	color:#333333;
	height:150px
}

#mail_form {
	border-top:solid 1px #FF9933;
	float:left;
	padding-top:20px;
	position:relative;
	left:275px;
}

/*End Contact Page styles*/

/*Begin Footer styles*/

#site_map_container {
	text-align:center;
	padding-top:25px
}

#site_map_container a {
	padding: 0 5px;
	text-decoration: none;
	font-size: 80%;
	font-weight:lighter;
	color: #610720;
}

#site_map_container a:hover {
	text-decoration: underline;
	color:#000000
}

#footer_container {
	background-image:url(../site_images/footer_repeat.png);
	background-repeat:repeat-x;
	height:39px;
	text-align:center;
	font-size:12px;
	padding-top:20px
}
#footer_container a {
color:#333333;
text-decoration:none
}
#footer_container a:hover {
color:#999999;
text-decoration:underline
}