/* BODY */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#999;
}

a{
	color:#0000ff;
	text-decoration:none;
}

a:hover{
	color:#0000ff;
	text-decoration:underline;
}

a:visited{
	color:#551a8b;
}

a:active{
	color:#cc0000;
}

div#content{
	padding:0px 45px;
}

p{
	margin-top:10px;
	margin-bottom:15px;
}

h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16pt;
	margin:0px 0px 25px 0px;
}

h2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	margin-top:35px;
	margin-bottom:20px;
}

.blue{
	color:#000066;
}

.grey{
	color:#666;
}

.red{
	color:#cc0000;
}

.green{
	color:#088800;
}

.bold{
	font-weight:bold;
}

.italics{
	font-style:italic;
}

.smallTxt{
	font-size:0.9em;
}

.smallerTxt{
	font-size:0.8em;
}

.bigTxt{
	font-size:1.1em;
}

.biggerTxt{
	font-size:1.2em;
}

h3{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11pt;
	margin-top:25px;
	margin-bottom:15px;
}

ul.stdList li{
	padding-bottom:10px;
}

div#bodyWrap{
	margin:0px auto;
	padding:0px;
	width:1000px;/* INCLUDING dropshadow */
	text-align:left;
	background:url('../image/common/pageBg.gif') #fff repeat-y;
}

img{
	border:0px;
}

/* lists */
ul.stdList li, ol.stdList li{
	margin-bottom:10px;
}

/* CONTENT */

/* columns */

div.seventyLeftCol{
	width:640px;
	float:left;
	margin-right:20px;
}

div.thirtyRightCol{
	width:250px;
	float:left;
}

div.sixtyLeftCol{
	width:540px;
	float:left;
	margin-right:20px;
}

div.fortyRightCol{
	width:350px;
	float:left;
}

div.fiftyLeftCol{
	width:445px;
	float:left;
	margin-right:20px;
}

div.fiftyRightCol{
	width:445px;
	float:left;
}

div.contentBox{
	padding:20px;
	border:1px solid #999;
}

div.contentBoxBlue{
	padding:20px;
	border:1px solid #000066;
}

div.contentBoxGrey{
	padding:20px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
}

/* button styles */

input.activeBtn, input.inactiveBtn{
	cursor:pointer;
	border:1px solid #999;
	font-weight:bold;
	height:26px;
}

input.activeBtn {
	background:url('../image/common/buttonBg.jpg') #fcfcfc repeat-x left top;
}

input.inactiveBtn{
	background-color:#f3f3f3; 
	color:#999;
}

/* table styles */
div.stdTable table{
	border:1px solid #ccc;
	border-collapse:collapse;
	max-width:910px;
	font-size:13px; /*fix for IE6*/
}

div.stdTable th {
	background-color:#e6e6e6;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	padding:4px;
	border-collapse:collapse;
}

div.stdTable td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:4px;
	border-collapse:collapse;
}

/* horizontal rules */
div.solidLine{
	clear:both;
	border-bottom:1px solid #999;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

div.solidLineBrown{
	clear:both;
	border-bottom:1px solid #e3cba6;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

div.dashedLine{
	clear:both;
	border-bottom:1px dashed #999; 
	border-collapse:collapse; 
	margin-top:5px;
	margin-bottom:5px;
}

div.dashedLineBlue{
	clear:both;
	border-bottom:1px dashed #000066;
	border-collapse:collapse; 
	margin-top:5px;
	margin-bottom:5px;
}

div.dashedLineGrey{
	clear:both;
	border-bottom:1px dashed #666;
	border-collapse:collapse;
	margin-top:5px;
	margin-bottom:5px;
}

/* feedback alerts */
div.feedbackPosWrap{
	padding:10px;
	border:1px solid #008800;
	margin-bottom:15px;
}

div.feedbackNegWrap{
	padding:10px;
	border:1px solid #cc0000;
	margin-bottom:15px;
}

p.feedbackPosTxt{
	font-size:1.1em;
	font-weight:bold;
	color:#008800;
}

p.feedbackNegTxt{
	font-size:1.1em;
	font-weight:bold;
	color:#cc0000;
}

/* HEADER */

div#header{
	margin:0px;
	width:1000px;
	height:105px;
	background-color:#fff;
}

div#headLogo{
	width:374px;
	height:105px;
	float:left;
}

div#headTile{
	width:626px;
	height:105px;
	float:left;
	background:url('../image/common/header.jpg');
}

/* MAIN NAV */

