/*
landing
body bg #330000
content bg #611817
footer bg #330000
menu items #47000C
*/

h1,h2,h3{color: #330000;}

BODY{background:#330000 url("../images/landing/BodyBackground.jpg") repeat-x;}

a, a:visited, a:active{color:#330000;text-decoration:none;}
a:hover{color:#999;}

/*Menu Styles*/
#NavBar{
	background:#611817 url("../images/landing/MenuBackground.jpg") repeat-y;
}

#nav, #nav ul{}

#nav a{
	border-left-color:#666;
	color:#FFF;
	background-color:#47000C;
}

#nav a:hover{
	background:#B19160 url("../images/landing/buttonOver.gif") repeat-x;
}
/*END MENU STYLES*/

#Page{
	background:#330000 url("../images/landing/contentBackgroundMain.jpg") repeat-y;
}

/*apply to IE*/
#Container {
	background:#330000 url("../images/landing/contentBackgroundMain.jpg") repeat-y;
}

#Header{
	background:#330000 url("../images/landing/HeaderBackground.jpg") no-repeat;
}

#Content{
	background:#330000 url("../images/landing/contentBackgroundMain.jpg") repeat-y;
	padding-bottom:152px;
}



#Footer{
	background:#330000 url("../images/landing/FooterBackground.jpg") no-repeat;
	margin-top:-152px;
	height:152px;
}

.TwoCols div.InsetLeft, .TwoCols div.InsetRight{
	background-image:url("../images/landing/BodyBackground.jpg");
}

.Header,.SubHead,.MenuSubHead,.SpecialName,.TitleWhite,.TitleRed,.LoweredTitleWhite{color:#47000C;}

div#Icons{margin-left:55px;width:100%;}
div#FaceBook,div#LinkedIn,div#Twitter,div#Email,div#RSS,div#TwitterLarge{width:86px;height:84px;float:left;margin-left:8px;}
div#TwitterLarge{width:256px;}

#FaceBook a{background:#330000 url("../images/landing/facebookshadow.jpg") no-repeat;display:block;height:84px;width:86px;}
#LinkedIn a{background:#330000 url("../images/landing/linkedinshadow.jpg") no-repeat;display:block;height:84px;width:86px;}
#Twitter a{background:#330000 url("../images/landing/twittershadow.jpg") no-repeat;display:block;height:84px;width:86px;}
#Email a{background:#330000 url("../images/landing/emailshadow.jpg") no-repeat;display:block;height:84px;width:86px;}
#RSS a{background:#330000 url("../images/landing/rssshadow.jpg") no-repeat;display:block;height:84px;width:86px;}
#TwitterLarge a{background:#330000 url("../images/landing/TwitterLarge.jpg") no-repeat;display:block;height:84px;width:256px;}

#FaceBook a:hover{background:#330000 url("../images/landing/facebook.jpg") no-repeat;display:block;height:84px;width:86px;}
#LinkedIn a:hover{background:#330000 url("../images/landing/linkedin.jpg") no-repeat;display:block;height:84px;width:86px;}
#Twitter a:hover{background:#330000 url("../images/landing/twitter.jpg") no-repeat;display:block;height:84px;width:86px;}
#Email a:hover{background:#330000 url("../images/landing/email.jpg") no-repeat;display:block;height:84px;width:86px;}
#RSS a:hover{background:#330000 url("../images/landing/rss.jpg") no-repeat;display:block;height:84px;width:86px;}
#TwitterLarge a:hover{background:#330000 url("../images/landing/TwitterLarge.jpg") no-repeat;display:block;height:84px;width:256px;}
