/* BASE */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #828282;
}

a:link {
	color: #4f92bc;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #4f92bc;
}

a:hover {
	text-decoration: none;
	color: #c96323;
}

a:active {
	text-decoration: none;
	color: #c96323;
}

body {
	background-color: #e6e6e6;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
}

.sidebarCalloutHead {
	color:#5a5a5a;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:15px;
	margin-bottom:2px;
}

p.sidebarCalloutHead {
	margin-bottom:0;
}

.sidebarCalloutHeadNoIndent {
	color:#5a5a5a;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:0px;
	margin-bottom:2px;
}

p.sidebarCalloutHeadNoIndent {
	margin-bottom:0;
}

.newsDate {
	color: #5a5a5a;
	font-size: 10px;
	font-weight: bold;
}

/* HOT */

.textSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #c96323;
}

.textSelected a:link {
	color: #c96323;
	text-decoration: none;
}

.textSelected a:visited {
	text-decoration: none;
	color: #c96323;
}

.textSelected a:hover {
	text-decoration: none;
	color: #c96323;
}

.textSelected a:active {
	text-decoration: none;
	color: #c96323;
}

/* HEADER */

#headerwrapper {
	height:106px;
	/*position:absolute;
	z-index:1000;*/
	background-color:transparent;
}

#logo {
	height:106px;
	width:166px;
	float:left;
	position:relative;
}

#search {
	height:56px;
	width:792px;
	float:left;
	position:relative;
	text-align:right;
}

#nav {
	height:50px;
	width:792px;
	float:left;
	position:relative;
	text-align:right;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif; /* PSDs show Gotham */
	color: #5a5a5a;
	font-weight: 500;
	text-transform: lowercase;
	font-size:14px;
}

.navigation a:link {
	font-family: Arial, Helvetica, sans-serif; /* PSDs show Gotham */
	color: #5a5a5a;
	padding: 6px 6px;
	font-size:14px;
}

.navigation a:hover {
	color: #fff;
	background-color: #4f92bc;
}

.navigation a:active {
	color: #fff;
	background-color: #4f92bc;
}

.navigation a:visited {
	color: #5a5a5a;
}

.navigation a:visited:hover {
	color: #fff;
	background-color: #4f92bc;
}

/*NEWS*/

.newsSubhead {
	color:#333; 
	font-weight:bold;
}

.newsDate {
	color:#333; 
	font-weight:bold; 
	text-transform:uppercase;
}



/*CONTENT*/
#pagewrapper {
	width: 100%;
	background-color: #fff; /*e6e6e6*/
	
}

#contentwrapper {
	margin: 0px auto;
	width: 960px;
	/*min-height:500px;*/
	margin-bottom:60px;
	background-color:#fff;
}

#contentbox {
	padding:29px 0;
	background-color:#fff;
}

#grayrule {
	margin:0 0 16px 0;
}

#joinconversation {
	margin:0px 0 40px; 
	width:130px; 
	float:left; 
	position:relative;
}

.superText {
	font-size:15px; /*used after H1 in most places */
	line-height: 20px;
	margin:0 0 18px 0;
}


/* 2-column set */

#2col {
	background-image:url(../images/bkg_2col.gif);
	background-repeat:repeat-y;
	position:relative; 
}

#leftcol2 {
	 width:687px; 
	 float:left; 
	 position:relative; 
	 margin-right:31px;
	 /*min-height:600px;*/
}

#rightcol2 {
	 width:240px; 
	 float:left;
	 position:relative;
}

#3col {
	background-image:url(../images/bkg_3col.gif);
	background-repeat:repeat-y;
	position:relative; 
}

#leftcol3 {
	width:216px;
	float:left;
	position:relative;
	margin-right:48px;
}

#centercol3 {
	 width:433px; 
	 float:left; 
	 position:relative; 
	 margin-right:48px;
	 /*min-height:600px;*/
}

#rightcol3 {
	 width:216px; 
	 float:left;
	 position:relative;
}

/* for that subnav that falls below the main nav that is clugy */
#subnavblock {
	width: 100%;
	height: 38px;
	background-color: #ebebeb;
	text-align: center;
	}


/*IMAGES */

.peopleImage {
/* set transparency */
}

.peopleImage a {
/* set transparency */

}

