/* CSS Document */

body {
	background-image:url(images/bkg-main.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-color: #D7D7D7;
	margin-top: 0px;
	
}


/* Layout styles START */

.container-1 {
	width:750px;
	margin:auto auto;
	}
.container-2 {
	width:748px;
	margin:auto auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #411A23;
	border-right-color: #411A23;
	border-bottom-color: #411A23;
	border-left-color: #411A23;
	}

.header-top-bar {
	background-image:url(images/header-top-bar.jpg);
	width:750px;
	height:76px;
	
	}

.header-navigation-bar{
	background-image:url(images/header-navigation-bar.jpg);
	width:750px;
	height:40px;
	}

.main-content {
	background-image:url(images/bkg-main-content.jpg);
	background-color:#FFFFFF;
	}
	
.main-content-2 {
	background-image:url(images/bkg-main-content-2.jpg);
	background-color:#FFFFFF;
	}
	
.footer {
	background-color:#d7d7d7;
	height:25px;
	}

	
/* Layout styles END*/

/* Content styles START */

.links-txt {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	}

.links-txt-content {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	}
	
.copyright {
	color: #411A23;
	font-family: "Century Gothic";
	font-size: 11px;
	text-decoration: none;
	}

H1 {
	color: #411a23;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight:bold;
	}

H2 {
	color: #F78410;
	font-family: "Century Gothic";
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
	}
	
.copy {
	color: #411A23;
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	}

.FormSubjectCopy {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}
	
.copy-bold {
	color: #411A23;
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	}
	
.copy-bold-white {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	}

.copy-orange {
	color: #F78410;
	font-family: "Century Gothic";
	font-size: 13px;
	text-decoration: none;
	font-weight:normal;
	}
	
.copyHeading {
	color: #F78410;
	font-family: "Century Gothic";
	font-size: 15px;
	text-decoration: none;
	font-weight:bold;
	}
	
.table-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #411A23;
	border-right-color: #411A23;
	border-bottom-color: #411A23;
	border-left-color: #411A23;
	}	
/* Content styles END */


/* Site Links START */
.top-links {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;		
}


.top-nav:link {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;		
}

.top-nav:active {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;		
}

.top-nav:visited {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;	
}

.top-nav:hover {
	color: #BF9A92;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}



.links-txt-content:link {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;		
}

.links-txt-content:active {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;		
}

.links-txt-content:visited {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;	
}

.links-txt-content:hover {
	color: #f78410;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
	
/* Site Links END */

