/* GLOBAL */

body {
	margin: 0 !important;
	padding: 0 !important;
	color: #013571 !important;
	font-family: "Candara" !important;
	font-size: 14px;
	background: #ffffff !important;
}

img {
	border: none;
}

a {
	color: #1794dc;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	overflow: hidden;
} 

a:hover {
	color: #4dc2ed;
	text-decoration: none;
	cursor: hand;
}

.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

.clear {
	clear: both; 
}

.left {
	float: left;
}

.right {
	float: right;
}

ul.list_inline {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	padding: 0;
}

ul.list_inline li {
	display: inline;
}

ul.list_block {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

ul.list_block li {
	display: block;
}

ul.list_inline-block {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.list_inline-block li {
	display: inline-block;
}

.white {
	border-left: 25px solid #ffffff;
	border-right: 25px solid #ffffff;
}	

.font_28 {
	font-size: 28px;
	padding: 3px;
}

.font_24 {
	font-size: 24px;
}

.font_18 {
	font-size: 18px;
}

.font_12 {
	font-size: 12px;
	color: #4dc2ed;
	padding: 3px;
}

.font_11 {
	font-size: 11px;
	padding: 3px;
}

input[type=text].search_textbox {
	position: relative;
	top: 2px;
	background: #ffffff;
	border: none;
	outline: none;
	height: 24px;
	width: 130px;
	color: #333333;
	padding: 0 10px;
}

input[type=submit].search_submit {
	position: relative;
	top: 1px;
	border: none;
	outline: none;
	width: 29px;
	height: 23px;
	vertical-align: middle;
	background: url(/images/search_submit.png) no-repeat center;
}

input[type="submit"], input[type="reset"] {
	background: #4dc2ed;
	border: none;
	border-left: 5px solid #2667b7; 
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px;
	outline: none;
	font-size: 12px;
	cursor: pointer;
}


/* END OF GLOBAL */

/* HEADER */

#header {
	position: relative;
	margin-bottom: 15px;
}

#header .header_container {
	background: #013571;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 15px;
}

.logo-text {
	font-size: 12px;
	line-height: 14px;
}

#top {
	position: relative;
	top: 5px;
	text-align: right;
}


#top ul li {
	padding: 0 10px; 
}

#top ul li a {
	color: #4dc2ed;
	font-size: 14px;
}

#top ul li a:hover {
	color: #ffffff;
}

.telephone {
	position: relative;
	top: 15px;
	background: url(/images/icon_telephone.png) no-repeat;
	padding-left: 30px;
	width: 170px;
	height: 28px;
	font-size: 30px;
	right: 5px;
}

.telephone span {
	position: relative;
	top: -8px;
	color: #ffb91b;
}


/* END OF HEADER */

/* CONTENT */

#banner {
	margin-bottom: 15px;
	height: 183px;
	background: url(/images/slide_03.jpg) no-repeat;
}

.b_caption {
	position: relative;
	top: 55px;
	left: 25px;
	font-size: 24px;
	color: #333333;
}

.b_caption span {
	font-size: 36px;
	color: #138fbc;
}

.quote {
	position: relative;
	top: 20px;
	right: 25px;
}

.quote img {
	padding-bottom: 15px;
}

#content {
	//margin-bottom: 15px;
}

#main_content p {
	color: #013571 !important;
	font-size: 15px !important;
}


.btn {
	background: #4dc2ed;
	border-left: 5px solid #2667b7; 
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px;
}

.btn:hover {
	background: #1894de;
}


#page_nav {
	background: #b5c1bf;
	border-radius: 10px 10px 0px 0px;
	padding: 15px;
	width: 100%;
}

#page_links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#page_links ul li {
	padding: 5px;
}

#page_links ul li a {
	color: #013571;
	//color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#page_links ul li a:hover {
	color: #000080;
}

.s_block {
	margin-bottom: 15px;
}

.ad {
	text-align: center;
}

/* END OF CONTENT */

/* FOOTER */

/* FOOTER */

#footer {
	background: #013571; 
	border-radius: 10px 10px 0px 0px;
	padding: 15px;
}

#footer_links ul li {
	padding: 5px;
	margin-right: 15px;
}

#footer_links ul li a {
	color: #ffffff;
}

#footer_links ul li a:hover {
	color: #4dc2ed;
}

#footer_links ul li.f_box {
	margin-right: 12px;
	min-width: 175px;
}

#footer_links ul li.f_box:nth-child(4) {
	margin-right: 0;
}

.f_box_title {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #b6c0bf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}	

#bottom {
	background: #b5c1bf;
	padding: 25px;
}

#bottom ul li {
	padding: 0 5px; 
}

#bottom ul li a {
	color: #013571;
}

#bottom ul li a:hover {
	color: #1794dd;
}


/* END OF FOOTER */

@media (max-width: 768px) {

	.b_caption {
		top: 45px !important;
	}

	.ad {
		display: none !important;
	}

}