

/* Global configs */

* {
	padding: 0;
	margin: 0;
}

body {
	behavior: url(functions/csshover.htc);
	margin: 0;
	padding: 0px;
	color: #333333;
	font-family: verdana, arial, georgia, serif;
	font-size: 0.7em;
	line-height: 1.6em;
	background: url(../static_images/bg1.gif) top left no-repeat #B5BDCC;
	text-align: center;
	z-index: -1;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 2.72em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 2.56em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 2.4em;
	}
	
p {
	margin: 0px 0px 22px 0px;
	font-size: 1.1em;
	font-weight: 100;
}

a, a:link, a:visited {
	text-decoration: none;
}



/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 900px;
	z-index: 1;
	margin: 0px auto;
	padding: 0px;
	background: white;
	text-align: left;
	z-index: 0px;
}


#header {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 900px;
	height: 78px;
	border: 0px;
	z-index: 30;
}


#image {
	position: absolute;
	top: 78px;
	width: 900px;
	left: 0px;
	height: 78px;
	background: url(../static_images/headers/image1.gif) no-repeat top left;
}



#content {
	width: 900px;
	padding: 0px;
	background: white;
}

	
.forminput {
	border: 1px solid #636B87;
	width: 220px;
	margin: 3px 0px 3px 0px;
	font-size: 1.1em;
	background: white;
	}
	
.formsubmit {
	border: 1px solid #636B87;
	width: 100px;
	margin: 3px 0px 3px 0px;
	font-size: 1.1em;
	color: #666666;
	background: white;
	}
	

#navigation {
	position: absolute;
	text-transform: uppercase;
	font-style: italic;
	text-align: right;
	top: 156px;
	left: 0px;
	padding: 5px;
	width: 890px;
	height: 20px;
	background: #CC0000;
	z-index: 21;
	margin: 0px;
}

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

#navigation ul li {
	display: inline;
	margin: 10px 0px 0px 0px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: white;
	padding: 7px 7px 10px 7px;
	font-size: 1em;
}

#navigation ul li a:hover {
	background: #636B87;
}

#left {
	position: relative;
	float: left;
	margin: 206px 0px 20px 20px;
	width: 260px;
	background: #EFEFEF;
	border-bottom: 10px solid #B5BDCC;
}

#left h1 {
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	line-height: 1.4em;
	margin: 0px;
	font-size: 1.4em;
	color: #636B87;
	border-bottom: 5px solid #B5BDCC;
}


#left h2 {
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	line-height: 1.4em;
	margin: 0px;
	font-size: 1.4em;
	color: #636B87;
	border-bottom: 5px solid #B5BDCC;
}

#left p {
	padding: 10px;
	margin: 0px 0px 22px 0px;
	color: #666666;
}


#left td {
	font-size: 1.1em;
	color: #666666;
	}
	
#left a:link, #left a:visited {
	color: #666666;
	text-decoration: none;
}

#left a:hover {
	color: #CC0000;
	background: #EFEFEF;
}

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

#left ul li {
	margin: 0px;
	padding: 0px;
}











#body {
	position: relative;
	width: 570px;	
	float: right;
	padding: 196px 30px 10px 0px;
	margin-bottom: 20px;
	line-height: 1.6em;
}


#body h1 {
	text-transform: uppercase;
	line-height: 1.4em;
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 10px 0px;
	background: url(../static_images/h1.gif) no-repeat top left;
	color: #CC0000;
}

#body h2 {
	text-transform: uppercase;
	line-height: 1.4em;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	color: #999999;
}

#body p {
	margin: 0px 0px 22px 0px;
	padding: 0px 0px 0px 30px;
	font-size: 1.1em;
	font-weight: 100;
}

#body ul {
	margin: 0px 0px 22px 0px;
	padding: 0px 0px 0px 70px;
	font-size: 1.1em;
	font-weight: 100;
}

#body a:link, #body a:visited {
	color: #CC0000;
	text-decoration: none;
}

#body p a:hover {
	background: #EFEFEF;
}

#body img {
	border: 7px solid #EFEFEF;
	margin: 10px;
}

#body td {
	font-size: 1.1em;
	font-weight: 100;
}

.clients {
	padding: 5px;
	background: #EFEFEF;
	font-size: 1.1em;
	font-weight: 100;
	border-bottom: 5px solid #B5BDCC;
}


#footer {
	width: 880px;
	padding: 10px;
	color: #999999;
	background: white;
	border-bottom: 50px solid #B5BDCC;
}

#footer a, #footer a:link, #footer a:visited, #footer p {
	color: #999999;
}

#footer a:hover {
	background: #EFEFEF;
}



div.thumb {
	float: right;
}

div.thumb img {
	width: 70px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
}

div.thumb a:link, div.thumb a:visited, div.thumb a:hover {
	margin: 0px;
	padding: 0px;
	border: 0px;
}