@CHARSET "UTF-8";
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #000 url(../img/bg.jpg) no-repeat fixed center bottom;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

em { color: #FF3333; }
.clear { clear: both; }
img { border: none; }
a, a:link, a:visited, a:hover { color: #333; }
a h3 { text-decoration: none; }

h1
{
	font-family: "Myriad Pro Light", Arial, Sans-Serif;
	/*"Helvetica Neue", Helvetica, Arial, Verdana;*/
	font-size: 32px;
	line-height: 34px;
	color: #000;
	font-weight: normal;
	margin: 0px;
}
h2
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	font-size: 20px;
	line-height: 24px;
	color: #606060;
	font-weight: normal;
	/*margin: 0px;*/
}
h3
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	font-size: 15px;
	line-height: 20px;
	color: #808080;
	font-weight: normal;
}
h4
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	font-weight: normal;
}
#header
{
	width: 870px;
	height: 110px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	list-style: none;
}
#header li
{
	float: left;
}
#header li.locate { width: 900px; text-align: right; }
#header li.navigation { width: 658px; text-align: right; padding-top: 25px; }
#header li.logo { }
#header a, #header a:link, #header a:visited, #header a:hover
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-left: 10px;
}
#header a:hover { text-decoration: underline; }

#landing
{
	background: url(../img/landing/bg.gif) no-repeat center;
	width: 900px;
	height: 450px;
	text-align: center;
	font-size: 16px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#landing #nav
{
	padding-top: 200px;
	margin: 0 auto;
	width: 450px;
	*font-weight: bold;
	_font-weight: bold;
	font-weight: normal;
}
html > body #landing #nav { width: 420px; }
#landing a, #landing a:link, #landing a:visited, #landing a:hover
{
	color: #000;
	text-decoration: none;
	margin: 0 5px;
	display: block;
	width: 94px;
	height: 16px;
	padding: 10px 0;
	float: left;
}
#landing a:hover
{
	background: url(../img/landing/highlight.gif) no-repeat center;
}
#sister
{
	width: 215px;
	float: right;
	text-align: center;
	font-size: 10px;
	color: #000;
	margin-right: 25px;
}

#page
{
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	list-style: none;
	clear: both;
}
#page li.content
{
	margin: 0px;
	padding: 0px;
	min-height: 304px;
	height: 304px;
	background: #fff url(../img/page/top_bg.jpg) no-repeat top left;
}
html > body #page li.content { height: auto; }
#page li.content ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#page li.content ul ul, #page li.content ul.list ul ul ul { list-style: disc; }
#page li.content ul.list ul ul { list-style: circle; }
#page li.content ul.list li
{
	margin: 0 0 0 20px;
	padding: 1px;
}
#page li.content ul li.single
{
	padding: 20px;
}
#page li.content ul li.dualLeft
{
	padding: 20px 20px 20px 225px;
	float: left;
	width: 435px;
}
#page li.content ul li.dualRight
{
	padding: 20px 0;
	width: 215px;
	float: left;
	text-align: center;
}
#page li.content ul li.contact
{
	padding: 20px 0;
	width: 215px;
	height: 440px;
	float: left;
	text-align: center;
}
#page li.content ul li.triLeft
{
	padding: 20px 20px 0 20px;
	margin: 0px;
	float: left;
	width: 165px;
	/*border-right: 1px solid #ccc;*/
}
li.triLeft a, li.triLeft a:link, li.triLeft a:visited, li.triLeft a:hover
{
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
li.triLeft a:hover { text-decoration: underline; }
#page li.content ul li.triMiddle
{
	padding: 20px 20px 10px 20px;
	margin: 0px;
	width: 435px;
	min-height: 450px;
	float: left;
	border-left: 1px solid #ccc;
}
#page li.content ul li.triRight
{
	padding: 20px 0 0 0;
	margin: 0px;
	width: 215px;
	float: left;
	text-align: center;
}
#page li.bottom
{
	width: 900px;
	padding: 0px;
	margin: 0px;
	height: 5px;
	background: url(../img/page/bottom_bg.jpg) no-repeat top left;
	*margin-top: -12px;
	_margin-top: 0;
}

#page .leftPhoto
{
	float: left;
	margin: 0 10px 10px 0;
}

#footer
{
	width: 900px;
	margin: 4px auto 0 auto;
	padding: 0px;
	text-align: left;
	list-style: none;
	clear: both;
	color: #b8b8b8;
	font-size: 11px;
}
#footer li { float: left; padding: 0 20px; }
#footer li.copyright
{
	width: 450px;
	float: left;
}
#footer li.links {  width: 370px; text-align: right; }
#footer li.links a, #footer li.links a:link, #footer li.links a:visited, #footer li.links a:hover
{
	color: #b8b8b8;
	font-size: 12px;
	text-decoration: none;
	padding: 0 5px;
}
#footer li.links a:hover { text-decoration: underline; }

#gallery
{
	width: 182px;
	float: right;
	margin: 20px 0 4px 10px;
}
#gallery #caption
{
	/*height: 35px;*/
	padding: 4px;
	margin: 0 0px 0px 0px;
	*margin-top: -8px;
	_margin-top: -4px;
	background-color: #333;
	color: #fff;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #cbcbcb;
	border-top: none;
}
#gallery img#preview
{
	width: 180px;
	height: 135px;
	border: 1px solid #cbcbcb;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}
#gallery img.thb
{
	margin: 4px 2px 0 0;
	cursor: pointer;
}

#sidebar
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 219px;
}
#sidebar li.header
{
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0px;
	*padding-top: 8px;
	_padding-top: 0px;
	_margin-top: 8px;
}
#locator
{
	float: right;
	margin: 0 0 0 8px;
}
#ddBox
{
	width: 200px;
	height: 24px;
	margin: 5px 15px 0 8px;
	*margin-right: 30px;
	_margin-right: 15px;
	background: url(../img/header/drop-down.gif) no-repeat;
}
#ddBox select
{
	width: 200px;
	height: 20px;
	border: 1px solid #fff;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 10px;
	background: #fff;
}
html > body #ddBox select
{
	margin: 2px 0 0 0;
}
#searchBox
{
	width: 200px;
	height: 24px;
	margin: 5px 15px 0 0;
	background: url(../img/header/search-box.gif) no-repeat;
}
html > body #searchBox { margin: 5px 30px 0 8px; }
#searchBox input
{
	width: 160px;
	border: 1px solid #fff;
	float: left;
	margin: 2px 0 0 0;
	font-size: 10px;
}
html > body #searchBox input
{
	margin: 4px 0 0 4px;
}
#sidebar li.subsection
{
	list-style: none;
	padding: 5px 0 5px 20px;
}
#sidebar li.subsection h3
{
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

/* Contact */
#contact
{
	width: 200px;
	height: 410px;
	background: #fff url(../img/contact/bg.jpg) no-repeat top left;
	padding: 0px;
	margin: 0px auto;
	font-size: 11px;
	color: #000;
	text-align: left;
	list-style: none;
}
#contact ul, #contact ul ul, #contact ul ul ul, #contact ul ul ul ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#contact li
{
	list-style: none;
	padding: 0 10px;
	margin: 0px;
	line-height: 16px;
}
#contact li.head
{
	text-align: center;
	padding: 15px 10px 0 10px;
	margin: 0px;
	font-size: 16px;
	line-height: 18px;
}
#contact h2
{
	color: #000;
	margin: 0 0 5px 0;
	font-size: 18px;
}
#contact input, #contact textarea
{
	width: 100%;
	border: 1px solid #ccc;
}
#contact button
{
	width: 65px;
	height: 18px;
	background: url(../img/btn/submit.jpg);
	text-indent: -1000px;
	border: none;
	float: right;
	margin: 4px 0 0 0;
}
#flContact
{
	margin-left: -200px;
}

/* Lists */
ul.navigationList
{
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.navigationList li
{
	margin: 0 0 0 20px;
	list-style-image: url(../img/icon/arrow.gif);
}
ul.navigationList li a, ul.navigationList li a:link, ul.navigationList li a:visited, ul.navigationList li a:hover
{
	color: #333;
}
ul.navigationList li.selected a, ul.navigationList li.selected a:link, ul.navigationList li.selected a:visited, ul.navigationList li.selected a:hover
{
	color: #aaa;
}
ul.subNavList
{
	margin: 0px;
	padding: 0px;
}
ul.subNavList li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

ul.videoList
{
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
ul.videoList li
{
	margin: 2px 0 2px 20px;
	padding: 0 0 4px 0;
	*padding-left: 8px;
	_padding-left: 6px;
	list-style-image: url(../img/btn/video.jpg);
}
ul.videoList li a, ul.videoList li a:link, ul.videoList li a:visited, ul.videoList li a:hover
{
	text-decoration: none;
}

#sidebar ul.navigationList
{
	border-bottom: 1px solid #ccc;
}
#sidebar ul.navigationList li
{
	padding: 0 0 4px 0;
}

ul.pdfList
{
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
ul.pdfList li
{
	margin: 2px 0 2px 20px;
	padding: 0 0 4px 0;
	*padding-left: 8px;
	_padding-left: 6px;
	list-style-image: url(../img/btn/pdf_small.gif);
}
ul.pdfList li a, ul.pdfList li a:link, ul.pdfList li a:visited, ul.pdfList li a:hover
{
	text-decoration: none;
}

#news
{
	width: 180px;
	height: 98px;
	overflow: auto;
	padding: 10px;
	background: url(../img/home/news-bg.gif) no-repeat;
	text-align: left;
}
#news h4
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
#news i, #news a, #news a:link, #news a:visited, #news a:hover
{
	color: #ff3333;
}
#news a, #news a:link, #news a:visited, #news a:hover
{
	text-decoration: underline;
}
