#slogan {
	float:left;
	margin-top:1px;
	width:730px;
	margin-right: 25px;
}
#get-in-touch {
	float:left;
	height:55px;
	margin-top:1px;
	width:185px;
	background-color: #EAEAEA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-align: center;
}
/***************************************************
				     GENERAL
***************************************************/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
body {
	background-color: #222222;
	font-size: 12px;
	color: #666;
	line-height: 17px;
	background-repeat: repeat;
	background-image: url(../images/site/body-bg.jpg);
}
h1,h2,h3,h4,h5,h6{color: #65696E;}
h1{
	font-size:28px;
	display: block;
	color: #d12a32;
}
h2{font-size:28px;color: #365A7a;}
h3{font-size:22px;color: #365a7a;}
h4{font-size:18px;color: #365a7a;}
h5{font-size:16px;color: #365a7a;}
h6{
	font-size:16px;
	color: #D12A32;
	font-weight: bold;
}
ul, ol	{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p.italic {
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #1F91AD;
}
a:hover {
	text-decoration: underline;
}
.read-more {
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	text-shadow: 0 -1px 1px #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #43749f;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
}
.imgleft {
	float:left;
	margin:4px 12px 0px 0px;
}
.imgright {
	float:right;
	margin:4px 0px 0px 12px;
}
input, textarea {
	outline-style:none;
}
.divider {
	float: left;
	width: 100%;
	display: block;
	height: 25px;

}
.border-divider {
	float: left;
	width: 100%;
	display: block;
	height: 25px;
	background-image: url(../images/site/border-divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#wrapper {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
#container {
	padding-top: 0px;
	padding-bottom: 25px;
	margin: 0px;
	padding-right: 35px;
	padding-left: 35px;
	background-repeat: repeat-y;
	float: left;
	width: 940px;
	background-position: center top;
	background-image: url(../images/site/content.gif);
}
#header {
	float: left;
	width: 100%;
	background-image: url(../images/KimCannon_header_990x230_update-April-2014-blank.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
}
#logo {
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#kim h4 {
	color: #C00;
}
#kim h1 {
	font-size: 52px;
	color: #365A7A;
}

/***************************************************
				      COLUMNS
***************************************************/
#inner_content .one, #inner_content .two-even, #inner_content .two-odd, #inner_content .three-even, #inner_content .four-even { float:left; }
#inner_content .two-even, #inner_content .two-odd, #inner_content .three-even, #inner_content .four-even{margin-right: 35px; }
#inner_content .one {width: 100%;}
#inner_content .two-even{
	width:287px;
}
#inner_content .two-odd{
	width:395px;
}
#inner_content .three-even{
	width:180px;
}
#inner_content .four-even{
	width:126px;
}
#inner_content .two-even.last, #inner_content .two-odd.last, #inner_content .three-even.last, #inner_content .four-even.last{ float:left; margin-right: 0px; }
.one, .two-even, .two-odd, .three-even, .four-even { float:left; }
.two-even, .two-odd, .three-even, .four-even{
	margin-right: 35px;
}
.one {width: 940px;}
.two-even{
	width:452px;
}
.two-odd{width:616px;}
.three-even{
	width:289px;
}
.four-even{
	width:208px;
}
.last{ margin-right: 0px;}
/***************************************************
				      SEARCH
***************************************************/
#search {
	float: right;
	width: 300px;
	padding: 0px;
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 35px;
	font-weight: bold;
	height: 40px;
	background-image: url(../images/site/search-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#search input {
	margin: 0px;
	float: left;
	width: 235px;
	height: 20px;
	color: #aaaaaa;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding-right: 5px;
}
#search input:focus {
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search .search_button {
	color: #FFFFFF;
	float: left;
	width: 40px;
	height: 38px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	cursor: pointer;
	background-image: url(../images/site/search-button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/***************************************************
				     BOTTOM HOLDER
***************************************************/
#bottom_holder {
	width: 970px;
	background-image: url(../images/site/t-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #EAEAEA;
	font-size: 11px;
	color: #999999;
}
#bottom_holder strong {
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
	display: block;
}

/***************************************************
						 FOOTER
***************************************************/
#footer_top_border {
	width: 100%;
	background-image: url(../images/site/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 25px;
	float: left;
	margin: 0px;
}
#footer {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-image: url(../images/site/footer-bg.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	margin: 0px;
	color: #A7BFD0;
}
#footer .boxes_holder {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/site/footer-boxes-holder-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
#footer h1 {
	font-size: 22px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#footer ul li {
	margin: 0px;
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D678D;
}
#footer ul li a {
	color: #A7BFD0;
	text-decoration: none;
	background-position: left 6px;
	padding-left: 10px;
	background-image: url(../images/site/footer-ul-a-bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	float: left;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer .posts li {
	padding-bottom: 8px;
	border-top-style: none;
}
#footer .posts li a {
	text-transform: uppercase;
	background-image: none;
}
#footer .posts li .date{
	border-top-color: #1E3346;
	border-right-color: #3D678D;
	border-bottom-color: #3D678D;
	border-left-color: #1E3346;
	display:block;
	top:4px;
	color:#A7BFD0;	
	-webkit-border-radius:4px;-moz-border-radius:4px;				
	border-radius:4px;
	float: left;
	height: 58px;
	width: 58px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
