/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html {
height: 100%;
}

body {
	min-height:100%;
	margin: 0;
	padding: 0;
	background: #040940 url(../images/img1.jpg);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b3b4ba;
}

p, ol, ul {
	line-height: 160%;
}

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

ul li {
	padding: 2px 0 5px 0;
	background: url(../images/img4.gif) repeat-x;
}

ul li.first {
	background: none;
}

.indent {
	margin-top: 0;
	margin-left: 130px;
}

.image {
	float: left;
	margin: 0;
}

#Wrapper {
	background: url(../images/img2.jpg) repeat-x;
}

/* Header */

#Header {
	width: 930px;
	height: 120px;
	margin: 0 auto;
}

#Header * {
	text-transform: lowercase;
	color: #FFFFFF;
}

#Header h1 {
	float: left;
	padding: 50px 0 0 0;
	letter-spacing: -2px;
	font-size: 36px;
	color: #f2e900;
}

#Header h2 {
	float: left;
	padding: 80px 0 0 6px;
	background: none;
	font-size: 22px;
	font-weight: normal;
	color: #ac1515;
}

#Header h2 a {
	text-decoration: none;
}

#Header ul {
	float: right;
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
}

#Header li {
	display: inline;
}

#Header li a {
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #7DD2FA;
}

#Header li.first a {
	border: none;
}

/* Content */

#Content {
	width: 930px;
	margin: 0 auto;
}

#ColOne {
	float: left;
	width: 700px;
}

#ColTwo {
	float: right;
	width: 184px;
}

#ColTwo h3 {
	margin-top: 10px;
	text-align: left;
}

/* Footer */

#Footer {
	clear: both;
	width: 930px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(../images/img4.gif) repeat-x;
}

#Footer p {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}

img {border:0px !important;}



/* Drop Down Menu code */
#pad {height:135px;}
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu1 {padding:0; margin-top:0px; list-style:none; height:10px; position:relative; z-index:500;}
#menu1 li {float:left; margin-right:1px;}
#menu1 li a {display:block; float:left; height:10px; line-height:30px; color:#000; text-decoration:none; font-weight:normal; padding:0 30px 0 25px;}

#menu1 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu1 li a:hover {z-index:200; position:relative;color:transparent; }
#menu1 li:hover {position:relative; z-index:200;}

#menu1 li:hover > a {color:transparent; background:transparent;}
#menu1 li:hover > a.sub {color:transparent; background-color:transparent;}

#menu1 li.current a {color:transparent; background:transparent;}

#menu1 li a.sub {background: url(../images/down-arrow.gif) no-repeat right center;}
#menu1 li.current a.sub {color:transparent; background:transparent url(../images/down-arrow.gif) no-repeat right center;}

#menu1 :hover ul {left:0; top:30px; width:120px; background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
#menu1 ul,
#menu1 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu1 :hover ul :hover ul
{left:120px; top:-1px; background:transparent; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu1 :hover ul li {margin:0; border-top:1px solid transparent;}
#menu1 :hover ul li a {width:180px; padding:0; text-indent:10px; background:#333; color:#ccc; height:30px; line-height:30px;}
#menu1 :hover ul li a.fly {background:transparent url(../images/right-arrow.gif) no-repeat right center;}

#menu1 :hover ul :hover {background-color:transparent; color:transparent;}
#menu1 :hover ul :hover a.fly {background-color:transparent; color:transparent;}

#menu1 :hover ul li.currentsub a {background:transparent; color:transparent;}
#menu1 :hover ul li.currentsub a.fly {background:transparent url(../images/right-arrow.gif) no-repeat right center; color:transparent;}

#menu1 :hover ul :hover ul li a {width:180px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu1 :hover ul :hover ul :hover {background-color:transparent; color:transparent;}

#menu1 :hover ul :hover ul li.currentfly a,
#menu1 :hover ul :hover ul li.currentfly a:hover {background:transparent; color:transparent;}