@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2a1313;
	background-image:url(file:///Macintosh%20HD/Users/noelia/Documents/Gunn/html/images/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
}
.oneColFixCtrHdr #navbar {
	background: #DDDDDD;
		z-index: 1000; 
}
.oneColFixCtrHdr #slideshow {
	background: #DDDDDD;
	margin:0;
}

.oneColFixCtrHdr #homeMainContent {
	background: #ffffff;
	width: 638px;
	height: 250px;
	text-align: right;
	margin:0;
	background-image:url(../images/gradient_back.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}

.oneColFixCtrHdr #mainContent {
	background: #ffffff;
	margin:0;
	background-image:url(../images/gradient_back.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}

.oneColFixCtrHdr #videoFeature{
	background: #cccccc;
	width: 300px;
	float:right;
	margin:0;
	text-align: center;
	height:250px;
}

.oneColFixCtrHdr #footer {
	background:#000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 05px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footerTxt {font-size: 10px; color: #FFFFFF; }
.postTxt {font-size: 10px; color: #666666; }
.featureTxt {font-size: 16px; color: #7e1515; font-family:"Times New Roman", Times, serif; font-weight: bold; }
.subheaderTxt {font-size: 14px; color: #000000; font-family:"Times New Roman", Times, serif; font-weight: bold; }

.oneColFixCtrHdr #footer table, tr { 
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

.basicTxt {
	font-size: 11px;
}

/***********************************************/
/* left Nav Styles                             */
/***********************************************/

a{FONT:Bold 11px Arial, Helvetica, sans-serif; color:#600000; TEXT-DECORATION:none;}
a:link, a:active, a:visited{FONT:Bold 11px Arial Verdana, sans-serif; color:#600000; TEXT-DECORATION:none;}
a:hover{TEXT-DECORATION:underline;}


.nav2 {
	background-color:#ffffff;
	width: 175px;
}

a.secondaryNav:link, a.secondaryNav:active, a.secondaryNav:visited {
	padding: 10px 0px 10px 15px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	display:block;
	FONT:Bold 12px Arial, Verdana, sans-serif; 
	TEXT-DECORATION: none;
}

a.secondaryNav:hover {TEXT-DECORATION: underline;}

a.secondaryNavOn:link, a.secondaryNavOn:active, a.secondaryNavOn:visited{
	padding: 5px 0px 5px 15px;
	display:block;
	FONT:Bold 14px Arial, Verdana, sans-serif; 
	TEXT-DECORATION: none; 
	background-color:#dad0d0;
}

a.secondaryNavOn:hover {TEXT-DECORATION: underline;}

.nav3 {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#dad0d0;
}

a.thirdNav:link, a.thirdNav:active, a.thirdNav:visited {
	padding: 1px 0px 1px 15px; 
	display:block;
	FONT:Normal 11px Arial, Verdana, sans-serif; 
	color: #600000; 
	TEXT-DECORATION: none;
}

a.thirdNav:hover {TEXT-DECORATION: underline;}

a.thirdNavOn:link, a.thirdNavOn:active, a.thirdNavOn:visited{
	padding: 1px 0px 1px 15px; 
	display:block; 
	FONT:Normal 11px Arial, Verdana, sans-serif; 
	color: #573862; 
	TEXT-DECORATION: none; 
	background-color:#ffffff;
}

a.thirdNavOn:hover{TEXT-DECORATION: underline;}

.nav4 {
	background-color:#ffffff; 
	}

a.fourthNav:link, a.fourthNav:active, a.fourthNav:visited {
	padding:1px 0px 1px 22px; 
	display:block; 
	FONT:Normal 11px Arial, Verdana, sans-serif; 
	color: #573862; 
	TEXT-DECORATION: none;
}

a.fourthNavOn:hover, a.fourthNav:hover {TEXT-DECORATION: underline;}

a.fourthNavOn:link, a.fourthNavOn:active, a.fourthNavOn:visited{
	padding:1px 0px 1px 22px; 
	display:block; 
	FONT:Bold 11px Arial, Verdana, sans-serif; 
	color: #573862; 
	TEXT-DECORATION: none; 
	background-color:#ffffff;
}

a.fourthNavOn:hover{TEXT-DECORATION: underline;}

.InThisSection{
	border-top-color:#4c3458;
	border-top-width:thick;
	border-top-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:thin;
	border-bottom-style:solid;
	padding-top: 10px;
	padding-bottom: 10px;
	FONT:Bold 16px Arial, Verdana, sans-serif;
	color: #4c3458; 
}

.pageTitle{
	border-top-color:#000000;
	border-top-width:thick;
	border-top-style:solid;
	padding-top: 8px;
	padding-bottom: 10px;
	FONT:Bold 26px Arial, Verdana, sans-serif;
	color: #8a0008; 
	height: 26px;
}

#mainContent {
	margin-left: 13px;
	margin-top: 13px;
	background: #ffffff;
	z-index: 2;

} 


.leftNav { 
	margin-left: 0px;
	width:170px;
} 

.Section{
	border-top-color:#000000;
	border-top-width:thick;
	border-top-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:thin;
	border-bottom-style:solid;
	padding-top: 10px;
	padding-bottom: 10px;
	FONT:Bold 14px Arial, Verdana, sans-serif;
	color: #333333; 
}


/***********************************************/
/* Text Styles                                 */
/***********************************************/
.breadcrumb{padding-bottom:5px;}
a.Path:link, a.Path:active, a.Path:visited, a.Path:hover{FONT:Normal 11px Arial, Helvetica, sans-serif; color:#600000;} 
.Path{FONT:Normal 11px Arial, Helvetica, sans-serif; color:#000000;} 