#footer .posts li .date span {
	display:block;
	padding-top:12px;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:0.5em;
}
#footer .posts li .date strong {
	display:block;
	font-size:22px;
	font-weight:normal;
	letter-spacing: -0.02em;
}
#footer .posts li .title {
	margin-left:70px;
	padding-top: 4px;
}
/***************************************************
				FLICKR
***************************************************/
ul#flickr li {
	float: left;
	width: 69px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-style: none;
}
ul#flickr li a {
	background-image: none;
	padding-left: 0px;
}
ul#flickr li a img {
	border:3px solid #999999;
	height: 50px;
	width: 50px;
	filter:alpha(opacity=60);
	opacity:0.6;
}
ul#flickr li a:hover img {
	filter:alpha(opacity=90);
	opacity:0.9;
}
/***************************************************
				TWITTER
***************************************************/
.twitters {
	background-image: url(../images/site/twitter_icon.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	float: left;
	margin-top: 25px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1E3346;
	border-right-color: #3D678D;
	border-bottom-color: #3D678D;
	border-left-color: #1E3346;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}
.twitters .follow-me {
	display: block;
	float: left;
	height: 60px;
	width: 50px;
	margin-left: 15px;
	text-indent: -9999px;
}
#tweets {
	float: left;
	display: block;
}
#tweets p {
	padding: 20px;
	float: left;
	width: 780px;
	display: block;
	height: 20px;
	margin-left: 85px;
}
/***************************************************
			JQUERYSLIDEMENU
***************************************************/
.jqueryslidemenu {
	z-index: 1000;
	float: left;
	position: relative;
	background-image: url(../images/site/menu-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 71px;
	width: 990px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jqueryslidemenu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	float: left;
	position: absolute;
	left: 15px;
}
.jqueryslidemenu ul li {
	float: left;
	position: relative;
}
.jqueryslidemenu ul li a.last {
	float: left;
	position: relative;
	background-image: none;
}
.jqueryslidemenu ul li a {
	color: #ccc;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	font-size: 14px;
	text-shadow:1px 1px 0 #000;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 23px;
	padding-left: 22px;
	background-image: url(../images/site/menuline.png);
}
.jqueryslidemenu ul li a.current {
	color:#fff;
	background-repeat: no-repeat;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
}
.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li a.hover {
	text-decoration: none;
	color: #fff;
}
.jqueryslidemenu li a strong {
	display:block;
	font-weight: normal;
	font-size: 15px;
}
.jqueryslidemenu li a span {
	display:block;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.jqueryslidemenu ul li ul {
	display: block;
	visibility: hidden;
	background-color: #f5f5f5;
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);			
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dadada;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	padding: 2px;
	width: 170px;
}
.jqueryslidemenu ul li ul li {
	display: block;
	list-style:none;
	margin: 0px;
	float: left;
	padding: 0px;
}
.jqueryslidemenu ul li ul li a {
	font-size: 12px;
	display: block;
	text-align: left;
	color: #666666;
	text-shadow:1px 1px 0 #fff;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-image: none;
	width: 156px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.jqueryslidemenu ul li ul li ul {
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:0px;
	left: 33px;
}
.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	background-color: #e5e5e5;
	color: #000;
	text-shadow:1px 1px 0 #fff;	
}
.jqueryslidemenu ul li:hover {
/*	background-image: url(../images/site/arrow-up.gif); */
	background-repeat: no-repeat;
	background-position: center bottom;
}
.jqueryslidemenu ul li ul li:hover {
	background-image: none;
}
/***************************************************
			LOGIN PANEL
***************************************************/
#login-panel {
	width: 300px;
	position: absolute;
	top: 14px;
	right: 25px;
	z-index: 10;
}
#login-panel .open-close {
	width: 100px;
	height: 13px;
	display: block;
	color: #fff;
	text-shadow:1px 1px 0 #000;	
	text-decoration: none;
	background-image: url(../images/site/toggle-open.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 8px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#login-panel .current {
	background-attachment: scroll;
	background-image: url(../images/site/toggle-close.png);
	background-repeat: no-repeat;
}
#login-panel form {
	width: 260px;
	padding: 20px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #DDDDDD;
}
#login-panel label {
	color: #666666;
}
#login-panel div input {
	border: none;
	background-color: #F3F3F3;
	color: #999;
	width: 250px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin-bottom: 10px;
}
#login-panel form input.checkbox {
	margin-right: 5px;
	float: left;
	width: 20px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#login-panel form .checkbox-label {
	margin-right: 5px;
	float: left;
}
#login-panel .forgot {
	margin-left: 5px;
	padding-left: 7px;
	border-left: 1px dotted #999;
}
#login-panel .button {
	color: #fff;
	text-decoration: none;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #43749f;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 50px;
	float: right;
	text-align: center;
}
/***************************************************
			INDEX LIST SERVICES
***************************************************/
.index-list-services ul {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	background-color: #EAEAEA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	
}
.index-list-services ul li {
	width: 283px;
	margin-right: 12px;
	float: left;
	display: block;
	margin-left: 0px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDCDCD;
	background-image: none;
	padding-left: 12px;
}
.index-list-services ul li.last {
	width: 300px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.index-list-services .icon {
	width: 55px;
	margin-right: 10px;
	float: left;
}
/***************************************************
				 TESTIMONIALS
***************************************************/
.sliderbutton {
	float:right;
	width:25px;
	margin-left: 3px;
}
.sliderbutton img {
	cursor:pointer;
}
#testimonial-holder {
	float: left;
	width: 100%;
}
#testimonial {
	float:left;
	position:relative;
	overflow:auto;
	height: 155px;
	width: 100%;
}
#testimonial ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	padding: 0px;
	height: 155px;
	font-style: italic;
	margin-left: 0;
}
#testimonial li {
	float:left;
	width:100%;
	height:155px;
	padding: 0px;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#testimonial li a {
	text-align: right;
	display: block;
	background-image: none;
}
#testimonial li p {
	padding: 0px;
}
#testimonial li .authors {
	font-weight: bold;
	color: #666666;
	text-align: right;
	display: block;
}
#testimonial-holder h2 {
	float: left;	
}
/***************************************************
				PORTFOLIO
***************************************************/
#portfolio {
	float: left;
	width: 960px;
	margin-left: -15px;
}
#portfolio ul {
	margin-left: 0px;
}
#portfolio ul li {
	margin-top: 20px;
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 8px;
	margin-left: 22px;
}
#portfolio ul li.one, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-two.png);
	background-repeat: repeat-y;
	background-position: 9px 9px;
	width: 940px;
}
#portfolio ul li.one.play, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-play-two.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 940px;	
}
#portfolio ul li.two, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-two.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 448px;
}
#portfolio ul li.two.play, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-play-two.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 448px;
}
#portfolio ul li.three, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-three.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 289px;
}
#portfolio ul li.three.play, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-play-three.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 289px;
}
#portfolio ul li.four, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-four.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 210px;		
}
#portfolio ul li.four.play, #portfolio ul img:focus {
	background-image: url(../images/site/thumb-hover-play-four.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 210px;		
}
#portfolio ul li img {
	display: block;
	border: 1px solid #fff;
	background-color: #eeeeee;
	padding: 8px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#portfolio ul li.one img {
	float: left;
	margin-right: 35px;
}
#portfolio ul li h3 {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
}
#portfolio ul li h3 a {
	display: block;
}
#portfolio ul li h3 a:hover {
	text-decoration: none;
}
.portfolio-thumbnail{
	position:absolute;
	width:249px;
	height:160px;
	z-index:10;
	opacity: 0.9;
	left: 9px;
	top: 9px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #000;
}
.portfolio-thumbnail a {
	display: block;
	float: left;
	padding-right: 15px;
	text-decoration: underline;
}
.portfolio-thumbnail a:hover {
	text-decoration: none;
}
/***************************************************
		    PORTFOLIO FILTER
***************************************************/
#portfolio-filter ul {
	display: block;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 14px;
	margin-top: 6px;
	width: 100%;
}
#portfolio-filter li {
	background: none;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
