@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	letter-spacing: 1px;
	background-color: #003791;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
html, body {
height: 100%;
margin-bottom:1px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#mainContent #content {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#navigation {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0px;
	margin-bottom: 30px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
h1  {
	font-size: 1.5em;
	color: #003791;
	padding: 0px;
	margin-bottom: 20px;
}
h2 {
	color: #000;
	font-size: 1.3em;
}
h3 {color: #000;
	font-size: 1.1em;
}
h4 {color: #09F;
	font-size: 1.1em;
}

#col2 {
	float: right;
	width: 420px;
	text-align: center;
}
#col1 {
	float: left;
	width: 400px;
}
#features {
	clear: both;
}
#columns {
	background-color: #FFF;
	background-image: url(../images/column_background.jpg);
	background-repeat: repeat-y;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

.column1of3, .column2of3, .column3of3  {
	float:left;
	width:260px;
	padding:10px;
	height: 180px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.photo1 {
	float: left;
	width: 320px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column1of3, .column2of3 {
	margin-right:30px;
}
#columns p {
	font-weight: bold;
	color: #FFF;
}
#columns  img{
	padding: 5px;
	background-color: #FFF;
	border: thin solid #999;
}
#columns a{
	color: #086cc1;
}
#footer {
	text-align: center;
	margin-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
}
#banner img p {
	margin: 0px;
	padding: 0px;
}

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


#columns a:hover, #footer a:active {
	text-decoration: underline;
}
#content #sidebar {
	float: left;
	width: 150px;
}
#content #productInfo {
	float: left;
	width: 750px;
}
#content div table th{
	text-align: center;
}
#content div table td {
	vertical-align: top;
}
#content {
}
.alignRight {
	text-align: right;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#architecture img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #003791;
	text-decoration:none;
	
}
a:visited {
color: #003791;
text-decoration:none;	
}

a:hover {
color: #086cc1;
text-decoration:underline;	
}

a:active {
color: #086cc1;
text-decoration:underline;	
	
}
table {
	text-align: left;
	vertical-align: top;
}

.center {
	text-align: center;
}
#content #wrapper table {
	margin-left: 20px;
}
#wrapper .contacts table tr th {
	text-align: left;
}

