*html body { margin-left: 1px; }

body
{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #7192b1;
	font-family: Arial, sans-serif;
	font-size: 11px;	
}

.centeredColumn
{
	width: 780px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 780) / 2 + 'px');
}

#container { overflow: hidden; }

#container .column
{
	padding-bottom: 1001em;
	/* X + padding-bottom */
	margin-bottom: -1000em;
	/* X */
}

#main
{
	width: 780px;
	height: 110%;
	display: block;
	border-color: #000;
	border-width: 0 1px 0 1px;
	border-style: solid;
	overflow: hidden;
	z-index: 0;
}

#head
{
	width: 780px;
	height: 139px;
	display: block;
}

#midBox
{
	width: 780px;
	display: block;
}

#navBox
{
	width: 188px;
	height: 424px;
	display: block;
	float: left;
}

#upperNavbox
{
	width: 188px;
	height: 249px;
	display: block;
}

#lowerNavbox
{
	width: 188px;
	height: 160px;
	display: block;
}

#contentBox
{
	width: 592px;
	display: block;
	float: left;
	background-image: url(../images/content_back_v2.jpg);
	background-repeat: repeat-y;
	min-height:1050px;
	
}

#contentLeft
{
	margin-top:10px;
	width: 382px;
	display: block;
	float: left;
}

#map
{
	width: 290px;
	height: 178px;
	display: block;
	margin: 5px;
}

#adSense{
height:600px;
}