#portfolio-filter li a {
	color: #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: left;
}
#portfolio-filter li a.current, #portfolio-filter li a:hover {
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	text-shadow: 0 -1px 1px #000;
	background-color: #43749f;
	background-image: none;
	color: #FFFFFF;
}

/***************************************************
			What Did That Property Sell For Form
***************************************************/
#sold_form {
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 30px;
	padding-left: 25px;
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sold_form ul {
	margin: 0;
}
#sold_form  li {
	float: left;
	margin-bottom:10px;
	position: relative;
	height:55px;
	list-style-type: none;
}
#sold_form label {
	width: 420px;
	display: block;
}


#sold_form  li.textarea {
	height:130px;
	margin-bottom: 20px;
}

#sold_form input, textarea {
	width: 400px;
	margin-bottom: 15px;
	background-color: #ededed;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
#sold_form textarea {
	height: 100px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
#sold_form input:focus, textarea:focus {
	background-color: #DBDBDB;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #BCBCBC;
}
#sold_form input.submit {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #00;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #43749f;
	width: 110px;
	padding-top: 5px;
	padding-bottom: 6px;
}

/***************************************************
			CONTACT
***************************************************/
#contact_form {
	margin: 0px;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 25px;
	padding-left: 25px;
	width: 420px;
}
.success {
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: 25px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	background-color: #ededed;
}
.error {
	color: #f00;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#contact_form ul {
	margin: 0;
}
#contact_form  li {
	float: left;
	margin-bottom:0px;
	position: relative;
	height:auto;
	list-style-type: none;
	margin-top: 10px;
}
#contact_form label {
	width: 420px;
	height: auto;
	display: block;
}
#contact_form ul .radio #interested {
	float: none;
	width: 15px;
}
#contact_form ul li #zip {
	width: 80px;
	margin-left: 5px;
}


