/*Universal elements*/
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ADBDCC;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1{
	font-size:23px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #D75E14;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #D75E14;
	
}


#headings h5 {
	font-size:20px;
	color: #660000;
	line-height:120%;
	
}

#headings h6 {
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	color: #D75E14;
	padding-bottom:5px;
	
}
#headings img{
	float:right;
}
a {
	color: #CC6600;
	font-weight: normal;
	text-decoration: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 8px;
	padding: 3px;
	
	font-size: 14px;
}
#leftcolumn a {
	text-decoration: none;
}
input:focus {
	background-color: #99CCFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
small {
	font-size: 10px;
}

blockquote {
	padding: 5px;
	font-weight: bolder;
	background-color: #ADBDCC;
}
#headings ul{
	background-color:#EDF0F4;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;

}
#headings li{
	margin-bottom:10px;
	margin-left:10px;
	}

#intro h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #D75E14;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADBDCC;
		
}
#intro p{

	margin-top:0px;
		
}
/* end Universal elements*/

/*layout elements*/

#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/bg.gif);
}
#topmenu  {
	list-style:disc;
	display: inline-table;
	font-size: 11px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	height: 1200px;
}
#sidebarhome  {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	height: 800px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #ADBDCC;
	border-bottom-style: solid;
	width:410px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;	
}

#header {
	height: 70px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ADBDCC;
	margin-left: 20px;
	margin-right: 13px;
	margin-bottom: 7px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#SG-logo{
	position:relative;
	top:-48px;
	left:700px;
	width:200px;
	}
#leftcolumn img {
	padding: 6px;
}


#search {
	width: 350px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#leftcolumn {
	width: 220px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-left:0px;
	background-color: #EDF0F4;
}
#article {
	position: relative;
	width: 420px;
	margin-left: 240px;
	margin-top: 10px;
}

#fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#guidancecolumn {
	float: left;
	width: 200px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#divider {
	background-color: #ADBDCC;
	padding: 5px;
	margin-left: 150px;
	width: 10px;
	height: 100px;
	margin-right: auto;
}

/*end layout elements*/

/*navigation*/

/*begin internal page navigation */
#navigation {
       padding-right: 0px;
       padding-bottom: 0px;
       padding-left: 0px;
       margin-bottom:20px;
       margin-top: 20px;
       margin-left:0px;
       display:block;
       text-decoration:none;
       width: 220px;
       background-color:#6D8B9A;
       margin-left:10px;
       position:relative;
       left:-10px;
}

#navigation .active {
       color:#FFFFFF;
       margin-bottom:0px;
       background-color: #cc6600;
}

#navigation ol {
       list-style-type: none;
       padding: 0px;
       margin: 0px;
}

#navigation ol li ol {
	list-style-type: none;
}

#navigation ol.navlevel1 li  a {
   background-image: url(/images/bullet.gif);
   background-repeat: no-repeat;
   background-position: 10px 12px;
   padding: 10px;
   padding-left: 25px;  
   display: block;
   width: 190px; 
}

#navigation ol.navlevel2 li  {
	left: -10px;
}

#navigation ol.navlevel2 li  a {
	background: none;
	padding-left: 40px;
    padding-right: 10px;
    width: 170px;
}

#navigation ol.navlevel3 li  a {
	background: none;
	padding-left: 60px;
    padding-right: 10px;
    width: 150px;
}

#navigation ol li {
   font-size:14px;
   font-weight:900;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #FFFFFF;
}

#navigation ol li > ol {
   background-color:#6D8B9A;
}

#navigation ol li ol li ol li {
   background-color:#6D8B9A; 
}

#navigation ol li ol li:first-child {
   border: none;
}

#navigation ol li ol li {
	font-size:12px;
	font-weight:900;
}

#navigation ol li ol li ol li {
	font-size:11px;
	font-weight:900;
}

#navigation ol li:hover {
	background: #993300;
}

#navigation a {
   color:#FFFFFF;
   text-decoration: none;
}


/*end navigation*/

