/* CSS Reset */

html, body { margin: 0; padding: 0; border: 0;
			background: transparent; background-color:#A7ACB0; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}

table { border-collapse: collapse; border-spacing: 0;}

input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }

/* Main CSS starts here */

#wrapper 			{width:900px; margin:0px auto; background-color: #d2e5f7;}

#top 				{height:70px; background-color:#244A70; font-family: Arial; border-bottom:3px #244363 solid;}
#top h4				{font-size: 14px; font-style: bolder; letter-spacing: 12px; color: #ffffff; padding:32px; text-align: left; margin:}
#logo				{margin: auto; float: left;}

#topnav 			{background-color:#416fcc; clear:both:}
#topnav ul			{width:100%; float:left; margin:0px; background-color:#416fcc; border-bottom:3px #cccccc solid;}
#topnav ul  li			{display:inline;}
#topnav ul li a			{font-size:12px; float:left; padding:10px 20px;}

#topnav a:link		{color:#ffffff;}
#topnav a:visited	{color:#ffffff;}
#topnav a:active		{color:#ffffff;}
#topnav a:hover		{color:#ffffff; background-color:#AD0728;}
#topnav a:focus		{color:#ffffff;}

#bannerfadeshow 	{margin:0px auto; }

#kenburns-slideshow {
	position: relative;
	width: 900px;
	height: 300px;
	z-index: 0.75;
	overflow: hidden;
}

#subbanner			{width:100%; background-color:#416fcc; padding:5px 0; overflow:hidden; border-top:3px #cccccc solid;}
#subbanner h3		{color:#ffffff; font-size:16px; text-align:center; line-height:180%;}

table					{width:900px; height:350px; border-top: 5px #8896b3 solid;}
td						{height:350px; }

#pictureshow	{width:400px; height:350px;}

#topictext 			{float: left; width:500px; height:325px;}
#topictext h1		{margin: 0 25px 10px 25px; font-size:18px; border-bottom:2px #8896b3 solid; padding: 10px 0;}
#topictext p		{margin:16px 30px 16px 30px; line-height:160%; font-size:14px;}

#footer				{clear:both; background-color:#000000; padding:10px 0; border-top:3px #cccccc solid;}
#footer p			{text-align:center; color:#ffffff;}