#contact_form  li.textarea {
	height:130px;
	margin-bottom: 20px;
}
#contact_form  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	height: 35px;
	list-style-type: none;
}
#contact_form input, textarea {
	width: 400px;
	margin-bottom: 15px;
	background-color: #ededed;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CACACA;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CACACA;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
#contact_form textarea {
	height: 100px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 15px;
}
#contact_form input:focus, textarea:focus {
	background-color: #DBDBDB;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #BCBCBC;
}
#contact_form input.submit {
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #00;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #43749f;
	width: 110px;
	padding-top: 5px;
	padding-bottom: 6px;
}
#contact_form .required {
	color:#CC3333;
	font-size:0.9em;
}


/***************************************************
				 CONTACT INFORMATION
***************************************************/
.contact-information {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
.contact-information img {
	float: left;
	background-color: #eeeeee;
	padding: 3px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 15px;
}
.contact-information ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	background-position: left center;
} 
.contact-information li {
	padding-left:40px;
	margin-bottom:5px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
} 
.contact-information ul li.address {
	background-image:url(../images/site/icon-address.png);
	background-repeat:no-repeat;
} 
.contact-information ul li.phone {
	background-image:url(../images/site/icon-phone.png);
	background-repeat:no-repeat;
} 

.contact-information ul li.email {
	background-image:url(../images/site/icon-email.png);
	background-repeat:no-repeat;
}
/*********************************************************************
					TEAM MEMBERS
 *********************************************************************/
