@charset "UTF-8";

@import "reset.css";

html {font: 12px Arial;color: #000;}
body {background: url(../images/bg_main.jpg) repeat-x;}
a {outline:none;}
.clear {clear:both;overflow: hidden;width: 100%;}
.inside {width: 940px;margin: 0 auto;}


/*===================================
	GENERAL
===================================*/

a.button {
    background: transparent url(../images/bg_btn_a.jpg) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: 12px 'Arimo', arial;
    height: 31px;
    padding-right: 30px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
}

a.button span {
    background: transparent url(../images/bg_btn_span.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 8px 0px 9px 10px;
}
a.button:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 8px 0px 9px 10px; /* push text down 1px */
}

/*===================================
	HEADER
===================================*/

.header {height: 124px;}
.header .left {float: left;padding-top:20px;}
.header .right {float: right;}
.header .right .contact {margin: 25px 0 0 0;float: right;}
.header .right .contact .phone {float:left;font: 15px 'Arimo', arial;color: #a8a8a8;text-transform: uppercase; padding:3px 0 0 0;}
.header .right .contact .phone span {color: #1f9cd8;}
.header .right .contact .search {float:left;margin-left: 15px;width: 183px;height: 25px;background: url(../images/bg_search.jpg) no-repeat;}
.header .right .contact .search .search_field {float:left;background: transparent;border: 0;width: 150px;height: 25px;padding: 1px 0 0 6px;color: #b2b2b2;font: 12px Arial;}
.header .right .contact .search .search_btn {float:right;width: 14px;height: 14px;padding: 5px 8px 0 0;}

/*===================================
	NAV
===================================*/
ul.nav {width: 620px;height: 36px; background: url(../images/bg_nav.jpg) no-repeat;margin: 10px 0 0 0;padding: 11px 0 0 0;}
ul.nav {height: 36px;}
ul.nav li {display: inline;}
ul.nav li a {font: 12px 'Arimo', arial;color: #fff;padding: 10px 15px;border-right: 1px solid #3fbaee;height: 36px;text-transform: uppercase;}
ul.nav li a:hover {color: #8ad4f4;}

/*===================================
	BILLBOARD
===================================*/
.billboard {height: 287px;}
.billboard .left {float: left;width: 422px;}
.billboard .right h1 {font: 22px 'Arimo', arial;color: #515151;text-transform: uppercase;padding: 30px 0 15px 0;}
.billboard .right p {font: 13px 'Arimo', arial;color: #8a8a8a;margin-bottom: 15px;}

/*===================================
	HOME BUCKETS
===================================*/

.buckets .inside div {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.buckets .inside div.last {
	margin: 0;
}
.buckets .inside div img {
	margin-bottom: 15px;
}
.buckets .inside div h2 {
	font: 18px 'Arimo', arial;
	color: #228fce;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.buckets .inside div p {
	color: #767676;
	line-height: 17px;
	margin-bottom: 15px;
}
.buckets .inside div p a {
	color: #228fce;
}
.buckets .inside div p a:hover {
	text-decoration: underline;
}
.buckets .inside div p span {
	font-weight: bold;
	margin-right: 10px;
}
.quick_form {
	margin:0;
	padding: 0;
}
.quick_form .input {
	width: 215px;
	height: 28px;
	background: url(../images/bg_input.jpg) no-repeat;
	border: 0;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #8b8b8b;
}
/*===================================
	HOME QUOTE
===================================*/
.quote {
	margin-bottom: 40px;
	margin-top: 20px;
}
.quote .inside {
	border: 1px solid #cecece;
}
.quote .inside div {
	padding: 20px;
}
.quote .inside div h2 {
	font: 12px 'Arimo', arial;
	color: #228fce;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.quote .inside div p {
	color: #a5a5a5;
	font: 20px George;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
.quote .inside div p.name {
	text-align: right;
	color: #767676;
	font: 13px George;
	font-weight: bold;
	font-style: italic;
}

/*===================================
	INNER PAGES
===================================*/
.content {
	margin: 20px 0;
}
.content .left {
	width: 220px;
	float: left;
	margin-right: 20px;
}
.content .right {
	width: 660px;
	background-color: #fff;
	float: left;
	min-height: 600px;
	padding: 20px;
}
.content .right h1 {
	font: 28px 'Arimo', arial;
	color: #228fce;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.content .right h3 {
	color: #a5a5a5;
	font: 20px George;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}
.content .right .crumbs {
	margin-bottom: 30px;
	color: #bbbbbb;
}
.content .right .crumbs a {
	color: #bbbbbb;
}
.content .right .crumbs a:hover {
	text-decoration: underline;
}
.content .right p {
	color: #767676;
	line-height: 17px;
	margin-bottom: 15px;
}
.content .right ul {
	margin: 0 0 15px 30px;
}
.content .right ul li {
	color: #767676;
	line-height: 17px;
	list-style: square;
}
.content .right a {
	color: #228fce;
}
.content .right a:hover {
	text-decoration: underline;
}

/*=== SUBNAV ===*/
.content .subnav {
	height: 322px;
}
.content .subnav ul {
	border-top: 1px solid #b9b9b9;
}
.content .subnav ul li {
	border-bottom: 1px solid #b9b9b9;
}
.content .subnav ul li a {
	display: block;
	padding: 10px 0;
	color: #228fce;
}
.content .subnav ul li a:hover {
	color: #124f78;
}

/*=== WORDPRESS ===*/
.post_date {
	font:11px Arial;
	color: #bbbbbb;
	margin-bottom: 8px;
	line-height: 16px;
}
.post_title a {
	color: #009fae;
	font: 13px Arial;
	font-weight: bold;
	margin-bottom: 18px;
}
img.alignleft {
	border: 1px solid #ddd;
	padding: 4px;
	float: left;
	margin: 0 15px 10px 0;
}
img.alignright {
	border: 1px solid #ddd;
	padding: 4px;
	float: right;
	margin: 0 0 10px 15px;
}


/*===================================
	FOOTER
===================================*/

.footer {
	background: url(../images/bg_footer.jpg) repeat;
	height: 150px;
	padding: 30px 0 0 0;
}
.footer .inside div {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.footer .inside div.last {
	margin: 0;
}
.footer div h3 {
	font: 13px 'Arimo', arial;
	color: #60bcf1;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer ul li {
	color: #fff;
	line-height: 20px;
}
.footer ul li a {
	color: #fff;
}
.footer ul li a:hover {
	text-decoration: underline;
}









