/*body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}

div {
	margin:10px;
	padding:10px;
	
}
*/


img {
	border:0px;
}

.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}


#header_border_left {
	position: relative;
	left:0px;
	top:34px;
	width:11px;
	height:108px;
	margin-bottom:0px;

}
#header_top {
	margin-left:0px;
	margin-top:20px;
	width:953px;
	height:108px;
	margin-bottom:0px;
	float:left;
	display:inline;

}



#banner {
	/*position: relative;
	left:0px;
	width:707px;
	height:237px;
	margin-bottom:0px;
	*/
	margin-left:1px;
	margin-top:2px;
	width:948px;
	height:231px;
	margin-bottom:2px;
	float:left;
	display:inline;
	/*background-color:#0CF;*/
	

}

#banner_top{
	height:211px;
	/*background-color:#900;*/
	
}

#banner_bottom{
	
	height: 26px;
	background-image: url(../images/banner_bottom.png);
	text-align:right;
	padding-right: 10px;
}

#body_right_column {
	position: relative;
	left:713px;
	width:240px;
	height:236px;
	margin-bottom:0px;
	background-image: url(../images/body_right_column.png);
	overflow:hidden;

}

#shift_center{
	
	margin-left:0px;
	background-color:#39F;
	height: 600px;
	width: auto;
	
	
	
}
#banner_bottom{
	
	color:#FFF;
}

#column_header{
	color: #006997;
	font-weight:bold;
	font-size:18px;
	margin-top: 5px;
	margin-left: 10px;
	
}

#news_ticker_body{
	
	font-size: 11px;
	padding: 10px;
	
	
	
	
}

#subscription{
	float: left;
	width: 198px;
	/*background-color:#9CC;*/
	
}

.subscription_txt{
	background-image: url(../images/subscription_bg.png);
	border:0;
	height: 19px;
	width: 146px;
	text-indent:5px;
	font-size:11px;
	background-color:#FFF;
	
	
	
}
.subscription_go{
	
	background-image: url(../images/go.png);
	border:0;
	height: 21px;
	width: 38px;
	cursor:pointer;
	margin-left: -4px;
	position: relative;
	background-color:#FFF;
	
	
}

#response_form1{
	
	/*font-size: 10px;
	color:#F00;
    height: 30px;
	float: left;
	margin-left: 2px;
	x-index: 5000;
	position: fixed;
	left: 743px;
	top:345px;
	width: 225px;*/
	
	font-size: 10px;
	color:#F00;
    height: 10px;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	
	
	}
	
	
#pointer{
	background-image: url(../images/tack.png);
	background-repeat: no-repeat;
	/*background-position: 0px 0px;*/
	width: 12px;
	height: 14px; 
	
			
}
#pointer_1{
	
	color:#F00;
}


#menu_bg {
	margin-left:0px;
	margin-top:3px;
	width:953px;
	height:34px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/menu_bg.png);
}


/*///////////////////////////////////////*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* set up the overall width of the menu div, the font and the margins with a relative position*/

.menu2 {
font-family: verdana, arial, sans-serif; 
position:relative;
z-index:10;
height: 30px;
float: right;
width: 940px;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
.menu2 ul table {
	border-collapse:collapse; 
	margin:-1px -10px; 
	font-size:1em;
	}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	height:30px;
	color:#666;
	border:0;
	/*background:#7ED3F8;*/
    line-height:20px;
	font-size:13px;
	padding: .3em .8em;
	margin:0 1px 0 1px;
	letter-spacing: -1px;
	word-spacing: 1px;
	font-weight: bold;
}
/* make the dropdown ul invisible */
.menu2 ul li ul {
        position:absolute;
		left:-9999px; 
		height:0;
        zoom: 1;
        /*filter: alpha(opacity=90);
        opacity: 0.90;*/
 
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li a:hover,
.menu2 ul li:hover a {
color:#00F;
padding: .3em .8em;
font-weight: bold;

}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul :hover ul {
top:37px; 
left:auto;
height:auto;
text-align:left;

}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu2 ul :hover ul li {
	
background:#FFF; 
color:#000;
padding:10px 10px 10px 6px;
width: auto;
float: left;

border-radius: 0px 0px 6px 6px;
-webkit-border-radius:  0px 0px 6px 6px;
-moz-border-radius:  0px 0px 6px 6px;


margin: -9px 0 0 1px;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;

 

}
/*float the image left with padding and no border */

.menu2 ul :hover ul li img {
float:left; 
padding:10px 10px 10px 0; 
border:0;

}

/*handle divs*/
.menu2 ul :hover ul li div {
min-width: 130px;
height: auto;
float: left;
/*background-color: #966;*/
margin: 0px 10px 10px 10px;
font-size:11px;
line-height:3em;

}
/* style the paragraph font height */
.menu2 ul :hover ul li p {
font-size:12px;
line-height:1.8em;
}
/* style the background and foreground color of the submenu links */
.menu2 ul :hover ul li div a {
display:inline;
/*background:#d7eefc;*/
color:#666;
text-decoration:none;
border:0;
padding:0;
font-size: 11px;
float: left;
margin: 1px;
width: 100%;
text-align: left;
}
/* style the background and forground colors of the links on hover */
.menu2 ul :hover ul li div a:hover {
text-decoration:none; 
color:#900;
/*background-color:#000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
}


