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

html, body {
	padding: 0;
	margin: 0;
	background-color: #13367A;
	color: #FFF;
	text-align: center;
	background-image: url(../../images/holdingBkgd.jpg);
	background-repeat: repeat-x;
	background-color: #174092;
}

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

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	text-align: left;
}

#mainArea {
	width: 640px;
	height: 317px;
	background-image: url(../../images/holdingFlagBkgd.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#mainArea ul {
	margin: 0 0 0 400px;
	padding: 90px 0 0 0;
}

#mainArea li, #mainArea a {
	line-height: 200%;
	font-size: 18px;
	/*font-family: "Times New Roman", Times, serif;*/
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
}

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

li.phoneNumber {
	color: #B0E0F4;
	font-size: 14px;
}

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

.clearBoth {
	clear: both;
}

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

p, li, a {
	line-height: 165%;
	color: #FFF;
}

h1 {
	font-size: 16px;
	padding: 5px 15px;
	background-image: url(../../images/titleIcon.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
}

.oneColumnLeft {
	width: 280px;
	float: left;
	margin: 50px 0 50px 50px;
	display: inline;
}

.oneColumnRight {
	width: 280px;
	float: right;
	margin: 50px 50px 50px 0;
	display: inline;
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatRight {
	float: right;
	margin 0 0 15px 15px;
}

/* footer */

h2#footerTitle {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}

#textLinks {
	width: 766px;
}

#textLinks p {
	font-size: 12px;
	color: #FDB813;
	background-color: #13367A;
	text-align: center;
	margin: 25px 0;
}

#textLinks a {
	font-size: 12px;
	color: #FDB813;
	background-color: #13367A;
	margin: 0 5px;
	text-decoration: none;
}

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

#footerText p {
	font-size: 12px;
	color: #FFF;
	background-color: #13367A;
	margin: 10px 0;
	text-align: center;
}



/* end footer */

/* dividers */

div.dividerDots {
	height: 1px;
	background-image: url(../../images/divider_dotsHoriz.gif);
	background-repeat: repeat-x;
}

div.dividerGrayBar {
	height: 5px;
	background-color: #CCC;
}

div.dividerDots hr, div.dividerGrayBar hr {
	display: none;
}

/* end dividers */


