/********************************************************/
/*			MAIN SETTINGS 			*/
/********************************************************/

* {
	margin: 0px;
	padding: 0px;
	}

body {
	padding: 40px 40px 10px 40px;
	background: #8FB1B5;
	}

#main {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	}

#main2 {
	position: relative;
	width: 400px;
	margin: 0 auto 0 auto;
	}

img {
	border: none;
	}
	
.feattitleimg {
	max-width:200px;
	/* IE Image max-width */
	width: expression(this.width > 200 ? 200: true);
	max-height:200px;
	/* IE Image max-width */
	height: expression(this.height > 200 ? 200: true);
}

hr {
	color: #FFFFFF;
	background-color: #96322D;
	height: 1px;
	border: 0px;
	}

/********************************************************/
/*			TEXT				*/
/********************************************************/

body, p, blockquote {
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

p {
	padding: 5px 0px 5px 0px;
	}

#rightcolumn p {
	padding: 5px 15px 5px 0px;
	}

blockquote {
	padding: 0px 0px 0px 20px;
	}

.biggish, .arrowlink {
	font-size: 10px;
	line-height: 20px;
	}

.smallish, .sarrowlink {
	font-size: 10px;
	line-height: 16px;
	}
	
.capitalize {
	text-transform:capitalize;
	}

.head {
	background: #FFFFFF;
	color: #96322D;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 12px;
	padding-top: 10px;
	}

.minorhead {
	color: #8FB1B5;
	padding-top: 5px;
	padding-bottom: 0px;
	}
	
.titlehead {
	background: #FFFFFF;
	color: #96322D;
	font-weight: bold;
	font-size: 12px;
	}

.news {
	color: #666666;
	}

.last, #rightcolumn p.last {
	padding-bottom: 25px;
	}

ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 0px;
	}

ul ul {
	padding: 0;
	margin-left: 15px;
	}

ul ul ul {
	padding: 0;
	margin-left: 30px;
	}

ul ul ul ul {
	padding: 0;
	margin-left: 45px;
	}
	
.rightsmenulist {
	list-style-type: none;
	padding:0;
	margin-left:10px;
	}
	
.note {
	font-size:9px; 
	margin:0px; 
	line-height:9px; 
	padding:0px;
	}

/********************************************************/
/*			LINKS				*/
/********************************************************/

a, a:visited {
	color: #96322D;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}

.arrowlink {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(images/linkarrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	}

.sarrowlink {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	background-image: url(images/slinkarrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}

/********************************************************/
/*			CONTENT & SHADOW		*/
/********************************************************/

.ydsf {
	float: left;
	display: block;
	position: relative;
	}

html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(images/shadow.png) right bottom no-repeat;
	}


.ydsf:before, .ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
	}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
	}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
	}

.content {
	width: 800px;
	display: block;
	position: relative;
	overflow: hidden; 
	background: #FFFFFF;
	}

html>body .ydsf .content {
	left: -10px;
	top: -10px;
	margin: 0;
	}
	
.center {
	text-align: center;
	}

/********************************************************/
/*			TAB MENU SETTINGS		*/
/********************************************************/

#menu {
	background: #8FB1B5;
	width: 800px;
	height: 55px;
	z-index: 10;
	}

.logotab {
	float: left;
	width: 293px;
	height: 55px;
	}

#tabs, #tabs ul {
	float: left;
	list-style: none;
	}
	
#tabs a, #tabs a:visited {
	display: block;
	width: 109px;
	height: 24px;
	background: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #96322D;
	border-right: 1px solid #96322D;
	}
	
#tabs a:hover, #tabs a:active {
	background: #96322D;
	color: #FFFFFF;
	}

#tabs a.bottom {
	border-bottom: 1px solid #96322D;
	}

#tabs a.red, #tabs a:visited.red {
	width: 120px;
	height: 27px;
	padding-top: 28px;
	background: #8FB1B5 url(images/tab1.gif) no-repeat;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none;
	}

#tabs a.redon, #tabs a:visited.redon {
	width: 120px;
	height: 27px;
	padding-top: 28px;
	background: #8FB1B5 url(images/tab2.gif) no-repeat;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none;
	}

#tabs a:hover.red, #tabs a:active.red, #tabs a:hover.redon, #tabs a:active.redon {
	background: #8FB1B5 url(images/tab3.gif) no-repeat;
	}

#tabs li {
	float: left;
	width: 120px;
	}

#tabs li ul {
	position: absolute;
	width: 112px;
	margin-left: 4px;
	left: -999em;
	z-index: 99;
	}

