@font-face {
	font-family: 'DroidSansRegular';
	src: url('fonts/DroidSans-webfont.eot');
	src: local('?'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#webfontKYIQSBQk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansBold';
	src: url('fonts/DroidSans-Bold-webfont.eot');
	src: local('?'), url('fonts/DroidSans-Bold-webfont.woff') format('woff'), url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSans-Bold-webfont.svg#webfontljpTCDjw') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:'DroidSansRegular';
	font-weight:normal;
}
div {
	position:relative;
}
p {
	line-height:1.25;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong { font-family:'DroidSansBold'; }
.alignleft { float:left; }
.block { 
	clear:both; 
	margin:0 0 20px 0; 
}
.block img { 
	margin:0 10px 30px 0;
	border:solid 3px #fff;
	-webkit-box-shadow: #111 0 0 5px;
    -moz-box-shadow: #111 0 0 5px;
	box-shadow:#111 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
.no-picture {
	padding:0 0 0 75px;
}
/* All the rest */
body{
	line-height: 1;
	background:#1f4196;
}
#OutterHeader {
	height:154px;
	width:100%;
	background:url('../images/header-fill.jpg') top left repeat-x;
	z-index:10;
}
.date-time {
	font-size:12px;
	color:#e1b035;
	padding:3px 0 4px 0;
}
.date-time span {
	padding:0 3px 0 0;
}
.logo {
	display:block;
	cursor:pointer;
	width:274px;
	height:102px;
	text-indent:-9999px;
	background:url('../images/Suncrest-Bank-Logo.png') top left no-repeat;
}
.personal-online a {
	display:block;
	width:61px;
	height:19px;
	background:url('../images/personal-btn.jpg') top left no-repeat;
	text-indent:-9999px;
}
.personal-online a:hover {
	background-position:right;
}
.business-online a {
	display:block;
	width:61px;
	height:19px;
	background:url('../images/business-btn.jpg') top left no-repeat;
	text-indent:-9999px;
}
.business-online a:hover {
	background-position:right;
}
#PrimaryNavigation {
	position:absolute;
	z-index:10;
	top:75px;
	right:0;
}
#PrimaryNavigation ul li {
	float:left;
	display:block;
	position:relative;
}
#PrimaryNavigation ul li a {
	display:block;
	width:107px;
	height:50px;
	text-indent:-9999px;
	position:relative;
}
#PrimaryNavigation ul li.business a {
	background:url('../images/business-banking.png') top left no-repeat;
}
#PrimaryNavigation ul li.personal a {
	background:url('../images/personal-banking.png') top left no-repeat;
}
#PrimaryNavigation ul li.calc a {
	background:url('../images/calculators.png') top left no-repeat;
}
#PrimaryNavigation ul li.about a {
	background:url('../images/about-suncrest.png') top left no-repeat;
}
#PrimaryNavigation ul li.community a {
	background:url('../images/community-links.png') top left no-repeat;
}
#PrimaryNavigation ul li a:hover {
	background-position:right;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-webkit-box-shadow: #000 0 0 5px;
    -moz-box-shadow: #000 0 0 5px;
	box-shadow: #000 0 0 5px;
	border-radius:6px 6px 0 0;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
	z-index:100;
}
#PrimaryNavigation ul li.business ul {
	display:none;
	z-index:9999;
	position:absolute;
	left:0;
	width:600px;
	height:auto;
	border:none !important;
}
#PrimaryNavigation ul li.personal ul {
	display:none;
	z-index:9999;
	position:absolute;
	left:0;
	width:600px;
	height:auto;
	border:none !important;
}
#PrimaryNavigation ul li.about ul {
	display:none;
	z-index:9999;
	position:absolute;
	left:0;
	width:600px;
	height:auto;
	border:none !important;
}
#PrimaryNavigation ul li.drop ul li {
	float:left;
	border:none !important;
}
#PrimaryNavigation ul li.drop:hover ul {
	display:block;
	padding:0;
}
#PrimaryNavigation ul li.drop ul li a {
	background:#1f4196;
	font-size:13px;
	text-indent:0px;
	padding:8px 9px 8px 9px;
	color:#fff;
	text-decoration:none;
	width:auto !important;
	height:auto !important;
	
}
#PrimaryNavigation ul li.drop ul li a:hover {
	background:#FFF;
	color:#000;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	-webkit-box-shadow: #000 0 0 5px;
    -moz-box-shadow: #000 0 0 5px;
	box-shadow: #000 0 0 5px;
	border-radius:0 0 0 0;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#PrimaryNavigation ul li.footer-only {
	display:none;
}
#InnerHeader {
	margin:0 auto;
	width:960px;
	height:142px;
	position:relative;
	z-index:10;
}
#OnlineBanking {
	position:absolute;
	top:0;
	right:0;
	width:272px;
	height:40px;
	background:url('../images/online-banking.png') top left no-repeat;
}
#OnlineBanking ul {
	padding:10px 0 0 10px;
}
#OnlineBanking ul li {
	float:left;
	font-size:16px;
	padding:0 8px 0 0;
}
#ContentWrapper {
	background:#fff;
	z-index:0;
}
#Banner {
	width:644px;
	height:170px;
	border-left:solid 6px #fff;
	border-right:solid 6px #fff;
	border-bottom:solid 6px #fff;
	-webkit-box-shadow: #666 0 0 5px;
    -moz-box-shadow: #666 0 0 5px;
	box-shadow: #666 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
	overflow:hidden;
	margin:0 0 0 28px;
}
#BannerOutter p {
	position:absolute;
	bottom:6px;
	right:2px;
	font-size:8px;
	color:#CCC;
	z-index:100;
	background:rgba(0, 0, 0, 0.5);
	padding:2px;
	-pie-background:rgba(0, 0, 0, 0.5);
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');

}
a.hansen {
	color:#fff;
}
a.hansen:hover {
	color:#6b97ff;
}
h2.home {
	font-family:'DroidSansBold';
	font-size:27px;
	padding:20px 0 0 30px;
}
p.home {
	font-size:17px;
	padding:10px 0 0 30px;
	line-height:1.2em;
}
#CalloutColumns {
	padding:40px 0 30px 30px;
}
#CalloutColumns li {
	float:left;
	margin:0 38px 0 0;
}
#CalloutColumns li.last {
	margin:0;
}
#CalloutColumns li h2 {
	font-family:'DroidSansBold';
	font-size:21px;
	padding:0 0 8px 0;
}
#CalloutColumns li img {
	border:solid 6px #fff;
	-webkit-box-shadow: #666 0 0 5px;
    -moz-box-shadow: #666 0 0 5px;
	box-shadow: #666 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#CalloutColumns li ul {
	padding:20px 0 0 20px;
}
#CalloutColumns li ul li {
	float:none;
	margin:0;
	padding:0 0 15px 0;
	list-style-image:url('../images/bullet.jpg');
	list-style-position:outside;
}
#Content {
	width:960px;
	margin:0 auto;
	z-index:0;
}
#Sidebar {
	width:281px;
	float:left;
	padding:0 0 40px 0;
}
#SecondaryNav {
	width:100%;
	background:url('../images/secondary-nav-fill.jpg') top left repeat-y;
	margin-bottom:20px;
}
#SecondaryNav ul li a {
	text-decoration:none;
	font-size:20px;
	color:#B99641;
	display:block;
	width:222px;
	margin:0 auto;
	text-align:center;
	padding:15px 0 15px 0;
}
#SecondaryNav ul li a:hover {
	background:#fff;
	color:#543b00;
}
#SecondaryNav ul li.divide {
	display:block;
	width:222px;
	height:2px;
	margin:0 auto;
	background:url('../images/secondary-nav-divide.jpg') top left no-repeat;
}
#SecondaryNav span.bottom {
	width:100%;
	height:11px;
	display:block;	
	background:url('../images/secondary-nav-bottom.jpg') top left no-repeat;
}
#Important {
	width:100%;
	background:url('../images/important-fill.jpg') top left repeat-y;
}
#Important span.top {
	width:100%;
	display:block;
	height:11px;
	background:url('../images/important-top.jpg') top left no-repeat;
}
#Important span.bottom {
	width:100%;
	display:block;
	height:10px;
	background:url('../images/important-bottom.jpg') top left no-repeat;
}
#Important ul li.title h2 {
	width:100%;
	background:url('../images/important-title.jpg') top left repeat-y;
	color:#fff;
	font-size:20px;
	padding:5px 0 12px 0;
	text-align:center;
	font-family:'DroidSansBold';
}
#Important ul li.title-top {
	width:100%;
	height:5px;
	display:block;
	background:url('../images/important-title-top.jpg') top left no-repeat;
}
#Important ul li.divide {
	width:222px;
	height:2px;
	display:block;
	margin:0 auto;
	background:url('../images/important-divide.jpg') top left no-repeat;
}
#Important ul li.link a {
	text-decoration:none;
	font-size:15px;
	color:#1e4196;
	display:block;
	width:222px;
	margin:0 auto;
	text-align:center;
	padding:15px 0 15px 0;
	font-family:'DroidSansBold';
}
#Important ul li.link a:hover {
	color:#543b00;
	text-decoration:underline;
}
#Important ul li.link-video a:hover {
	color:#543b00;
	text-decoration:underline;
}
#Important ul li.link-video a {
	text-decoration:none;
	font-size:15px;
	color:#1e4196;
	display:block;
	width:222px;
	margin:0 auto;
	text-align:left;
	padding:15px 0 15px 0;
	font-family:'DroidSansBold';
}
span.play {
	display:block;
	width:34px;
	height:34px;
	padding:0 8px 0 0;
	background:url('../images/play.png') top left no-repeat;
	float:left;
}
.modal-background {
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.85);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	-pie-background:rgba(255, 255, 255, 0.85);
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
.close {
	display:block;
	position:absolute;
	top:-25px;
	right:-25px;
	width:25px;
	height:25px;
	z-index:100;
	background:url('../images/close.png') top left no-repeat;
}
#video-modal {
	display:none;
}
#youtube-modal {
	display:none;
}
#video-container {
	width:800px;
}
#Main {
	width:679px;
	float:left;
	z-index:0;
}
#Main .content h2.page-title {
	font-size:20px;
	font-family:'DroidSansBold';
	padding:10px 5px 10px 10px;
	background:#4464b4;
	color:#fff;
	position:relative;
	z-index:0;
	margin:0 0 20px 0;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#Main .content h2 {
	font-size:18px;
}
#Main .content h3.block-title {
	font-size:18px;
	font-family:'DroidSansBold';
	background:#f2f6ff;
	display:inline-block;
	position:relative;
	padding:8px 8px 8px 8px;
	margin:15px 0 0 15px;
	min-width:100px;
	max-width:300px;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-webkit-box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
	border-radius:6px 6px 0 0;
	box-shadow:#999 0 0 .5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#Main .content blockquote {
	margin:0 0 15px 0;
	background:#dbe2f3;
	padding:8px;
	z-index:1;
	position:relative;
	border:solid 1px #8497c5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
	border-radius:6px;
	box-shadow:#999 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#Main .content blockquote.location p {
	font-size:21px;
	line-height:26px;
}
#Main .content blockquote.location h3 {
	font-family:'DroidSansBold';
	font-size:18px;
	padding:8px 0 8px 0;
}
#Main .content blockquote.location img {
	margin:0 15px 0 0;
}
ul.hours {
	background:#f0f4ff;
	float:left;
	padding:6px !important;
}
ul.hours li {
	font-size:14px !important;
	padding:0 0 6px 0 !important;
	list-style-image:none !important;
}
ul.hours li.title {
	font-family:'DroidSansBold';
}
ul.hours li span {
	margin:0 10px 0 10px;
}
#Main .content .emailinfo {
	padding:10px 0 0 0;
	background:#FFF;
	width:600px;
	margin:0 auto 20px auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
	border-radius:6px;
	box-shadow:#999 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#Main .content .emailinfo h2 {
	text-align:center;
	padding:0 0 6px 0;
}
#Main .content .emailinfo p {
	text-align:center;
	padding:3px 0 6px 0;
	font-size:13px;
}
#Main .content {
	padding:0 0 40px 30px;
	margin:0;
	z-index:0;
}
#OutterFooter {
	background:url('../images/footer-shadow.jpg') top left repeat-x;
	min-height:300px;
	width:100%;
}
#OutterFooter a:link {
	color:#CCC;
}
#OutterFooter a:visited {
	color:#8fa0ca;
}
#OutterFooter a:hover {
	color:#FFF;
}
#InnerFooter {
	width:960px;
	margin:0 auto;
	color:#FFF;
	padding:0 0 20px 0;
}
#FooterNav {
	width:960px;
	margin:0 auto;
	padding:0 0 20px 0;
}
#FooterNav ul {
	width:550px;
	float:left;
	margin-right:10px;
}
#FooterNav ul li {
	float:left;
	padding:0 8px 0 8px;
	border-right:solid 1px #fff; 
}
#FooterNav ul li.about {
	margin:0 8px 0 0;
}
#FooterNav ul li a {
	color:#CCC;
	font-size:13px;
}
#FooterNav ul li ul li{
	float:none;
	border:none !important;
	padding:0 !important;
}
#FooterNotes {
	width:960px;
	margin:0 auto;
}
.notice {
	font-size:12px;
	padding:0 0 30px 0;
	color:#fff;
	line-height:18px;
}
.footer-columns li {
	display:block;
	width:300px;
	float:left;
	padding:20px 0 20px 0;
}
.footer-columns li.member-links p {
	text-align:center;
	padding:10px 0 10px 0;
}
.footer-columns li.locations {
	padding:20px 30px 0 0;
}
.footer-columns li.locations h3 {
	font-family:'DroidSansBold';
	font-size:18px;
	padding:0 0 5px 0;
}
.footer-columns li.locations p {
	line-height:22px;
}
.footer-columns li.locations img{
	border:solid 3px #fff;
	margin:0 10px 20px 0;
	-webkit-box-shadow: #111 0 0 5px;
    -moz-box-shadow: #111 0 0 5px;
	box-shadow:#111 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
.footer-columns li.locations blockquote a {
	float:left;
}
.footer-columns li.contact {
	padding:20px 30px 0 0;
}
.footer-columns li.contact h3 {
	font-family:'DroidSansBold';
	font-size:18px;
	padding:0 0 10px 0;
}
.footer-columns li h2 {
	font-family:'DroidSansBold';
	font-size:20px;
}
.footer-columns li hr {
	display:block;
	height:8px;
	background:#fff;
	border:none;
	margin:6px 0 15px 0;
}
.or {
	padding:15px 20px 15px 20px;
	display:inline-block;
}
#FooterNav a.no-link {
	background:#fff;
	color:#1f4296 !important;
	padding:3px;
	font-family:'DroidSansBold';
}
#FooterNav li.drop {
	height:90px;
}
#FooterNav li.drop ul {
	padding:6px 0 0 0;
	width:100% !important;
	float:none !important;
	margin:0 !important;
}
#FooterNav li.no-fl {
	float:none;
	
}
#Continue {
	color:#fff;
	font-family:'DroidSansBold';
	font-size:21px;
	text-decoration:none;
	padding:10px;
	background:#1f4196;
	margin:0;
	display:inline-block;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
	border-radius:6px;
	box-shadow:#999 0 0 .25em;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#Continue:hover {
	background:#d49c19;
}
#GoBack {
	color:#fff;
	font-family:'DroidSansBold';
	font-size:21px;
	text-decoration:none;
	padding:10px;
	background:#1f4196;
	margin:0;
	display:inline-block;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
	border-radius:6px;
	box-shadow:#999 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#GoBack:hover {
	background:#d49c19;
}
.content ul {
	padding:0 0 0 40px;
}
.content ul li {
	list-style-image:url('../images/bullet.jpg');
	list-style-position:outside;
	font-size:13px;
	padding:0 0 10px 0;
}
.content a:link {
	color:#1f4296;
}
.content a:visited {
	color:#888;
}
.content a:hover {
	color:#c7a961;
}
.content p {
	font-size:13px;
	padding:0 0 10px 0;
	font-family: 'DroidSansRegular';
}
.content h3 {
	font-family:'DroidSansBold';
	font-size:18px;
	padding:0 0 10px 0;
}
.content table {
	margin:0 auto;
}
.content table td {
	padding:0 0 6px 0;
}
.content table td h2 {
	color:#fff;
	font-family:'DroidSansBold';
	text-align:center;
	font-size:18px;
	padding:6px 0 0 0;
}
a.pdf img {
	padding:0 6px 0 0;
	float:left;
}
a.pdf span {
	display:block;
	float:left;
	padding:6px 4px 0 0;
}
a.pdf {
	display:inline-block;
	height:26px;
	padding:4px;
}
a.pdf:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: #666 0 0 5px;
    -moz-box-shadow: #666 0 0 5px;
	border-radius:6px;
	box-shadow:#666 0 0 5px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