/*begin side bar*/
#banner {
	
	padding: 10px;
	background-image: url(/images/banner.gif);
	height: 1200px;
	width: 140px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

#banner li {
	list-style: none;
}


#banner li a {
	display: block;
	width: 150px;
	height: 100px;
	font-weight:bolder;
}


#bannerhome {
	padding: 10px;
	background-image: url(/images/banner_home.gif);
	height: 890px;
	width: 140px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

#bannerhome li {
	list-style: none;
}

#bannerhome li a{
	display: block;
	width: 150px;
	height: 100px;	
	font-weight:bolder;
}

#bannerhome a:hover{
	text-decoration:underline;
}
#bannertext     {
	padding-top: 220px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(/images/blue_bulley.gif);
	list-style-type: disc;
}

#bannertxttop {
	color: #6D8B9A;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	left: 16px;
	top: 330px;
	width: 125px;
	height: 58px;
}

#bannertxttop a:hover {
	color: #D45C13;
	text-decoration:underline;
	font-weight:bold;
}

#bannertext li {
	margin-top: 10px;
	margin-left: -10px;
}
#bannertxtsmall {
	height: 79px;
	position: absolute;
	top: 443px;
	left: 11px;
	width: 143px;
}

#bannertxtsmall1 {
	margin-top: 30px;
	margin-right: 10px;
	height: 65px;
	position: absolute;
	left: 13px;
	top: 644px;
	width: 131px;
}
#bannertxtsmall2 {
	margin-top: 30px;
	margin-right: 40px;
	height: 67px;
	position: absolute;
	left: 14px;
	top: 528px;
	width: 132px;
}

#bannertxtsmall a{
	color:#FFFFFF;
}
#bannertxtsmall1 a{
	color:#FFFFFF;
}
#bannertxtsmall2 a{
	color:#FFFFFF;
}

#help:hover {
	border: medium solid #FF3333;
}
#help {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 15px;
	vertical-align: middle;
	border: medium solid #CC0000;
	width: 140px;
	height: 50px;
	margin-top: 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bolder;
	background-color: #FFFFFF;
	background-image:url(/images/urgent-help.gif);
	background-repeat: no-repeat;
	background-position: 100px 15px;
}


#help a {
	color: #CC3300;
	margin-top: 20px;
	font-weight:bolder;
}
#help a:hover {
	text-decoration: underline;
	font-weight:bolder;
}

#urgenthelp {
	padding: 0px;
}

/*end sidebar*/


/*home page specific elements */
#guidancegridline img {
	display: inline;
	margin-right: 7px;
	margin-top: 10px;
}

#guidancegridlineone {
	margin-left: -35px;
	list-style: none;
	width:670px;
	margin-top:10px;
	font-size:14px;
	font-weight:bolder;
}

#guidancegridlineone li {
	padding-top: 10px;
	list-style: none;
	display: inline;
	float: left;
}

#guidancegridlineone li a {
	display: block;
	width:200px;
	height:143px;
	
}

#guidancegridlinetwo {
	margin-left: -35px;
	list-style: none;
	width:670px;
	margin-top:10px;
	font-size:14px;
	font-weight:bolder;
}

#guidancegridlinetwo li {
	padding-top: 10px;
	list-style: none;
	display: inline;
	float: left;	
}

#guidancegridlinetwo li a {
	display: block;
	width:200px;
	height:143px;
}

#guidancegridlinetwo li a span {
	margin-top:20px;
	padding-top:20px;
	
}
#guidancegridinner{
	font-size:14px;
}

.buttonlink{
	font-size:11px;
	color:#000000;
	padding-top:0px;
	font-weight:normal;
	margin-top:10px;
}

#guidancegridinner span{
	margin-top:10px;
	font-weight:bolder;
	padding-top:10px;
}


#homepanel {
	height: 250px;
	background-image: url(/images/home_image.jpg);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position:-30px -40px;
}
#paneltext {
	color: #FFFFFF;
	background-color: #ADBDCC;
	width: 175px;
	font-size: 18px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	vertical-align: 50%;
	padding: 20px 20px 20px 30px;
	min-height:125px;
	margin-top:30px;
	
	
}

