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

body {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.li {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.menu_items {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

#image_holder {
	height: 100px;
	width: 100%;
}
#menu {
	background-image: url(images/menu_background.jpg);
	background-repeat: repeat-x;
	height: 49px;
	width: 100%;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width: 95%;
	margin-top: 5%;
	margin-left: 5%;
	line-height: 1.5pc;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5%;
	padding-top: 5px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}

a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}#red_header {
	background-color: #CC0000;
	height: 10px;
	width: 100%;
}
h1 {
	font-family: trebuchet ms,arial,tahoma,verdana;
	font-size: 36px;
	color: #cc0000;
}h3 {
	font-family: trebuchet ms,arial,tahoma,verdana;
	font-size: 20px;
	color: #cc0000;
}

#menu_include {
	width: 350px;
	float: right;
	margin-right: 15px;
	text-align: right;
}

#menu_include li {
	margin: 0;
	display: inline;
	padding-left: 4px;
	padding-right: 7px;
	_padding-left: 8px;
	_padding-right: 5px;
	border-right: 1px solid #E6E6E6;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, serif;
	color: #333333;
}

#menu_include li a {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
#menu_include li a:visited {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}#menu_include li a:hover {
	color: #cc0000;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
.style1 {
	font-size: 18px;
	color: #CC0000;
}
.contact_label {
	font-family:trebuchet ms,arial,tahoma,verdana;
	font-size:13px;
	font-weight: bold;
}

.contact_field {
 	width: 250px;
	height: 24px;
        font-family: verdana,arial;
        font-size: 12px; 
 	color: #000000;
 	background-color: #ffffff;
 	border: 1px solid #000000;
        padding: 3px;
}

.contact_select {
 	width: 253px;
	height: 24px;
        font-family: verdana,arial;
        font-size: 12px; 
 	color: #000000;
 	background-color: #ffffff;
        padding: 2px;
}

.contact_subject {
 	width: 250px;
	height: 24px;
        font-family: verdana,arial;
        font-size: 12px; 
 	color: #000000;
 	background-color: #ffffff;
 	border: 1px solid #000000;
        padding: 3px;
}

.contact_textarea {
 	width:335px;
	height: 60px;
        font-family: verdana,arial;
        font-size: 11px; 
 	color: #000000;
 	background-color: #ffffff;
 	border: 1px solid #000000;
        padding: 3px;
}

.contact_textarea2 {
 	width:335px;
	height: 140px;
        font-family: verdana,arial;
        font-size: 11px; 
 	color: #000000;
 	background-color: #ffffff;
 	border: 1px solid #000000;
        padding: 3px;
}

.contact_button {
 	font: 12px tahoma,verdana,arial;
	font-weight: bold;
	color: #ffffff;
 	background-color: #666666;
	width: 123px;
	height: 23px;
	border-width: 1px;
        border-color: #cccccc;
 	margin-left: 0px;
 	margin-top: 0px;
 	margin-bottom: 0px;
}
#banner {
	float: left;
	height: 110px;
	width: 750px;
	margin-right: 25px;
	margin-top: 40px;
	vertical-align: text-top;
}
#messaging_applications {
	float: right;
	width: 400px;
	margin-top: -24px;
}
#mobile_mondays {
	float: right;
	width: 160px;
}
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }