/* Generated in 0.0005 secs */

/* == layout.css == */
.left{width:160px;}
.right{width:772px;}
.column {
  float: right;
  margin: 0 6px;
  overflow: hidden;
  display: inline;
}
.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
html {
	overflow-y: scroll;
	min-width: 960px;
}
body {
	background: url('../images/bg.jpg');
	margin: 0;
	padding: 20px 0;
}
img.print {
	display: none;
	margin-top: 15px;
}
div.top {
	height: 83px;
	background: url('../images/logo.png');
}
div.white {
	background: #ffffff url('../images/bg.png') repeat-x;
}
div.menu{
	height: 168px;
	background: url('../images/logo.png') no-repeat scroll;
	background-position: 0 -83px;
}
div.content{
	background: url('../images/logo.png') no-repeat scroll;
	background-position: 0 -251px;
}
div.content-l {
	background: transparent url('../images/wm-l.png') no-repeat bottom left;
	min-height: 400px;
}
div.content-d {
	background: transparent url('../images/wm-d.png') no-repeat bottom left;
	min-height: 590px;
}

div.footer-l {
	background: url('../images/footer-l.png') no-repeat top center;
}
div.footer-d {
	background: url('../images/footer-d.png') no-repeat top center;
}

div.content-l div.data { margin: 0 40px 50px 10px;}
div.content-d div.data { margin: 0 31px 50px 1px;}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	position: relative;
	top: 70px;
	white-space: nowrap;
}
.menu ul li {
	position: relative;
	display: inline;
	margin-top: 10px;
}
.menu ul li a {
	padding: 18px 20px 18px;
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.menu ul li a:hover{color: #ffffff;}
.menu ul li a.selected, .menu ul li a.children {
	color: #ffffff;
	background: transparent url('../images/menu.png') no-repeat top center;
}
.breadcrumbs {
	clear:both;
	position: relative;
	top: 100px;
	left: 200px;
	text-transform: uppercase;
	font-size: 11px;
	color: #5cb3bd;
	width: 700px;
}
.breadcrumbs a {
	color: #5cb3bd;
	text-decoration: underline;
}

#maintitle {
	background: url('../images/h1.png') no-repeat bottom left;
	text-align: right;
	padding-right: 120px;
	font-size: 30px;
	text-transform: lowercase;
	margin-left: 20px;
	font-weight:normal;
}
.smenu {
	font-family: Arial,helvetica;
}
.smenu h4 {
	margin: 20px 0 10px;
	padding: 0 0 0 10px;
	color: #5cb3bd;
	font-size: 18px;
}
.smenu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 10px;
}
.smenu ul li {
	padding: 1px 0 0 0;
}
.smenu ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
}
.smenu ul li a:hover, .smenu ul li a.selected {
	text-decoration: underline;
}

div.bp {
	height: 24px;
	width: 100px;
	background: url('../images/baypak.png');
	margin: auto;
}
a.specials {
	color: #5cb3bd;
	display: block;
	height: 130px;
	background: url('../images/specials.png') no-repeat left bottom;
	text-decoration: none;
}
a.contact {
	display: block;
	width: 152px;
	height: 86px;
	margin: auto;
	margin-bottom: 10px;
	border: solid #5cb3bd 1px;
	background: url('../images/contact1.png') no-repeat;
	text-indent: -200em;
}

.fmenus ul {
	list-style: none;
	border-left: solid #72a1b3 1px;
	margin: 70px 0 0;
	padding: 0 20px 0 20px;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
}
.fmenus a {
	color: #ffffff;
	text-decoration: none;
}
.fmenus li.tjl a {
	text-transform: lowercase;
	color: #72a1b3;
}
.fmenus li.tjl {
	text-align:right;
}
.fmenus li.cpy {
	color: #82c3d9;
}

/* Contact Page */
table.contactform {
	margin: auto;
	width: 520px;
}
table.contactform input, table.contactform textarea , table.contactform select {
	color: #34294D;
	border: solid #b0a5c9 1px;
	padding: 3px;
}
table.contactform label input {
	border: none;
}
table.contactform td {
	vertical-align:top;
}
input.emailform_input {
	width: 250px;
}
td.formheader {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
div.thankYou {
	font-size: 1.3em;
	padding: 10px;
	background-color: #e4e4ff;
	line-height: 120%;
	text-align: center;
}
.emailform_textarea {
	width: 250px;
	height: 150px;
}
.requiredfield {
	font-size: 0.8em;
}
p.topaddy {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 260px;
	text-align:right;
	font-size: 11px;
	color: #2f7694;
	padding: 0;
}
p.topaddy a {
	font-weight: bold;
}
a.lc {
	text-transform: lowercase
}