* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #4B4B4B ;
	background: #C8C8C8;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 11px;
	text-align: center;
}

#container {
	width: 770px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#top {
	background: url(images/top.gif) no-repeat;
	height: 14px;
	width: 100%;
}

#mid {
	background: url(images/mid.gif) repeat-y;
	width: 100%;
}

#bottom {
	background: url(images/bottom.gif)  no-repeat;
	height: 14px;
	width: 100%;
}

#banner {
	height: 90px;
	width: 770px;
	background: url(images/banner.gif) no-repeat 5px 0;
}

img#topimage {
	margin: 0 0 0 16px;
	padding: 0;
}

#navbar {
	float: left;
	width: 190px;
}

#navbar h3 {
	text-align: center;
	font-size: 12px;
	color: #ED1C24;
}

#navbar p {
	margin: 5px 5px 5px 20px;
	font-size: 11px;
	line-height: 140%;
	text-align: center;
}

#intro {
	padding: 10px 30px 5px 30px;
}

#intro h3 {
	font-size: 11px;
	color: #fff;
	padding: 1px 0 1px 5px;
	letter-spacing: 1px;
	font-weight: bold;
	background: #939583;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #7E0A10;
	border-right: 1px solid #7E0A10;
        text-transform: uppercase;
}

h4 {font-weight: bold; color: #6F7260; padding-top: 10px;}
 
#intro p, #intro ul {
	line-height: 160%;
	font-size: 11px;
	padding: 0 15px 5px 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#intro ul {
        padding-left: 30px;
}

#intro li {
        line-height: 140%;
        padding-left: 10px;
}

#cta {
	padding: 0px 30px 0px 30px;
}


.center {
	display: block;
	text-align: center;
	margin: 2px 0 0 2px;	
}

#cta h3 {
	font-size: 10px;
	background: #AFB2A0;
	color: #fff;
	padding: 1px 5px 1px 5px;
	font-weight: bolder;
	border-bottom: 1px solid #36372F;
	border-right:  1px solid #36372F;
        text-transform: uppercase;
}

#cta a {
	text-decoration: none;
	color: #5E6052;
	border-bottom: 1px dotted #6D6D6D;
}

#cta p {
	padding-top: 5px;
	line-height: 150%;
	font-size: 11px;
}
#left {
	margin: 0;
	padding: 0;
	float: left;
	width: 240px;
}

#right {
	margin: 0;
	padding: 0;
	float: right;
	width: 225px;
}

#rotatingbanner {
        padding: 0 0 10px 30px;
}

#mainnavbar p {
		background-color: #ED1C24;
		text-align: right;
		font-size: 11px;
		color: #fff;
		padding: 0;
		margin: 0 0 0 20px;
		line-height: 28px;
}

#mainnavbar a {
	text-decoration: none;
	color: #fff;
	padding: 0 10px 0 10px;
}


#mainnavbar a:hover {
	font-weight: bold;
}

#content {
	margin: 0 17px 0 190px;
	padding: 0;
}

#footer {
	clear: both;
	margin: 0 20px 0 20px;
	background-color: #6F7260;
	text-align: center;
	color: #fff;
	line-height: 15px;
}

#search-box {
	text-align: right;
	padding: 15px 0 5px 0;
	color: #505346;
	font-size: 11px;
}

#functionlist {
	margin-left: 20px;
}
#functionlist p {
	font-size: 11px;
	margin: 0;
	padding: 0 0 13px 0;
	background: #ED141F;
	color: #fff;
	border: none;
}

#functionlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#functionlist ul li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding: 3px 0 3px 18px;
	background-position: 0 0.35em;
}

#functionlist a {
	text-decoration: none;
	color: #424538;
}

#functionlist a:hover {
	color: #ED1C24;
}


#portfoliolist ul {
	margin: 0px;
	padding: 20px;
	list-style: none;
}

#portfoliolist ul li {
	background-image: url(images/dblarrow.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 10px;
	background-position: 0 0.5em;
}

#portfoliolist a {
	text-decoration: none;
	color: #424538;
}

#portfoliolist a:hover {
	color: #ED1C24;
}


#next {
        float: right;
}

#previous {
        float: left;
}

#next a, #previous a {
        font-size: 12x;
        text-decoration: none;
        color: red;
}

div.imgholder {
	display: block; 
	float: left; 
	background: url(images/dropshadow.png) no-repeat bottom right !important; 
	background: url(images/dropshadow.gif) no-repeat bottom right; 
	margin: 10px 7px 0 10px !important; 
	margin: 10px 0 0 5px; 
} 

div.imgholder img { 

	display: block; 
	position: relative; 
	background-color: #fff; 
	border: 1px solid #666;
	margin: -3px 5px 5px -3px;  
	padding: 2px; 
}

#clientlist {
        width: 120px;
        float: right;
}


#nextprevious {
        clear: both;
}