* { margin: 0; padding: 0; }

/* font */
html { font-size: 100.01%; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

/* layout - general */
img { border: none; }
acronym { cursor: help; }
a:link, a:visited { cursor: hand; cursor/**/: /**/pointer; }

input.text, textarea { 
	padding: 1px 2px;
	color: #999999;	
}
.submit { 
	padding: 1px 2px;
	cursor: hand; cursor/**/: /**/pointer; 
}

ul, ol { margin: 0 0 1em 1.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { margin: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

#page .flR { float: right; }
#page .flL { float: left; }
#page .alR { text-align: right; }
#page .alC { text-align: center; }

.hide { display: none; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; text-indent: -1000em; }

a:link, a:visited {
	color: #485664;
	text-decoration: none;
}
a:visited {
	color: #485664;
}
a:link:hover, a:visited:hover {
	color: #485664;
	text-decoration: underline;
}
a.inv:link, a.inv:visited {
	text-decoration: underline;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: none;
}

.cols {
	overflow: hidden;
	margin: 0;
}
.cols .col {
	float: left;
	width: 48%;
	margin: 0 3.5% 0 0;
}
body #page .last {
	margin-right: 0;
}


/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#ie7 .clearFix {
	min-height: 1%;
}



/* layout - specific */
body {
	font-family: Arial, sans-serif;
	text-align: center;
	background: #7d8a99;
}
#page {
	color: #485664;
	border: solid 1px #a0abb9;
	border-width: 0 1px;
	background: #FFFFFF;
}
.page {
	width: 935px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-size: 1.2em;
}


#top {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 9px 0 0;
	border-bottom: solid 1px #a0abb9;
}
	#links1 {
		width: 100%;
		overflow: hidden;
		height: 22px;
		font-size: 91%;
		border: solid 1px #a0abb9;
		border-width: 1px 0;
	}
		#links1 ul {
			float: right;
		}
			#links1 li {
				float: left;
				line-height: 22px;
				padding: 0 10px;
				border-left: solid 1px #a0abb9;
			}
				#links1 li a:link, #links1 li a:visited {
					color: #333333;
				}

	#header {
		width: 100%;
		overflow: hidden;
		height: 197px;
		background-color: #F3F3F7;
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: solid 1px #a0abb9;
	}
		#logo {
			clear: both;
			float: left;
			width: 210px;
			height: 90px;
		}
			#logo a:link, #logo a:visited {
				display: block;
				width: 210px;
				height: 90px;
			}
				#logo a:link span, #logo a:visited span {
					background-repeat: no-repeat;
					background-position: 0 0;
				}
		#headerImg {
			float: right;
			width: 197px;
			height: 197px;
			border-left: solid 1px #a0abb9;
			background-repeat: no-repeat;
			background-position: 0 0;
			position: relative;
		}
			#headerImg p {
				position: absolute;
				top: 157px;
				width: 100%;
				height: 36px;
				padding: 6px 0 0;
				background-repeat: repeat-x;
				background-position: 0 0;
				text-align: center;
				font-weight: bold;
				font-size: 100%;
				color: #FFFFFF;
				line-height: 1.1;
			}

	#menuBar {
		width: 100%;
		overflow: hidden;
		font-size: 91%;
		height: 23px;
	}
		#menuBar li {
			float: left;
			display: block;
			border-right: solid 1px #a0abb9;
		}
			#menuBar li a:link, #menuBar li a:visited {	
				float: left;
				display: block;
				color: #FFFFFF;
				background: #425163;
				padding: 0 1em;
				line-height: 23px;
				height: 23px;
				text-transform: uppercase;
			}
			#menuBar li a:link:hover, #menuBar li a:visited:hover {	
			}


#colWrap {
	width: 891px;
	overflow: hidden;
	padding: 20px 11px 0 33px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content {
	float: left;
	width: 680px;
	margin: 0;
	padding: 0 0 10px;
	font-family: Arial, sans-serif;
}
	#content h1 {
		font-size: 200%;
		margin: 0 0 .4em;
	}
	#content h2 {
		font-size: 150%;
		margin: 0 0 .5em;
	}
	#content p {
		line-height: 1.25em;
		margin: 0 0 .75em 0;
	}

#intro {
	width: 425px;
	font-size: 133%;
	color: #536474;
}

#cols {
	border: solid 1px #e7eaed;
	border-width: 1px 0;
	padding: 10px 0;
	margin: 0 0 10px;
}
	#cols .col {
	}
	#cols .col1 {
		width: 200px;
		margin: 0 15px 0 0;
	}
	#cols .col2 {
		width: 225px;
		margin: 0 15px 0 0;
	}
	#cols .last {
		width: 225px;
	}
	#cols h2 {
		color: #c22226;
		font-size: 100%;
		margin: 0 0 .25em;
	}
	#cols p {
		margin: 0 0 .1em;
	}

#formerly {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 0 160px;
	height: 55px;
	font-size: 91%;
}

#colSide {
	float: right;
	width: 180px;
	position: relative;
}
	#colSide .title {
		color: #5c0000;
		font-weight: bold;
		font-size: 136%;
	}

	#colSide p.img {
		text-align: center;
	}
	#colSide p {
		padding: .25em 0;
	}
	#colSide p.sep {
		padding: 1em 0;
		border-bottom: solid 1px #e7eaed;
	}

	#call {
		letter-spacing: -.05em;
	}
	p#quote, #upload {
		font-weight: bold;
		padding: 1em 0;
	}
	#upload a:link, #upload a:visited {
		display: block;
		text-indent: -1000em;
		width: 175px;
		height: 50px;
		padding-left: 35px;
		line-height: 36px;
		background-repeat: no-repeat;
		background-position: 0 0;
	}

a.more:link, a.more:visited {
	color: #c22226;
	font-weight: bold;
}

#bot {
	position: relative;
	background: #a0abb9;
	color: #FFFFFF;
}
	#bot .page {
		overflow: hidden;
		padding: 25px 15px 30px 20px;
		width: 900px;
	}
	#bot a:link, #bot a:visited {
		color: #FFFFFF;
	}

	#contact {
		float: left;
	}
	#copyright {
		float: right;
		text-align: right;
	}

