@charset "utf-8";
/* CSS Document */
body {font: 62.5%/1.5 Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #ff8619;color: #000;}
.container {background-color: #fff; border: 10px solid #c93800; border-top: 0; }
#header h1 {margin: 5px 0 0 50px;}
#nav {padding: 20px 0 5px 0;}
#main-image {background-image:url(../img/main-image.jpg); width: 950px; height:240px;}
body#services #main-image {background-image:url(../img/main-image-services.jpg);}
body#portfolio #main-image {background-image:url(../img/main-image-portfolio.jpg);}
body#contact #main-image {background-image:url(../img/main-image-contact.jpg);}
#sub-header h2 {background-color: #213f4f; color: #fff; text-align:center; margin-bottom: 0;}
#intro {margin: 20px 0 0 0; padding-left: 30px;}
#intro h3, #contactform h3 {margin-bottom: 10px; padding-bottom: 5px; border-bottom: 3px solid #213f4f;}
#intro-image {margin-top: 10px;}
#footer {clear: both; padding: 10px; border-top: 3px solid #ddd; text-align: center; background-color: #eee;}
#footer h4 {color: #999; margin-bottom: 0;}
p {font-size: 1.7em;}
h1 {font-size: 3.5em; font-weight:bold;}
h2 {font-size: 3em; font-weight:bold;}
h3 {font-size: 2.8em; font-weight:bold; color: #c93800;}
h4 {font-size: 1.6em;}
h5 {font-size: 1em;}
a									{ color: #213f4f; }
a:hover								{ text-decoration: none; }
div.services div {float: left; padding-left: 60px;}
div.services h3 {margin: 10px 0 10px 0; padding-bottom: 5px; border-bottom: 3px solid #213f4f;}
span.amp {font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal;font-style: italic;}
div.portfolio {padding: 20px 0;}
div.blog {padding: 20px;}
#contactform {padding: 20px; width: 300px;}
#contactform ul {list-style-type: none;}
#contactform ul li {margin-bottom: 0; font-size: 1.7em;}
#contactform input {width: 200px;}
#contactform textarea {width: 250px;}
#contactform input.submit {width: 100px;}
.form-button								{ border: 1px solid #000; background: #213f4f; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: white; }
.form-button:hover						{ background: #ff8619; color: white; cursor: pointer; }
.error-msg {color: #900; font-weight:bold;}
/* slider */
#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #213f4f;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 0 solid #999;
}

.inside img {
	display: block;
	border: 0 solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
/* end slider */