/* Body Styles */
* {
margin: 0;
padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3A3A;
	background-color: #ADADAC;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
img {
	border: 0px;
}
a:link, a:visited {color:#22452B;}
a:hover {color: #476950;}
a:active {color: #22452B;}

/* Top Header*/
#top {
	position: relative;
	width: 100%;
	height: 62px;
	background-color: #5C5C5C;
}
#top .logo {
	top: 0px;
	left: 0px;
	float: left;
}
#top .dots {
	top: 0px;
	right: 0px;
	float: right;
}
/* Middle Header*/
#headerwide {
	position: relative;
	width: 100%;
	height: 127px;
	background-color: #22452B;
}
#headercontained {
	position: relative;
	width: 740px;
	height: 127px;
	background-color: #22452B;
	margin-left: auto;
	margin-right: auto;
}
#headerborder {
	position: relative;
	width: 100%;
	height: 127px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.pagephoto  {
	position: relative;
	float: left;
	top: 0;
	left: 0;
}
#cell {
	vertical-align: middle;
	height: 127px;
	width: 485px;
	float: right;
	padding-right: 3px;
	text-align: right;
}
.quote {
	position: relative;
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.5;
}
.namequote {
	padding-right: 15px;
	font-size: 18px;
	color: #AFA9A9;
	font-weight: 900;
}
/* Navigation*/
#nav {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	color: #5B5B5B;
	font-weight: bold;
	font-size: 10px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #5B5B5B;
}
#nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5B5B5B;
}
#nav a:active {
	text-decoration: none;
	color: #5B5B5B;
}
/* Content */
#mainwide {
	position: relative;
	width: 100%;
	background-color: #ADADAC;
}
#maincontained {
	position: relative;
	width: 740px;
	background-color: #C1C1C1;
	margin-right: auto;
	margin-left: auto;
}
#mainborder {
	position: relative;
	width: 100%;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
} 
/* Text */
#text {
	position: relative;
	top: 25px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}
/* Footer */
#footerwide {
	position: relative;
	width: 100%;
	height: 24px;
	background-color: #5C5C5C;
	clear: both;
}
#footercontained {
	position: relative;
	width: 740px;
	height: 24px;
	background-color: #5C5C5C;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
}
#footertext {
	float: left;
	margin-left: 15px;
	margin-top: 4px;
}
#footercontained a:link, #footercontained a:visited {text-decoration: none; color: #FFFFFF;}
#footercontained a:hover {text-decoration: none; background-color: #FFFFFF; color: #999999;}
#footercontained a:active {text-decoration: none; color: #FFFFFF;}
.paddles {
	float: right;
}
/* Text Styles*/
.bold {font-weight: bold;}
.italic {font-style: italic;}
h1 {font-weight: bold; font-size: 15px; color: #FFFFFF;}
h2 {font-weight: bold; font-size: 13px; color: #FFFFFF;}
hr {color: #FFFFFF;}
.floatright {float: right; padding-left: 12px; padding-bottom: 12px;}
.floatleft {float: left; padding-left: 25px; padding-top: 15px; padding-right: 12px; padding-bottom: 12px;}

/* Miscellaneous*/
#table_contact td {vertical-align: top;}
.center {text-align: center;}
#text ol {
	margin-left: 20px;
}