body {
	margin: 10px 0px 10px 0px;;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/background_tile.jpg');
	background-repeat: repeat-x;
	background-color: #A5BACD;
	color: #000000; 
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12pt;
	text-align: left;
}

div#container {
	margin: 0 auto;
	width: 770px;
}

div#header {
	margin: 0 auto;
	width: 830px;
	height: 123px;
	background-image: url('../images/title_tile.gif');
	background-repeat: no-repeat;
}

div#nav_container {
	margin-top: 97px;
	margin-right: 30px;
	float: right;
}

ul#navlist {
	margin: 0px;
	padding: 5px 5px 0px 5px;
	white-space: nowrap;
	font-family: Tahoma, Verdana, Arial;
	font-variant: small-caps;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding: 5px 10px 5px 5px;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#navlist a:hover {
	color: #EFB252;
	text-decoration: underline;
	font-weight: bold;
}

div#content {
	width: 730px;
	padding: 20px 20px 20px 20px;
	background-image: url('../images/content_tile.jpg');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-top: none;
}

div#flash_banner {
	width: 100%;
	padding: 0px;
	background-color: #EBEBEB;
	background-image: url('../images/home_intro.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 2px solid #FFFFFF;
	border-top: none;
	text-align: center;
}

div#footer {
	width: 750px;
	padding: 10px 10px 10px 10px;
	font-size: 9pt;
	text-align: center;
}

div.homeContainer {
	width: 240px;
	height: 220px;
	margin: 7px;
	float: left;
}

div.divider {
	width: 100%;
	height: 23px;
	background-image: url('../images/divider.gif');
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

div#introduction {
	width: 650px;
	margin: 20px;
	padding: 10px 20px 20px 20px;
	background-color: #EBEBEB;
	border: 2px solid #FFFFFF;
	font-size: 130%;
	color: #000000;
}

div.introductionAbout {
	background-image: url('../images/about_intro.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div.introductionContact {
	background-image: url('../images/contact_intro.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div.introductionPortfolio {
	background-image: url('../images/portfolio_intro.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div.introductionNews {
	background-image: url('../images/news_intro.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div#introductionText {
	width: 500px;
}

div#map {
	width: 280px;
	height: 260px;
	float: left;
	margin: 10px;
	border: 2px solid #000000;
	clear: left;
}

h1 {
	display: block;
	background-color: #000000;
	background-image: url('../images/h1_tile.jpg');
	background-repeat: no-repeat;
	background-position: right;
	border: 2px solid #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 30pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
}

h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16pt;
	font-variant: small-caps;
	font-weight: bold;
}

h4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 0px;
}

a {
	color: #AA0101;
	text-decoration: underline;
}

a:link, a:visited {
	color: #AA0101;
	text-decoration: underline;
}

a:hover {
	color: #CE8410;
	text-decoration: underline;
}

td {
	vertical-align: top;
	font-size: 80%;
}

td.clients {
	width: 33%;
}

img {
	border: 0px;
}

.highlight {
	color: #A10000;
}

.highlightCenter {
	color: #A10000;
	text-align: center;
}

.large {
	font-size: 130%;
	color: #A10000;
}

.small {
	font-size: 70%;
	color: #A10000;
}

.smallHeader {
	font-size: 70%;
	color: #A10000;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.left {
	float: left;
}

.padded {
	margin: 20px;
}

.portfolioLarge {
	float: left;
	margin-right: 20px;
}

.portfolioSmall {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
