@import url("footer.css");
@import url("gallery.css");
@import url("header.css");
@import url("maincontent.css");
@import url("navigation.css");
@import url("reset.css");
@import url("sidebar.css");
@import url("sitemap.css");
@import url("slideshow.css");
@import url("tables.css");
@import url("text.css");

/*------------------------------------------------------------*
**  SITE
**  common site layout styling
**------------------------------------------------------------*/
body{
	background:url(../images/body_bg.gif) top left repeat-x;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#outerWrap {
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	width:980px;
}
#innerWrap {
    clear:both;
	padding:0;
	height:auto;
	width:980px;
}
#contentWrap{
	clear:both;
	float:left;
	padding:0 0 20px 0;
	width:980px;
}


/*------------------------------------------------------------*
**  SITE - SPECIFICS
**  common site styling
**------------------------------------------------------------*/
hr {
    border: 0;
    height: 1px;
    background-color: #ccc;      
    color: #ccc;
    width: 100%;
    text-align:center;
}


/*------------------------------------------------------------*
**  form stuff
**------------------------------------------------------------*/

.required {	color: #FF0000;}.field_title {	font-size: 12px;	width: 100px;	vertical-align: top;	text-align:right;}.textfield {	font-size: 12px;	width: 200px;}.textarea {	font-size: 12px;	width: 90%;	height: 100px;}.field_heading {	font-size: 12px;	font-weight: bold;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #666666;	padding-top: 10px;	color: #666666;}.select {	font-size: 12px;}.checkbox_label {	font-size: 11px;	cursor: pointer;}.radio_label {	font-size: 11px;	cursor: pointer;}.email {	font-size: 12px;	width: 200px;}/*** Don't remove the class nixhier, this is required for ASP ***/.nixhier {	display:none;}
