/* ----- PAGE ELEMENTS ----- */
	
#home {
	background: #820D0D url('img/home_01.jpg') no-repeat fixed;
	margin: 0px auto;
	padding: 0px;
	}

#projects {
	background: #666666 url('img/page_bg.jpg') no-repeat fixed;
	margin: 0px auto;
	padding: 0px;
	}


/* ----- MAIN NAV ----- */

a {
	outline: none; /* hide dotted outline in Firefox */
	}

.homeHeader{
       background-color: #FFFFFF;
       text-decoration: none;
       font-family: Georgia, serif;
       font-size: 18pt;
       color: #FF0000;
       font-weight: bold;
       font-style: italic;
       letter-spacing:-1px;
       padding-right: 20px;
	}

.homeHeader:hover {
	background-color: #FF0000;
	text-decoration: none;
	color: #FFFFFF;
	}
	
.mainNav {
	text-decoration: underline;
	font-size: 14pt;
	font-weight: 500;
	font-family: helvetica,arial,san-serif;
	color: #FFFFFF;
	}

.mainNav:hover {
	text-decoration: none;
	font-size: 14pt;
	font-weight: 900;
	color: #ff0000;
	background-color: #820D0D;
	}

.mainNav2 {
	text-decoration: none;
	font-size: 18pt;
	font-weight: 900;
	letter-spacing:-1px;
	font-family: helvetica,arial,san-serif;
	color: #ff0000;
	background-color: #820D0D;
	}

.mainNav3 {
	text-decoration: underline;
	font-size: 14pt;
	font-weight: 500;
	font-family: helvetica,arial,san-serif;
	color: #FFFFFF;
	}

.mainNav3:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFFFF;
	}

.mainNav4 {
	text-decoration: none;
	font-size: 14pt;
	font-weight: 900;
	font-family: helvetica,arial,san-serif;
	color: #FF0000;
	background-color: #FFFFFF;
	padding-right: 20px;
	margin-right: 20px;
	}
	

/* ----- SECTION NAV ----- */

.sectionNav {
	text-decoration: underline;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, serif;
	color: #ffffff;
	letter-spacing:-1px;
	padding-right: 15px;
	}

.sectionNav:hover {
	text-decoration: none;
	font-size: 18pt;
	font-weight: 700;
	letter-spacing:-1px;
	color: #ff0000;
	background-color: #FFFFFF;
	}

.sectionNav2 {
	text-decoration: none;
	font-size: 14pt;
	font-weight: 500;
	font-family: helvetica,arial,san-serif;
	color: #FFFFFF;
	padding-right: 15px;
	margin-right: 15px;
	}

.sectionNav2:hover {
	text-decoration: none;
	font-size: 14pt;
	font-weight: 900;
	color: #ff0000;
	background-color: #820D0D;
	}

.sectionNav3 {
	font-family: helvetica,arial,san-serif;
	text-decoration: none;
	font-size: 14pt;
	font-weight: 500;
	color: #FFFFFF;
	 line-height: 18pt;
	}

.sectionNav3:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #ff0000;
	}

.sectionNav4 {
	text-decoration: underline;
	font-size: 14pt;
	font-weight: 500;
	font-family: helvetica,arial,san-serif;
	color: #FFFFFF;
	}

.sectionNav4:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #FFFFFF;
	}
	
.iconNav {
	width: 35px;
	display: block;
	}

.iconNav:hover {
	background-color: #FF0000;
	}
	
.iconNav2 {
	border-top: 1px dashed #FF0000;
	font-family: Georgia, Times, serif;
	font-size: 14pt;
	color: #FF0000;
	font-weight: 500;
	letter-spacing:-1px;
	text-decoration: none;
	display: block;
	padding: 4px;
	margin-bottom: 25px;
	}

.iconNav2:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	}
	
.imgNav {
	color: #FFFFFF;
	}

.imgNav:hover {
	color: #FF0000;
	}

/* ----- TEXT STYLES ----- */

.headerText{
       font-family: helvetica,arial,san-serif;
       font-size: 18pt;
       color: #FFFFFF;
       font-weight: 500;
       line-height: 18px;
       letter-spacing:-1px;
	}

.headerText2{
       font-family: helvetica,arial,san-serif;
       font-size: 18pt;
       color: #FF0000;
       font-weight: 900;
       letter-spacing:-1px;
	}

.headerText3{
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
       font-size: 18pt;
       color: #FF0000;
       letter-spacing:-1px;
       background-color: #FFFFFF;
	}

.headerText4{
       font-family: helvetica,arial,san-serif;
       font-size: 14pt;
       color: #FF0000;
       font-weight: 500;
       background-color: #FFFFFF;
	}

.bodyText{
       font-family: helvetica,arial,san-serif;
       font-size: 14pt;
       color: #ffffff;
       font-weight: 500;
       line-height: 16pt;
	}