@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
}
small,form,input,label {

	margin:0px;
	padding:0px;
}
body {
	height: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a:link, a:visited, a:active {
	color: #132E37;
}
a:hover {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(images/pageback.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
#outsidewrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/toppagebar.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 100%;
	}
#topswoops {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	
#wrapper {
	padding: 0px;
	width: 952px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow:auto;
	}


#masthead {
	margin: 0px;
	padding: 0px;
	height: 125px;
}
#logo {
	margin: 0px;
	float: left;
	width: 380px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 120px;
	text-align: left;
}
#nav {
	margin: 0px;
	float: right;
	width: 530px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	}
#nav li {
	float: left;
	display: inline;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	}
#nav a {
	font-size: 18px;
	font-weight: bold;
	color: #337977;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 5px;
	
		}
	
#nav a:hover {
	color: #6ba3d7;
	margin: 0px;
	padding: 5px;
	}
p {
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.servicediv {
	width: 775px;
	border: thin solid #BCE0EC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.servicediv p {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0px;
}


h2 {
	font-size: 18px;
	color: #337977;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
h3{
	color: #132E37;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}


#bannercontainer {
	background-image: url(images/bannerback.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-left: 30px;
	height: 350px;
	}
#maincontainer {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent {
	background-image: url(images/maincontentback.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 112px;
}

#contentright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 790px;
	text-align: left;
}
.servicediv h2 {
	font-size: 14px;
	color: #132E37;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
}
.serviceimgdiv {
	float: left;
	padding-top: 5px;
}
/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid white;
	background:url(appleslider/img/panel2.jpg) repeat-x bottom center #ffffff;
	/* The width of the gallery */
	width:890px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:250px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:890px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:60px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:80px;
	display:inline-block;
	list-style:none;
	height:60px;
	overflow:hidden;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(appleslider/img/pic_bg2.png) repeat;
}

#menu li.act,#menu li.act:hover{
	background-image: url(appleslider/img/active_bg80.png);
	background-repeat: no-repeat;
}

#menu li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(appleslider/img/divider2.png) no-repeat right;
}

#menu li a{
	display:block;
	height:60px;
	
	background-image: url(appleslider/img/divider2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu a img{
	border:none;
}
#adboxcontainer {
	background-image: url(images/adboxbackground.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 952px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#adboxcontent {
	margin-left: 47px;
	margin-top: 5px;
	padding: 0px;
	height: 250px;
}

#col1 {
	float:left;
	width:256px;
	background-image: url(images/adboxwhite2.png);
	background-repeat: no-repeat;
	background-position: 0px 39px;
	margin-right: 62px;
}
.colcontent {
	text-align: left;
	padding: 10px;
}
.colcontent h3 a:link, .colcontent h3 a:visited, .colcontent h3 a:active {
	background-image: url(images/arrowlink.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #337977;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	width: 220px;
	display: block;
}
.colcontent h3 a:hover {
	color: #6ba3d7;
	background-image: url(images/arrowlink2.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	width: 220px;
	display: block;
}

#col2 {
	float:left;
	width:256px;
	background-image: url(images/adboxwhite2.png);
	background-repeat: no-repeat;
	background-position: 0px 39px;
	margin-right: 60px;
}
.imgborder {
	background-color: #bce0ec;
	padding: 8px;
	margin-bottom: 8px;
}
.contentimgborder {
	background-color: #bce0ec;
	padding: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}



#col3 {
	float:left;
	background-image: url(images/adboxwhite2.png);
	background-repeat: no-repeat;
	background-position: 0px 39px;
	width: 256px;
}
.smalltext {
	font-size: 12px;
	font-style: italic;
	color: #337977;
}

#footer {
	padding: 0px;
	height: 200px;
	width: 950px;
	margin: 0px;
	line-height: 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #5FAFAC;
}
#footercontentleft {
	margin: 0px;
	padding: 10px;
	color: #E0F0F5;
	float: left;
	text-align: left;
}
#footercontentright {
	margin: 0px;
	padding: 10px;
	color: #E0F0F5;
	float: right;
	text-align: right;
	width: 200px;
}


h1 {
	font-size: 22px;
	line-height: 50px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #132E37;
}
#header {
	background-image: url(images/mainheaderback.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logoborders {
	background-color: #BCE0EC;
	padding: 8px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
}

.portfoliocontainer {
	padding-right: 12px;
	padding-left: 12px;
}
.portfolioleft {
	float: left;
	width: 368px;
}
.portfolioright {
	float: right;
	width: 368px;
	color: #132E37;
}

a:active {
  outline: none;
}
.serviceleft {
	float: left;
	width: 385px;
	padding-left: 5px;
	padding-right: 5px;
}
.serviceright {
	float: right;
	padding-right: 5px;
	width: 365px;
}
#linksleft{
	float: left;
}
