﻿body {
	margin:0px;
	font-family:"Times New Roman";
	font-size:12px;
}

a:focus, input:focus {
	outline:0px;
}

#sterling {
	width:911px;
	margin:0px auto;
	border-top:5px #cb2027 solid;
}

#main {
	background:url('../images/bodybg.jpg') repeat-y;
	float:left;
	min-height:300px;
	width:629px;
	margin-left:99px;
}

#logo {
	float:left;
	width:400px;
	height:75px;
	margin:30px 0px 0px 30px;
	background:url('../images/logo.jpg');
}

	#logo a {
		display:block;
		width:400px;
		height:75px;
	}

#menu {
	float:left;
	margin-top:25px;
	background-color:white;
	width:871px;
	padding:0px 20px;
	margin-left:-99px;
	height:30px;
	color:#6d6d6f;
	border-top:1px #eceded solid;
	border-bottom:1px #eceded solid;
}

	#menu ul {
		list-style:none;
		float:left;
		padding:0px;
		margin:0px;
		margin-top:7px;
	}

		#menu ul li {
			float:left;
			margin:0px;
			padding:0px;
			font-size:14px;
		}

			#menu ul li a {
				position:relative;
				border:1px transparent solid;
				color:#6d6d6f;
				text-decoration:none;
				padding:0px 10px;
				height:25px;
				z-index:100;
			}

				#menu ul li a:hover {
					color:#ededef;
				}

				#menu ul li .active {
					padding:6.5px 10px;
					background:url('../images/menuactive.jpg');;
					color:#cb2027;
				}

					#menu ul li .active:hover {
						color:#cb2027;
					}

		#menu #topnav .hover {
			position:relative;
			top:-24px;
			left:0px;
			height:31px;
			padding:0px 10px;
			background:url('../images/menubg.jpg');
			color:#ededef;
			z-index:0;		
			display:none;	
		}
		
		#menu .subMenu {
			position:absolute;
			top:162px;
			display:none;
		}
		
		#menu .subMenu li a {
			background-color:#cb2027;
			border:2px #eceded solid;
			border-top:0px;
			color:white;
			padding:3px;
		}
		
		#menu .subMenu li a:hover {
			background-color:#ededef;
			color:#cb2027;
		}
		
#movie {
	position:relative;
	width:0px;
	height:0px;
}

	#movie object,#movie embed {
		position:absolute;
		top:182px;
		left:0px;
	}

#hmHeader {
	float:left;
	width:911px;
	margin-top:20px;
	margin-left:-101px;
	height:365px;
	background:url('../images/homeHead.jpg');
}

	#hmHeader h1 {
		color:white;
		margin-left:149px;
		margin-top:300px;
		font-weight:normal;
		font-size:34px;
	}

#header {
	float:left;
	width:911px;
	margin-top:20px;
	margin-left:-101px;
	height:365px;
	background:url('../images/aboutHead.jpg');
}

	#header h1 {
		color:white;
		margin-left:149px;
		margin-top:300px;
		font-weight:normal;
		font-size:34px;
	}

#content {
	float:left;
	width:629px;
	color:#6d6d6f;
}

	#content h2 {
		color:#babcbe;
		margin-left:49px;
		font-size:30px;
		font-weight:normal;
	}

	#content .partners {
		margin-left:49px;
		width:560px;
	}

		#content .partners th {
			text-align:left;
			width:260px;
		}

			#content .partners th a {
				color:#6d6d6f;
				text-decoration:none;
				font-weight:normal;
				font-size:14px;
			}

				#content .partners th a:hover {
					text-decoration:underline;
				}

			#content .partners th h3 {
				color:#cb2027;
				font-weight:normal;
				margin:0px;
				margin-bottom:10px;
				text-transform:uppercase;
				font-size:18px;
			}

		#content .partners td {
			padding-left:60px;
			font-family:Arial;
			line-height:18px;
			padding-bottom:30px;
		}

	#content .content {
		margin-left:49px;
		margin-right:20px;
		font-size:12px;
		line-height:22px;
		font-family:Arial;
	}
	
	#content ul {
		margin-left:49px;
		padding-left:49px;
		line-height:22px;
		font-family:Arial;
	}

	#content .contact li {
		margin-bottom:10px;
	}

	#content .sub {
		list-style:none;
		margin-left:25px;
	}

	#content .content a {
		color:#cb2027;
		text-decoration:none;
	}

		#content .content a:hover {
			color:#6d6d6f;
		}


	#content .highlight {
		font-weight:bold;
		color:#cb2027;
		text-transform:uppercase;
	}

	#content .links {
		list-style:disc;
	}

		#content .links li {
			margin-bottom:10px;
			font-weight:bold;
		}
		
		#content .links li a {
			font-weight:normal;
		}
	
	#content #contact {
		float:right;
		width:275px;
		margin-right:20px;
		margin-bottom:20px;
		height:436px;
		background:url('../images/contact.jpg') no-repeat;
	}
	
	#content .notes {
		font-family:Arial;
		width:810px;
	}
	
		#content .notes th {
			background-color:#3c3c3c;
			color:white;
			text-align:left;
		}
	
		#content .notes .even td {
			background-color:#ddd;
		}
	
		#content .notes .odd td {
			background-color:#efefef;
		}
	
		#content .notes a {
			color:#cb2027;
			text-decoration:none;
		}
	
			#content .notes a:hover {
				text-decoration:underline;
			}
	
	#content .detail {
		font-family:Arial;
		margin-left:49px;
	}
	
		#content .detail th {
			text-align:left;
		}
	
	#content .bio {
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		padding:2px;
		background-color:#ccc;
		border:2px #cb2027 solid;
	}
	
	#content .social {
		border:1px transparent solid;
		padding:3px;
	}
	
		#content .social:hover {
			border:1px #cb2027 solid;
		}

#footer {
	float:left;
	padding:10px 20px;
	padding-top:200px;
	width:589px;
	color:#6d6d6f;
	font-size:10px;
}

#footer .copy {
	float:left;
	width:50%;
}

#footer .address {
	float:right;
	width:50%;
	text-align:right;
}