#tabs li:hover ul, #tabs li.sfhover ul {
	left: auto;
	}

.links {
	float: left;
	width: 146px;
	height: 22px;
	padding-top: 29px;
	line-height: 14px;
	text-align: right;
	text-transform: lowercase;
	}

.links a, .links a:visited {
	color: #000000;
	text-decoration: none;
	}

.links a:hover, .links a:active {
	text-decoration: underline;
	}


/********************************************************/
/*			RIGHT AND LEFT			*/
/********************************************************/

#leftcolumn {
	float: left;
	width: 238px;
	padding: 32px 28px 10px 26px;
	}

.left {
	padding: 0px 0px 10px 0px;
	}
	
.leftul {
	padding: 5px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

.leftul li {
	font-size:9px;
	margin-bottom: 10px;
	}

.dots {
	border-bottom: 1px dotted #8FB1B5;
	margin-bottom: 10px;
	}
	
.jobdots {
	border-bottom: 1px dotted #8FB1B5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

#rightcolumn {
	float: left;
	width: 483px;
	padding: 10px 20px 10px 5px;
	}

.rightul {
	padding: 0px 25px 0px 45px;
	margin: 0px 0px 10px 0px;
	}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	}

img.officepic {
	border: 1px solid #8FB1B5;
	margin: 1px;
	padding: 1px;
	}

/********************************************************/
/*			FEATURED BOXES 			*/
/********************************************************/

.whatsnew475, .whatsnew200 {
	display: block;
	float: left;
	background: #96322D;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	}

.featuredbox475, .featuredbox200 {
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #96322D;
	}

.whatsnew475 {
	width: 150px;
	height: 22px;
	margin: 28px 0px 0px 0px;
	}

.featuredbox475 {
	width: 470px;
	height: 288px;
	padding: 0px 0px 10px 0px;
	}

.whatsnew200 {
	width: 120px;
	height: 22px;
	}

.featuredbox200 {
	width: 232px;
	margin: 0px 0px 20px 0px;
	}

.featuredbox200 img {
	padding: 20px 0px 10px 0px;
	}

.indfeat475 {
	display: block;
	float: left;
	width: 235px;
	margin: 10px 0px 0px 0px;
	}

.indfeat475 img {
	margin: 10px 0px 10px 0px;
	}

.ajlink {
	width: 185px; 
	text-align: left; 
	float: left;
	padding: 20px 10px 0px 40px;
	}

.feattitle200 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}

.featlink200 {
	display: block;
	margin: 10px 10px 10px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	}

/********************************************************/
/*			PROJECTS			*/
/********************************************************/

table.titles {
	width: 480px;
	border-spacing: 3px 10px;
	}

	
td.thumb {
	text-align: center;
	width: 115px;
	padding-right: 15px;
	background: #FFFFFF;
	background-position: center right;
	}

td.thumb img {
	vertical-align: middle;
	}

td.thumbdescrip {
	font-size: 9px;
	line-height: 14px;
	width: 125px;
	height: 115px;
	}

a.thumblink, a:visited.thumblink {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}

a:hover.thumblink, a:active.thumblink {
	color: #96322D;
	}

.author {
	display: block;
	padding: 0px 0px 5px 0px;
	font-style: normal;
	}

.publisher {
	display: block;
	padding: 0px 0px 5px 0px;
	font-style: italic;
	}

/********************************************************/
/*			TITLES				*/
/********************************************************/

.title {
	padding: 10px 0px 0px 0px;
	}

.subtitle {
	font-weight: normal;
	}

.titleimages {
	display: block;
	width: 460px;
	height: 325px;
	text-align: center;
	padding: 25px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	}

#imagenav {
	text-align: center;
	}

#searchnav {
	text-align: center;
	}
	
.row0 {
	background-color:#EDF4F5;
	}
	
.row1 {
	background-color:#FFFFFF;
	}
	
.searchresults td {
	padding: 5px 0px 5px 10px;
	margin: 0px;
	}
	
.search td {
	padding: 5px 5px 5px 0px;
	margin: 0px;
	}
	
.searchbox {
	border: 1px dotted #8FB1B5; 
	padding: 7px;
	}

/********************************************************/
/*			CUSTOMER SERVICE		*/
/********************************************************/

.pdf {
	list-style-type: none;
	line-height: 18px;
	}

.pdf li {
	padding-top: 10px;
	}

.pdf img {
	padding: 0px 3px 0px 0px;
	}

.pdfindent {
	padding: 0px 0px 0px 23px;
	line-height: 10px;
	}

