/* =label */

/* page structure
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
}
#pageContainer {
	position: relative;
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
	background-color: #ACB3BC;
	;
}
---------------------------------------------------------- */
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

/* mainContentArea
----------------------------------------------------------*/

#mainContentArea {
	min-height: 500px;
	/* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 95%;
}

/* custom headings
#mainContentArea h1 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	font-size: 150%;
	background-color: #F2F2F3;
}
#mainContentArea h2 {
	font-weight: bold;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	margin-bottom: 0.5em;
	font-size: 140%;
	background-color: #F2F2F3;
}
#mainContentArea h3 {
	color: #333333;
	background-color: #EFF0DC;
	border-bottom: 1px dotted #999;
	border-top: 1px none #999;
	border-right: 1px none #C1C1C1;
	border-left: 1px none #C1C1C1;
	margin-bottom: 0.5em;
	font-size: 130%;
}
#mainContentArea h4 {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	background-color: #F2F2F3;
	margin-bottom: .5em;
	font-size: 120%;
}
#mainContentArea h5 {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	font-size: 110%;
	margin-bottom: 0.5em;
	background-color: #F2F2F3;
}
#mainContentArea h6 {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	background-color: #F2F2F3;
	margin-bottom: 0.5em;
	font-size: 100%;
	color: #000000;
}
---------------------------------------------------------- */

/* custom divs
---------------------------------------------------------- */
#mainContentArea #photoTopRight {
	float: right;
	background-color: #333333;
	margin: 47px 0px 0px 10px;
	clear: right;
	display: inline;
	border: 1px dotted #C1C1C1;
}


/* =img */
#mainContentArea img {
	padding: 2px;
	border: 1px solid #eee;
	margin: 5px;
	display: block;
	line-height: 1.5em;
}

#mainContentArea img.thumb {
	float: right;
	border: 1px solid #eee;
	margin: 0.25em;
	padding: 0.5em;
	clear: right;
}
#mainContentArea img.thumb:hover {
	background-color: #EFF0DC;
	border: 1px solid #ccc;
}

/* =lists
---------------------------------------------------------- */
#mainContentArea ul, #mainContentArea ol, #mainContentArea dl {
	margin: 0 2em 1.5em;
	padding: 0;
}
#mainContentArea ol {
	padding-left: 20px;
}
#mainContentArea ul {
	padding: .25em;
}
#mainContentArea ul li {
	padding: 0em;
}
#mainContentArea ul li p {
	padding: 0px;
}
#mainContentArea ol li p {
	padding: 0em;
	margin: 0em;
}
#mainContentArea li {
	list-style-type: square;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
}
#mainContentArea li p {
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

/* =definition lists */
#mainContentArea dl dt {
	font-weight: bold;
	margin: 0px 1em 0px .5em;
	padding: 0px;
}
#mainContentArea dl dd {
	padding: 0px;
	margin: 0px 0.25em 0.5em 1.25em;
}


/* =classes
----------------------------------------------------------*/

/* =misc */
.rightAlign {
	float: right;
}
.leftAlign {
	float: left;
}
.subheading {
	font-style: normal;
	color: #3366CC;
	font-weight: bold;
}
.secondNavBorderBox {
	border: 1px solid #999999;
	margin: 0em auto .5em;
	background-color: #fff;
	text-align: left;
}
.secondNavBorderBox img {
	margin: 0px auto 0px -2px;
	text-align: left;
}
.quoteMe {
	line-height: 2em;
	color: #666666;
	letter-spacing: 0.1em;
	margin: 0px auto;
	padding: 0px 5px 5px;
	display: block;
}
.quoteMeRight {
	font-size: small;
	line-height: 2em;
	color: #666666;
	letter-spacing: 0.1em;
	display: block;
	padding: 5px 5px 10px 180px;
	margin: 0 auto;
}

/* =tables */
.tableCenterAlign {
	padding: 0px;
	margin: 0px auto;
}
.tableLeftAlign {
	margin: 0;
	padding: 0px;
	clear: right;
	float: left;
}
.tableRightAlign {
	padding: 0px;
	clear: both;
	float: right;
	margin-right: 5px;
}


/* =tables 
----------------------------------------------------------*/
#mainContentArea table {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-color: #1D1D1D;
	border-collapse: collapse;
	text-align: center;
}
#mainContentArea caption {
	color: #FFFFFF;
	background-color: #1D1D1D;
	border-bottom: 1px solid #666;
	line-height: 2em;
}
#mainContentArea table th {
	color: #99C9E5;
	padding: 0.25em 0.5em;
	background-color: #000000;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
}
#mainContentArea tbody td {
	padding: 0.25em 0.5em;
	margin: 0px auto;
	background-color: #303030;
	text-align: center;
	border: 1px none #000;
}
#mainContentArea td {
	margin: 0;
	padding: 0.25em 0.5em;
	color: #CCCCCC;
}
#mainContentArea tbody {
	margin: 0px;
	padding: 0px;
}
#mainContentArea tfoot td {
	color: #99CCFF;
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 0.25em;
	line-height: 2em;
	border-bottom: 1px none #666666;
}


/* =forms 
----------------------------------------------------------*/
#mainContentArea form {
	border: 1px solid #bbb;
	width: 50%;
	margin: 0px auto 5px 5px;
	padding: 0px;
}

#mainContentArea fieldset {
	border: 1px solid #ccc;
	background-color: #eee;
	display: block;
	margin: 1em;
	padding: 1em;
}

/* =input */
#mainContentArea fieldset input {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}

#mainContentArea fieldset input:hover {
	border-color : #CC0000;
}

#mainContentArea fieldset input:active, input:focus {
	border-color : #66CC66;
}

/* =label/labelspan */
#mainContentArea label {
	padding: 0px;
	margin: 0px auto;
}

#mainContentArea label span {
	margin: 0px auto;
	padding: 0px;
}

/* =cite */
#mainContentArea cite a {
	cursor: help;
}
#mainContentArea cite a:hover {
	background-color: transparent;
	color: #4F70D9;
}

