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

body {
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana, Arial, sans-serif;
    color: #000;
    background: #fff url(images/body-bg.gif) repeat-x 0 0;
    text-align: left;
}

.cl { font-size: 0; line-height: 0; height: 0; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
a img { border: 0; }
a { color: #6c6c6c; text-decoration: none; }
a:hover { text-decoration: underline; }

.center { margin: 0 auto; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }

.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right { text-align: right; }

.shell { 
	width: 1023px; 
	margin: 0 auto; 
	background: url(images/header-bg.gif) no-repeat 0 0;
	min-height: 391px; 
}

h1#logo {
	width: 330px;
	margin: 0 auto;
	padding: 17px 0 2px 0;
	font: 26px Verdana, Arial, sans-serif;
	font-weight: bold;
}

h1#logo a {
	display: block;
	height: 100%;
	color: #333;
	text-decoration: none;
}

h2.description {
	width: 155px;
	margin: 0 auto;
	text-align: center;
	font: 12px Verdana, Arial, sans-serif;
	line-height: 16px;
	font-weight: bold;
}

.navigation { padding: 8px 117px 0; } 
.navigation ul, .sub-nav ul { list-style: none outside; }
.navigation li { float: left; display: inline;  height: 29px;  margin-right:1px; }
.navigation  a { 
	float: left; 
	display: inline; 
	background: #e9e9e9; 
	padding: 0 20px;
	line-height: 29px; 
	color: #333; 
	font-weight: bold; 
}

.navigation a:hover, .navigation .nav-active { background: #929491; color: #fff; text-decoration: none; }
.sub-nav { padding-left: 117px; }
.sub-nav li { float: left; display: inline; line-height: 28px; }
.sub-nav a { float: left; display: inline; padding-left: 10px; color: #fff; font-weight: bold; }
.sub-nav a:hover, .sub-nav .sub-active { color: #000; text-decoration: none; }
.sub-nav span { float: left; display: inline; background: url(images/nav-border.gif) no-repeat 0 center; height: 30px; margin-left: 10px; }

h2.slogan {
	margin-left: 117px;
	background: url(images/page-slogan.gif) no-repeat 0 0;
	height: 37px;
	width: 235px;
}

#header img { margin-left: 117px; }

#content { min-height: 1160px; }

.welcome { padding: 10px 117px 0 145px; width: 761px; }
.welcome h2 {
	font: bold 24px Verdana, Arial, sans-serif;
	color: #841f17;
	background: url(images/horizontal-line-wide.gif) no-repeat 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.welcome p { padding-bottom: 10px; }

.welcome .column {
	float: left;
	display: inline;
	width: 168px;
	margin-right: 20px;
}

.welcome .column h3 {
	font: 18px Arial, sans-serif;
	line-height: 23px;
	background: url(images/horizontal-line-short.gif) no-repeat 0 bottom;
	padding-bottom: 3px;
}
.welcome .column h3 a:hover { text-decoration: none; color:#111;}

.welcome .column img { padding: 3px; border: 1px solid #b3daff; margin-top: 10px; }
.welcome .column a:hover img { border: 1px solid #822017; }

.testimonials { margin-top: 15px; }
.testimonials h2 { color: #000; font-size: 20px; font-weight: normal; margin-bottom: 10px; }
.testimonials p {
	background: url(images/quote-top.gif) no-repeat 0 0;
	padding:  0 10px 0 20px;	
	color: #817977;
}

.testimonials span {
	display: inline-block;
	width: 90%;
	background: url(images/quote-bot.gif) no-repeat right 0;
	padding: 10px 0 20px 20px;	
	color: #286da6;
	font-style: italic;
}
.categories { padding: 60px 0 0 20px; position: relative; }

.category { 
	float: left; 
	display: inline; 
	width: 200px; 
	background: url(images/category-bg.gif) repeat-y right 0; 
	padding-right: 20px; 
	margin-right: 30px;
	min-height: 277px;
}
.category h4 {
	font: bold 14px Arial, sans-serif;
	color: #646464;
	padding-bottom: 10px;
}

.category.last { margin-right: 0; background: none; }
.category.bottom { padding-top: 110px; min-height: 167px; }

img.cat-left { position: absolute; top: 0;  left: 20px; }
img.cat-right { position: absolute; left:638px; top:220px;  }

.note {
	background: url(images/note-bg.gif) repeat-y 0 0;
	width: 561px;
	margin: 25px 0;
	margin-left: 20px;
	color: #fff; 
}

.note .bot { background: url(images/note-bot.gif) no-repeat 0 bottom; }
.note .top { background: url(images/note-top.gif) no-repeat 0 top; padding: 20px 15px; min-height: 110px; }

.note p { padding-bottom: 10px; }

#footer { background: url(images/footer-bg.gif) repeat-x 0 0; height: 31px; line-height: 26px; color: #50504e; margin-bottom: 20px; }
#footer a { color: #50504e; text-decoration: none; }
#footer a:hover { color: #50504e; text-decoration: underline; }

.projects {
	width: 760px;
	border:1px solid #CCCFFF;
	
}