
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000099;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

.index{
	margin-top:100px;
	text-align:center;
	border:0px;
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #efefef;
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

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

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 780px;
	height: 141px;
	background: url(images/logo1.gif) no-repeat center middle;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin-top: 20px;
	padding: 40px 190px 0 0;
	background: url(images/logo.png) no-repeat right top;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

#header h1 span {
	color: #000099;
}

#header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #000099;
}

#header h2 a {
	color: #000099;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 200px;
}

#searchsubmit {
	width: 80px;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 570px;
}

.post {
	padding: 12px 50px;
	background: url(images/img04.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #000099;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #efefef;
	line-height: normal;
	color: #666666;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #efefef;
}

#sidebar h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #CC0000;
}

#sidebar a {
	border: none;
	text-transform:capitalize;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	border-top: 10px solid #dddddd;
	background: #efefef;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}



#menu{
	
	text-align:center;
}

#logo{

}

#submergence{
	width:90%;
	border: solid 1px #dddddd;
}

#submergence th{
	text-transform:capitalize;
	border: solid 1px #dddddd;
}

#submergence td{
	border: solid 1px #dddddd;
}

#expandPoints{

}

#expandPoints ul{
	list-style: none;
	margin-left: 15px;
}

#expandPoints a{
	text-decoration: underline;
}

/* contact form style */
#contact
{ padding: 0px 0px 2px 0px;
  border: 1px dashed;
  color: #7B797B;
  width: 450px;
}

#contact label
{ width: 130px;
  float: left;
  text-align: right;
  margin-right: 16px;
  display: block;
  text-transform: capitalize;
  
}

#contact input
{ color: #000099;
  background: #ffffff;
  border: 1px solid #7B797B;
}

#contact .submitbtn{
	float:right;
	margin-right:10px;
}

#contact textarea
{ color: #000099;
  background: #ffffff;
  border: 1px solid #7B797B
}

#contactinfo label
{ width: 130px;
  float: left;
  text-align: right;
  margin-right: 16px;
  display: block;
}

