/*** GLOBAL  ***/
html,body{height:100%;}
body {
	font-family:Arial, Verdana, Tahoma;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#434141;
	height:100%;
	background-color:#f7f7f7;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #434141;
	background-color: #434141;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

@font-face {
    font-family: 'CartoGothic';
    src: url('/fonts/CartoGothic/CartoGothicStd-Book-webfont.eot');
    src: url('/fonts/CartoGothic/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CartoGothic/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('/fonts/CartoGothic/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('/fonts/CartoGothic/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:12px; font-family:CartoGothic, Verdana, Tahoma; font-weight:normal; color:#434141}
h3, h4, h5 {margin-bottom:12px; font-family:CartoGothic, Verdana, Tahoma; font-weight:normal;}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:20px; line-height:18px;}
h3 {font-size:18px; line-height:18px;}
h4 {font-size:16px; line-height:15px;}
h5 {font-size:12px; line-height:15px;}

/* links */
a {color:#ffca1f; text-decoration:none;}
a:hover{color:#ffca1f; text-decoration:underline;}
a img{border:none}
.border{ border:1px solid #c5c5c5; padding:3px;}
.imgleft{float:left; margin-right:20px;}
.imgright{float:right; margin-left:20px;}
.imgmiddle{vertical-align:middle; padding-right:6px}
/* lists, blockquotes and paragraphs */
ul, ol, blockquote {
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	color:#434141;
}

p {
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	color:#434141;
}

ul, ol {
	margin:10px 0 35px 30px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	margin:0px 0 0px 0px;
	color:#c6c5c5;
	padding:0px 20px 10px 25px;
	/*background-image:url(/images/quoleft.png);*/
	background-repeat:no-repeat;
	font-size:12px;
}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #434141;
	padding:15px 10px;
}


/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#main_container{background-image:url(/images/bg_top_container.gif); background-color:#f7f7f7; background-repeat:repeat-x;min-height:90% !important; height:auto;}
#main_container_inner{background-image:url(/images/bg_top_container_inner.gif); background-color:#f7f7f7; background-repeat:repeat-x;min-height:90% !important; height:auto;}
#footer_container{background-image:url(/images/bg_bottom_container.gif); background-repeat:repeat-x; background-color:#464646; height:100px; clear:both; margin-top:30px;}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:975px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#top{height:94px}
#top ul, #top p, #top a {color:#616060;}
#top ul{list-style-type:none; margin:0px; padding:0px;}
#logo{width:631px; float:left; padding-top:0px; padding-left:20px;}
#topcontact{width:300px; float:right; padding:10px 0px 0px 0px; text-align:right;}
ul#top-nav{ list-style-type:none; font-size:11px; margin:5px 0px 13px 0px;}
ul#top-call{ list-style-type:none; font-size:14px; background-image:url(/images/icon-9.png); background-position:120px 0px; background-repeat:no-repeat; padding-top:7px;}
ul#top-call li.number{ font-size:22px;}


/* manu nav */
#topmenu{height:36px; float:right;margin-top:-33px;}
#nav li {
	display: inline;
	background: url(/images/nav-right.gif) no-repeat right top;
	text-align: center;
	padding-right: 5px;
	margin-right: 1px;
	float: left;
	position:relative;
}

#nav ul li a{ background-image:none !important;}

#nav a {
	color: #fff;
	background: url(/images/nav-left.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:0px;
	text-decoration: none;
	padding-left: 5px;
	font-size:14px;
	font-weight:normal;
}


#nav a:hover{ color:#ffca1f;}

#nav a span {
	background: url(/images/nav-center.gif) repeat-x center top;
	display: block;
	padding:8px 20px 10px 20px;

}


#nav{margin:0px; padding:0px; list-style-type:none;  float:left;  z-index:15; position:relative;}
#nav ul{margin:0px; padding:0px; list-style-type:none; z-index:16; position:relative;}
#nav li{ position:relative; }
#nav li a:hover{color:#fd0000; text-decoration:none}
#nav li a.active{color:#fd0000;}
#nav li li{
	margin-top:0;
	background-image:none;
	position:relative;
	z-index:10;
	border-bottom:solid 1px #292929;
	padding:0px 0px;
	display:block;
}
#nav ul {
	display:none;
	left:0px;
	position:absolute;
	top:36px;
	width:120px;
	z-index:10;
	border:solid 1px #0c0c0c;
	background-color:#363636;
	border-width:0px 1px 1px 1px;
	padding:0px 10px;
}
#nav li ul a{
	width:120px;
	height:auto;
	float:left;
	text-align:left;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	z-index:10;
	color:#fff;
}
#nav ul ul{top:auto;border-top:none; border:solid 1px #e6e7df; border-width:1px 1px 1px 1px;}
#nav li ul ul {left:123px; top:0px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}
#nav li ul a{border-top:none;}

