/*
Theme Name: The Saint James Company
Theme URI: http://enhancedsolutions.com/
Description: The default Saint James Company theme.
Version: 1
Author: Michael Heilemann
Author URI: http://enhancedsolutions.com/
*/


A {
	color: #75673e;
	text-decoration: none;
}

A:hover {
	color: #1267bf;
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #024d84 url('images/back.png') top left repeat-x;
	text-align: center;
	line-height: 1.2;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-SIZE: 13px;
	color: #333;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

.clear {
	clear: both;
}

IMG.alignright {
	float: right;
	margin: 0px 0px 15px 25px;
	border: 10px solid #dbe4eb;
}

IMG.alignnone {
	border: 10px solid #dbe4eb;
}

/* ########################################################################################## */

#container {
	width: 964px;
	margin: auto;
	text-align: left;
	border: 0px solid #014782;
	border-width: 0px 12px;
}

/* ########################################################################################## */

#head {
	background: url('images/head.png') left top repeat-x;
	position: relative;
	height: 115px;
}

#head H1 {
	display: block;
	width: 278px;
	height: 81px;
	overflow: hidden;

	margin-left: -139px;
	padding: 0px;
	border: 6px solid #054175;

	position: absolute;
	top: 40px;
	left: 50%;
}

#head H1 A {
	display: block;
	width: 281px;
	height: 81px;
	background: url('images/logo.png') left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#head .description {
	display: none;
}

#head .menu {
	padding: 0px;
	list-style: none;

	position: absolute;
	top: 69px;
}

#head .menu.left {
	left: 0px;
}

#head .menu.right {
	left: 633px;
}

#head .menu LI {
	float: left;
}

#head .menu LI A {
	display: block;
	padding: 12px 26px;

	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Serif;
}


#head .menu.left LI A {
	padding: 12px 26px;
}


#head .menu LI A:hover {
	background: #053863;
	text-decoration: none;
}


/* ########################################################################################## */


#splash {
	background: url('images/splash.jpg') left bottom no-repeat;
	width: 964px;
	height: 250px;
	border-bottom: 3px solid #03568c;
}


/* ########################################################################################## */


#page {
	background: #fff url('images/page.png') left top repeat-x;
	padding: 50px 75px;
	line-height: 1.5;
}

#page H1 {
	color: #024b82;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 28px;
	font-weight: normal;
}

#page H2 {
	color: #024b82;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: normal;
}

#page H1.newworld {
	display: block;
	background: url('images/h1_newworld.png') left top no-repeat;
	width: 460px;
	height: 38px;
	padding: 0px;
	margin: -20px 0px 15px 0px;

	text-indent: -9999px;
	overflow: hidden;
}

#page .threecol {
	float: left;
	margin-right: 70px;
}


/* ########################################################################################## */


#foot {
	background: url('images/foot_inner.png') center bottom no-repeat;
	height: 112px;
}

/* inner overlay "fixes" pixel jog */
#foot .inner {
	width: 988px;
	background: url('images/foot_inner.png') center bottom no-repeat;
	height: 112px;
	margin: auto;
}

#foot .inner P {
	padding: 75px 0px 0px 0px;
	color: #fff;
	font-size: 10px;
}
#foot .inner A {
	color: #ccc;
}