@import url('/assets/css/reset.css');
@import url('/assets/css/960.css');

body {
	padding: 10px 0;
	font-family: "Lucida Sans Unicode","Lucida Grande",Tahoma,Helvetica,Arial,Sans-Serif;
	line-height: 1.5; color: #333;
	background: #fff url(/assets/images/site/bg-body.jpg) repeat-x center top;
}

a { text-decoration: none; outline: none; color: #f30; }
a:hover { text-decoration: underline; }

sup { font-size: .3em; vertical-align: top; }
sub { font-size: .3em; vertical-align: bottom; }

.hiddenFields,
.hidden { display: none; }
.required,
.error { color: #f30; }

.full { float: none; display: block; }
.right { float: right; display: inline; }
.left { float: left; display: inline; }
.right.margin { margin: 0 0 30px 30px; }
.left.margin { margin-right: 0 30px 30px 0; }
.frame { padding: 2px; border: 1px solid #ccc; }

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#skip {
	position: absolute;
	left: -9999em;
}

/*----------------------------------------------------------------------------------------------
	HEADER
------------------------------------------------------------------------------------------------*/

#header {
	position: relative
}

#logo {
	display: block;
	float: right;
	height: 80px;
	text-indent: -9999em;
	background: url(/assets/images/site/bg-logo.gif) no-repeat right top;
}

#globe {
	float: left;
	height: 80px;
	font: normal 2.8em/80px Arial;
	color: #f2f2f2;
	text-indent: 176px;
	background: #111 url(/assets/images/site/bg-globe.gif) no-repeat left top;
}

#phone {
	float: left;
	padding: 5px 0;
	font-size: 1.4em; font-weight: bold;
	text-align: center;
	clear: both;
}

/*----------------------------------------------------------------------------------------------
	NAVIGATION
------------------------------------------------------------------------------------------------*/

#navigation {
	overflow: visible;
	z-index: 100;
}

#nav {
	margin: 0 10px; padding: 0;
	width: 940px; height: 40px;
	list-style: none;
	background: #111 url(/assets/images/site/bg-nav.gif) repeat-x center top;
}
#nav li {
	float: left;
	position: relative;
}
#nav li a {
	display: block;
	float: left;
	padding: 0 18px;
	font-size: 1.5em; line-height: 40px; color: #d2d2d2;
	border-left: 1px solid #444; border-right: 1px solid #222;
}
#nav li a:hover,
#nav li a:focus,
#nav li a.active {
	color: #fff;
	background: #222;
	text-decoration: none;
}
#nav li.first a {
	border-left: none;
}
#nav li.last {
	border-right: 1px solid #444;
}
#nav ul {
	display: none;
	position: absolute;
	top: 39px; left: 0;
	padding: 5px 0;
	width: 220px;
	background: #222;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-box-shadow: 0 4px 4px #111;
	-webkit-box-shadow: 0 4px 4px #111;
}
#nav ul li {
	float: none;
	border: none;
}
#nav ul li a {
	display: block;
	float: none;
	margin: 0 10px; padding: 8px 0;
	width: 200px;
	font-size: 1.2em;
	line-height: 1.2;
	text-indent: 10px;
	border: none; border-bottom: 1px dotted #333;
}
#nav ul li a:hover,
#nav ul li a:focus {
	background: #111;
}
#nav ul ul{
	top: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-box-shadow: 0 0 4px #111;
	-webkit-box-shadow: 0 0 4px #111;
}	
#nav li ul ul {
	left: 210px;
	margin: 0;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}
#nav li.over {
	background: #222 !important;
}

/*----------------------------------------------------------------------------------------------
	CONTENT
------------------------------------------------------------------------------------------------*/

#content {
	padding: 20px 0;
	z-index: 10;
}

/* MAIN
---------------------------------------*/

#main { min-height: 500px; }

#main p,
#main ul,
#main ol,
#main dl,
#main address,
#main td { margin-bottom: 15px; font-size: 1.3em; }

#main th { font-size: 1.5em; font-weight: bold; }

#main li ul,
#main li ol,
#main li p { font-size: 1em; }

#main ul,
#main ol { list-style-position: inside; }

#main ul { list-style: square; }
#main ol { list-style: decimal; }

#main li { margin: 0 0 0 25px; }

#main ul.space li { margin-bottom: 15px; }

#main table { border-collapse:collapse; }
#main td,
#main th { padding: 5px 8px; border: 1px solid #ccc; }
#main th { font-weight: bold;}

#main h1,
#main h2,
#main h3,
#main h5,
#main h4 { margin-bottom: 10px; }
#main h1 { font-size: 2.6em; font-weight: normal; line-height: 1.2; }
#main h2 { font-size: 2.0em; font-weight: normal; line-height: 1.2; }
#main h3 { font-size: 1.8em; font-weight: bold; line-height: 1.2; }
#main h4 { font-size: 1.4em; font-weight: bold; line-height: 1.4; }
#main h5 { font-size: 1.4em; font-weight: bold; line-height: 1.4; text-decoration: underline; color:#f30}
#main h6 { font-size: 1.4em; font-weight: bold; line-height: 1.4;}


#main address { font-style: normal; }

#main blockquote {
	padding: 0 10px 0 75px; margin-bottom: 15px;
	background: url(/assets/images/site/bg-quote-open.gif) no-repeat 10px top;
}
#main blockquote p {
	margin-bottom: 10px; padding: 0; 
	font-size: 1.4em; font-family: Georgia, "Times New Roman", Times, serif;
}
#main blockquote cite {
	display: block; 
	margin: -5px 0 0;
	font-size: 1.1em;
}

#main p.intro { font-size: 1.8em; }

