/*===========================================
	STANDARD ELEMENTS
===========================================*/
* {
	margin: 0; 
	padding: 0;
}
html { 
	min-width: 960px;
}
body { 
	background-color: #F1F5F8;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
	color: #2b2b2b;
}

html, body {
	height: 100%;
}
img {
	border: 0px;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clearfloat {
	clear: both;
}
.hide{
    display: none;
}
.smalltext{
    font-size: 0.8em;
}
.divider {
	border-bottom: 1px solid #d8dde0;
	margin: 30px 0 28px 0;
}
.justify {
	text-align: justify;
}

	
/*===========================================
	COLOR CHART
===========================================*/
.blue {color:#116C92;}
.yellow {color:#FFD040;}
.gold {color:#9E7F2E;}
.darkgold {color:#C6A01D;}


/*===========================================
	HEADERS & STANDARD LINKS
===========================================*/
h1 {
    font-family: "Times New Roman";
	font-size: 1.75em;
    line-height: 1.2em;
    font-weight:bold;
    text-transform: uppercase;
    padding-bottom:10px;
	color:#116C92;
}

h2 {
    font-family: "Times New Roman";
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	color:#116C92;
}

h3 {
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color:#116C92;
}

p{
	margin-bottom: 18px;
	text-align: justify;
}
a:link, a:active, a:visited {
	color:#2b2b2b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*===========================================
	STANDARD BUTTON
===========================================*/
button, a.default_button {
	width: 82px;
	height: 26px;
	background: url(/images/form/button_bg.png) no-repeat;
	text-align: center;
	line-height: 26px;
	display: block;
	color: #2b2b2b;
	font-size: 0.9em;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	margin-bottom: 20px;
	text-decoration: none;
}
a:hover.default_button {
	text-decoration: none;
}


/*===========================================
	UNDER CONSTRUCTION
===========================================*/
#UnderConst {
	margin: 0 auto;
	position: relative;
	width: 407px;
	padding: 50px;
	background: #FFF;
	border: 1px solid #A8A8A8;
	color: #116D94;
}	
	#UnderConst #Logo {
		padding-bottom: 20px;
	}
	#UnderConst a:link, #UnderConst a:active, #UnderConst a:visited {
		text-decoration: none;
		color: #8C8400;
	}
	#UnderConst a:hover {
		text-decoration: underline;
	}
	#UnderConst p {
		padding-top: 20px;
	}


/*===========================================
	PAGE WRAPPER
===========================================*/
#PageWrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px;
}


/*===========================================
	PAGE HEADER
===========================================*/
#PageHeaderContainer {
	background: url(/images/frame/header_bg.jpg) repeat-x;
	height: 110px;
}
	#PageHeader {
		margin: 0 auto;
		width: 960px;
	}
		#PageHeader #Logo {
			float: left;
			width: 300px;
			height: 70px;
			padding-top: 30px;
		}
		
		#PageHeader #TopLinks {
			float: right;
			height: 30px;
			width: 660px;
		}
			#PageHeader #TopLinks ul{
				float: right;
				line-height: 30px;
			}
			#PageHeader #TopLinks li{
				float: left;
				height: 30px;
				padding: 0 10px;
				border-left: 1px solid #151515;
				border-right: 1px solid #222222;
				line-height: 30px;
				color: #FFD040;
				font-size: 11px;
			}
				#PageHeader #TopLinks li:first-child{
					border-left: none;
				}
				#PageHeader #TopLinks li:last-child{
					border-right: none;
				}
				
			#PageHeader #TopLinks li a{
				line-height: 30px;
				color: #999;
				text-decoration: none;
				color: #FFD040;
			}
				#PageHeader #TopLinks li a:hover {
					text-decoration: underline;
				}


/*===========================================
	PAGE CONTENT
===========================================*/
#HomePageContainer {
	margin: 0 auto;
	width: 960px;
	/*background-color: #F1F5F8;*/
	background: url(/images/frame/content_bg.png) repeat;
	padding: 0 10px;
}


