﻿*{
	font-size:12px;
	font-family:Arial;
	margin:0;
	padding:0;
	list-style:none
}
body {color:#333;}

html, body {
height: 100%;
}
p {margin:0 0 12px}
q {display:block;
	margin:6px 0}
strong {color:#F60;}
.center {text-align:center}

cite {
	display:block;
	margin:6px 0
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0
}

a{
	color:#ad5e2c;
	font-weight:bold;
	text-decoration:none;
	outline:0;
}

a:hover{
	text-decoration:none;
}

/* BEGIN: Headings ===================== */

h1{

	color:#FF8000;
	position:absolute;
	left: -999px;
	font-size:10px;
}

h2{
	color:#FF8000;
	position:absolute;
	left: -999px;
	font-size:10px;
}
h3{
	margin:0 0 12px 28px;
	font-size:15px;
	font-weight:bold;
	color:#F90;
}

h4{
	margin:0 0 12px 28px;
	font-size:15px;
	font-weight:bold;
	color:#F90;
}
/* END: Headings ======================= */
#main{
	width:910px;
	margin:auto;
	margin-top:20px;

}
#header{
	height:150px;
	position:relative;
	z-index:10;
}
#logoScreen{
	width:160px;
	height:160px;
	position:absolute;
	top:-1px;
	left:330px;
}
#logoScreen a{
	display:block;
	width:300px;
	height:281px;
	text-indent:-9999px;
	background:url(images/working3.gif) no-repeat top left;
}

#contactScreen{
	width:460px;
	height:150px;
	position:absolute;
	top:-1px;
	left:450px;
}
#contactScreen a{
	display:block;
	width:450px;
	height:137px;
	margin-top: 10px;
	background:url(images/logo.gif) no-repeat;
}

#headingScreen{
	width:300px;
	height:117px;
	position:absolute;
	top:-1px;
	left:10px;
}
#headingScreen a{
	display:block;
	width:300px;
	height:117px;
	margin-top: 25px;
	background:url(images/heading.gif) no-repeat;
}

#content{
	padding:1px 0 0 20px;
	height:110px;
	position:relative

}
#innerContent{
	float:left;
	width:880px;
	height:324px;
	padding: 0 7px 0 0;

	}
	
#innerContent1{
	float:left;
	width:880px;
	height:305px;
	padding: 0 7px 0 0;

	}
	
.home{
	margin-top:52px !important
}
#innerContent p{
	margin-left:28px;
	line-height:18px;
}

#innerContent1 p{
	margin-left:28px;
	line-height:18px;
}

#innerContentPrivacy{
	float:left;
	width:880px;
	height:340px;
	margin: 0 0 10px 0;
}
#privacy {
	float:left;
	width:880px;
	height:280px;
	overflow:auto;
	margin: 20px 0 0 0;
}

#privacy p{
	margin-left:28px;
	line-height:18px;
}
#privacy ul{
	margin-left:28px;
	line-height:18px;
}
#privacy li{
	background:url(images/amber-list.jpg) no-repeat 0px .2em; 
	padding-left:15px;
}

#footer{
	float: left;
	width: 880px;
	margin:15px 5px 5px 0;

}

#footer p{
	text-align:center;
	color:#999;
	font-size:10px

}

#footer p a{
	font-size:10px;
	color:#aaa;
	font-weight:normal;
}
#footer p a:hover{
	color:#F96;
	text-decoration:none
}

/* All <ul> tags in the menu including the first level */
.menulist{
	width:825px;
	float:right;
	margin:1px auto 0 !important
}
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 20px; /* I'm using ems and px to allow people to zoom their font */
 left: 0;
 width: 100px;
 background:#e6d6a5 url(images/bgNavDropdown.gif) repeat-x top;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 188px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background:0;
 border: 0;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 border:1px solid #763006;
}
.menulist ul>li:last-child {
 /*margin-bottom: 1px;  Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display:block;
	float:left;
	height:38px;
	text-indent:-9999px;
}
.menulist a:hover, .menulist a.highlighted, #special a {background-position:0 -38px !important }

.menulist ul li a{
	text-indent:0;
	height:auto;
	padding:4px 8px;
	color:#4f130c !important;
	text-decoration:none
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color:#e2e5bc !important
}
.menulist ul li a.highlighted {
	color:#e2e5bc !important
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

/* BEGIN: Flash Replacement ================== */
/* These are standard sIFR styles... do not modify */

.sIFR-flash{
	visibility:visible !important;
	margin:0
}

.sIFR-replaced{
	visibility:visible !important
}

span.sIFR-alternate{
	position: absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

}
.sIFR-hasFlash h3{
	visibility:hidden;
}

.sIFR-hasFlash h4{
	visibility:hidden;
}

/* END: Flash Replacement ================== */

#menu {
	float: left;
	width: 880px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	height: 20px;
	width: 170px;
	padding: 5px 25px 0 25px;
	text-align:center;
	text-decoration: none;
	font-size: 122%;
	color:#FF8000;
}

#menu li a:hover {
	color:#C60;
}

#required-fields {
	width:150px;
	height: 20px;
	float:left;
	margin: 28px 0 0 0;
}
.left {
	text-align:left;
}

#left-events {
	width:360px;
	height: 250px;
	float:left;
}
#right-events {
	width:360px;
	height: 250px;
	float:left;
}
