@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #838587;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
		color: #666666;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.negative-margin-right {
	margin-right: -9px;
}


.negative-margin-left {
	margin-left: -9px;
}

.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px solid #666666;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
	line-height: normal;
	
}

li {
	list-style-image: url(../images/bt.png);
	padding-top: 5px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 20px;
}

h6 {
	margin: 0px;
	line-height: normal;
	color: #20522b;
	font-size: 16px;
}

.century10 {
	font-size: 10px;
}

.century12 {
	font-size: 12px;
	display: inline;
}

.century24 {
	font-size: 24px;
		display: inline;

}

.centuryblue {
	color: #112343;
	padding-top: 5px;
}

.blue {
	color: #112343;
}
.uppercase {
	text-transform: uppercase;
}

.line-height {
	line-height: 18px;
}




/* ------- LAYOUT ------- */

#wrapper {
	margin: 20px auto;
	width: 997px;
	
}

#main-container {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	width: 959px;
	padding: 0 19px;
	float: left;
	
}
#menu {
	clear: both;
	background-color: #dfe0e0;
	margin: 10px -10px;
	padding: 5px 10px;
	height: 17px;
	color: #112343;	
}

.menu {
	width: 600px;
	
}

.space {
	width: 30px;
	display: inline;
}


#images {
	margin: 10px 0;
	height: 275px;
}

#services {
	float: right;
	width: 195px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#services td {
	vertical-align: middle;
}
.gray-rule {
	background-color: #dfe0e0;
}

#sub-container {
	padding: 20px 40px;
}

#footer {
	background-color: #dfe0e0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	
}

#footer a {
	text-decoration: none;
	
}

#footer a:hover {
	color: #333333;
	
}

#left-column {
	float: left;
	display: inline;
	
}

#right-column {
	float: left;
	display: inline;	
}
