@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../Images/backgrounds/lines.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

/* header */

#header {
	background-color: #FFF;
	height: 75px;
	width: 880px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 30px 20px 30px;
	text-align: left;
}

/* Main Nav */
.navcontainer {
	background-image: url(../Images/backgrounds/nav_background.gif);
	height: 45px;
	width: 910px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	text-align: left;
	padding: 0px 15px 0px 15px;
}

.menu {
	width:910px;
	height:45px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:910px;
	w\idth:909px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:160px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:22px;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:160px;
	w\idth:159px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#005daa url(../images/blue-arrow.gif) no-repeat 150px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#666 url(../images/grey-arrow.gif) no-repeat 150px center;
}

.menu ul ul :hover > a.drop {
	background:#666 url(../images/grey-arrow.gif) no-repeat 150px center;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#00A160;
	font-size:15px;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:165px;
	border-top:1px solid #fff;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#666;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:45px;
	left:0;
	width:160px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:170px;
	top: 0px;
	width:160px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#666;
	font-size:15px;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:150px;
	border-top:1px solid #fff;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:160px;
	w\idth:160px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background:#666;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#666;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}


/* Main content */

#main {
	background-color: #FFF;
	width: 940px;
	height: 550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}


#backphoto {
	position:absolute;
	z-index: 1;
	width: 940px;
	height: 550px;
	padding: 0px;
}

.welcomebox {
	position:relative;
	z-index: 2;
	width:auto;
	margin: 100px 0px 20px 30px;
	float:left;
}

.welcomebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 40px;
	color:#fff;
	margin: 0px;
}

.welcomebox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px;
	color:#00A160;
	margin: 0px;
}


/* Footer */

#footer {
	position:relative;
	background-color: #FFF;
	height: 30px;
	width: 940px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: left;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	text-decoration: none;
}

img.footer {
	float: right;
}

