@charset "UTF-8";
/* INTERIOR STYLES */

/* BEGIN NAV2 */
#outer-wrapper {
	background: url(../images/outer-wrapper-bg.jpg) top left repeat-y;
	width: 966px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	float: left;
}
#left-wrapper {
	background: #222222 url(../images/nav2-bg.jpg) top left no-repeat;
	width: 294px;
	height: auto;
	min-height: 456px;
	margin: 0;
	padding: 0;
	float: left;
}
#nav2 {
	width: 294px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#nav2 li { 					
	height: 42px;
	background: url(../images/nav-border.jpg) bottom left no-repeat;
	text-align: right;
	list-style-type: none;
	list-style-image: none;
}
#nav2 li.nav3 {
	background: none;
	height:25px;
}
#nav2 li.nav3-last {
	background: url(../images/nav-border.jpg) bottom left no-repeat;
}
#nav2 li a { 
	display: block;
	font: 15px Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 12px 30px 0 0;
	margin: 0;
	text-align: right;
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
}
#nav2 li a:hover {
	color: #18A2D9;
	text-decoration: none;
}
#nav2 li a.active {
	color: #FFF;
	text-decoration: none;
	background: url(../images/nav-active-bg.jpg) top left no-repeat;
	height: 44px;
	font-weight: bold;
}
#nav2 li.nav3 a.active {
	background: none;
	color: #18A2D9;
	font-weight: normal;
	text-decoration: none;
	height:25px;
}
#nav2 li.nav3-last a.active {
	background: none;
	color: #18A2D9;
	font-weight: normal;
	text-decoration: none;
	height:42px;
}
/* END NAV2 */

/* BEGIN QUOTATIONS */
#quote {
	background: url(../images/quote-bg.png) top left repeat-y;
	width: 294px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
/* END QUOTATIONS */


/* BEGIN CONTENT AREA */
a:link, a:active, a:visited {
	color: #18A2D9;
	text-decoration: none;
}
a:hover {
	color: #18A2D9;
	text-decoration: none;
}
h1 {
	font: 17px Arial, Helvetica, sans-serif;
	color: #18A2D9;
	text-align: left;
	font-weight: bold;
	padding: 25px 35px 13px 30px;
	margin: 0;
	text-transform: uppercase;
}
h1.sub {
	padding-bottom: 3px;
}
h2 {
	font: 21px Arial, Helvetica, sans-serif;
	color: #18A2D9;
	font-style: italic;
	text-align: right;
	padding: 45px 30px 17px 0;
	margin: 0;
	font-weight: normal;
	background: url(../images/nav-border.jpg) bottom left no-repeat;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #18A2D9;
	text-decoration: none;
}
h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
h3 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 35px 30px 17px 30px;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}
h3.highlight {
	color: #18A2D9;
	font-size: 15px;
	padding-top: 0;
	font-style: normal;
}
h4 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #18A2D9;
	text-align: left;
	font-weight: bold;
	padding: 7px 35px 7px 30px;
	margin: 0;
}
h4.sub-head {
	padding: 0 35px 13px 30px;
	color: #404040;
}
h4.sub-head2 {
	padding: 0 35px 3px 30px;
	color: #404040;
}
p { 
	font: 12px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 0 35px 12px 30px;
	margin: 0;
	line-height: 16px;
}
p.first {
	padding-top: 30px;
}
p.pullquote {
	text-align:center;
	font-size:16px; 
	color: #666666; 
	font-style:italic; 
	line-height:22px; 
	border-top:1px dotted #999999; 
	padding-top:15px; 
	margin: 15px 30px 0 30px;
}
.small-text {
	font-size:11px;
}
p.aquarius-text {
	text-align:center;
	font-size:16px; 
	font-style:italic; 
	line-height:22px; 
	padding: 0 35px 12px 30px; 
	margin: 0;
	color: #18A2D9;
}
ul { 
	font: 12px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 0 35px 12px 44px;
	margin: 0;
	line-height: 16px;
}
ul li {
	padding: 0 0 3px 0;
	list-style-image: url(../images/arrow.jpg);
}
#right-wrapper {
	width: 672px;
	height: auto;
	min-height: 456px;
	margin: 0;
	padding: 0;
	float: left;
}
#content {
	background-color: #FFF;
	width: 647px;
	min-height: 450px;
	height: auto;
	margin: 0 0 13px 14px;
	padding: 0 0 15px 0;
	display: inline;
	float: left;
}
#content .col1 {
	width: 323px;
	float: left;
	margin: 0 0 13px 0;
	display: inline;
}
#content .col1 p { 
	font: 12px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 0 30px 12px 30px;
	margin: 0;
	line-height: 16px;
}
#content .col2 {
	width: 324px;
	float: left;
	margin: 0 0 13px 0;
	display: inline;
}
#content .col2 p { 
	font: 12px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 0 30px 12px 5px;
	margin: 0;
	line-height: 16px;
}
#content .col2 ul { 
	font: 12px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 0 35px 12px 15px;
	margin: 0;
	line-height: 15px;
}
#content .col2 ul li {
	padding: 0;
	list-style-image: url(../images/arrow.jpg);
}
#logos {
	margin: 20px 0 30px 30px;
}
.logo-detail {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
	border-right: 1px dotted #999999;
	width: 194px;
	height: 135px;
	float: left;
}
/* END CONTENT AREA */

/* BEGIN CUSTOM GALLERY STYLES */
#gallery-wrapper {
	background: url(../images/press-outer-wrapper-bg.jpg) top left repeat-y;
	width: 966px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	float: left;
}
#gallery-content {
	background-color: #FFF;
	width: 938px;
	min-height: 450px;
	height: auto;
	margin: 0 14px;
	padding: 0 0 15px 0;
	display: inline;
	float: left;
}
/* END CUSTOM GALLERY STYLES */
/* BEGIN CUSTOM PRESSROOM STYLES */
#outer-wrapper-pressroom {
	background: url(../images/press-outer-wrapper-bg.jpg) top left repeat-y;
	width: 966px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	float: left;
}
#outer-wrapper-spacer {
	background: url(../images/outer-wrapper-bg.jpg) top left repeat-y;
	width: 966px;
	min-height: 13px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	float: left;
}
#left-wrapper {
	background: #222222 url(../images/nav2-bg.jpg) top left no-repeat;
	width: 294px;
	height: auto;
	min-height: 456px;
	margin: 0;
	padding: 0;
	float: left;
}
#left-wrapper-pressroom {
	background: url(../images/nav2-bg.jpg) top left no-repeat;
	width: 294px;
	height: auto;
	min-height: 456px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	clear: both;
}
#left-wrapper-pressroom p {
	color: #FFF;
}
#right-wrapper-pressroom {
	width: 671px;
	height: auto;
	min-height: 456px;
	margin: 0;
	padding: 0;
	float: left;
}
#content-pressroom {
	width: 648px;
	min-height: 456px;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0 0 15px 0;
	display: inline;
	float: left;
}
#content-pressroom h1 {
	font: 17px Arial, Helvetica, sans-serif;
	color: #18A2D9;
	text-align: left;
	font-weight: bold;
	padding: 25px 35px 0 30px;
	margin: 0;
	text-transform: uppercase;
}
#content-pressroom h2 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #404040;
	font-style: normal;
	text-align: left;
	padding: 25px 35px 0 30px;
	margin: 0;
	font-weight: bold;
	background: none;
}
#content-pressroom h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #404040;
	font-style: normal;
	text-align: left;
	padding: 0 35px 12px 30px;
	margin: 0;
	font-weight: normal;
	background: none;
}
/* END CUSTOM PRESSROOM STYLES */