#main ul.people { list-style: none; }
#main ul.people li { margin-left: 0; }

#main-box { padding: 10px; border: 4px solid #666; }

#main .columns {
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
}
#main .columns li {
	margin: 0 0 40px 0; padding: 0;
}
#main .columns3 li {
	float: left;
	width: 33%;
	overflow: hidden;
}
#main .columns4 li {
	float: left;
	width: 25%;
	overflow: hidden;
}

#main #gallery {
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
}
#main #gallery li {
	float: left;
	margin-bottom: 40px;
	width: 208px;
}
#main #gallery li img {
	margin: 0 auto; padding: 2px;
	width: 180px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 0 4px #111;
	-webkit-box-shadow: 0 0 4px #111;
}

#main .tabs {
	margin: 0 0 1em 0; padding: 0;
	list-style: none;
	border-bottom: 1px solid #444;
}
#main .tabs li {
	float: left; display: inline;
	margin: 0 2px;
}
#main .tabs li a {
	float: left;
	padding: 5px 18px;
	font-weight: bold; color: #444;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;;
}
#main .tabs li a.current {
	color: #fff;
	background: #444;
	border-color: #444;
}

#main .news { padding-top: 10px; border-top: 1px dotted #ccc; }
#main .news dt { font-size: 1.3em; line-height:1.2; }
#main .news dd { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; overflow: hidden; }
#main .news dd small { font-style: italic; }
#main .news dd img {
	float: right; display: inline;
	margin: -5px 0 0 30px;
}

#main .entries {
	padding-top: 10px;
}
#main .entries li {
	margin: 0 0 10px; padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
#main .entries li h3 {
	font-size: 1.4em;
}
#main .entries li img {
	float: right; display: inline;
	margin: 0 0 0 30px;
}

#main .faqs dt {
	position: relative;	
	padding: 5px 0 5px 34px;
	font-weight: bold; color: #f30;
	cursor: pointer;
	background: url(/assets/images/site/bg-q.gif) no-repeat 10px 6px;
}
#main .faqs dd {
	position: relative;
	padding: 0 0 5px 34px;
	background: url(/assets/images/site/bg-a.gif) no-repeat 10px 1px;
}
#main .faqs dd p,
#main .faqs dd ul,
#main .faqs dd ol {
	margin: 0;
	font-size: 1em;
}

/* SIDEBAR
---------------------------------------*/

#sidebar {padding-top: 10px;}
#sidebar h4 {margin-bottom: 5px; font-size: 1.8em; font-weight: bold; line-height: 1.1; text-transform: uppercase;}
#sidebar p {
	margin: 0 0 15px 0;
}

#subnav {margin: 0 0 15px 0; padding: 0; list-style: none; border-top: 1px dotted #999}
#subnav li {border-bottom: 1px dotted #999;}
#subnav li a {display: block; padding: 8px 10px 8px 20px; font-size: 1.2em; font-weight: bold; line-height: 1; text-decoration: none; background: url(/assets/images/site/bg-subnav.png) no-repeat 5px center;}
#subnav li a:hover,
#subnav li a:focus,
#subnav li.active a,
#subnav li.active ul li.active a {color: #444;}
#subnav ul {display: none;}
#subnav li.active ul {display: block; border-top: 1px dotted #999;}
#subnav li.active ul li a {color: #f30; background: none;}
#subnav ul li {border: none;}
#subnav ul li a {padding: 5px 10px 5px 35px; font-weight: normal;}

/* HOMEPAGE
---------------------------------------*/

#home-primary {margin-bottom:10px;}
#home-primary h1 {font-size:2.2em; text-align:center;}

#home-secondary {margin-bottom:15px; overflow:hidden;}
#home-secondary #home-image-left {float:left; display:inline; margin-left:90px;}
#home-secondary #home-image-right {float:right; display:inline; margin-right:90px; padding-top:25px;}

#home-tertiary {overflow:hidden;}
#home-tertiary #home-message-left {float:left; width:180px;}
#home-tertiary #home-image-bottom {float:left;display:inline; margin:0 10px; width:250px;}
#home-tertiary #home-message-right {float:left; margin-left:20px; padding-top:50px; width:180px;}

#home-rotate {
	margin-bottom: 15px;
	width: 160px; height: 120px;
	overflow: hidden;
	background: #ccc;
}
#home-rotate-count {
	display: none;
}

#home-subnav {
	margin: 0 0 15px; padding: 0;
	list-style: none;
}
#home-subnav li a {
	display: block;
	font-size: 1.2em;
}
#home-subnav.primary li a {
	text-transform: uppercase;
}
#home-subnav.secondary li a {
	color: #444;
}

/*----------------------------------------------------------------------------------------------
	FOOTER
------------------------------------------------------------------------------------------------*/

#footer {
	margin: 0 10px; padding:10px 0;
	border-top: 1px dotted #999;
}
#footer h5 {
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: lowercase;
	color:#939b9f;
}
#footer p { }
#footer p,
#footer li {
	font-size: 1.1em; color:#777;
}
#footer ul {
	margin:0 0 10px; padding:0;
	list-style:none;
	overflow:hidden;
}
#footer li {
	float: left; display: inline;
	margin: 0; padding: 0 10px;
	line-height: 1.1;
	border-left: 1px solid #666;
}
#footer li.first {
	padding-left: 0;
	border: none;
}
#footer li a {
	display: block;
	text-decoration: none;
	color: #777;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer #credit {
	position: absolute;
	top: 0; right: 0;
}
#footer #credit a {
	display: block;
	width: 142px; height: 24px;
	text-indent: -9999em;
	background: url(/assets/images/bg_sprite.gif) no-repeat left -175px;
}

#ProtonotesMenu td {text-align:right!important;}