#news p{
	clear:both;
	margin-bottom:5px;
	
}
#news h2{
	margin-top:20px;
	margin-bottom:10px;
	font-size:16px;
	}
#homewelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #799EB6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height:200px;
}

#news {
	width: 420px;
	padding-left: 10px;
	float: right;
	clear: none;
	overflow: hidden;
}

#newspanel {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ADBDCC;
}
#guidancegrid {
	margin-top: 10px;
}

#newsstory {
	margin-top: 10px;
	float:left;
	width:400px;
}
/*buttons*/
#children{
	background-image: url(/images/guidance_grid_r1_c1.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding:0px 10px 10px 10px;
	font-weight:bolder;
	
}

#laterlife{
	background-image: url(/images/guidance_grid_r1_c3.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding:1px 10px 10px 10px;
	margin:auto;
	font-weight:bolder;
	
}

#communities{
	background-image: url(/images/guidance_grid_r1_c5.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding:0px 10px 10px 10px;
	font-weight:bolder;
}
#employment{
	background-image: url(/images/guidance_grid_r3_c1.jpg);
	
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding:0px 10px 10px 10px;
	font-weight:bolder;
	
}

#reducing{
	background-image: url(/images/guidance_grid_r3_c3.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding:1px 10px 10px 10px;
	font-weight:bolder;
}

#improving{
	
	background-image: url(/images/guidance_grid_r3_c5.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding:0px 10px 10px 10px;
	font-weight:bolder;
}

/*inner buttons*/
.buttonlinkinner{
	background-image: url(/images/guidance_grid_bullet.png);
	background-repeat:no-repeat;
	background-position:60px;
	font-size:11px;
	color:#000000;
	padding-top:0px;
	line-height:50px;
	padding-right:30px;
	
	
	}

#innerbutton{
	list-style: none;
	font-size:14px;
	margin-left:-35px 
	
	}
#innerbutton li {
	padding-top:10px;
	padding-bottom:0px;
	}
	
#innerbutton li a {
	display: block;
	width:200px;
	height:143px;
	
}
#innerbutton a {
	display: block;
	width:200px;
	height:143px;
	font-weight:bolder;		
}
	
#childreninner{
	background-image: url(/images/guidance_grid_r1_c1.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding-left:10px;
	margin-top:5px;	

}

#laterlifeinner{
	background-image: url(/images/guidance_grid_r1_c3.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding-left:10px;
	margin-top:5px;
	
}

#communitiesinner{
	background-image: url(/images/guidance_grid_r1_c5.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding-left:10px;
	margin-top:5px;
	
}
#employmentinner{
	background-image: url(/images/guidance_grid_r3_c1.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding-left:10px;
	margin-top:5px;	
	
}

#reducinginner{
	background-image: url(/images/guidance_grid_r3_c3.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding-left:10px;
	margin-top:5px;
}

#improvinginner{
	background-image: url(/images/guidance_grid_r3_c5.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:143px;
	padding-left:10px;
	margin-top:5px;
}

/*end home page specific elements */

/* begin header*/
#topmenu a:hover {
	color: #D75E14;
	text-decoration: underline;
}
#topmenu a {
	color: #000000;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	width: 223px;
	background-image: url(/images/logo_back.gif);
	background-repeat: no-repeat;
	height: 63px;
	padding-left: 10px;
}
#logo a{
	color: #FFFFFF;
	font-weight:bolder;
} 


#logo a:hover{
	text-decoration:none;
}

[if IE8] .logotext1 {   
      
    padding-top:0px;   
}   
.logotext1 {
	padding-right: 12px;
}
.logotext2 {
	position: relative;
	top: 2px;
	margin-right:7px;
	margin-left: 0px;	
}
.logotext3 {
	margin-top:10px;
	position: relative;
	top: 20px;
}
/*end header*/


/* begin footer */

#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ADBDCC;
	margin-right: 13px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	background-color: #FFFFFF;
}

#footer img {
	padding-top: 5px;
}


/*end footer*/



