﻿/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper			{	width:1000px; background-image:url('../images/bg.jpg'); font-family:Arial, Helvetica, sans-serif; 
							font-size:14px; margin:0px auto; padding:0px;}

#logo				{	background-image:url('../images/homebg.jpg'); height:150px;}
#logo img			{	width:250px; margin:5px 10px 5px 25px; padding:5px 50px 5px 25px;	}

#nav				{	background-image:url('../images/navbg.jpg'); clear:both;  border-bottom:2px #ffc000 solid	}
#nav ul				{	width:100%; margin:0px;	padding:0px; list-style-type:none; margin:0; padding:0; font-size:12px;
							position:relative; display:inline-table}
#nav ul li			{	float:left; }
#nav ul li a		{	float:left; padding:15px 25px; font-weight:bold; text-decoration:none; display:block;}
#nav ul li:hover	{	background:#ffc000;	}
#nav ul ul			{	display:none; background:#17365e; position:absolute; width:250; margin:42px 0px 0px 0px; 
							filter:alpha(opacity=95); -moz-opacity:.95; opacity:.95; }
#nav ul ul li		{	height:35px;}						
#nav ul li:hover ul	{	display:block; }
#nav ul ul:hover a	{	display:inline-block; width:200;}

#nav a:link			{	color:#ffffff; 	}
#nav a:visited		{	color:#ccddff; 	}
#nav a:active		{	color:#ffffff; 	}
#nav a:hover		{	color:#17365E; background-color:#ffc000;}
#nav a:focus		{	color:#ffffff;	}


.slider				{	float:left; width:300px; height:280px; overflow:hidden; margin:35px 0px 15px 50px;}
.slider img			{	width:300px; height:280px; display:none; }

#content			{	 margin:0px 10px 10px 375px; padding:25px 10px 25px 10px;}
#content p			{	line-height:175%; padding:5px;text-shadow:1px 1px #999999;}

#footer				{	background-image:url('../images/navbg.jpg'); clear:both; padding:15px; }
#footer table		{	margin:5px auto; padding:10px; }
#footer table td	{	color:ffffff; font-size:12px; padding:5px 25px;}

#footer a:link			{	color:#ffffff; 	}
#footer a:visited		{	color:#ccccff; 	}
#footer a:active		{	color:#ffffff; 	}
#footer a:hover		{	color:#17365E; background-color:#ffc000;}
#footer a:focus		{	color:#ffffff;	}
