@import url("/styles/yui/cssrest/reset.css");
@import url("/styles/yui/cssfonts/fonts.css");
@import url("/styles/grids.css");
@import url("/styles/template.css");

html
{
	height: 100%;
	background: #002256 url("/images/bg.png") top left repeat-x;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #f6eada;
	font-size: 10pt;
	line-height: 1.45em;
	font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #333;
	background: transparent url("/images/header.jpg") top center no-repeat;
}

a { text-decoration: none; }
a img
{
	border: none;
}


.page
{
	width: 985px;
}

.unit h2, .unit h3, .unti h4
{
	margin: 0 1.25em 1em;
	font-family: Georgia, Times, 'Times New Roman', serif
}

.unit p
{
	margin: 0 1.25em 1em;
}


#hd
{
	height: 373px;
}

#hd h1, #hd h2
{
	display: none;
}

#hd a
{
	text-decoration: none;
}

#logo
{
	position: relative;
	
	border: none;
}

#hd p
{
	font-size: 18px;
	font-family: Georgia, sans;
	top: 200px;
	left: 29px;
	width: 500px;
	margin: 0;
	padding: 0;
	position: relative;
	color: #000066;
}

#ft
{
	min-height: 72px;
	color: #ad8966;
	text-align: center;
}

#ft p
{
	margin: 0;
	padding: 3em;
}

#bd
{
	border-right: 4px solid #b8b8b8;
	border-left: 4px solid #b8b8b8;
	border-bottom: 4px solid #b8b8b8;
	background: #fff6e2 url("/images/content-bg.png") top center repeat-y;
}

label
{
	display: block;
}

h2
{
	width: 258px;
	padding: 1em 0 0.25em;
	text-align: center;
	font-size: 1.75em;
}

h2 img
{
	vertical-align: middle;
}



#contact
{
	text-align: center;
}

#contact p
{
	margin-top: 0;
	margin-bottom: 2em;
}

#phone
{
	font-size: 2em;
}

#email
{
	font-size: 1.5em;
}

.teaser {
		width:420px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url("/images/box.jpg") bottom left no-repeat;
	}
.teaser h3 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url("/images/box-top.jpg") top left no-repeat;
}
.teaser p, .teaser form, .teaser a.more {
	margin:0;
	padding:0 10px 3px;
	border:1px solid #d8d8d8;
	border-width:0 1px;
}
.teaser a.more {
	display:block;
	text-align:right;
	background:url("tsr-a.gif") 410px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#44a;
}

.undecorated_list, .undecorated_list li
{
	list-style-type: none;
}

/* ====== Lists ======*/
/* numbered list */
ol.simplelist li{list-style-type: decimal; margin-left:10px;}
/* standard list */
ul.simplelist li{list-style-type:disc; margin-left:10px;}

.padding { padding: 0 20px 0 0;}
