/*
	Colors to use
	Nice Deep Red #66050A
*/





/*Start my CSS Design */
*
{
	margin:0;
	padding:0;
}/*Set this to set all margins and paddings to default for all browsers*/
body
{
	background: #000 url(../images/layout/background.jpg) top center repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.indentParagraph
{
	text-indent: 1.5em;
}
img
{
	border:0px;
}
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{
	text-decoration:none;
	color:#000;
}
div#centerContainer
{
	margin:10px auto 0px auto;
	width:770px;
	background-color:#FFFFFF;
	border: 2px solid black;
	text-align:left;
}
div#logo
{
	height:166px;
	margin:10px 0px 0px 10px;/*top, right, bottom, left*/
	width:750px;
	border: 0px solid black;
	background: url(../images/layout/headLogo.jpg);
	background-color:#0033FF;
}

div#topMenu
{
	width:750px;
	height:28px;
	margin:0px 0px 0px 10px;
	background: url(../images/layout/menuBackground3.png);
}


/* Header Style*/
#menu li span,#menu dt {font-size:1em;}
/* Header Text Color */
#menu dt a, #menu dt a:visited
{
    color:#fff;font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
    font-size: 13px;
    text-transform: lowercase;
}/*Default No Hovor*/
/* Header Border */
#menu dt {border-right:1px solid #000;}
/* Menu Style */
#menu dd a, #menu dd a:visited {font-size:13px; background:#585cb7; color:#fff;}
/* Hover color */
#menu li:hover dt a, #menu li a:hover dt a{background: #3d419c; color:#fff;}
#menu dd a:hover {background: #534; color:#fff;}
/* Option Seperator */
#menu dd {border-bottom:1px solid #000;}
/* Bottom Border of dropdown*/
#menu li:hover dl, #menu li a:hover dl {border-bottom:20px solid #050964;}


#menu {list-style-type:none; margin:0 0 0 0; padding:0;}

#menu li
{
    display:block; float:left; position:relative; z-index:100; margin-right:1px;
    color:#fff;font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
    font-size: 13px;
    text-transform: lowercase;
}
#menu li span {display:block; z-index:100;}
#menu li a, #menu li a:visited {display:block; padding:0;}

/*Dropdown Styling*/
#menu li span,#menu dt a,#menu dt a:visited{padding: 5px 10px;}
#menu dd a,#menu dd a:visited{padding: 0px 10px;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0;}
#menu dt {margin:0; float:left;}
#menu dd {display:none; clear:left; margin:0; padding:0;}

#menu dt a, #menu dt a:visited,#menu dd a,#menu dd a:visited {text-decoration:none; display:block;}

#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}

.clearBoth
{
	clear:both;
}
div#contactInfo
{
	text-align:center;
	background-color:#66050a;
	color:#fff;
	margin:0px 0px 0px 10px;
	width:740px;
	padding:5px;
	font-weight:bold;
}
div#contactInfo a
{
	color:#fff;
	text-decoration:none;
}
div#contactInfoFooter
{
	text-align:center;
	background-color:#000;
	color:#fff;
	width:760px;
	padding:5px;
	font-weight:bold;
}
div#contactInfoFooter a
{
	color:#fff;
	text-decoration:none;
}
div#contentContainer
{
	margin:0px 0px 10px 10px;
	width:738px;
	padding:5px;
	border: 1px solid #66050A;
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
	color:#000;
}
div#contentContainer legend
{
	font-weight:bold;
	font-size:18px;
	color:#66060a;
}
div#contentContainer fieldset
{
	border: 1px solid #66060a;
	padding:10px;
	font-size:12px;
}
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
.floatImage
{
	margin:5px; 
}
.justify
{
	text-align:justify;
}
.centerText
{
	text-align:center;
}
.dottedBottom
{
	border-bottom: 1px #b4402f dotted;
}

.leftHalfDiv
{
	float:left;
	width:360px;
}
.leftHalfDiv ul
{
	margin-left:30px;
}
.ulContentDiv
{
	float:left;
	width:600px;
}
.ulContentDiv ul
{
	margin-left:30px;
}
.indentUL ul
{
	margin-left:30px;
}
.rightHalfDiv
{
	float:right;
	width:360px;
}
.rightHalfDiv ul
{
	margin-left:30px;
}
.boldText
{
	font-weight:bold;
}
#infoPopup {
	position: absolute;
	display: none;
	z-index: 10;
	width: 200px;
	font-size:12px;
	background-color: #050964;
	border: 1px dotted #ece;
	color:#fff;
	/*opacity: .85;*/
	filter: alpha(opacity=85);
	padding:2px;
}
.pictureRow
{
	text-align:center;
	width:716px;
}
.pictureRow img
{
	padding:10px;
}

.pullquote {
	width: 32%;
	float:right;
	font-weight:bold;
	margin:10px;
	background: url(../images/quotes/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(../images/quotes/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.redBorder
{
	border: 1px solid #66050a;
}


.form_field label
{
	display:block;
	float:left;
	text-align:left;
	width:100px;
}
.form_field select
{
	width:120px;
}
.form_field .value
{
	margin-left:30px;
}
.form_field
{
	margin-bottom:10px;
}

.form_field_large label
{
	display:block;
	float:left;
	text-align:left;
	width:150px;
}
.form_field_large  select
{
	width:180px;
}
.form_field_large  .value
{
	margin-left:30px;
}
.form_field_large
{
	margin-bottom:10px;
}

div#myForm
{
	margin:30px 0px 30px 20px;
}
.error
{
	color:#FF0000;
	font-weight:bold;
}

.hiddenText
{
	display:none;
}
.hiddenUl
{
	list-style:none;
	color:#FF0000;
}
div#errorDiv
{
	font-size:16px;
	font-weight:bold;
}
.tableDisplay
{
	text-align:left;
	border-collapse: collapse;
	font-size: 11pt;
}
.tableDisplay td
{
	border:1px black solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px
}
.tableHeader
{
	background-color:#000099;
	color:white;
	font-weight:bold;
}
.tableCells
{
	background-color:#AFD1E8;
}
.tableCells td, .tableDisplay a:visited, .tableDisplay a:active, .tableDisplay a:link
{
	background-color:#AFD1E8;
	text-decoration:none;
	color:black
}
.textCenter
{
	text-align:center;
}