/* Start Tantek Celik CSS Reset */
:link, :visited {
	text-decoration: none;
	}
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img {
	border: none;
	}
address {
	font-style: normal;
	}
/* End Tantek Celik CSS Reset */

body
	{
	text-align: center;
	background: url(images/body-background.jpg);
	font-size: small;
	font-family: georgia, times, "times new roman", serif;
	color: #535353;
	}
	
.banner
	{
	background: #304edb url(images/banner-background.gif) repeat-x;
	padding: 3px 0 0 0;
	}	
	
p.banner-text
	{
	font-size: 210%;
	color: white;
	padding: 53px 0 0 3px;
	background: transparent;
	font-variant: small-caps;
	font-weight: bold;
	}

p
	{
	font-size: 110%;
	line-height: 1.4;
	margin-bottom: 7px;
	}

h1
	{
	font-size: 150%;
	color: #CC5924;
	margin-bottom: 20px;
	background: transparent;
	}

h2, .side-bar
	{
	color: #304edb;
	margin-bottom: 3px;
	background: transparent;
	}
			
.main-container
	{
	background: white;
	width: 85%;
	margin: 30px auto;
	padding: 5px 3px;
	clear: right;
	text-align: left;
	border: solid 2px silver;
	}

.searchbox
	{
	color: black;
	margin-right: 3px;
	background: transparent;
	width: 31%;
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	}

.jump-to-content
	{
	text-align: right;
	margin-right: 3px;
	}

.content
	{
	}

.content-right
	{
	float: right;
	width: 31%;
	margin: 0 0 10px 20px;
	padding: 0 0 7px 6px;
	border-left: dotted silver 3px;
	border-bottom: dotted silver 3px;
	}
			
.image1
	{
	float: left;
	margin: 0 20px 10px 0;
	border: solid 2px silver;
	padding: 2px;
	}

.image-contact-form
	{
	margin: 0 20px 10px 0;
	border: solid 2px silver;
	padding: 2px;
	}

.main-navigation
	{
	background: white;
	padding: 5px;
	font-size: 100%;
	margin-bottom: 20px;
	border-bottom: dotted 1px silver;
	}
	
.main-navigation li
	{
	margin-right: 10px;
	margin-bottom: 10px;
	}

a:link, a:visited
	{
	color: #CC5924;
	text-decoration: underline;
	background: transparent;
	}

a:hover
	{
	text-decoration: none;
	color: #304EDB;
	background: transparent;
	}

a:active
	{
	color: #CC5924;
	text-decoration: underline;
	background: transparent;
	}
	
.why li
	{
	list-style-type: disc;
	margin-left: 25px;
	line-height: 1.4;
	}
	
.footer
	{
	margin-top: 15px;
	clear: right;
	font-size: 90%;
	}
	
.current-page
	{
	color: #304EDB;
	background: transparent;
	}

