@charset "utf-8";
/* CSS Document */


html, body {
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:100%;
	background:url(../images/bg.jpg) top repeat-x #fff;
}

td {
	vertical-align:top;
}

/* TEXT ELEMENTS */



p {
	padding: 0 0 15px 0;
	line-height:140%
}

h1 {
	font-family:"Times New Roman", Times, serif;
	line-height:125%;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:6px;
	line-height:150%;
	text-transform: uppercase;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	line-height:125%;
	font-size:150%;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform:uppercase;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:102%;
	letter-spacing:2px;
	line-height:150%;

}

h6 {

}

ul {
}

li {
}

a a:link a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

q {
}

em {
}

cite {
}

/* FORM ELEMENTS */
form {
}

button {
}

select {
}

optgroup {
}

option {
}

fieldset {
}

legend {
}

input {
}

/* IMAGES, TABLES, & LAYOUT  */
textarea {
}

table {
}

td {
}

img {
}

hr {
}

/* INDIVIDUAL PAGE ELEMENTS */

.wrapper {
	width:100%;
	height:100%;
	text-align:center;
}

#page {
	width:800px;
	height:100%;
	margin: 0 auto;
	padding:0 auto;
	text-align:left;
}

#header {
	height:187px;
	background:url(../images/bg_header.jpg) top center no-repeat;
}

#menudivider {
	padding:5px 5px 0 5px;}

.contentheader {
	background: url(../images/bgcontenthead.jpg) top center no-repeat #0155b4;
	padding:10px;
	color:#fff;
	display:block;
}

.contentheader a {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;	
}

.contentheader a:hover {
	border-bottom: 1px solid #fff;
}

.contentmiddle {
	padding:10px 20px 10px 20px;
	color:#000;
	line-height:150%;
	display:block;
}


.contentmiddle a {
	color:#0155b4;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;	
}

.contentmiddle a:hover {
	border-bottom: 1px solid #0155b4;
}

#teampicleft {
	padding:0 50px 15px 15px;
	float:left;
}

#teampic {
	padding:0 15px 15px 15px;
	float:right;
}

#white {
	color:#fff;
}

#blue {
	color:#0155b4;
}

#brown {
	color:#af6701;
}

.contentbottom {
	background:#af6701;
	padding:10px 10px 20px 10px;
	line-height:150%;
	color:#fff;
	display:block;
}

.contentbottom a {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;	
}

.contentbottom a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}


#readmore a {
	font-style:italic;
}

#readmore a:hover {
	text-decoration:none;
}

#servlist {
	list-style:none;
	line-height:150%;
}

#teamlist {
	list-style:none;
	line-height:150%;
}

#indexlist {
	list-style: circle;
	margin-top:-25px;
}

#fineprint {
	font-size: small;
}


/* menus */
.menu {
	background:url(../images/bg_menu.jpg) repeat-x;
}



.spacer {
	padding:10px;
}


.footer {
	font-size:75%;
	background-color:#0155b4;
	color:#ccc;
	padding:10px 0 0 0;
}






.footer a {
	color:#aaa;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;	
}

.footer a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}

.footermenu {
	padding:15px 0 15px 0;
}


/* GALLERY */

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #af6701;
	border-bottom:0;
	border-top:0;
}

#slider h3 p {
	padding:0;
	margin:0;
	line-height:80%;
}

.scroll {
	overflow: hidden;
	width: 700px;
	height:400px;
    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(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #0155b4;
	background-color:#f4f9ff;
}

.inside img {
	display: block;
	border: 1px solid #af6701;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #af6701;
	font-size: 16px;
}

.inside p {
	font-size: 11px;
	color: #000;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}







/* TOOL TIPS */

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#fff;
	color:#fff;
	}

#gallerycontainer { padding:30px;}
