/*=====================================================*/
/*=================== { Include other styles } ==================*/
/*=====================================================*/
@import 'inc.common.css'; /* set basic sitewide HTML element stylings (H1, H2, p, etc.) */
@import 'inc.colors.css'; /* set all colors (except border colors, which are set here, within their DIV)*/
@import 'inc.forms.css'; /* set form styles and layouts*/

/*=====================================================*/
/*=================== { CONTAINERS } ==================*/
/*=====================================================*/

#page_container {
margin: auto;
margin-bottom:0px;
padding:0px;
width:850px;
}
#header { height:283px; margin-bottom:15px; padding:0px; }

#main_content {
margin:0px 0px 0px 0px;
padding: 0px 30px 0px 0px;
float:right;
width:580px;
}

#left_sidebar {
padding: 0px 0px 0px 30px;
margin: 0px 20px 0px 0px;
width:190px;
}
/*=====================================================*/
/*================ { MAIN CONTAINER SPECS} =================*/
/*=====================================================*/
body.home #page_container {
margin-top:35px;
}

/*=====================================================*/
/*=============== { SIDEBAR CONTAINER SPECS } ===============*/
/*=====================================================*/

body.home #left_sidebar {
width:310px;
padding-top: 150px;
}
#left_column{
width:290px;
float:left;
}
#right_column {
width:290px;
float:right;
}
#left_column ul,  #right_column ul {
margin:10px 0px 0px 0px;
padding:0px;
}
#left_column li,  #right_column li{
font-weight:bold;
font-size:11px;
line-height:15px;
padding:8px 15px 18px 55px;
margin:0px 0px 5px 0px;
list-style-type:none;
 }
#story_links ul{
margin:0px 0px 10px 0px;
padding:10px 0px 0px 0px;
}
#story_links li{
font-weight:bold;
font-size:11px;
line-height:15px;
padding-bottom:15px;
padding-left:40px;
padding-top:0px;
list-style-type:none;
}
#story_links li a:link, #story_links li a:visited, 
#story_links li a:hover, #story_links li a:active  {  }

.on { background-image:url(images/on-small.gif); background-repeat:no-repeat; background-position: 0px 0px; }
.off { background-image:url(images/off-small.gif); background-repeat:no-repeat; background-position: 0px 0px; }

#left_column li.on, #right_column li.on { background-image:url(images/on.gif); background-repeat:no-repeat; background-position: 8px 8px; }
#left_column li.off, #right_column li.off { background-image:url(images/off.gif); background-repeat:no-repeat; background-position: 8px 8px; }

/*=====================================================*/
/*==================== { FOOTER } =====================*/
/*=====================================================*/

#footer{
font-size: 10px;
line-height: 15px;
clear:both;
margin:auto;
margin-top:20px;
margin-bottom:20px;
padding:5px;
text-align:center;
}


/*=====================================================*/
/*==================== { SSIQ } =====================*/
/*=====================================================*/

#ssiq{
font-size: 12px;
line-height: 15px;
width:140px;
/*clear:both;*/
margin:30px 0px 15px 15px;
float:right;
}
body.contents #ssiq {
float:left;
margin:0px 0px 0px 20px;
}
#ssiq_info {
border: 1px solid #ADABA2;
padding-bottom:15px;
padding-top:55px;
background-image:url(images/ssiq_box_title.gif);
background-repeat:no-repeat;
font-size:20px;
font-weight:bold;
text-align:center;
letter-spacing:-.045em;
}
#bar {
background-image:url(images/gradated_bar.jpg);
margin-bottom:5px;
width:1px;
}
#tick {
}

/*=====================================================*/
/*=================== { LOGO LINK } ===================*/
/*=====================================================*/

#logo-nav { height: 90px; float:none; float /**/:left; /* IE 5/Win hack */ margin: 185px 0px 0px 49px; }
#logo-nav dl { margin: 0; padding: 0; 
}
/* IE5 Mac Hack \*/ 
#logo-nav { padding-left: 0px; } 
/*/ 
#logo-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#logo-nav dt { float: left; }
#logo-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:90px; /* IE 5/Win hack */ 
	padding: 90px 0px 0px 0px;
	overflow: hidden;
	width: 140px;
	background-image:url(images/ssi_logo.gif);
	background-repeat: no-repeat;
}
#logo-nav dt a:hover {
	background-position: 0 -90px;
}

/*=====================================================*/
/*================== { MISC STUFF } ===================*/
/*=====================================================*/
/*#flashcontent{margin-top:30px;}*/
.list { width:400px; border-bottom:1px solid #CCCCCC; padding-bottom:8px; margin-bottom:8px; margin-right:20px; }
.right { float:right; }
.left { float:left; }
.Lpadding {padding-left:20px;}
.Rpadding {padding-right:20px;}
.underline {border-bottom: 1px solid #999999; margin-bottom:10px; }
.clear {clear:both;}
.admin { font-size:14px; }
.hover { background-color:#FFFFCC;}
.corplink { font-size:11px; font-weight:bold; line-height:14px; }