/*** END TOP ***/

/*** CONTACT ***/
form{margin:0; padding:0;}
fieldset{border:0px;}
#contact_form{ margin:0 auto 20px auto; position:relative; }
label{margin:3px 0px;}
label.sp { width:3px;}
span.error{color:red;text-align:left;}

#message{ margin-left:0px;}
#message h2	{}
#message p{margin:6px 0px; }

input.text-input{ margin:4px 8px 4px 0px; width: 280px; height:15px; padding:5px 2px; border:solid 1px #e4e4e4; vertical-align:middle}
textarea.text-input{ margin:0px 8px 4px 0px; padding: 5px 2px; border:solid 1px #e4e4e4; vertical-align:top; width:280px;}
#contact_form input:focus, #contact_form textarea:focus {border:solid 1px #c4c4c4; }
/*input.text-input{width: 320px; margin:3px 0px 6px 0px}
textarea.text-input{width: 320px; margin:0px}*/
span.error{color:red;text-align:left;}
input.button{background-color:#fff; background-position:right; color:#333333 !important; padding:5px 10px 8px 13px; width:100px; text-align:left; height: 30px; display:block; margin-top:10px; border:0px;cursor:pointer; border:1px solid #ccc;}


/*** HEADER ***/
#header{width:975px; height:324px;}
#header_inner{width:975px; background-image:url(/images/bg_header_inner.jpg); background-repeat:no-repeat; height:150px;}
#header_inner p { color: #ffffff; font-size: 16px; }
/*** END HEADER ***/

/*** SIDEBAR ***/
#box-sidebar{ width:291px; float:left; margin: 10px 0; }
#box-sidebar-right{ width:291px; float:right; margin: 10px 0; }

.box-white-r{ width:291px; background-image:url(/images/box_white_r.gif); background-repeat:repeat-y; margin-bottom:30px}
.box-white-t{ width:291px; background-image:url(/images/box_white_t.gif); background-repeat:no-repeat; background-position:top;}
.box-white-b{ width:291px; background-image:url(/images/box_white_b.gif); background-repeat:no-repeat; background-position:bottom;}


.sidebox{ padding:10px 20px;}
.sidebox ul{ margin:0px; padding:0px; list-style-type:none; }
.sidebox ul li { border-bottom:1px solid #ebeaea; padding:10px 0px 10px 60px; font-size:15px; }
.sidebox ul li.one{ background-image:url(/images/icon-1.png); background-repeat:no-repeat; background-position:9px 17px;}
.sidebox ul li.two{ background-image:url(/images/icon-2.png); background-repeat:no-repeat; background-position:9px 8px;}
.sidebox ul li.three{ background-image:url(/images/icon-3.png); background-repeat:no-repeat; background-position:9px 8px; border:0px;}
.sidebox ul li a, .sidebox ul li a:visited{ color:#333333;}
.sidebox ul li a:hover{ color:#636262; text-decoration:none;}

.sidebox-dark { background-color:#eeeeee; width:291px; margin-bottom:30px; border-radius:8px; border-color:#aaaaaa; box-shadow:3px 3px 3px #cccccc; }
.sidebox #aop { margin:0px; padding:0px; list-style-type:none; }
.sidebox #aop li { display:block; padding:0 10px; font-size:13px; }
.sidebox #aop li a, .sidebox #aop li a:visited{ color:#333333;}
.sidebox #aop li a:hover{ color:#636262; text-decoration:none;}

.sidebar{ padding:20px 20px;}
.sidebar ul{ margin:0px; padding:0px; list-style-type:none; }
.sidebar ul li { border-bottom:1px solid #ebeaea; padding:10px 0px 10px 18px; font-size:14px; font-weight:bold; background-image:url(/images/arrow.png); background-repeat:no-repeat; background-position:7px 14px; }
.sidebar ul li a, .sidebar ul li a:visited{ color:#434141;}
.sidebar ul li a:hover{ color:#636262; text-decoration:none;}

.box-grey-t{ width:288px; background-image:url(/images/box_grey_t.gif); background-repeat:no-repeat; background-position:top;}
.box-grey-b{ width:288px; background-image:url(/images/box_grey_b.gif); background-repeat:no-repeat; background-position:bottom;}
.testibox{ width:288px; background-color:#4a4a4a; margin-top:20px;}
.pad-testi{ color:#fff; padding:20px 21px;}
.pad-testi h2{ color:#fff; font-weight:bold;}
.pad-testi p{ color:#c6c5c5; margin-bottom:0px; font-size:12px;}


/*** END SIDEBAR ***/

ul.countylist li {
	position: relative;
	width: 180px;
	float: left;
	list-style: none;
}
a.countylink {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
	color: #434141;
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	margin-right: 10px;
}
.client {
	font-size: 14px;
}
.phone {
	font-size: 18px;
	line-height: 26px;
	color: #fd0000;
	font-family:CartoGothic, Verdana, Tahoma;
}

/*** CONTENT ***/
#main-content-full{ width:950px; float:left; margin-left:0px;}
#main-content{ width:648px; float:left; margin-left:35px;}
#main-content-left{ width:648px; float:right; margin-right:35px;}
#content{ margin:10px 0px;}

.box_content p {
	font-size: 14px;
	margin-bottom: 10px;
}

/*** END CONTENT ***/

/*search form*/
form.search { padding-right: 0px; position: relative; margin-top: 15px; clear: both; margin-bottom: 0 !important; height: 30px; font-size: 15px; }
form.search input[type="text"] { margin: 0; padding-left:10px; background: url(/images/gr-5.png) 0 0 repeat-x; width:150px; height: 24px; font-size:10px; border:1px inset #eee; color:#888; font-style:italic; }
form.search input[type="submit"] { position: absolute; right: 26px;top: 37px; height: 26px; width: 30px; background:  #f5f5f5 url(/images/search-2.png) 50% 50% no-repeat; border: none; text-indent: -9999px; line-height: 0; font-size: 0; cursor: pointer; margin: -37px -26px 0 0; }
form.search input[type="submit"]:hover,
form.search input[type="submit"]:focus {}
form.search input[type="submit"]:active {}

/*** FOOTER ***/
#footer_container{ color:#fff; vertical-align:bottom; }
.foot{ text-align:center; padding-top:15px; }
/*** END OF FOOTER ***/

/* USE THIS STYLE SHEET FOR HOMEPAGE */
#main{width:975px; }
/*** HEADER ***/
#header-text-left{ width:454px; float:left; margin-top:37px; margin-left:30px; text-align:center; }
* html #header-text-left{ margin-left:10px;} /* for ie 6 */

#header-text-left h1{ font-family:Michroma, verdana, tahoma; color:#ffca1f; font-size:30px;}
#header-text-left h1 span{ font-weight:bold; }
#header-text-left h3{ color:#ffca1f; font-size:20px;}
#header-text-left ul{ list-style-type:none; margin:20px 0px; padding:0px; font-size:14px; line-height:25px; padding-left:5px;}
#header-text-left ul li{ color:#fff; background-image:url(/images/arrow-white.png); background-repeat:no-repeat; background-position:0 9px; padding-left:12px;}
#header-text-right{ width:270px; float:right; margin-top:20px; color:#ffffff; font-size:18px;}
#header-text-right ol li { color:#ffffff; font-size:16px; margin-left:30px; font-style:italic; }
/*** END HEADER ***/
/*** CONTENT ***/
.box_content_r{ width:648px; background-image:url(/images/box_yellow_r.gif); background-repeat:repeat-y; }
.box_content_t{ width:648px; background-image:url(/images/box_yellow_t.gif); background-repeat:no-repeat; background-position:top; }
.box_content_b{ width:648px; background-image:url(/images/box_yellow_b.gif); background-repeat:no-repeat; background-position:bottom; }
.box_content{ padding:17px 18px 27px 18px; }
/*** END CONTENT ***/

.pagination {
	margin: 6px 0 0 20px;
}
button:hover {
  cursor: pointer;
}
button.page-btn {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: -moz-linear-gradient(center top , #EEEEEE 0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
	border-color: #CCCCCC #CCCCCC #BBBBBB;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin: 0 2px;
	padding: 4px 4px;
	text-align: center;
	text-shadow: 0 1px 0 #EEEEEE;
	/*width: 150px;*/
}
button.page-btn:hover {
	background: #ddd;
	background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb));
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd;
}
button.page-btn:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}
button.page-btn-current {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: -moz-linear-gradient(center top , #EEEEEE 0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
	border-color: #777777 #777777 #666666;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin: 0 2px;
	padding: 4px 4px;
	text-align: center;
	text-shadow: 0 1px 0 #EEEEEE;
	/*width: 150px;*/
}