.peopleImage a:hover {
/* set transparency */
 display:block; 
 width: 79px;
 height: 94px;
	filter: alpha(opacity=55);
	opacity: 0.55;
	-moz-opacity:0.55;
	background-color: #990000
}

.peopleImage a:visited:hover {
/* set transparency */
 display:block; 
 width: 79px;
 height: 94px;
	filter: alpha(opacity=55);
	opacity: 0.55;
	-moz-opacity:0.55;
	background-color: #990000
}


/*FOOTER*/

#footerwrapper {
	padding:20px 0;
	background-color:#e6e6e6;
	width:100%;
	
}
#footercontent {
	margin:0 auto;
	width: 960px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/*BASICS*/

h1 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 6px;
	color:#5a5a5a;
	font-weight: normal !important;
}

h1.news {
	font-size: 25px;
	line-height: 25px;
	color: #4f92bc;
	font-weight: normal !important;
}

h2 {
	font-size: 15px;
	color: #5a5a5a;
	font-weight: normal !important;
}

h3 {
	font-size: 12px;
}

h3.grayBox2left {
	color: #5a5a5a;
	background-color: #e6e6e6;
	padding: 6px 12px;
	width:663px;
	text-transform: uppercase;
	font-size:10px;
}

h3.grayBox2right {
	color: #5a5a5a;
	background-color: #e6e6e6;
	padding: 6px 12px;
	width:216px;
	text-transform: uppercase;
	font-size:10px;
}

h3.blueBox2right {
	color: #fff;
	background-color: #4f92bc;
	padding: 8px 12px;
	width:216px;
	text-transform: uppercase;
	font-size:10px;
	text-align:center;
}

h3.grayBox3center {
	color: #5a5a5a;
	background-color: #e6e6e6;
	padding: 6px 12px;
	width:409px;
	text-transform: uppercase;
	font-size:10px;
}


h3.grayBoxHome {
	color: #5a5a5a;
	background-color: #e6e6e6;
	font-size:14px;
	background-image: url(../images/bkg_homeGrayBar.gif);
	background-repeat:repeat-x;
	padding: 6px 12px;
	width:932px;
	text-transform: uppercase;
}

h3.blueBoxHome {
	color: #fff;
	background-color: #4f92bc;
	padding: 0px 8px 4px 8px;
	/*width:216px;*/
	text-transform: uppercase;
	font-size:10px;
	
}


h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

p {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #828282;*/
	margin: 0 0 10px 0;
}

dl,
hr,
2,
h3,
h4,
h5,
h6,
ol,
pre,
address,
fieldset {
	margin-bottom: 10px;
}

/* TILES */

.tiles 
{
	width: 962px;
	padding: 0;
	margin: 0;
}

.tile
{
    border: 0 none;
    width: 158px;
    height: 163px;
    margin: 1px;
    padding: 0;
    float: left;
	outline: #fff none 0;
	background-color: #fff;
}

.tile img, .tile a
{
    border: 0 none;
	outline: #fff none 0;
}

/* INPUT */

select {
   background: #FFFFFF;
   color: #ccc;
   border: 1px solid #ccc;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   margin-left: 4px;
   width: 45%;
   min-width: 45%;
   padding:3px;
} 

input, textarea {
   background: #FFFFFF;
   color: #828282;
   border: 1px solid #ccc;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   margin-left: 4px;
   padding:3px;
}

textarea {
   width: 320px;
}

/* ROLLOVERS */

#rolloverindent {
	margin-left: 15px;
}

#rollover {

}

#rollover a {
	background-image: url(../images/gr_whiteArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#rollover a:hover {
	background-image: url(../images/gr_orangeArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}


/* */

#rolloverindent {
	margin-left: 15px;
}

.rolloverIndent { /* should be a class when an id is set */
	margin-left: 15px;
}

#rollover ul {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 16px 15px;
}

#rollover li a {
	background-image: url(../images/gr_whiteArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#rollover li a:hover {
	background-image: url(../images/gr_orangeArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* ok, this is mis-named, but... this is the non-arrow version*/
#rollover2 ul {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 16px 0px;
}

#rollover2 li a {

	padding-left: 0px;
}

#rollover2 li a:hover {

	padding-left: 0px;
}
