/* CSS Document */

body{
	text-align: center;
	background: #FFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .7em;
}
p{
	margin: .5em 0 .75em 0;
}
h1{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 20px 10px 10px 10px;
	text-transform: capitalize;	
}
h2{
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
}
h3{
	font-size: 90%;
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #8ABBD1;
	font-weight: normal; 	
}
h5{
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	color: #8ABBD1;
	padding: 10px 10px 0 10px;	
}



/*top navigation---------------------------------------------------*/
#nav-top-holder{
	display: block;
	width: 100%;
	height: 155px;
	background: url(../images/bg-repeat-squares.gif);
}
#nav-top {
	display: block;
	width: 890px;
	height: 155px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
}
#nav-top ul {
	list-style-type: none;
	display: block;
	width: 890px;
	height: 155px;
	margin: 0;
	padding: 0;
}
#nav-top ul li.services, #nav-top ul li.team, #nav-top ul li.portfolio{
	display: block;
	width: 137px;
	height: 20px;
	position: relative;
	margin: 0;
	padding: 0;
}
#nav-top ul li.services{
	top: 135px;
	left: 240px;
}
#nav-top ul li.portfolio{
	width: 136px;
	top: 115px;
	left: 377px;
}
#nav-top ul li.team{
	top: 95px;
	left: 513px;
}
#nav-top ul li a{
	display: block;
	width: 136px;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	color: #333;
	text-decoration: none;
}
#nav-top ul li a:hover, #nav-top ul li a:visited{
	color: #000;
}
/*main page---------------------------------------------------*/
#page{
	width: 890px;
	margin: 0 auto;
	text-align: left;
	background: #F00;
}
/*cheat - ensures that page background always stretches far enough past content*/
#cheat{
	display: block;
	width: 890px;
	height: 1px;
	clear: both;
}
/*secondary navigation---------------------------------------------------*/
ul#nav-secondary{
	float: right;
	list-style-type: none;
	display: block;
	width: 220px;
	margin: 0;
	padding: 0;
}
ul#nav-secondary li{
	float: left;
	padding: 3px 15px 1px 3px;
	border-left: solid 1px #FFF;
	margin: 0 0 3px 0;
}
ul#nav-secondary li a{
	color: #FFF;
	text-decoration: none;
}
a.staff{
	color: 000;
}
/*tertiary (section) navigation---------------------------------------------------*/
#nav-tertiary {
	float: left;
	padding: 0;
	margin: 0;
	width: 240px;
}
#nav-tertiary ul{
	margin: 30px 0 0 0 ;
	padding: 0;
}
#nav-tertiary ul li{
	list-style-type: none;
	width: 240px;
	margin: 0;
	padding: 0;
}
#nav-tertiary ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
}
#nav-tertiary ul li a:hover{
	color: #FFF;
}
/*search box---------------------------------------------------*/
#search-box{
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 240px;
}
#search-box p{
	padding: 10px;
	color: #FFF;
}
/*content areas---------------------------------------------------*/
#content-main{
	display: block;
	width: 410px;
	margin: 0 240px;
	padding-bottom: 60px;
	background: url(../images/bg-content-column.gif) bottom right no-repeat;
}
#content-main p{
	padding: 0 10px 5px 10px;
}
#content-main table{
	padding: 10px;
}
#content-main img{
	padding: 10px;
	padding-bottom: 0;
}
#content-main div{
	border-bottom: dashed 1px #8ABBD1;
}
/*footer---------------------------------------------------*/
p#footer{
	clear: both;
	font-size: 90%;
	color: #8ABBD1;
	line-height: 1.5em;
}
p#footer a{
	color: #8ABBD1;
}
p#log{
	clear: both;
	font-size: 90%;
	color: #333;
}
/*specials---------------------------------------------------*/
/*previous and next links-------------------------------------*/
#content-main div.link-both{
	border: none;
}
.link-both{
	display: block;
	width: 390px;
	margin: 0 auto;
}
a.link-next, a.link-previous{
	float: left;
	color: #666;
	text-decoration: none;
}
a.link-next{
	float: right;
	text-align: right;
	margin-left: auto;
}

/*welcome bos - the box that we use to show news teasers----------------------*/

#welcome-box{
	float: right;
	clear: right;
	display: block;
	width: 210px;
	margin: 15px;
	padding: 0;
	color: #FFF;
}
#welcome-box h1{
	padding: 10px;
}
#welcome-box p{
	margin: 0;
	padding: 0 10px 5px 10px;
}
#welcome-box h3{
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #FFF;
}
#welcome-box h2{
	margin: 0;
	padding: 0 10px 0 10px;
}
#welcome-box img{
	padding: 0 10px;
}
#welcome-box a:link, #welcome-box a:visited{
	color: FFF;
	text-decoration: underline;
}