form label {
	display:inline-block;
	padding:0 0 6px 0;
}
form label input {
	padding:5px;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
input.submit {
	font-size:18px;
	padding:8px;
}
p.break {
	padding:0 0 30px 0;
}
#simplemodal-container {
	width:600px;
	height:150px;
	background:#fff;
	margin:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: #000 0 0 6px;
    -moz-box-shadow: #000 0 0 6px;
	box-shadow:#000 0 0 6px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#simplemodal-container p {
	padding:10px;
}
#simplemodal-container h2 {
	padding:10px;
	background:#1f4296 !important;
	color:#fff;
	font-family:'DroidSansBold';
	font-size:18px;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0 !important;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
}
#simplemodal-container .close {
	position:absolute;
	top:5px;
	right:5px;
	text-indent:-9999px;
	background:url('../images/close.png') top left no-repeat;
	width:25px;
	height:25px;
}
#simplemodal-container a:link {
	color:#1f4296;
}
#simplemodal-container a:visited {
	color:#888;
}
#simplemodal-container a:hover {
	color:#c7a961;
}
#simplemodal-overlay {background-color:#4465b4;}

#TableOutter {
	border:solid 1px #4465b4;
	-webkit-box-shadow: #999 0 0 6px;
    -moz-box-shadow: #999 0 0 6px;
	box-shadow:#999 0 0 6px;
	behavior: url('http://suncrestbank.toriantest.com/PIE.htc');
	margin:0 0 20px 0;
}
#RatesTable {
	background:#fff;
}
#RatesTable .column1 {
	background:#FFF;
}
#RatesTable .column2 {
	background:#e2eaff;
}
#RatesTable .column3 {
	background:#FFF;
}
#RatesTable .column4 {
	background:#e2eaff;
}
#RatesTable .column5 {
	background:#FFF;
}
#RatesTable .column6 {
	background:#e2eaff;
}
#RatesTable .head-section {
	padding:4px;
	font-size:16px;
}
#RatesTable .section {
	background:#4465b4;
	color:#fff;
	padding:4px;
	font-size:16px;
}
#RatesTable td {
	padding:4px;
	font-size:13px;
}
.com-links {
	margin:30px 0 0 20px;
	padding:0 !important;
}
.com-links li {
	list-style-image:none !important;
	margin:0 0 10px 0;
}
.com-links li p {
	text-align:center;
}
.com-links li a {
	font-size:16px;
	padding:0 0 10px 10px;
	display:block;
}
.com-links li img {
	display:inline-block;
}
.section {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 38px;
}
.section table th {
    background:#4465b4;
    color:#fff;
    text-align:left;
    padding:5px;
	font-family:'DroidSansBold';
}
.section table td {
	padding:5px;
    border-bottom:solid 1px #666;
}