#contentLeftmid
{
	width: 382px;
	display: block;
	border-color: #c3bfab;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#contentLeftmid a
{	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#contentLeftmid a:hover
{	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}


.leftSpace { 
padding-left: 20px;
padding-right:20px;
padding-bottom:20px;
}

#contentRight
{
	width: 120px;
	float: left;
	color: #000000;
	padding-left:10px;
	margin-left:10px;
	margin-top:10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#contentRightmid
{
	width: 164px;
	border-left:1px solid #c3bfab;
	border-right:1px solid #c3bfab;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #FFFFFF;
}

#contentRightmid a
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

#contentRightmid a:hover
{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

#contentRightmid2
{
	width: 162px;
	display: block;
	border-color: #c3bfab;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #DFDCD2;
	background-image: url(../images/home_high_back.gif);
	background-repeat: repeat-x;
}

#contentRightmid2 a
{
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	text-decoration: none;
}

#contentRightmid2 a:hover
{
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12x;
	font-style: italic;
	line-height: 16px;
	text-decoration: none;
}

#contentRightmidgrey
{
	width: 162px;
	display: block;
	border-color: #000;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #747474;
	background-image: url(../images/home_high_back_grey.gif);
	background-repeat: repeat-x;
	font-style: italic;
}

#contentRightmidgrey a
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

#contentRightmidgrey a:hover
{
	color: #86e4ff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	text-decoration: none;
}

.rightSpace { padding: 20px; }

.formBox
{
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-style: normal;
	padding: 10px;
}




#emailForm label.column {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 0.5em;
	line-height: 150%;
	color: #2a6ca0;
	font-size: 12px;
}

.inputText {
	display: block;
	width: 140px;
	border-color: #c3bfab;
	border-width: 1px;
	border-style: solid;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}

.inputTextsmall {
	display: block;
	width: 120px;
	border-color: #c3bfab;
	border-width: 1px;
	border-style: solid;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}

.inputButton {
	padding: 1px;
	background-color: #369;
	border-color: #a4b8cb;
	border-width: 1px;
	border-style: solid;
	color: #E1E7EE;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	cursor: pointer;
}




.contactFormfield
{
display: block;
width: 140px;
	border-color: #c3bfab;
	border-width: 1px;
	border-style: solid;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	font-style: normal;
}

.contactFormbutton
{
	padding: 1px;
	background-color: #369;
	border-color: #a4b8cb;
	border-width: 1px;
	border-style: solid;
	color: #E1E7EE;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
}

#news
{
	width: 188px;
	height: 48px;
	display: block;
	background-image: url(../images/navhome_newsBack.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.newsSpace { padding: 8px 0px 0px 7px; }

#newsBox
{
	width: 178px;
	height: 32px;
	display: block;
	margin: 0px;
	border-color: #a4b8cb;
	border-width: 1px;
	border-style: solid;
}

#newsForm
{
	padding: 0px;
	margin: 0px;
	display: block;
}

#newsField
{
	padding: 2px;
	background-color: #E1E7EE;
	border-color: #369;
	border-width: 1px;
	border-style: solid;
	color: #369;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	width: 110px;
	float: left;
}

#newsButton
{
	padding: 1px;
	background-color: #369;
	border-color: #a4b8cb;
	border-width: 1px;
	border-style: solid;
	color: #E1E7EE;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	float: right;
}

#bodyList
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 2px 0px 0px 2px;
}

#bodyList li
{
	background: transparent url(../images/dot.gif) no-repeat;
	background-position: 3px 3px;
	padding-left: 11px;
	margin: 2px 0px 2px 0px;
	text-align: left;
	color: #fff;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

#bodyListGreen
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 2px 0px 0px 2px;
}

#bodyListGreen li
{
	background: transparent url(../images/greenLI.jpg) no-repeat;
	background-position: 3px 3px;
	padding-left: 11px;
	margin: 2px 0px 2px 0px;
	text-align: left;
	color: #fff;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding-left:20px;
}

#homeList
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 2px 0px 0px 2px;
}

#homeList li
{
	background: transparent url(../images/news_bullet.gif) no-repeat;
	background-position: 3px 3px;
	padding-left: 11px;
	margin: 2px 0px 2px 0px;
	text-align: left;
	color: #7192b1;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

#homeList li a
{
	text-align: left;
	color: #369;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-decoration: none;
}

#homeList li a:hover { color: #036; }

#homeContentlow
{
	width: 778px;
	height: 110px;
	display: block;
}

#homeContentbox
{
	width: 640px;
	height: 110px;
	display: block;
	background-image: url(../images/home_contentLow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

.homeContentspace
{
	padding: 28px 0px 0px 16px;
	margin: 0px;
}

#homeListbox
{
	width: 350px;
	height: 60px;
	display: block;
	border-color: #7192B1;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	margin: 0px;
	float: left;
}

#scrollerContainer
{
	position: relative;
	display: block;
	float: right;
	height: 60px;
	width: 11px;
	margin: 0px 0px 0px 0px;
}

#contentMask { float: right; }

#homeListleft
{
	width: 150px;
	height: 60px;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}

#homeListright
{
	width: 190px;
	height: 60px;
	display: block;
	float: right;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 3px;
}

#homeHappybox
{
	width: 234px;
	height: 60px;
	display: block;
	margin: 0px 0px 0px 16px;
	float: left;
	border-color: #7192B1;
	border-width: 1px;
	border-style: solid;
}

#happyText
{
	width: 141px;
	height: 49px;
	display: block;
	float: left;
	color: #369;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 5px 0px 0px 5px;
}

#happyPhoto
{
	border-color: #7192B1;
	border-width: 1px;
	border-style: solid;
	float: right;
	display: block;
	margin: 5px 5px 0px 0px;
}

.line
{
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(../images/line.gif);
	border-width: 0px;
	font-size: 1px;
	background-repeat: repeat-x;
}

a.more
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	display: block;
	float: right;
}

a:hover.more { color: #fc6; }
.space { padding: 20px; }

.subSpace { padding: 20px 20px 0px 20px; }

#footer
{
	clear:both;
	display: block;
	width: 780px;
	height: 50px;
	background-image: url(../images/footer_back_v2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#foot
{
	color: #00A0C6;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding: 32px 0px 0px 6px;
	font-weight: bold;
	display: block;
}

a.footLink
{
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

a:hover.footLink { color: #EAE8E2; }

a.outlineLink
{
	color:#000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

a:hover.outlineLink { color:#333333; }

#credits
{
	color: #DFDCD2;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding: 0px 86px 0px 0px;
	font-weight: bold;
	display: block;
	float: right;
}

a.creditLink
{
	color: #DFDCD2;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

a:hover.creditLink { color: #fff; }

.subHigh
{
	width: 592px;
	height: 249px;
	display: block;
	background-color: #FFF;
	background-image: url(../images/sub_back.jpg);
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-repeat: repeat-x;
}

.subHighsmall
{
	width: 592px;
	height: 249px;
	display: block;
	background-color: #FFF;
	background-image: url(../images/sub_back.jpg);
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-repeat: repeat-x;
}

.headerLinks {
	list-style-type: none;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 2px 0px 0px 0px;
}

.headerLinks li {
	background: transparent url(../images/linksquare.gif) no-repeat;
	background-position: 3px 3px;
	padding-left: 15px;
	margin: 2px 0px 2px 0px;
	text-align: left;
	color: #fff;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}

.workLinks {
	color: #666;
	text-decoration: none;
}

.workLinks:hover {
	color: #000;
}