/*<group=Default Links>*/

a:link {
	color: #004584;
	text-decoration: none;
}
a:visited {
	color: #004584;
	text-decoration: none;
}
a:active {
	color: #004584;
	text-decoration: none;
}
a:hover {
	color: #8E0000;
	text-decoration: none;
}
	
/*</group>*//*<group=Page Structure>*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/mainBg.jpg);
	background-repeat: repeat-y;
	background-color: #666666;
	background-position: center;
	font: 12px/18px Verdana;
	color: #58595B
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#wrap {
	width: 781px;
	margin: 0 auto;
	text-align: left;
}

#rowLogo {
	text-align: right;
	margin: 0 65px 0 0;
}

#rowNav {
	margin: 0 500px 30px 30px;
}

#rowText {
	margin: 0 0 0 314px;
}

#rowFooter {
	text-align: center;
	clear: both;
	font: 14px Verdana;
	color: #004584;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 50px;
}

#columnMain {
	width: 781px;
	display: block;
	padding-top: 78px;
}

body#home #columnMain {
	background-image: url(images/imageBg_home.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

body#interior #columnMain {
	background-image: url(images/imageBg_int.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

.button {
	display: block;
	font: 12px Verdana;
	color: #004584;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	text-align: center;
}

.button img {
	margin: 0 10px -2px 0;
}

table {
	width: 368px;
}

form {
	font: 10px Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
}

input.grayBox,
textarea.grayBox {
	font-size: 12px;
	border: 1px solid #E5E5E5;
	background: #E5E5E5;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 2px;
}
	
/*</group>*/
