/* force right scrollbar in non-ie browsers to prevent horizontal jumping */
html,body {
	height: 100%;
	margin: 0 0 1px 0;
	padding:0;
	background: url(../images/bg_right.gif) repeat-y top right;
}


/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

	
body
	{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	line-height: 1em;
	margin:0;
	padding:0;
	background: url(../images/bg_main.gif) repeat-x;
	}
	
img {
	border: 0;
}

a {
	color: #f97106;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.aligncenter {
text-align: center;
}

	
/* ~~~~~~~~~~~~~~~~~ STRUCTURAL ~~~~~~~~~~~~~~~~~*/

div#container {
	position: relative;
}


	
/* ~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~*/

div#header
	{
	position:relative;
	height: 161px;
	background: #fff url(../images/bg_header.gif) repeat-x;
	}

div#header div.bda
	{
	position: absolute;
	top: 0;
	right: 254px;
	}

div#header div.contact
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 254px;
	height: 130px;
	background: #5c9eba url(../images/bg_contact.gif) repeat-x;
	text-align: center;
	}
	
div#header div.contact div.cont
	{
	margin-top: 30px;
	width: 230px;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	}
	
div.tel
	{
	font-size: 1.8em;
	font-weight: bold;
	margin: 5px 0 8px 0;
	}
	
div.tel img
	{
	margin-right: 8px;
	}

	
	
/* ~~~~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~~~~*/
	
div.links
	{
	position: absolute;
	top: 130px;
	left: 22px;
	width: 600px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 200;
	}
	
div.links img {
	margin: 0;
	padding: 0;
}


/* ~~~~~~~~~~~~~~~~~ MAIN CONTENT ~~~~~~~~~~~~~~~~~*/

div#wrapper
	{
	float:left;
	width:100%;
	margin-left:-292px;
	position: relative;
	}

div#content	{
	margin-left:254px;
}

img.tt {
	position: absolute;
	top: 42px;
	left: 320px;
}

div#content	.cont {
	margin: 92px 45px 0 69px;
	font-size: 0.9em;
}

div#content	.cont p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.pop {
	color: #3e2631;
	font-weight: bold;
}

img.dropcap {
	float: left;
	padding: 5px 10px 2px 0;
}

.quote {
	border-top: 1px solid #f97106;
	padding-top: 1em;
	margin-top: 2em;
	font-size: 1.4em;
	font-style: italic;
	color: #f97106;
	line-height: 1.3em;
}

.quoter {
	font-size: 0.8em;
	font-style: normal;
}

h1 {
	color: #2e7ea4;
	border-bottom: 1px solid #2e7ea4;
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

h2 {	
	color: #f97106;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: -0.5em;	
	line-height: 1.3em;
}

img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}



/* ~~~~~~~~~~~~~~~~~ JUST HOME ~~~~~~~~~~~~~~~~~*/

div.boxes {
	background: #fff url(../images/bg_box.jpg) repeat-x;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 100%;
}

div.boxes div.right {
	position: absolute;
	width: 229px;
	height: 398px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}


/* ~~~~~~~~~~~~~~~~~ JUST TEAM ~~~~~~~~~~~~~~~~~*/

div.teampic {
	background: #d8d3d1 url(../images/bg_team.gif) repeat-y top center;
	text-align: center;
	padding: 0;
	height: 241px;
	margin-bottom: 30px;
}

div.teampic img {
	margin-bottom: 0;
	padding: 0;
}

p.team {
	clear: both;
}


	
/* ~~~~~~~~~~~~~~~~~ RIGHT COLUMN ~~~~~~~~~~~~~~~~~*/
	
div#rightcol
	{
	background:#684152;
	float:right;
	width:254px;
	}
	
div#extra
	{
	background:#684152;
	float:right;
	clear:right;
	width:254px;
	}

div#extra div.box {
	margin: 23px;
	border: 1px solid #dec8d5;
	background: #fff;
	width: 199px;
	font-size: 0.75em;
	padding-bottom: 0.8em;
}

div#extra div.box p {
	margin: 0.5em;
	line-height: 1.5em;
}

.day {
	font-weight: bold;
	color: #2e7ea4;
}

.note {
	color: #2e7ea4;
}




/* ~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~*/

	
div#footer	{
	margin: 3em 0;
	border-top: 1px solid #a0a0a0;
	font-size: 0.8em;
	padding: 0;
	color: #684152;
}

div#footer a {
	color: #684152;
}

div#footer .copy {
	font-size: 0.95em;
	color: #9f979a;
}

div#footer .copy a {
	color: #9f979a;
}
