/* css Doocument */
/* ICSC Mini Site Styles */
/* copyright (c) 2009 ICSC */

body { 
	font-family: verdana;
	margin: 0px; 
	padding: 0px;
	background-image: url('images/bk_grad12.gif');
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-height: 0px; 
	}
	
A:link {
	color:#ff9800;
	font-size:12px;
	font-weight: bold;
	font-family: verdana
	}
	
A:visited {
	font-size:12px;
	color:#ff9800;
	font-weight: bold;
	}
	
A:hover {
	font-size:12px;
	color:#feb900;
	font-weight: bold;
	}
	
A:active {
	font-size:12px;
	color:#989898;
	font-weight: bold;
	}

	
div.big_container {
	position:absolute;
	left: 50%;
	width:72em;
	height:32em;
	margin-top: -16; /*set to a negative number 1/2 of your height*/
	margin-left: -36em; /*set to a negative number 1/2 of your width*/
	background-repeat: no-repeat;
	}
	
#middlecontainer {
	width: 942px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 0px;
	position: relative;
	top: 10px;
	
	}
	
#inner_container{
	float: left;
	background-color: #fff;
}
	
#headercontainer
{
	width: 940px;
	height: 76px;
	margin: auto;
	background-image: url('images/top_banner.gif');
	border: 1px solid #fff;
	padding: 0px;
	position: relative;
	top: 13px;
	z-index: 1;
}



p.horizontal_greyline {
	background-image: url('images/grey_dot.jpg');
	background-repeat: repeat-x;
	margin: 5px 7px -5px 0;
}

p.vertical_greyline {
	background-image: url('images/grey_dot.jpg');
	background-repeat: repeat-y;
	height: 475px;
	margin: 10px 0px 0px 5px
}

p.vertical_greyline2 {
	background-image: url('images/grey_dot.jpg');
	background-repeat: repeat-y;
	height: 800px;
	margin: 10px 0px 0px 5px
}

p.vertical_greyline3 {
	background-image: url('images/grey_dot.jpg');
	background-repeat: repeat-y;
	height: 600px;
	margin: 10px 0px 0px 5px
}

p.horizontal_whiteline {
	background-image: url('images/white_dot.jpg');
	background-repeat: repeat-x;
	margin: 5px 7px -5px 0;
}

p.horizontal_whiteline_ad {
	background-image: url('images/white_dot.jpg');
	background-repeat: repeat-x;
	margin: 5px 7px -15px 0;
}

p.footer_line {
	background-image: url('images/grey_dot.jpg');
	background-repeat: repeat-x;
	margin: 5px 7px 0px 0px;
	padding: 3px;
}

ul 
{
list-style-image: url('images/triangle.png')
}

li.space
{
	padding: 0px 0px 10px 0px;
}



/* ***************  CSS for Top Nav	*************** */

#navcontainer
{
	width: 940px;
	margin: auto;
	background-color: #989898;
	padding: 0px;
	position: relative;
	top: 12px;
	z-index: 1;
}

#navcontainer UL
{
	background-color: #989898;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI
{
	background-color: #989898;
	display: block;
	padding: 0;
	float: left;
	width: auto;
	margin: 0 0 0 0;
}

#navcontainer A
{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 4px 9px 4px 10px;
	border-left: 1px solid #fff;
	font-size:10px;
	font-weight: bold;
	background-color: #989898;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}


#navcontainer LI.select {
    font-family: verdana;
	font-size:10px;
	font-weight: bold;
 	color: #fff;
	background-color: #bbbbbb;
	padding: 4px 12px;
	}

.contact
{
	color: #000;
	width: 500px;
	margin: 0;
	padding: 0px;
	border: 1px solid #eee;
	background-color: #fff;
}

.contact_header
{
	background-color: #fffac6;
	height: 20px;
}

.subscribe
{
	color: #000;
	width: 550px;
	margin: 0;
	padding: 5px;
	background-color: #fff;
}

.gray
{
	background-color: #eee;
}

.subscribe_01
{
	color: #000;
	width: 550px;
	margin: 0;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
}




/* ***************  CSS for Table Columns	*************** */


.columns_hp
{
	font-size:12px;
	border:none;
}


.columns_grey
{
	background-color: #efefef;
}

IMG.centered {
    display: block;
	margin-top: 30px;
    margin-left: auto;
    margin-right: auto 
	}
	
div.hp_story { 
	margin: 0px 5px 0px 10px;
}

div.rightcolumn { 
	margin: 0px 0px 0px 12px;
	color:#989898;
}




/* ***************  Font Styles	 *************** */


h3 {
	font-size:18px;
	color:#000000;
	font-family: verdana;
	margin: 0 0 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-size:14px;
	font-family: verdana;
	margin: 0;
	font-weight: bold;
}

h5 {
	font-size:14px;
	color:#184b78;
	font-family: verdana;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {
	font-size:10px;
	color:#989898;
	font-family: verdana;
	margin: 0;
}


.lgblacktext {
	font-size:18px;
	color:#000000;
	font-family: verdana;
	margin: 0 0 0px px;
	font-weight: bold;
	text-transform: uppercase;
}

.yellowtext {
	font-size:13px;
	color:#ff9800;
	font-family: verdana;
	margin: 0;
	font-weight: bold;
}

.greytext {
	font-size:12px;
	color:#989898;
	font-family: verdana;
	margin: 0;
	font-weight: bold;
}

.greytext_backissues {
	font-size:11px;
	color:#989898;
	font-family: verdana;
	margin: 0;
	font-weight: bold;
}

.footertext {
	font-size:10px;
	color:#989898;
	font-family: verdana;
	margin: 0;Thank
	font-weight: bold;
}

#GOB
{
list-style-image: url('images/triangle_blue.png');
}