/* CSS Document */

body {
	background: #911232 url(../images/bg-page.gif) repeat-x center top; 
	margin: 0;
	font-size: 80%;
	}
	
#contentInside {
	margin: 25px;
	}
	
	#contentInside h1 {
		font: 2em/110% Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #911232;
		margin: 0px 0px 7px 0px;
		}
	
	#contentInside h2 {
		font: 1.8em/160% Georgia, "Times New Roman", Times, serif;
		color: #e84707;
		margin: 0px 0px 7px 0px;
		}
	
	#contentInside h3 {
		font: 1.4em/160% Georgia, "Times New Roman", Times, serif;
		color: #e84707;
		/*color: #9ABFE2;*/
		margin: 0px 0px 2px 0px;
		}
	
	#contentInside h4 { /* USE FOR SYMPHONY TITLES */
		font: 1.2em/160% Georgia, "Times New Roman", Times, serif;
		color: #FC9745;
		/*color: #B0D5F8;*/
		margin: 0px 0px 2px 0px;
		font-weight: bold;
		}
	
	#contentInside p, #contentInside table, #contentInside ul {
		font: 1.1em/160% Georgia, "Times New Roman", Times, serif;
		color: #222;
		}
		
	#contentInside p {
		margin: 0px 0px 12px 0px;
		}
		
	#contentInside ul {
		margin: 0px 0px 12px 0px;
		}
		
	#contentInside p {
		text-align: justify;
		}
	
	#contentInside ul {
		margin-top: 0px;
		}
		
	#contentInside a, #footer a {
		color: #b6022f;
		text-decoration: none;
		}
		
	#contentInside a:hover, #footer a:hover {
		text-decoration: none;
		text-decoration: underline;
		}
	
#footer {
	width: 975px;
	margin-top: 15px;
	clear: both;
	font: 12px/150%  Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	}
	
	#footer a {
		color: #e5cc80;
		}
	
	#footer div {
		}
	
#globalContainer {
	background: #f3f3f3 url(../images/bg-global-container.gif) repeat-x;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	}
	
#homeColLeft {
	width: 650px;
	float: left;
	}
	
#homeColRight {
	width: 325px;
	float: left;
	}
	
#homeContent {
	width: 975px;
	background: url(../images/bg-home-content.gif) repeat-y;
	}
	
#homeLinks {
	width: 225x;
	float: left;
	}
	
	#homeLinks ul {
		list-style: none;
		margin: 0px 0px 15px 12px;
		padding: 0px;
		}
		
		#homeLinks a {
			background: url(../images/bg-promo-nav-off.gif) no-repeat;
			font: 14px Georgia, "Times New Roman", Times, serif;
			color: #FFF;
			text-decoration: none;
			display: block;
			width: 194px;
			padding: 9px 5px 0px 10px;
			height: 25px;
			margin-bottom: 1px;
			}
			
		#homeLinks a:hover {
			background: url(../images/bg-promo-nav-over.gif) no-repeat;
			}
			
.imageAlignRight {
	float: right;
	margin: 0px 0px 7px 20px;
	}
	
#imgRow {
	width: 975px;
	height: 146px;
	border-bottom: 1px solid #f1f1f1;
	}
	
	#imgRow img {
		float: left;
		}
		
.shim {
	clear: both;
	}
		
.subNav {
	display: none;
	position: absolute;
	left: 0;
	}
	
#topNav {
	height: 28px;
	width: 975px;
	text-align: center;
	background: #b9b9b9;
	border-bottom: 1px solid #d2d2d2;
	}
	
	#topNav ul {
		margin: 0px;
		padding: 5px 0px 0px 0px;
		list-style: none;
		}
		
	#topNav li {
		display: inline;
		position: relative;
		}
		
	#topNav a {
		padding: 5px 10px 7px 10px;
		font: 14px Georgia, "Times New Roman", Times, serif;
		color: #000;
		text-decoration: none;
		height: 30px;
		border-right: 1px solid #d2d2d2;
		}
		
	#topNav a:hover {
		background: #911232;
		color: #FFF;
		}
		
	#topNav li ul {
		position: absolute;
		text-indent: 10px;
		text-align: left;
		margin: 0px;
		padding: 0px;
		width: 202px;
		left: 0px;
		top: 20px;
		z-index: 2;
		border-right: 0;
		}

	#topNav li ul li {
		width: 200px; /* controls the width of the subnav item */
		display: block; /* width doesnt work without it */
		padding: 0px;
		margin: 0px;
		height: 23px;
		}
	
	#topNav li li a {
		display: block;
		padding: 4px 0px 4px 0px;
		width: 200px;
		color: #C2D9F1;
		background: #2F3956;
		border-right: 0;
		}
	
	#topNav li li a:hover {
		color: #FFF;
		}
		
	#topNav li:hover ul, #topNav li.over ul {
		display: block;
		}