/* CSS Document */

body {
	font-family:"Lato", Arial, sans-serif;
	background-color:#FFF;
	margin:0;
	background: url("../FILES/images/graphics/watermark.png") no-repeat top center;
	color:#333333;
}
#headWrap {
	background-color:#000;
	color:#FFF;
}
#header {
	padding:5px;
	width:950px;
	margin:0 auto;
}
#header img {
	border:0;
}
#header-left-box {
	width:137px;
	height:102px;
	background-color:#000000;
	margin:0;
	float:left;
}	/*Nav Starts*/
#nav {
	width:750px;
	float:left;
	margin:40px 0 40px 25px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li {
	float:left;
}
#nav a, #nav a:visited {
	font-size:14px;
	color:#FFF;
	padding:5px 7px;
	text-transform:uppercase;
	text-decoration:none;
}
#nav a:hover {
	background-color:#00389a;
}
/*Nav Ends*/
	/*Header Ends*/
#bodyWrap {
	margin:0 auto;
	border-top:3px solid #00389a;
	border-bottom:3px solid #00389a;
}
#mast {
	padding:0px;
	margin-top:-3px;
	width:950px;
	margin:0 auto;
}
#mast img {
	border:0;
}
#mast ul {
	list-style:none;
	margin:0;
	padding:0;
}
#mast ul li {
	float:left;
}
/*Body Content STARTS*/
#body-content {
	margin:0 auto;
	width:950px;
	padding-bottom:15px;
}
#lBox {
	width:32%;
	float:left;
	margin:6px 0 0;
	color:#FFF;
	background-color:#00389A;
}
#lBox.mid {
	margin:6px 19px 0;
}
#lBox h4 {
	margin-left:15px;
	font-weight:normal;
}
#lBox p {
	font-size:12px;
	margin:0 15px 10px;
}
#lBox .nivo-caption p {
	padding:0 !important;
	margin:0 !important;
	text-align:center;
}
#lBox #paragraph-box{
	height:140px;
	overflow:auto;
}
.more {
	text-align:right;
}
.more a, .more a:visited {
	text-decoration:none;
	color:#FFF;
}
.more a:hover {
	text-decoration:underline;
}
#left-col-container {
	width:395px;
	margin:15px 35px 15px 39px;
	float:left;
}
/*TEAM PAGE*/
#team-profile-box {
	padding:10px;
	margin:0 0 15px 0;
	color:#FFF;
	background-color:#00389A;
	clear:both;
}
#team-profile-box.mid {
	margin:0 19px 0;
}
#team-profile-box h2{
	margin-top:0;
}
#team-profile-box img {
	max-width:150px;
	margin:0 10px 10px 0;
}
#team-profile-box p {
	font-size:14px;
}
/*TABLES*/
table.two-col-container{
}
table.two-col-container td{
	width:50%;
	vertical-align:top;
}
/*******************----------------------------------PROPERTIES-------------------------------*******/
#properties-box{
	min-height:200px;
	background:#EEE;
	padding:10px;
	margin:0 0 10px 0;
	overflow:hidden;
}
#properties-box h3{
	margin-top:0;
}
#properties-box img{
	float:left;
	margin:0 10px 0 0;
}

/*Footer Starts*/
#footerWrap {
	background:#000;
}
#footer {
	width:950px;
	font-size:11px;
	margin:0 auto;
	padding:15px 0;
	color:#FFF;
}
#footer a, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	font-size:11px;
}
#footer-left-box {
	width:30%;
	text-align:left;
	float:left;
}
#footer-middle-box {
	float:left;
	width:45%;
}
#footer-middle-box ul {
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
}
#footer-middle-box ul li {
	float:left;
}
#footer-middle-box ul li a {
	border-right: 1px solid #FFF;
	padding:0 5px;
	font-size:12px;
}
#footer-middle-box ul li.last a {
	border-right:none;
}
#footer-right-box {
	width:24%;
	float:left;
	line-height:20px;
	text-align:right;
}
#copyright {
	color:#FFF;
	font-size:11px;
	margin-top:5px;
}
/*Footer Ends*/
/**********************************************END OF FRAMEWORK*******************************************************************/
	/*Google Plus Share Button*/
#google-plus-box {
	margin:60px 0 0 0;
	width:280px;
	float:left;
	height:24;
	vertical-align:bottom;
}
/*END*/
/*TEXT*/
h1 {
	font-size:30px;
	border-bottom:1px dashed #000;
	letter-spacing:-1px;
	text-transform:uppercase;
}
h2 {
	font-size:24.5px;
	letter-spacing:-1px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
	text-transform:uppercase;
}
h5 {
	font-size:14px;
}
p {
	font-size:14px;
	line-height:18pt;
}
small {
	font-size:11px;
}
blockquote {
	font-size:14px;
	border-left:4px solid #CCC;
	padding:0 0 0 10px;
}
h1, h2, h3, h4, h5, p {
	margin:10px 0 10px 0;
}
ul, ol {
	font-size:14px;
	line-height:18pt;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
}
.drop-cap-text {
	font-size:4.0em;
	float:left;
	line-height:35pt;
	margin:0 5px 0 0;
}
.right {
	float:right;
}
.person {
	float:left;
	width:400px;
}
/*LINKS*/
a, a:visited, a:active {
	color:#ef8b3c;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	text-decoration:none;
}
/*FORMS*/
input, select, textarea {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
form {
	margin:0;
	padding:0;
}
form td {
	padding:0 0 15px 0;
}
/*MISC*/
.clear {
	clear:both;
}
/**************************************************************JQUERY*****************************************************************************/
/*JQUERY ACCORDION ACTION JACKSON*/
p.trigger {
	background:#000;
	padding:10px;
	margin: 0 0 15px 0;
	clear:both;
}
p.trigger a {
	color: #FFF;
	display: block;
}
p.trigger a:hover {
}
p.active {
	background-position: left bottom;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px 0;
	padding: 0;
	border-top: 4px solid #d6d6d6;
	background: #f0f0f0;
	color:#000;
	overflow: hidden;
	font-size: 1.2em;
	clear: both;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
}
/*JQUERY SLIDESHOW*/
ul.slideshow {
	list-style:none;
	width:304px;
	height:191px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
ul.slideshow li.show {
	z-index:500;
}
ul.slideshow img {
	border:0;
	border:none;
}
ul.brokage-top {
	margin:0;
	padding:0;
	list-style:none;
	background:#000000;
	width:950px;
}
.brokage-top li {
	font-size:18px;
	float:left;
	padding-right:20px;
}

/************************************NIVO SLIDER**************************************/
/*****************************JQUERY SLIDESHOW # 2****************/
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}