/* CSS Document */
body{
	background-color:#2e434b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.8em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a{
	color: #548498;
	text-decoration: underline;
}
a:hover{
	color: #548498;
	text-decoration: none;
}


/*BACKGROUND IMAGES AND LAYOUT / STRUCTURE */
#container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topBarOne {
	height: 10px;
	background-color: #1e2b2f;
}
#topBarTwo {
	background-color: #405f6b;
	height: 2px;
}
#header {
	height: 188px;
	background-image: url(images/HSlogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#header h1 {
	margin-left: -9999px;
}
#nav {
	background-image: url(images/navigation.jpg);
	height: 43px;
	width: 940px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationShadow {
	background-image: url(images/navigationShadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 11px;
	width: 940px;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
#photoBar {
	height: 312px;
	background-image: url(images/studioshot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 940px;
}
#photoBar h1{
	color: #FFF;
	margin: 0px;
	text-align: left;
	padding-top: 253px;
	padding-right: 0px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.4em;
}
#photoBarShadow {
	height: 15px;
	background-image: url(images/photoBoxShadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentArea {
	width: 636px;
	float: right;
}
#contentTop{
	background-image: url(images/contentTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
	width: 636px;
	background-color: #FFFFFF;
}
#contentMain{
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	color: #1D282E;
	font-size: 1.1em;
}
#contentMain h1{
	color: #548498;
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentMain h2{
	color: #5F96AB;
	font-size: 1.4em;
	font-style: italic;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentMain h2 .smaller{
	font-size: 0.8em;
}
#contentBottom {
	background-image: url(images/contentBot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 18px;
	width: 636px;
}
#contentMain .bottom {
	margin: 0px;
	padding: 0px;
}
#contentMain p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sideBar {
	width: 292px;
	float: left;
}
#sideBar p {
	margin: 0px;
	padding: 0px;
}
#sideBar h3 {
	margin: 0px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
	padding-bottom: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#quotebox {
	background-image: url(images/quote-box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 172px;
	width: 292px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

#quoteboxtext {
	padding-top: 22px;
	color: #83A0A7;
	font-size: 1.1em;
	text-align: left;
	font-style: italic;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	width: 200px;
	height: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}

#sideBarDownload {
	background-color: #5f96ac;
	background-image: url(images/downloadTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 9px;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
}
#sideBarDownloadBottom {
	background-image: url(images/downloadBottom.jpg);
	background-position: bottom;
	height: 40px;
	width: 292px;
}
#sideBarDownload p {
	text-align: left;
	padding-top: 25px;
}

ul#submenu{
	width: 99%;
	background: url(images/divider.png) top left repeat-x;
	padding-top: 2px;
	list-style: none;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#submenu li{
	height: 30px;
	background: url(images/divider.png) bottom left repeat-x;
	padding:0;
	margin: 0px;
}
ul#submenu li a{
	display: block;
	height: 21px;
	padding-left: 20px;
	padding-top: 7px;
	background: #1d292e url(images/arrow_bullet.png) 1% 50% no-repeat;
	color: #fff;
	text-decoration: none;
	margin: 0px;
}
ul#submenu li a:hover{ color: #5e99b5; background-color: #192428; text-decoration: none;}

ul#submenudown{
	list-style: none;
	text-align: left;	
	width: 99%;
	background: url(images/divider-downloads.png) top left repeat-x;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#submenudown li{
	height: 30px;
	background: url(images/divider-downloads.png) bottom left repeat-x;
	padding:0;
	margin: 0px;
}
ul#submenudown li a{
	display: block;
	height: 21px;
	padding-left: 20px;
	padding-top: 7px;
	color: #1D292E;
	text-decoration: none;
	margin: 0px;
	background-image: url(images/arrow-bullet-downloads.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
}
ul#submenudown li a:hover{
	color: #FFFFFF;
	background-color: #54859a;
	text-decoration: none;
}
#submenu-line{ /* Line that divides the sidebar */
	list-style: none;
	text-align: left;	
	width: 99%;
	background: url(images/divider-downloads.png) top left repeat-x;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	color: #FFFFFF;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
}
#footer a {
	color: #66CCFF;
	text-decoration: none;
}

#footer a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

.quicktimeMsg {font-size: 0.8em}