ul#nav{
	margin:0px 10px;
	width:980px;
	height:28px;
	background:url('../image/nav/tile.jpg') #3f3f8c repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:10pt;
	list-style-type:none;
	padding:0px;
	overflow:hidden; /* IE6 fix */
}

li#navLeftPad{
	float:left;
	width:22px;
	height:28px;
}

li.navBtn,li.navBtnSelected{
	float:left;
	width:110px;
	height:28px;
	text-align:center;
}

li.navBtn{
	background:#3f3f8c url('../image/nav/btnBg.jpg');
}

li.navBtn:hover{
	background:#b8b8da url('../image/nav/btnBgHover.jpg');
	color:#fff;
}

li.navBtnSelected{
	background:#fff url('../image/nav/btnBgSelected.jpg');
}

li.navBtnSelected:hover{
	text-decoration:none;
}

li.navBtn a, li.navBtnSelected a{
	vertical-align:middle;
	display:block;
	line-height:28px;
}

li.navBtn a, li.navBtn a:visited, li.navBtn a:active, li.navBtn a:hover, li.navBtn a:link{
	color:#fff;
}

li.navBtnSelected a, li.navBtnSelected a:visited, li.navBtnSelected a:active, li.navBtnSelected a:hover, li.navBtnSelected a:link{
	color:#333;
}

.navBtn a:link, .navBtnSelected a:link{
	width:110px;
	height:28px;
}

li.navBtn a:hover, li.navBtnSelected a:hover{
	text-decoration:none;
}

li.navBtn a:hover{
	color:#fff;
}

li.navBtnSelected a:hover{
	color:#333;
}

/* dropdown menu*/

ul.navDropMenu{
	list-style-type:none;
	text-indent:0px;
	font-size:0.8em;
	font-weight:normal;
	text-align:left;
	background:#3f3f8c;
	color:#fff;
	width:150px;
	margin:0px;
	padding:0px;
	display:none;
	position:relative;
}

ul.navDropMenu li{
	text-indent:0px;
	background:#3f3f8c url('../image/nav/dropBtnBg.jpg');
	border:solid #cecee5;
	height:28px;
	line-height:28px;
	border-width:0px 1px 1px 1px;
}

ul.navDropMenu li:hover{
	background:#b8b8da url('../image/nav/dropBtnBgHover.jpg');
}

ul.navDropMenu li a{
	padding-left:10px;
}

ul.navDropMenu li a:hover{
	color:#999;
}

ul.navDropMenu li.navDropSelected a:hover{
	color:#000066;
}

ul.navDropMenu li.navDropSelected, ul.navDropMenu li.navDropSelected:hover{
	background:#fcfcfc url('../image/nav/dropBtnBgSelected.jpg');
	font-weight:bold;
}

/* display Gallery dropdown menu when main nav 'Gallery' item is rolled over */

ul#nav li#navGallery:hover ul.navDropMenu{
	display:block;
}

/* breadcrumbs trail */

div#bcTrail{
	width:910px;
	height:20px;
	border-bottom:1px solid #4e4e95;
	margin:20px 45px 0px 45px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9em;
	color:#666;
}

div#bcLvl1,div#bcLvl2,div#bcLvl3,div.bcArrow{
	float:left;
	margin-right:10px;
	vertical-align:middle;
}

div.bcArrow img{
	vertical-align:middle;
}

/* FOOTER */

div#footer{
	float:none;
	width:1000px;
	background-color:#eee;
	font-family:Arial,Helvetica,sans-serif;
	height:82px;
}

div#footerMiddle{
	height:82px;
	width:867px;
	background:url('../image/common/footerMiddle.jpg');
	float:left;
}

div#footerLeft{
	width:67px;
	height:82px;
	background:url('../image/common/footerLeft.jpg');
	float:left;
}

div#footerRight{
	width:66px;
	height:82px;
	background:url('../image/common/footerRight.jpg');
	float:left;
}

div.footerLinks{
	padding-top:5px;
	padding-left:0px;
	margin-left:0px;
	float:left;
	height:28px;
}

.footerSpace{
	margin-left:10px;
	margin-right:10px;
	color:#ccc;
}

div.footerLinks a, div.footerLinks a:link, div.footerLinks a:visited{
	font-weight:normal;
	font-size:10pt;
	color:#666;
	vertical-align:middle;
	line-height:28px;
	text-align:center;
	text-decoration:none;
}

div.footerLinks a:hover{
	color:#999;
	text-decoration:underline;
}

div.footerBottomLeft, div.footerBottomRight{
	height:28px;
	font-size:8pt;
}

div.footerBottomLeft{
	float:left;
}

div.footerBottomRight{
	float:right;
	color:#666;
}
