/* TAGS --------------------------------------------------------------*/

body {
	padding: 0px; margin: 0px;
	font: .89em/1.5em "trebuchet ms", verdana, helvetica, arial, sans-serif; 
	color: #666666; 
	background: #E5E5E5;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #1F2E37;
}

a:link { color: #000000; }

a:visited { color: #333333; }

a:hover { color: #0098D6; }

h1, h2, h3 { color: #000000; }

h1 { font-size: 22px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { 
	font-size: 1em;
	margin: 0px; 
}

img { border: 0px; }

th { text-align: left; }

/* ID STYLES -----------------------------------------------------------------*/

#container {
	position: relative;
	margin: auto;
	padding: 0px 10px;
	width: 700px;
	background: url(images/bk_container.gif) repeat-y top left #fff;
}

#header {
	position: relative;
	padding: 20px;
	background: url(images/bk_header.gif) repeat top left;
	border-bottom: 1px solid #106296;
}

	#header img {
		border: 1px solid #fff;
		display: block;
	}

#nav {
	position: relative;
	padding: 5px 20px;
	text-align: center;
	border-bottom: 3px solid #CFE0EA;
	background-color: #F0F6FA;
	background-image: url(images/bk_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

	#nav ul {
		margin: 1px;
		padding: 0px;
		list-style: none; 
	}
	
	#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
	.home, .products, .services, .about, .faq {
		border-right: solid 1px #CFE0EA;
		}
		
	#nav li a {
		text-decoration: none;
		font-size: 18px;
		padding: 5px 10px;
	}

#content {
	position: relative;
	padding: 0px 20px;
}

#footer { 
	position: relative;
	padding: 5px 20px;
	font-size: 10px;
}

#shadow {
	position: relative;
	height: 10px;
	width: 720px;
	margin: auto;
	background: url(images/shadow.gif) no-repeat top left;
}

#form {
	background-color: #F0F6FA;
	background-image: url(images/bk_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CFE0EA;
	padding:5px;
	}

/*---- CLASS STYLES ----------------------------------------------------------*/

.alignR { text-align: right; }

.alignC{ text-align: center; }

.clear { clear: both; }

.clearL { clear: left; }

.clearR { clear: right; }

.floatR {
	position:relative;
	float: right;
}

.floatL {
	position:relative;
	float: left;
}

.line {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFE0EA;
	padding-bottom: 5px;
}

.dashLine {
	height: 1px;
	border-top: 1px dashed #106296;
}

.dotLine {
	height: 1px;
	border-top: 1px dotted #106296;
}

.noMarg { margin: 0px; }

.noMargTop { margin-top: 0px; }

.noMargTop { margin-bottom: 0px; }

.contact {
	margin: 5px 0px;
	color: #2D3194;
}

.hidden { display: none; }

.imageR {
	padding: 5px;
	margin: 10px 0px 5px 15px;
	background: #F0F6FA;
	border: 1px solid #CFE0EA;
	float:right;
}

	.imageR img {
		border: 1px solid #CFE0EA;
		display: block;
	}
	
.imageL {
	padding: 5px;
	margin: 10px 15px 5px 0px;
	background: #F0F6FA;
	border: 1px solid #CFE0EA;
	float:left;
}

	.imageL img {
		border: 1px solid #CFE0EA;
		display: block;
	}

.intro {
	margin: 7px 0px 20px 0px;
	padding: 15px 20px;
	font-size: 20px;
	font-style: italic;
	background-color: #F0F6FA;
	border: 1px solid #CFE0EA;
	color: #333333;
}

.links p{
	font-weight:bold;
	}
	
	.links a {
	padding-right: 10px;
	font-weight:normal;
		}
.staff {
	display:block;
	float:left;
	width:300px;
	}
	
.col1 {
	float:left;
	display:block;
	position:relative;
	width:315px;
	margin-right:10px;
	}