#PageContentContainer { 
	margin: 0 auto;
	width: 960px;
	/*background-color: #F1F5F8;*/
	background: url(/images/frame/content_bg.png) repeat;
	padding: 0 10px;
	margin-bottom: 18px;
}
	#FullContent {
		width: 960px;
	}
	#SingleContentLeft{
		float: left;
		width: 280px;
	}
		
		#SingleContentLeft li:first-child {
			border-top: none;
			padding-top: 4px;
		}
		#SingleContentLeft li {
			font-family: "Times New Roman";
			clear: both;
			display: block;
			margin: 0 0 0 0;
			border-top: 1px solid #d8dde0;
			padding: 6px 0 6px 0;
		}
		#SingleContentLeft li span {
			display: block;
			float: left;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 3px 0 0 0;
			width: 24px;
			height: 24px;
			margin: 2px 10px 10px 0;
			background: url(/images/frame/bullet_span_24.png) 0 0 no-repeat;
			color: #ffffff;
			text-align: center;
			font-weight: bold;
			font-size: 18px;
			line-height: 1em;
			position: relative;
		}
		#SingleContentLeft li figure {
			display: block;
			float: left;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 3px 0 0 0;
			width: 50px;
			height: 50px;
			margin: 0 10px 10px 0;
			text-align: center;
			position: relative;
		}
		#SingleContentLeft li a {
			font-weight: bold;
			font-size: 12px;
			display: block;
			padding-top: 5px;
		}
		#SingleContentLeft li p {
			margin-bottom: 10px;
		}
		
	
	#DoubleContentRight {
		float: right;
		width: 650px;
		margin-right: 10px;
	}
		#DoubleContentRight ul{
			margin-top: -10px;
		}
		#DoubleContentRight ul li {
			margin-left: 12px;
			padding: 0 0 6px 12px;
			background: url(/images/frame/bullet_point_blue.png) no-repeat 0 8px;
		}
		.value{
			color: #116C92;
			font-weight: bold;
			font-size: 18px;
			letter-spacing: 1px;
			font-style: normal
		}
		.value_para_break{
			margin-bottom: 18px;
		}


/*===========================================
	ADDRESS
===========================================*/
.adress-1 {
	font-size: 13px;
	margin-bottom: 26px;
}
address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px;
}

.adress-1 strong.title1 {
	display: block;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
	color: #2b2b2b;
}

.adress-1 em {
	display: block;
	margin-left: 0;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

.adress-1 span {
	display: inline-block;
	width: 85px;
}
.adress-1 telno {
	color: #116C92;
}


/*===========================================
	PAGE FOOTER
===========================================*/
#PagePush {
	height: 56px;
}
#PageFooter {
	position: relative;
	height: 56px;
	background: #D4DADE;
	color: #FFF;
}
	#PageFooter #FooterContent{
		margin: 0 auto;
		width: 960px;
	}
		#PageFooter #FooterContentLeft{
			float: left;
			width: 660px;
			padding-top: 10px;
		}
		#PageFooter #FooterContentLeft p{
			padding: 0 0 5px 0;
			margin: 0;
		}
		#PageFooter #FooterContentLeft .footer_links a {
			padding: 0 5px;
			border-right: 1px solid #000;
		}
			#PageFooter #FooterContentLeft .footer_links a.first {
				padding: 0 5px 0 0;
			}
			#PageFooter #FooterContentLeft .footer_links a.last {
				border-right: 0;
			}
		
		#PageFooter #FooterContentRight{
			float: right;
			width: 300px;
		}
			#SocialMedia1 ul {
				float: right;
			}
			#SocialMedia1 li {
				margin: 10px 10px 10px 0;
				float: left;
			}
			#SocialMedia1 li a {
				display: block;
				width: 36px;
				height: 36px;
				float: left;
			}
				#SocialMedia1 .facebook {
					background: url(/images/logo/facebook-icon.png) 0 0 no-repeat;
				}
				#SocialMedia1 .twitter {
					background: url(/images/logo/twitter-icon.png) 0 0 no-repeat;
				}
				#SocialMedia1 .linkedin {
					background: url(/images/logo/linkedin-icon.png) 0 0 no-repeat;
				}
					#SocialMedia1 .facebook:hover, #SocialMedia1 .twitter:hover, #SocialMedia1 .linkedin:hover {
						background-position: 0 bottom;
					}
	

