@charset "utf-8";
/* CSS Document */

/* Layout Styles*/

body{
	margin:0;
	padding:0;
	background:url(images/bg_content.jpg);
	background-repeat:repeat;
}

#container{
	width:100%;
	margin:0 auto;
}

#NavWrapper{
	width:100%;
	height:40px;
	background-color:#ADDAE9;
}

#nav{
	width:960px;
	height:40px;
	margin:auto;
}

#HeaderWrapper{
	width:100%;
	height:500px;
	background:url(images/tile2.jpg);
	background-repeat:repeat;
}

#header{
	width:960px;
	height:500px;
	margin:auto;
}

#HeaderWrapperSub{
	width:100%;
	height:100px;
	background:url(images/tile2.jpg);
	background-repeat:repeat;
}

HeaderSub{
	width:960px;
	height:100px;
	margin:auto;
}

#logo{
	width:960px;
	height:100px;
	margin:auto;
}

#slideshow{
	width:960px;
	height:400px;
}

#ContentContainer{
	width:100%;
}

#ContentWrapper{
	width:960px;
	margin:auto;
}

#welcome{
	float:left;
	width:285px;
	border-right: 1px dotted grey;
	height: 550px;
	padding:20px 20px 20px 0px;
}

#strategy{
	float:left;
	width:285px;
	padding:20px;
	border-right: 1px dotted grey;
	height: 550px;
}

#services{
	float:left;
	width:288px;
	padding:20px;
	height:550px;
}

#MainContent{
	width:629px;
	float:left;
	padding:20px 20px 20px 0px;
}

#sidebar{
	width:270px;
	padding:20px;
	float:right;
	border-left: 1px solid grey;
}

#WebWrapper{
	width:630px;
	height: 1000px;
}

#FooterWrapper{
	margin:auto;
	width:100%;
	height:100px;
	clear:both;
}

#footer{
	width:960px;
	height:100px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	text-align:center;
	border-top:1px dotted grey;
	line-height:15px;
}

.WebFloats{
	width:200px;
	height:250px;
	float:left;
	padding-right: 10px;
}

.WebDescriptions{
	width:200px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.WebTitle{
	width:200px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*.WebImage{
	width:180px;
	height:180px;
	border: 10px solid #75A4BD;
}*/

.thumbnails img{
	border:10px solid #75A4BD;
	width:180px;
	height:180px;
}

.thumbnails a:hover img{
	border:10px solid;






	border-color:
; 						border-color: #2F5062;
}

ul#menu-footer{
	width:960px;
	padding:0;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1C3F66;
	line-height:20px;
}


.copyright {
	font-size: 10px;
}

/* Pseudo Elements*/

ul#menu-footer li{
	list-style-type:none;
	display:inline;
	font-size:11px;
	line-height:20px;
	font-family:verdana;
	padding-right:10px;
}

ul#menu-footer li a{
	color:#0066FF;
	text-decoration:underline;
}

ul#menu-footer li a:hover{
	text-decoration:none;
	color:#0066FF;
}

a.resume{
	color:#4B9AD3;
	text-decoration:none;
}

a.resume:hover{
	color:#116780;
	text-decoration:underline;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li{
	width:960px;
	height:400px;
	overflow:hidden;
}

#buttona{
	width:50px;
	height:500px;
	float:left;
}

#buttonb{
	width:50px;
	height:500px;
	float:right;
}

span#prevBtn a{
	position:absolute;
	background:url(images/previous_btn.png) no-repeat scroll 0;
	width:50px;
	height:50px;
	display:block;
	left:75px;
	top:275px;
}

span#nextBtn a{
	position:absolute;
	background:url(images/next_btn.png) no-repeat scroll 0;
	width:50px;
	height:50px;
	display:block;
	top:275px;
	right:75px;
}

/*Heading Styles*/

#welcome h3{
	background:url(images/rule_designs.png);
	background-repeat:no-repeat;
	background-position:center;
	width:285px;
	height:30px;
	padding-bottom: 10px;
}

#strategy h3{
	background:url(images/rule_designs.png);
	background-repeat:no-repeat;
	background-position:center;
	width:285px;
	height:30px;
	padding-bottom: 10px;
}

#services h3{
	background:url(images/rule_designs.png);
	background-repeat:no-repeat;
	background-position:center;
	width:285px;
	height:30px;
	padding-bottom:10px;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#18658D;
	text-align:center;
}

