/* CSS Document -- All pages within site */

html, body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	color: #000;
	text-align: center;
}

html {
	text-align: left;
	min-height: 100%;
	margin-bottom: 1px;
}

div.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

p, ul, li, h1, h2, h3, h4, label, a, title, div, th, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

p, li, ul, a, label, th, td {
	font-size: 12px;
}

h3 {
	color: #ADD6B8;
	font-size: 15px;
	padding: 1px;
	border-bottom: 1px dotted #23879F;
	text-transform: uppercase;
}

.iconLinkDark {
	color: #ADD6B8;
	background-image: url(../../images/icon-linkArrowDark.gif);
	background-repeat: no-repeat;
	padding: 5px 0 15px 30px;
}

.iconLinkLight {
	color: #00677D;
	background-image: url(../../images/icon-linkArrowLight.gif);
	background-repeat: no-repeat;
	padding: 5px 0 15px 30px;
}

.photoSmallLeft {
	border: 2px solid #23879F;
	float: left;
	margin: 0 15px 15px 0;
}

.photoSmallRight {
	border: 2px solid #23879F;
	float: right;
	margin: 0 0 15px 15px;
}

.photoTwoColumn {
	border: 2px solid #23879F;
	margin: 15px 0;
}

/* footer */

#textLinks {
	width: 960px;
	margin: 30px 0;
	text-align: center;
}

#textLinks p {
	font-size: 12px;
	color: #666;
	background-color: #FFF;
}

#textLinks a {
	color: #666;
	background-color: #FFF;
	margin: 0 5px;
	text-decoration: none;
}

#textLinks a:hover {
	text-decoration: underline;
}

#footerLeft {
	width: 320px;
	text-align: left;
	float: left;
}

#footerLeft p {
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	margin: 10px 0;
}

#footerRight {
	width: 620px;
	float: right;
	text-align: right;
}

#footerRight img {
	display: inline;
	margin-left: 30px;
}

/* end footer */

/* dividers */

div.dividerBlueBar {
	height: 5px;
	background-color: #ADD6B8;
}

div.dividerGrayThin {
	height: 1px;
	background-color: #CCC;
	margin-bottom: 30px;
}

div.dividerDot {
	height: 1px;
	background-image: url(../../images/dividerDot.gif);
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

div.dividerBlueBar hr, div.dividerGrayThin hr, div.dividerDot hr {
	display: none;
}

/* end dividers */