/*===========================================
	HOMPAGE
===========================================*/
#Homepage2 {
	margin: 0;
	padding-top: 10px;
}
	#Homepage2 #DisplayBox {
		position: relative;
		float: left;
		width: 310px;
		/*min-height: 235px;*/
		background: #2A2A2A;
		margin: 0 15px 20px 0;
	}
	#Homepage2 #DisplayBox.last {
		float: right;
		margin-right: 0px;
	}
	#Homepage2 #DisplayBox figure {
		width: 290px;
		height: 150px;
		padding: 10px;
	}
		#Homepage2 #DisplayBox figure iframe {
			padding: 0px 11px 0px 12px;
		}
	#Homepage2 #DisplayBox header a {
		font-family: "Times New Roman";
		padding: 0 10px 10px 10px;
		margin: 0;
		font-size: 14px;
		line-height: 14px;
		text-transform: none;
		color: #FFF;
		font-weight: bold;
		color: #116C92;
	}
	#Homepage2 #DisplayBox p {
		padding: 10px 10px 5px 10px;
		margin: 0;
		color: #FFF;
		text-align: left;
		font-size: 11px;
		line-height: 18px;
	}
	
	#Homepage2 h3 {
		margin-top: 10px;
		padding-left: 17px;
	}
	#Homepage2 li {
		margin: 0 0 0 0;
		font-size: 12px;
		line-height: 20px;
		padding: 5px 0 5px 10px;
		text-transform: uppercase;
		position: relative;
		background: url(/images/frame/bullet_point_blue.png) no-repeat 0 13px;
	}
	
	#Homepage2 a:link, #Homepage2 a:active, #Homepage2 a:visited {
		color: #2b2b2b;
		text-decoration: none;
	}
		#Homepage2 a:hover {
			text-decoration: underline;
		}
	
	#Homepage2 #ContentLeft {
		position: relative;
		float: left;
		width: 650px;
	}
	#Homepage2 #ContentRight {
		position: relative;
		float: right;
		width: 285px;
	}
		#Homepage2 #ContentRight h2.indent {
			padding-left: 10px;			
		}


/*===========================================
	HEADSHOTS
===========================================*/#Headshots {
	margin: 0 0 0 -20px;
}
	#Headshots.Bio {
		margin: 0 0 0 -20px;
		width: 460px;
		padding: 0px 105px;
	}
#Headshots #Thumbnail {
	float: left;
	margin: 0 0 30px 20px;
	width: 200px;
}
#Headshots #Thumbnail {
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	background: #2A2A2A;
	color: #FFF;
	padding: 10px;
	border: none;
	list-style: none;
	color: #FFD040;
}

#Headshots #Thumbnail header {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #116C92;
}
.block-thumbnail {
	box-sizing: border-box;
}
.block-thumbnail span {
	display: block;
	padding-bottom: 2px;
}
#Headshots #Thumbnail .img-polaroid {
	width: 100%;
	margin: 0 0 12px 0;
}
	#Headshots a:link, #Headshots a:active, #Headshots a:visited {
		color: #116C92;
		text-decoration: none;
	}
		#Headshots a:hover {
			text-decoration: underline;
		}
	
	#Headshots bio a:link, #Headshots bio a:active, #Headshots bio a:visited {
		color: #FFF;
		text-decoration: none;
	}
	/*===========================================	PARTNERSHIPS===========================================*/.Partnerships {	margin: 0 0 0 -10px;}	.Partnerships #Thumbnail {		float: left;		margin: 0 0 20px 10px;		width: 150px;		border-radius: 0;		box-sizing: border-box;		box-shadow: none;		background: #2A2A2A;		color: #FFF;		padding: 10px;		border: none;		list-style: none;		color: #FFD040;	}	.Partnerships #Thumbnail img {		width: 130px;	}	.Partnerships #Thumbnail header {		font-family: "Times New Roman";		font-size: 14px;		font-weight: bold;		padding-bottom: 5px;		color: #116C92;	}	.block-thumbnail {		box-sizing: border-box;	}	.block-thumbnail span {		display: block;		padding-bottom: 2px;	}	.Partnerships #Thumbnail .img-polaroid {		width: 100%;		margin: 0 0 12px 0;	}		.Partnerships a:link, .Partnerships a:active, .Partnerships a:visited {			color: #116C92;			text-decoration: none;		}			.Partnerships a:hover {				text-decoration: underline;			}				.Partnerships bio a:link, .Partnerships bio a:active, .Partnerships bio a:visited {			color: #FFF;			text-decoration: none;		}	
/*==============================================*/