@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: small;
}

td {
	vertical-align: top;
	text-align: left;
}

h1 {
	font-size: medium;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: small;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #6b8fa8;
}

a:link, 
a:active,
a:visited {
	color: #6b8fa8;
	text-decoration: none;
}

a:hover {
	color: #abbd26;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.top {
	width: 950px;
	height: 100px;
	border: 0px;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0px;
}

.topSides {
	background-color: #b8c6ce;
}

.topLeftCorner {
	background-image: url(../images/top_left.png);
	background-repeat: no-repeat;
	width: 30px;
	margin: 0px;
	padding:0px;
}

.topCenter {
	background-color: #b8c6ce;
	height: 100px;
	width: 890px;
	margin: 0px;
	padding:0px;
	text-align: left;
}

.topMenuContainer {
	background-color: #b8c6ce;
	height: 40px;
	width: 890px;
	padding:0px;
	text-align: center;
	margin: 0px;
	vertical-align: middle;
}

.topRightCorner {
	background-image: url(../images/top_right.png);
	background-repeat: no-repeat;
	width: 30px;
	margin: 0px;
	padding:0px;
}

.topNavTable {
	height: 30px;
	border: 0px;
	border-collapse: collapse;
	margin: auto auto;
	padding: 0px;
}

.topNavTable td {
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

.contentTable {
	width: 900px;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0 auto;
	margin-top: 20px;
}

.navLeft {
	width: 150px;
	margin: 0px;
	padding:0px;
	padding-left: 0px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}

.navLeft a {
	display: block;
	margin-bottom: 2px;
}

.topNavTable a:link,
.topNavTable a:active,
.topNavTable a:visited {
	color: #6b8fa8;
	/*font-size: medium;*/
	font-weight: bold;
	text-decoration: none;
}
.topNavTable a:hover {
	color: #000000;
	/*font-size: medium;*/
	font-weight: bold;
	text-decoration: none;
}

.content {
	text-align: left;
	vertical-align: top;
	color: #666666;
	padding-right:10px;
	padding-bottom: 10px;
}

.footer {
	background-image: url(../images/flag.png);  
	width: 100%;
	color: #000;
	text-align: center;
	padding-top: 10px;
	font-size: extra small;
	color: #666666;
}

.testimonial {
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #6b8fa8;
}

.testimonial .quote {
	font-style: italic;
	display: block;
	margin-bottom: 5px;
}

.contactinfo span {
	display: block;
}

.memberships img {
	padding-right: 30px;
}

.contactinfo {
	font-size: x-small;
	color: #666;
	width: 150px;
	border-left: solid 1px #b8c6ce;
	padding-left: 10px;
}

.contactinfo .header {
	font-weight: bold;
}

.networking a {
	padding-right: 30px;
}

.hidden {
	visibility: hidden;
	display: none;
}