/*  
Theme Name: MistyLook
Theme URI: http://wpthemes.info
Description: A real clean template by http://wpthemes.info Sadish Bala,
 influenced by http://reorganize.ca ReOrganize
Version: 2.0
Author: Sadish
Author URI: http://simpleinside.com
*/
* {
	padding: 0px; 
	margin:0px;
}
p {
	margin: 0.7em 0px;
	line-height:1.6em;
}
dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
a img {
	border:0;
}
.clear {
	clear:both;
	height:20px;
}
body{
	background: #f9f8f4; 
	margin: 0px 20px; 
	font: 76%/1.6em verdana, tahoma, "lucida grande",  sans-serif; 
	color: #333; 
	text-align: center;
}
a {
	text-decoration:none;
}
a:link {
	color: #265e15;	
}
a:visited {
	color: #265e15;
}

a:hover, a:active {
	color: #333;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, Verdana, Arial, Serif;
}

#container {
		clear: both;  
	border: #ddd 1px solid; 
	background: #fff; 
	margin: 0px auto; 
	width: 780px; 	
		overflow: auto;
	text-align: left;
}
#nav{	
		background: transparent; 
	margin: 20px auto 0;
		height: 20px;
	width: 750px; 
	position: relative; 
	text-align: left;
	font-family:Tahoma, Verdana, Arial, Serif;
}
 html #nav {
	height: 1%;
}
#nav ul li {
	float: left; 
	margin: 0px 5px 0px 0px; 
	list-style-type: none;
}
#nav ul li a {
	border: #ddd 1px solid; 
	border-bottom:none;
	padding: 0 10px 2px 10px; 
	display: block; 
	background: #ededed; 
	text-decoration: none;
}
#nav ul li a:hover {
	background: #fafafa;
}
#nav ul li a:active {
	background: #fafafa;
}
#nav ul li.current a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;
}
#header {
	clear: both;
	margin: 10px 30px; 
	padding-left: 10px;
	padding-top: 1px;
	height: 260px;
	background: #fff url(../templates/meridian/images/monument.jpg) no-repeat 10px 0px;
}
#header h1{
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	letter-spacing:1px;		
}
#header h2 {
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;		
}

#content {
	 margin: 10px 10px 10px 30px; 
	 overflow: auto;
}
 html #content {
	height: 1%;
}
#content img{
   margin: 10px;
}
#content h2 {
	font-size: 1.6em; 
	margin: 1em 0px 0px;
	border-bottom: 1px #ddd dashed;
}
#content h3 {
	font-size: 1.2em; 
	margin: 1em 0px 0px;
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0px 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0px;
}
#content ul 
{
	margin:1em;
	padding:0 1em;
	list-style-image: url(/templates/meridian/images/bullet.png);
}
#content ol 
{
	list-style-type:decimal;
	margin:1em;
	padding:0 1em;
}
#content {
	float: left; 
	width: 700px;
	margin-right: 20px;
}
#content img{
	padding: 2px;
	border: 1px solid #cccccc;
}
 html #content-main {
	margin-right: 20px;
}
#content table{
   border: 1px solid #ddd;
   padding-left: 5px;
}
#footer {
	clear: both; 	
	background: transparent; 
	margin: 0px auto; 
	overflow: auto; 
	width: 760px; 
	color: #999; 
	text-align: center;
}
 html #footer {
	height: 1%;
}
#footer p {
	float: left; width: 40%; line-height: 1.2em;
}
#footer p img {
	vertical-align: text-bottom;
}
#footer ul {
	float: right; 
	margin: 1em 0px; 
	width: 50%; 
	text-align: right;
	font-size: 0.9em; 
}
#footer ul li {
	display: inline; 
	margin-left: 5px; 
	list-style-type: none;
}
textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f8f4;
}
input {
	background:#f9f8f4;
	border:#ccc 1px solid;
}
#thankyou{
   margin-top: 50px;
   margin-bottom: 200px;
}
#thankyou a, #thankyou a:hover{
   border-bottom: dashed #000 1px;
   text-decoration: none;
}
.leftcol {
	float: left; 
	width: 460px; 
	margin-right: 10px;
   padding: 10px;
}
 html .leftcol {
	margin-right: 10px;
}
.rightcol{
 float: right;
 width: 182px;
 padding:10px;
 /*margin-top:10px;*/
 background: url(/templates/meridian/images/sideheadtop.gif) #ededed no-repeat left top; 
}