/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

*/Wrapper*/

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

* {
	margin: 0;
	padding: 0;
}

#body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

h1, h2, h3 {
	margin-bottom: 20px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; font-weight: bold; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #0065CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url(images/img06.gif) repeat-x left center;
}

/* Header */

#header {
	width: 850px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 147px;
	text-align: center;
}



/* Banner */

#banner {
	float: right;
	top: 10px;
	left: 400px;
	width: 610px;
	height: 147px;
	background: #0065CC url(images/img01.gif) no-repeat left bottom;
	border-top: 3px solid #000099;
}

h2 {
        text-size: 2.8em; 
        text-weight: bold;
        margin: 0; 
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

#contactus {
	position: absolute;
	top: 60px;
	left: 960px;
	width: 71px;
	height: 84px;
	}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}


/* Content */

#content {
	float: right;
	width: 560px;
	padding: 20px;
}

#quote {float: left;
	width:100%;
	background-color:#FFFFFF;
	border: 0px;
        text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	padding: 10px 10px 10px 10px;}

#image-main {float: right;
margin-top:34px;
margin-left:10px;
margin-bottom:10px;
border: 0px;
}

#imageright {
	float:right;
	padding: 30px; 
	margin: 10 10 10px 10px;
	display: inline
  }

#image {float: right;
margin-top:54px;
margin-left:10px;
margin-bottom:10px;
border: 0px;
}


#form {
margin-top: 50px;
margin-left: 8px; 
width: 450px;
 border: 2px solid #0000FF;
 padding: 30px;
}

input {
 background-color: #A4D3EE;
font-weight:bold;
color: #000000;
width: 150px;
}

select {
 background-color: #A4D3EE;
width: 150px;
 color: #000000;
font-weight:bold;
}

textarea {
 background-color: #A4D3EE;
 color: #000000;
font-weight:bold;
}


#table {
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #333333;
background-color: #FFFFFF;
border: 0px solid black; 
border-spacing: 4px;}

td
{background-color: #FFFFFF;
color: #333333;
padding: 2px;
text-align: center;
border: 1px #000000 solid;}



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 60px 20px 20px 20px;
	background: url(images/img02.gif) no-repeat;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	list-style: disc inside;
}

#sidebar li li {
	margin: 0;
}

#sidebar dl {
}

#sidebar dt {
}

#sidebar dd {
	margin-bottom: 10px;
}

#sidebar ol {
	margin-left: 0;
	list-style-position: inside;
}

#sidebar h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(images/img05.gif) repeat-x left bottom;
	color: #000000;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img06.gif) repeat-x;
	border-top: 1px solid #FFFFFF;
	font-size: x-small;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

#footer a {
	color: #999999;
}