/*begin section title pages*/

#sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d75e14;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #ADBDCC;
	border-bottom-style: solid;
}
#newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d75e14;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #ADBDCC;
	border-bottom-style: solid;
}

#news small{
	display:none;
	}
#newsstory h3{
	clear:both;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#000000;
	}
#sectionpanel {
	background-image: url(../images/home_image.jpg);
	height: 250px;
	background-position: center top;
	margin-top: 10px;
}
#sectionpanel h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #ADBDCC;
	line-height: 20px;
	width: 250px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 50px;
}
#sectionintro {
	background-color: #ADBDCC;
	padding: 10px;
	margin-top: 10px;
}
#sectionintro h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#sectionintro p {
	background-color: #FFFFFF;
	padding: 5px;
}

#sectiontitlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: lighter;
	color: #FFFFFF;
	height: 30px;
	line-height:20px;
	background-color: #ADBDCC;
	padding-top: 15px;
	padding-left: 10px;
	margin-top:10px;
	margin-bottom:10px;

}


/*end section title pages */

/*new elements*/
#breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #FF6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: underline;
}
#newssearch form {
}
#homewelcome h2 {
	margin-top: 0px;
}
#topmenu {
	text-align: left;
}
#newssearch {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ADBDCC;
}

/*start content*/
#copy{
position:relative;
}

div.panel
{
	border-style:solid;
	border-color:#6D8B9A;
	border-width:20px;
    	padding: 2px 5px 5px 5px;
    	background-color:#FFFFFF;

}

#copyheader{
	border-width:0px;
}

div.panel p
{
	background-color: #FFFFFF;
    
}

.divblock{

}

div.panel h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
	padding-top: 0px;
	color:#FFFFFF;
}

div.panel h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
	padding:5px;
	background-color:#6D8B9A;
	color:#FFFFFF;
	margin-left:-10px;
	margin-right:-10px;
	position:relative;
	width:380px;
}

div.panel h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
	padding:5px;
	background-color:#6D8B9A;
	color:#FFFFFF;
	margin-left:-10px;
	margin-right:-10px;	
	position:relative;

	width:380px;
}

div.panel p
{
    padding: 5px 5px 5px 5px;
	line-height:20px;
	margin-bottom: 0px !important;
	margin-bottom: -20px;
}

div.panel a {
	margin-bottom:10px;
	border-bottom:2px;
	border-color:#CCCCCC;
}
div.panel ol {
	list-style-position:outside;
	list-style:circle;
	list-style-image:url(/images/bullet.gif);
	background-color:#FFFFFF;
    padding: 0px 20px 10px 20px;
	
}
div.panel ul{
	background-color:#FFFFFF;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	}
div.panel img{
	background-color:#FFFFFF;
	align:center;
}
div.panel li{
	margin-bottom:10px;
	margin-left:10px;
	}

#bannertxtsmall a {
	color: #FFFFFF;
}
#healthlogo {
	margin-top: 0px;
	top: -40px;
	width: 125px;
	float: right;
	position: relative;
	right: 20px;
}
#bannertxtsmall1 a {
	color: #FFFFFF;
}
#bannertxtsmall2 a {
	color: #FFFFFF;
}
#bannertxtsmall a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#bannertxtsmall1 a:hover {
	color: #FFFFFF;
}
#bannertxttop a:hover {
	color: #D45C13;
	text-decoration: underline;
}
#homecontainer {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/bg_home.gif);
}

/*start content*/

#headings h2{

	font-size: 23px;
	color: #D75E14;
	font-weight: 100;
	line-height: 25px;
	border-bottom-width: 2px;
	border-bottom-color: #ADBDCC;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-top: 30px;
}

#headings ol{

	width:200px;
	margin-bottom:10px;
	margin-left:10px;
	border-style:solid;
	border-width:2px;
	border-color:#CCCCCC;
	list-style:none;
	padding:5px;
	}


/*end content*/

/*start search*/

div#advancedsearchform
{
    
}

div#searchcontrol
{
    float:left
}

/*end search*/

.rghtsm{
font-size:10px;
}