/* Global Defaults
=====================================================================*/
ul,ol,li,hr,h1,h2,h3,h4,form,fieldset,input,p,blockquote,table,tr,th,td {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

body {
	background-image:url(images/bg_pattern.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#0F0742;
	margin:0px;
	padding:0px;
}
	

/* Content Styles
=====================================================================*/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding:0px;
	border:0;
	background:#FFF;
}
/* box model hack for wrapper width in IE6*/
#wrapper {
	voice-family: "\"}\"";
	voice-family:inherit;
	width:960px;
}

html > body #wrapper {
	width:960px;
}
 
#header {
	/*background:url(images/bg_header.gif) no-repeat;*/
	width: 960px;
	/* because there is a bg graphic stretching vertically that lines up to the edges of this div
	we need to hack for IE's 1 pixel offset bug by shaving two pixels off this div*/
	/**width: 880px;*/
	height:114px;
	margin:0px;
	padding:0px;
}

#no_border {
	border:none;
}

#navcontainer {
	clear: left;
	width:862px;
	margin:0px 30px 20px 30px;	
	text-align:left;
	float:left;
}

#content_left {
	width:670px;
	float:left;
	margin:0 20px 0 30px;
}

#content_right {
	width:210px;
	float:right;
	margin-right:30px;
}

#slideshow{
	width:670px;
	height:235px;
	margin-bottom:20px;
}

#left_column_one {
	width:325px;
	padding:0 20px 0 0;
	float:left;
}

#left_column_two {
	width:325px;
	float:right;
}

#four_column_left{
	width:152px;
	float:left;
}

#four_column_right{
	width:152px;
	float:right;
}

.sidebar {
	width:198px;
	border:1px solid #CCC;
	padding:5px 5px 2px 5px;
	margin-bottom:20px;
}

#noborder {
	border:none;
	margin:0px;
}

#sidebar_head_one {
	background:url(images/bg_sidebarhead1.gif) repeat-x;
	height:34px;
	padding:0 12px 0 12px;
}

.sidebar h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:34px;
	margin:0px;
	color:#FFFFFF;
}

.sidebar p{
	font-size:11px;
	line-height:1.5;
	margin:6px 0 2px 0;
}


/* Location Styles
=====================================================================*/

#content_location_left {
	width:440px;
	float:left;
	margin:0 20px 0 30px;
}

#content_location_right {
	width:440px;
	float:right;
	margin-top:78px;
	margin-right:30px;
}

#location_column_one {
	width:210px;
	padding:0 20px 0 0;
	float:left;
}

#location_column_two {
	width:210px;
	float:right;
}

#content_centered {
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}


/* Footer Styles
=====================================================================*/
#footer {
	padding-top:20px;
	margin: 20px 0px 0px 0px;
	clear: both;
	height:50px;
	background:url(images/bg_footer.jpg) no-repeat bottom;
}

#footer p {
	text-align:center;
	font-size:10px;
	line-height:14px;
	margin: 0px;
	padding:12px 0px 2px 0px;
	*padding:10px 0px 2px 0px;
	color:#666666;
}

#footer a, #footer a:visited {
	color:#666666;
	text-decoration:none;
}

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

/* Text Styles
=====================================================================*/
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:-2px;
	*margin-bottom:-8px;
	color:#000099;
	line-height:1;
}

h2 {
	font-weight:normal;
	font-size:16px;
	color:#999;
	margin-bottom:4px;
	*margin-bottom:12px;
	line-height:1.5;
}

h3 {
	letter-spacing:1px;
	color:#FF0000;
	margin-bottom:-6px;
	*margin-bottom:-12px;
}

h3.spaceAfter {
	margin-bottom:0;
}
	

p {
	color:#333;
	line-height:1.75;
}

p.noSpaceAfter {
	margin-bottom:0px;
}

p.location {
	line-height:1.5;
}

p.rightAlign {
	text-align:right
}

p.dek {
	font-size:14px;
	font-style:italic;
}

p.credit {
	font-size:10px;
	text-align:right;
	padding-bottom:14px;
}

p.whiteText {
	color:#FFFFFF;
}

.boldRed {
	font-weight:bold;
	color:#CC0000;
}

a:link {
	color: #333; text-decoration: underline
}

a:visited {
	color: #666; text-decoration: underline
}

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

hr {
	border: none;
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	width: 100%;
	margin:2px 0 2px 0;
	clear:both;
}

.learnMoreLink {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	text-align:right;
	display:block;
	line-height:1.0;
	margin-top:-6px;
	}
	
.learnMoreLink a:link, .learnMoreLink a:visited {
    color:#CC0000;
	text-decoration:none;
}

.learnMoreLink a:hover {
	color:#000;
	text-decoration:none;
}

ul {
	list-style-image: url(images/bullet.gif);
	padding:0 0 0 24px;
	margin: 5px 0 10px 0;
	line-height:1.5;
	color:#333;
}

.caption {
	font-size:9px;
}

/* Form CSS
=====================================================================*/

input.txt {
  font-size: 11px;
  color: #666;
  background-color: #E3E3E3;
  border: 1px solid #CCC;
  width: 200px;
  _width: 180px;
}

input.btn {
  margin:0;
  padding:3px 4px 3px 4px;
  font-size: 10px;
  font-weight:bold;
  text-transform:uppercase;
  color: #FFF;
  background-color: #ABABAB;
  border: 1px solid #999;
}

textarea {
  font-size: 11px;
  color: #666;
  background-color: #E3E3E3;
  border: 1px solid #CCC;
  width: 200px;
  _width: 180px;
  height: 70px;
}

form div {
  clear: left;
  margin: 0px 0 6px 0;
  padding: 0;
  padding-top: 0px;
}

form div label {
  float: top;
  width: 40%;
  font-size: 11px;
  line-height:1.0;
}

/* Table Styles
=====================================================================*/
.datatable {
	border:1px solid #D6DDE6;
	border-collapse:collapse;
	width:100%;
	color:#333;
}

.datatable td {
	border:1px solid #D6DDE6;
	padding:0.3em;
}

.datatable th {
	border: 1px solid #828282;
	background-color:#BCBCBC;
	font-weight:bold;
	text-align:left;
	padding-left:0.3em;
}

.datatable caption {
	font:bold Arial, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	padding:2px 0 4px 0;
}

.datatable tr.altrow {
	background-color:#CCC;
	color:#333;
}