.section ul {
    list-style:square;
}

.section ul li {
    list-style:square;
}

td.left {
    border-right:solid 1px #666;
    width:150px;
}

td.center {
    text-align:center;
    border-left:solid 1px #666;
}

tr.last_row td {
    border-bottom:none !important;
}

.box_top .box_title {
    background:#4465b4;
}

.box_top .box_title h1 {
    color: #FFFFFF !important;
    font-size: 18px;
    margin: 0;
    padding: 8px;
	font-family:'DroidSansBold';
}
.box p {
	padding:8px 0 8px 0;
}
.box_top h2 {
    margin:0;
    font-size:16px;
    text-align:left;
    color:#444 !important;
	font-family:'DroidSansBold';
	padding:10px 0 0 0;
}

.box .box_title {
    background:#4465b4;
}

.box .box_title h2 {
    color: #FFFFFF !important;
    font-size: 18px;
	font-family:'DroidSansBold';
    margin: 0;
    padding: 8px;
}
.location img {
	margin:15px 25px 0 15px !important;
}
.google-map {
	margin:25px 0 20px 60px;
	border:solid 4px #FFF;
	display:block;
	width:500px;
	height:300px;
}
.google-map:hover {
	border:solid 4px #4465b4;
}
.google-map img {
	padding:0 !important;
	margin:0 !important;
}
.mission {
	font-size: 18px;
	text-align: center;
	padding: 25px 0 0 30px;
	line-height: 1.2em;
	font-family:'DroidSansBold';
}