.team-member ul {
	margin-left:0;
}
.team-member li {
	list-style-type: none;
	padding-bottom: 25px;
}
.team-member img {
	border: 1px solid #fff;
	background-color: #eeeeee;
	padding: 4px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.team-member strong {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
/*********************************************************************
					TOGGLE STYLE
 *********************************************************************/
.open-close {
	position:relative;
	background-image: url(../images/site/toggle-open.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.open-close a {
	text-decoration: none;
	display: block;
	color:#65696E;
	background-image: url(../images/site/border-divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
.current{
	background-attachment: scroll;
	background-image: url(../images/site/toggle-close.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.desc{
	overflow:hidden;
	margin-bottom: 20px;
}
/*********************************************************************
					CAROUSEL STYLE
 *********************************************************************/
.jcarousel-container {
	position: relative;
	margin-bottom: 25px;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
	width: 100%;
	height: 290px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
	width:  100%;
	overflow: hidden;
	height: 258px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 100%;
	float: left;
	height: 70px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 1px;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
	position: absolute;
	bottom: 0;
	left: 150px;
	width: 130px;
	height: 27px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/site/next.gif);
	background-repeat: no-repeat;
	background-position: left -27px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -54px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -27;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: left top;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 130px;
	height: 27px;
	cursor: pointer;
	background-image: url(../images/site/previous.gif);
	background-repeat: no-repeat;
	background-position: left -27px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -54px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: left -27px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: left top;
}
/*********************************************************************
					TABS STYLE
 *********************************************************************/
ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 1px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px;
}
ul.tabs.container li {
}
ul.tabs.sidebar li {	
}
ul.tabs li a {
	text-decoration: none;
	color: #666666;
	display: block;
	outline: none;
	text-shadow:1px 1px 0 #fff;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #CDCDCD;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul.tabs.container li.active a, ul.tabs.sidebar li.active a  {
	background-color: #43749f;
	color: #fff;
	text-shadow:1px 1px 0 #000;	
}
.tab_container, .tab_container.sidebar {
	clear: both;
	float: left; 
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_container {
	background-color: #ededed;
}
.tab_content {
	padding: 20px;
	float: left;
}
.tab_content.sidebar {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tab_content img {
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
}
#cb {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
}

#kim {
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
}
#copyright {
	float: left;
	margin-top: 5px;
	width: 940px;
	text-align: center;
}
#container .two-odd p img {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #3D678D;
}
#wrapper #header .header-contact {
	float: left;
	width: 260px;
	margin-left: 50px;
	margin-top: 54px;
}
#wrapper #header .header-social {
	float: left;
	width: 260px;
	margin-left: 50px;
	margin-top: 114px;
}
#header .header-contacts {
	float: left;
	width: 700px;
	margin-left: 115px;
	margin-top: 108px;
}
#wrapper #header .header-social ul li a, #header .header-contacts ul li a {
	text-decoration: none;
	list-style-type: none;
}
#wrapper #header .header-social ul, #header .header-contacts ul {
	list-style-type: none;
}
#wrapper #header .header-social ul li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper #header #cb div p strong {
	font-weight: bold;
	color: #345877;
}
.masthead-phone {
	font-weight: bold;
	color: #244388;
	font-size: 20px;
}
#wrapper #header #stripe-red {
	background-color: #d12a32;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 990px;
	float: left;
	margin-left: 10px;
}
#wrapper #header #stripe-tan {
	background-color: #fde9b6;
	float: left;
	height: 4px;
	width: 990px;
	margin-left: 10px;
}
#wrapper #header #stripe-blue {
	background-color: #185282;
	float: left;
	height: 7px;
	width: 990px;
	margin-left: 10px;
}
#wrapper #header #stripe-blueTop {
	background-color: #185282;
	float: left;
	height: 6px;
	width: 990px;
	margin-left: 10px;
	margin-bottom: 3px;
}
/***************************************************
				ABOUT US IMAGES
***************************************************/

#container .photoWidth {
	width: 680px;
}
#wrapper #container #portfolio {
	width: 960px;
}
#container #inner_content #portfolio ul .four.Web h3 {
	color: #C00;
}

.AboutUs .block ul li a img {
	margin: 4px;
	opacity:0.8;
	filter: alpha(opacity = 80);	
	
}
.AboutUs .block ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity = 100);	
	
}

.AboutUs .block ul li.thumbPhotos, .AboutUs .block ul img:focus {
	background-image: url(../images/icons/thumb-hover-128w.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	width: 140px;
	height:78px;

}

.AboutUs .block ul .thumbPhotos a:hover img {
	opacity:0.4;
	filter: alpha(opacity = 40);
}

#inner_content .AboutUs .block ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 100%;
}
#container #inner_content #stats {
	background-color: #FFF;
	border: 1px solid #999;
}
#inner_content .statsTable {
	width: 670px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}


#sidebar .listingLinks {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
}
#sidebar .listingLinks ul {
	list-style-type: none;
	margin: 0px;
}
.listingLinks ul li {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar .listingLinks ul li a img {
	margin-right: 10px;
}
#container #oldTable {
	float: left;
	width: 900px;
	margin-top: 40px;
}
/***************************************************
		Porfolio1 to remove # from url FEATURED LISTINGS - using class solds
***************************************************/
#portfolio1 {
	float: left;
	width: 960px;
	margin-left: -15px;
}
#portfolio1 ul {
	margin-left: 0px;
}
#portfolio1 ul li {
	margin-top: 20px;
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 8px;
	margin-left: 22px;
}
#portfolio1 ul li.one, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-two.png);
	background-repeat: repeat-y;
	background-position: 9px 9px;
	width: 940px;
}
#portfolio1 ul .one a:hover img {
	opacity:0.4;
	filter: alpha(opacity = 40);
}

