/*
Company:		HCS
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* Import styles for ie 5 & 5.5 */

@media tty {
 i{content:"\";/*" "*/}}; @import '../css/ie5.css'; {;}/*";}
}/* */

@media tty {
 i{content:"\";/*" "*/}}@m; @import '../css/ie5.css'; /*";}
}/* */

/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
html {
	background: url("../images/background.jpg") repeat-x #cc9933;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
/*</group>*/

/*<group=Layout>*/
div#outerWrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;
	height: 100%;
	background: url("../images/bodyBack.gif") repeat-y;
}
div#innerWrapper {
	background: #fafafa;
	width: 750px;
	border-left: 10px solid #cc9933;
	border-right: 10px solid #cc9933;
}
div#flashHeader {
	height: 250px;
	overflow: hidden;
	background-color: #CC9933;
}
div#flashObject {
	height: 335px;
	width: 400px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #e3e3e3;
	float: left;
}
div#navBoxShadow {
	width: 224px;
	margin-left: 7px;
	background: url("../images/navBoxShadow.jpg") repeat-y;
	float: left;
}
div#navBoxShadowBottom {
	width: 224px;
	height: 78px;
	z-index: 1;
	margin-top: -15px;
	background: url("../images/bottomNavBoxShadow.jpg") no-repeat;
}
div#navBox {
	margin-left: 12px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
	border-top: 10px solid #cc9933;
	width: 200px;
	background-color: #fafafa;
}
img#logo {
}
div.sidebarRoundedTop {
	background: url("../images/sidebarRoundedTop.gif") no-repeat top;
	width: 170px;
	height: 6px;
	margin-left: 10px;
	overflow: hidden;
}
div.calloutBoxContent {
	width: 168px;
	margin-left: 10px;
	padding: 5px 0 5px 0;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
div.calloutBoxContent img {
	float: left;
	border-right: 1px solid #e3e3e3;
	margin-right: 15px;
}
div.calloutBoxContent p {
	margin: 0;
}
div.sidebarRoundedBottom {
	background: url("../images/sidebarRoundedBottom.gif") no-repeat top;
	width: 170px;
	height: 6px;
	margin-left: 10px;
	margin-bottom: 20px;
}

div.contentRoundedTop {
	background: url("../images/contentRoundedTop.gif") no-repeat top;
	width: 485px;
	height: 5px;
	margin: 20px 15px 0 0;
	overflow: hidden;
	float: right;
}
div.contentBox {
	width: 473px;
	padding: 5px;
	margin-right: 15px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: right;
}
div.contentBox img {
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #e3e3e3;
}
div.contentRoundedBottom {
	background: url("../images/contentRoundedBottom.gif") no-repeat top;
	width: 485px;
	margin-right: 15px;
	height: 5px;
	float: right;
}

div#footerRoundedTop {
	background: url("../images/footerRoundedTop.gif") no-repeat top;
	width: 690px;
	height: 6px;
	margin: 20px 0 0 0;
	overflow: hidden;
	margin-left: 45px;
}
div#footer {
	width: 678px;
	padding: 5px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin-left: 45px;
}
div#footerRoundedBottom {
	background: url("../images/footerRoundedBottom.gif") no-repeat top;
	width: 690px;
	height: 6px;
	margin-left: 45px;
	margin-bottom: 20px;
	clear: both;
}

p.footerLeft {
	width: 164px;
	text-align: center;
	border-right: 1px solid #e3e3e3;
	float: left;
	margin: 0;
	padding: 7px 0;
}
p.footerCopyright, p.footerLinks {
	width: 510px;
	text-align: center;
	float: right;
	margin: 0;
}
/*</group>*/

/*<group=Nav>*/
ul#nav {
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
ul#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url("../images/navArrow.gif") no-repeat;
	background-position: 17px 14px;
	border-top: 1px solid #e3e3e3;
}
ul#nav li a {
	display: block;
	width: 140px;
	padding: 11px 0 10px 60px;
}
/*</group>*/

/*<group=Headings>*/
h1 {
	color: #cc9933;
	font-size: 116%;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 25px;
	padding-bottom: 4px;
	margin-top: 0;
	margin-bottom: 10px;
	background: url("../images/navArrow.gif") 1px 2px no-repeat;
}
h2 {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	color: #cc9933;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
h4 { }
h5 { }
h6 { }
/*</group>*/

/*<group=Text Styles>*/
div.contentBox p {
	color: #333333;
	line-height: 160%;
	margin-top: 0;
}
div#footer {
	color: #666666;
}
p.footerCopyright, p.footerLinks {
	font-size: 91%;
}
p.footerCopyright {
	margin-bottom: 4px;
}

/*</group>*/

/*<group=Lists>*/
div.contentBox ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
div.contentBox ul li {
	list-style: none url("../images/bullet.gif");
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #333333;
}
/*</group>*/

/*<group=Forms>*/
#main dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	display: block;
}

#main dd {
	margin-bottom:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
form {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px #e3e3e3 solid;
	background-color: #FAFAFA;
	font-size: 12px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 400px;
	font-weight: normal;
	text-align: left;
	display: block;
	line-height: 24px;
}

form table {
	background-color: #FAFAFA;
}

form div {
	background-color: #FAFAFA;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	
/*</group>*/

/*<group=Links - link visited hover active>*/

/* Nav Bar Links */
ul#nav li a:link, ul#nav li a:visited {
	color: #333333;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a:active {
	background: url("../images/navBack.jpg") repeat-y;
	color: #cc9933;
	text-decoration: none;
}

div.calloutBoxContent a:link, div.calloutBoxContent a:visited {
	color: #333333;
	text-decoration: none;
}

div.calloutBoxContent a:hover, div.calloutBoxContent a:active {
	color: #cc9933;
	text-decoration: none;
}

/* Body Links */
div.contentBox a:link, div.contentBox a:visited, div#footer a:link, div#footer a:visited {
	color: #cc9933;
	text-decoration: none;
}
div.contentBox a:hover, div.contentBox a:active, div#footer a:hover, div#footer a:active {
	color: #cc9933;
	text-decoration: underline;
}

/* Footer Links */
div#footer p.footerLinks a:link, div#footer p.footerLinks a:visited {
	color: #333333;
	text-decoration: underline;
}
div#footer p.footerLinks a:hover, div#footer p.footerLinks a:active {
	color: #333333;
	text-decoration: none;
}
/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
	line-height: 0%;
	margin: 0;
	padding: 0;
}
/*</group>*/
