/*	Normalize Elements	*/
body, div, ul, ol, span, p, table, tr, td
{
	margin: 0;
	padding: 0;
}
 
body
{
	font-family: Helvetica, Arial, 'MS Sans Serif', sans-serif !important;
	
	font-size: 0.8em !important; 
	
	line-height: 1.8em !important;
	font-weight: normal !important;
	background-color: #668675 !important;
}

p
{
	margin: 0 0 1.8em 0;

}

ul, ol
{
	margin: 1.0em 0 1.0em 1.8em;
}

h1
{
	font-family: Helvetica, Arial, 'MS Sans Serif', sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 0;
	color: #111;
}

h2
{
	font-family: Helvetica, Arial, 'MS Sans Serif', sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0;
	color: #111;
}

h3
{
	font-family: Helvetica, Arial, 'MS Sans Serif', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0;
	color: #111;
}

/*	Begin Hyperlink Styles	*/
a:link, a:active
{
	color: #0b894c;
	text-decoration: none;
}
a:visited
{
	color: #408966;
}
a:hover
{
	color: #0b894c;
	text-decoration: underline;
}

/*	End Hyperlink Styles	*/

/*	Begin Page Layout Styles	*/


#page_bg
{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url('./Images/bg_tile.jpg') top left repeat-x;
}

#page
{
	display: block;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	background: #fff url('./Images/bg_full.jpg') top left no-repeat;
}

#page_structure
{
	margin: 0 24px;
	width: 1024px;
}

#header
{
	width: 1024px;
	height: 140px;
	background: transparent url('./Images/banner.jpg' ) top left no-repeat;
}

#logo
{
	position: absolute;
	display: block;
	margin-top: 10px;
	width: 240px;
	height: 124px;
}

/*	Search Box	*/

.searchpane
{
	position: absolute;
	margin-top: 32px;
	margin-left: 805px;
	width: 222px;
    
	height: 23px;
	z-index: 4000;
}

.topLinkPane
{
position: absolute;
	margin-top: 32px;
	/* margin-left: 600px; */
	margin-left: 555px;
	/* width: 222px; */
	width: 250px;
    
	height: 23px;
	z-index: 4000;

}

.searchpane span input
{
	position: absolute;
	top: 0;
	left: 0;
	width: 148px;
	height: 16px;
}

.searchpane a.searchbutton
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin-left: 162px;
	width: 61px;
	height: 23px;
	border: none;
	background: transparent url('./Images/search.png') top left no-repeat;
	color: #777;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

.searchpane a.searchbutton:hover
{
	background: transparent url('./Images/search_push.png') top left no-repeat;
	color: #444;
	text-decoration: none;
}

#body
{
	position: relative;
	margin-bottom: 48px;
	width: 1024px;
}

.breadcrumbspane
{
	position: absolute;
	display: block;
	margin-top: 118px;
	margin-left: 248px;
	font-size: 0.8em;
	float: left;
	clear: both;
	z-index: 2;
}

.accountpane
{
	position: relative;
	margin-top: 116px;
	font-size: 1.0em;
	float: right;
	clear: both;
	z-index: 2;
}

/*	Static Navigation */

#static_navigation
{
	position: absolute;
	display: block;
	left: 0;
	padding: 32px 30px;
	margin-top: 46px;
	margin-left: 239px;
	width: 820px;
	height: 32px;
	background: transparent url('./Images/nav_buffer.png') top left no-repeat;
	_background-image: url('./Images/nav_buffer_ie6.png');
	overflow: hidden;
	z-index: 1;
}

#static_navigation ul
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 32px;
	list-style-type: none;
}

#static_navigation ul li
{
	padding: 0;
	margin: 0;
	display: block;
	height: 32px;
	float: left;
}

#static_navigation ul li.left
{
	background: transparent url('./Images/nav_left.png') top left no-repeat;
}

#static_navigation ul li.left_active
{
	background: transparent url('./Images/nav_left_active.png') top left no-repeat;
}



#static_navigation ul li.left a:hover
{
	background: transparent url('./Images/nav_left_hov.png') top left no-repeat;
}


#static_navigation ul li.center
{
	background: transparent url('./Images/nav_center.png') top left repeat-x;
}

#static_navigation ul li.center_active
{
	background: transparent url('./Images/nav_center_active.png') top left repeat-x;
}

#static_navigation ul li.center a:hover 
{
	background: transparent url('./Images/nav_center_hov.png') top left repeat-x;
}

#static_navigation ul li.right
{
	background: transparent url('./Images/nav_right.png') top right no-repeat;
}

#static_navigation ul li.right_active
{
	background: transparent url('./Images/nav_right_active.png') top right no-repeat;
}

#static_navigation ul li.right a:hover
{
	background: transparent url('./Images/nav_right_hov.png') top right no-repeat;
}


#static_navigation ul li.break
{
	width: 1px;
	background: transparent url('./Images/nav_break.png') top left no-repeat;
} 

#static_navigation ul li a
{
	display: block;
	padding: 12px 0;
	margin: 0;
	/*width: 194px; */
	width : 261px;
	height: 10px;
	font-family: font-family: Helvetica, Arial, 'MS Sans Serif', sans-serif;
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
	color: #888;
	text-align: center;
	vertical-align: middle;
	/* Only IE 6 requires this */
	float: left; 
}

#static_navigation a
{
	!padding-top: 8px !important;
	!padding-bottom: 14px !important;
}



#static_navigation ul li a:hover
{
	color: #333;
	text-decoration: none;
}
/* #static_navigation ul li a:span {display:none;}
#static_navigation ul li a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;} */

/*	DNN Content Region	*/

.footer_bg
{
	height: 124px;
	text-align: center;
	background: #fff url('./Images/footer_bg.jpg') top left repeat-x;
}

.footerpane
{
	margin: 0 24px;
	width: 1024px;
	height: 100%;
	text-align: center;
	background: #fff url('./Images/footer_bg_full.jpg') top left no-repeat;
}

/*	End Page Layout Styles	*/
/*	Begin Text Styles	*/

.Normal, .NormalDisabled
{
	font-family: Helvetica, Arial, 'MS Sans Serif', sans-serif;
}

.copyright
{
	margin-top: 10px;
	padding: 20px 0 10px 0;
	color: #ececec;
}


/*	Begin Link Menu Classes	*/

.linkscontainer
{
	padding-top: 20px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.8em;
}

.header_linkscontainer
{
	padding-right: 16px;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.8em;
}

a.links, a.links:link, a.links:active, a.links:visited
{
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
}

a.links:hover
{
	color: #222;
}

.breadcrumbspane a.links, .breadcrumbspane a.links:link, .breadcrumbspane a.links:active, .breadcrumbspane a.links:visited
{
	font-weight: bold;
	color: #bbb;
}

.footerpane .links, .footerpane a.links:link, .footerpane a.links:active, .footerpane a.links:visited
{
	color: #eee;
}

#menu a, #menu a:link, #menu a:active, #menu a:visited
{
	color: #888;
}

#menu a:hover
{
	color: #222;
}

/*	End Link Menu Classes	*/

/*	End Text Styles	*/
/*	Generic Styles	*/

.centerAligned
{
	margin-left: auto;
	margin-right: auto;
}

.rightAligned
{
	margin-left: auto;
}

.leftAligned
{
	margin-right: auto;
}

/*  Fix styling issues with Dynamic Forms */
div.float-clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*	Hide empty DNN panes completely	*/
.DNNEmptyPane 
{
	display: none;
}

/*	Start Default eHealthConnecticut Module Container */



/*	End Default eHealthConnecticut Module Container */