#portfolio1 ul li.one.play, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-play-two.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 940px;	
}
#portfolio1 ul li.two, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-two.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 448px;
}
#portfolio1 ul li.two.play, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-play-two.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 448px;
}
#portfolio1 ul li.three, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-three.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 289px;
}
#portfolio1 ul li.three.play, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-play-three.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 289px;
}
#portfolio1 ul li.four, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-four.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 210px;		
}
#portfolio1 ul li.four.play, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-play-four.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 210px;		
}


#portfolio1 ul li.solds, #portfolio1 ul img:focus {
	background-image: url(../images/site/thumb-hover-zoom-four.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	width: 210px;	
}

#portfolio1 ul .solds a:hover img {
	opacity:0.4;
	filter: alpha(opacity = 40);
}

#portfolio1 ul li img {
	display: block;
	border: 1px solid #fff;
	background-color: #eeeeee;
	padding: 8px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#portfolio1 ul li.one img {
	float: left;
	margin-right: 35px;
}
#portfolio1 ul li h3 {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
}
#portfolio1 ul li h3 a {
	display: block;
}
#portfolio1 ul li h3 a:hover {
	text-decoration: none;
}
#soldForm #sold_form .text {
	float: left;
	display: block;
	height: auto;
}

.block ul li .thumbListings {
	list-style-type: none;
}
#sold_form .text label .required {
	font-size: 0.9em;
	color: #cc3333;
}
#sold_form .textarea label .required {
	font-size: 0.9em;
	color: #CC3333;
}

/***************************************************
		TWITTER Footer
***************************************************/
#tweets ul li a {
	list-style-type: none;
	float:right;
	background-image:none;

}
#tweets ul li {
	background-image: url(../images/site/twitter_icon.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	width: 900px;
}
#tweets ul li .follow-me {
	display: block;
	float: left;
	height: 60px;
	width: 50px;
	margin-left: 15px;
	margin-right: 15px;

}
#inner_content p strong {
	font-weight: bold;
}
#inner_content p em {
	font-style: italic;
}
#townListings tr td table tr th .towncopy {
	margin-top: 20px;
}
#wrapper #container #sidebar .block p strong {
	font-weight: bold;
}
#aroundTown ul li {
	float: left;
	list-style-type: none;
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper #container #inner_content div h1 {
	padding-bottom: 8px;
}
#wrapper #container #portfolio1 ul .one.Web .read-more:hover {
	color: #F00;
}
#wrapper #container #portfolio1 ul .one.Web .read-more:hover {
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	text-shadow: 0 -1px 1px #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #2E506D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: right;
	margin-top: 15px;
	margin-left: 15px;
}
#inner_content h1 {
	margin-top: 8px;
	margin-bottom: 8px;
}
#wrapper #container h2 {
	line-height: 32px;
}
#wrapper #container h3 {
	margin-bottom: 8px;
}
#wrapper #container h4 {
	margin-bottom: 8px;
}

.clearall {
	display: block;
	clear: both;
}
.header-contacts ul a li  h2 {
	color: #004C8B;
    margin-left: 75px;
    margin-top: 15px;
	font-weight:bold;
	line-height: 25px;
	font-size:32px;
}
.header-contacts ul a li h2 span {
	font-size: 24px;
    font-weight: bold;
    letter-spacing: -1.7px;
}
.header-contacts ul a:hover li h2, .header-contacts ul a:hover li h2 span {
	/* color: #0079c8; */
	color: #ffffff;
}

.header-contacts ul a .phone-header {
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header-contacts ul a:hover .phone-header {
	background-image: url(../images/phone-icon-over.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header .header-contacts ul li, #header .header-contacts ul li a {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 80px;
}
.header-contacts ul a .email-header {
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header-contacts ul a:hover .email-header {
	background-image: url(../images/email-icon-over.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header-contacts ul a .email-header  h2 {
	color: #004C8B;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-left: 75px;
    margin-top: 29px;
	font-weight:bold;
	line-height: 25px;
	font-size:30px;
}
