/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 150px;
	margin-right: 7px;
	padding: 4px 5px;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}

#inputsubmit1 {
	width: 58px;
	height: 24px;
	background: url(images/homepage15.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#search {
	text-align:right;	
}
#maintxt{
	margin: 10px 0 10px 0;	
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818080;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #495256;
}

.text2 {
	color: #EC8D21;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #E48519;
}

#maintxt p {
	font-size: 12px;
}

.text3 span {
	padding-left: 12px;
	background: url(images/homepage21.gif) no-repeat left center;
}

.text4 {
	text-align: center;
	color: #5C6466;
}

/** LINKS */

a {
	color: #E48519;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	color: #495256
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage16.gif) repeat-y left top; }
.bg4 { background: url(images/homepage20.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.contact {
	margin: 20px 0 0 0;	
	font-size: 12px;	
}

#menu h2 {
		padding-bottom: 8px; 
		background: url(images/homepage08.gif) no-repeat left bottom;	
}

#box1 h2 {
	padding-bottom: 8px; 
	/*background: url(images/homepage08.gif) no-repeat left bottom;	*/
}

.contact h3 {
	padding-bottom: 8px; 
	background: url(images/homepage08.gif) no-repeat left bottom;	
}

.contact ul {
	list-style:none;	
}


.contact .text3 {
	font-size: 120%;
}

#header {
	position: relative;
	display:block;	
	height: 56px;	
	font-size: 1.2em;
	padding-left: 53px;
}

#header img.logo {
	position: absolute;
	left: 80px;
	top: 11px;	
}
	/*********** Drop Down Menu *************************/
#nav,#nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 56px;
	
}

.settings label {
display:block;
font-weight: bold;
}

#nav a {
	display: block;
	/*width: 100px;*/
	text-decoration: none;
	color: #ffffff;
	margin-left: 10px;
	
}

#nav li { /* all list items */
	float: left;
	color: #ffffff;
	width: auto; /* width needed or else Opera goes nuts */
	padding-right: 20px;
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image: url('images/ulbg.gif');
	background-repeat: repeat;
	line-height: 30px;
	/*	padding-left: 20px;*/
	left: -999em;	
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	background: transparent;
	display: block;
	clear: both;
	/*border-bottom: 1px solid #EE6600;*/
}

#nav li ul li:hover { /* second-level lists */
	background: #f29327;
}

#nav li ul ul { /* third-and-above-level lists */
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 150px;
	margin-top: -25px;
}

#nav li ul li { /* second-level lists */
	width: 150px;
	font-size: 95%;
}

#nav li:hover ul ul,#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul
	{ /* lists nested under hovered list items */
	left: auto;
}

.results li {
	padding: 5px 0 5px 0;
	margin: 5px 0 10px 0;
	background: url(images/homepage20.gif) repeat-x left bottom;
}


.wownow li{
padding-bottom:10px;
}