/*
Theme Name: Father & Son Charter Custom Theme
Description: Custom theme for Father & Son Charter.
Version: 1.0
*/

html {
	background: #f5f6f6;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 10px 5px;
}

h1 {
	font-size: 3.0em;
	font-weight: bolder;
}
h2{
	font-weight: bolder;
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
	line-height: 1.5em;
}
em{
	font-weight: inherit;
	font-style: italic;
}
strong {
	font-weight: bold;
}

#page {
	width: 1025px;
	margin: auto;
	margin-top: 20px;
}

#header #title_bar {
	height: 149px;
	background: #211b5b;
}

#header #title_bar #logo {
	float: left;
	width: 350px;
	height: 149px;
	overflow: hidden;
}

#header #title_bar #title {
	display: block;
	float: left;
	text-align: center;
	font-size: 5em;
	margin: auto;
	color: #ccc9d8;
	width: 600px;
	line-height: 130px;
	font-weight: bolder;
	letter-spacing: -2px;
}

#header #bg_image {
	clear: both;
	height: 269px;
	background: url(images/background_contact.jpg) no-repeat;
}

#content {
	position: relative;
}

#contant .main .entry{
	top: 500px;
	position: relative;
}
.entry p{
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 10px;
}
#content .main {
	padding: 5px;
	position: relative;
	z-index: 0;

}

#content .accent {
	position: relative;
	float: left;
	z-index: 1;
}

#content div.accent a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#footer {
	position: relative;
}
#footer p{
	font-size: 9px;
	text-align: center;
	position: absolute;
	left:0px;
	width: 1025px;
}

ul#jsddm {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #5c0000;
	float: left;
	padding: 0 35px;
	overflow: visible;
	width: 955px;

}

#jsddm li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 5px 15px;
	vertical-align: top;

}

#jsddm li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
}



#jsddm li ul {
	margin: 0;
	padding: 10px;
  	position:absolute;
	z-index: 10;
	visibility: hidden;
	background: #5c0000;
}
#jsddm li ul li{
	margin: 2px;
}
div.left {
	width: 400px;
	float: left;
}
#contactform{
	width: 800px;
	margin: auto;
	position: relative;
}
.left label{
	display: block;
	padding: 5px 0;
	font-size: 1.4em;
}
.left label input{
	display: block;
	width: 380px;
	height: 25px;
	border:1px solid #000;
	margin: 5px 0;
}
.left textarea{
	width: 380px;
	height: 100px;
}
#contactform .submit{
	position: absolute;
	bottom: 0px;
	right: 0;
}
#jsddm li ul li {
	float: left;
	clear: left;
	display: inline;
	padding: 0px;
}

#jsddm li ul li a {
	width: auto;
}
.table_bg{
	background: url(images/table_bg.jpg) no-repeat;

	margin: auto;
	width: 750px;
	height: 355px;
	padding: 20px;
}
table th{
	font-weight: bold;
	font-size: 1.4em;
	padding-right:20px;
}
table tr{
	border-bottom: 1px solid #ccc;
}
table td{
	font-size: 1.2em;
	padding: 5px 0;
	padding-right: 10px;
}