/* General Styles for SSG website - June 2006 */

/* defaults, globals, and miscellaneous
==============================================================================*/

*, span { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	text-align: left;
	background: #16598C url(../images/styles/layout/back01.gif) repeat-x;
	/*	line-height: 1.3em;   */
}
hr {
	display: none;
	}
img {
	border: 0; /* removes border in case images get have anchor around them */
	}
#renderprint {
	width: 600px;
}
a {
	text-decoration: none;
	font-weight: 600;
	color: #16598C;
	}
a:hover {
	color: #A2AEF8;
	}

/* Header of page - before breadcrumb
==============================================================================*/

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
	width: 965px;
	vertical-align: top;
	}
#header {
	height: 136px;
	background: url(../images/styles/layout/header01.gif);
	}
#header2 {
	height: 86px;
	background: url(../images/styles/layout/header02.gif);
	}

/* Main logo and system navigation
==============================================================================*/

h1 {
	position: relative;
	width: 204px;
	}
	
	h1 a {
		display: block;
		position: absolute;
		top: 10px;
		left: 40px;
		width: 204px;
		height: 72px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../images/logo/ssg.gif) no-repeat;
		}
	h1 a:hover {
		text-decoration: none;
		background: url(../images/logo/ssg.gif) no-repeat;
		}
		
		h1.lclc a, h1.lclc a:hover {
			background: url(../images/logo/lclc.gif) no-repeat;
			}

#ndalink {
	position: absolute;
	left: 826px;
	top: 16px;
	width: 127px;
	}
	#ndalink a {
		display: block;
		width: 127px;
		height: 69px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../images/navi/ndalink.gif) no-repeat;
		}
	#ndalink a:hover {
		text-decoration: none;
		background: url(../images/navi/ndalink.gif) no-repeat;
		}

/* SSG selector
==============================================================================*/

#ssgswitch {
	position: absolute;
	left: 460px;
	top: 24px;
	}
	#ssgswitch label {
		display: none;
		}
	#ssgswitch select {
		width: 340px;
		margin: 0;
		background: #D9D8C1;
		padding: 0;
		border: 1px solid transparent; 
		color: black;
		letter-spacing: 1px;
		font-size: 100%;
	}

/* search setup
==============================================================================*/

#search {
	/* position: absolute; - removing this fixes firefox problem*/
	position: absolute;
	left: 460px;
	top: 55px;
	width: 345px;
	}
	#search form {
		position: relative;
		}
	#search label {
		display: none;
		}
	#search input {
		width: 240px;
		margin: 0;
		background: #D9D8C1;
		padding: 0;
		border: 1px solid transparent; 
		color: black;
		letter-spacing: 1px;
		font-size: 100%;
		}
.formleft {
	float: left;
	width: 240px;
	padding: 3px 0 0 3px;
}
.formright {
	float: right;
	width: 60px;
}

/* main site navigation
==============================================================================*/

#nav {
	position: absolute;
	right: 10px;
	top: 101px;
	height: 39px;
	width: 800px;
	list-style: none;
	}
#nav li {
	float: right;
	height: 22px;
	background: url(../images/styles/sep.gif) left no-repeat;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
.last {
	background: none;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav li a {
	line-height: 22px;
	padding: 0 10px;
	overflow: hidden;
	text-decoration: none;
	color: #D9D8C1;
	}
#nav li a:hover, #nav li a.active, #nav li a.active:hover {
	background: none;
	color: white;
	}

/* standard layouts
==============================================================================*/

p { 
	font-size: 100%;
	color: black;
	padding: 5px;
	margin: 0;
}
ul  { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
li {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	}
h2, .onecol h2, .bigtitle {
	font-size: 120%;
	width: 100%;
	color: white;
	font-weight: 400;
	background-color: #16598C;
	padding: 5px 0;
	text-indent: 5px;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 120%;
	color: white;
	font-weight: 400;
	background: #A2AEF8;
	padding: 5px;
	margin: 0;
}
.elepad {
	padding: 5px;
	}
.elepad br {
	display: none;
}
.clear {
	clear: both;
	display: block;
}

/* main content area
==============================================================================*/

#pagecontent {
	background: white url(../images/styles/layout/footer.gif) no-repeat bottom left;
	padding: 0 10px 10px 10px;
}
#pagecontent ul  { 
	margin: 5px; 
	padding: 0; 
	list-style: none; 
	}
#pagecontent li {
	margin: 0;
	padding: 0 0 0 20px; 
	background: url(../images/styles/bullet.gif) no-repeat;
	font-size: 100%;
	}
.hometitle {
	float: right;
	width: 260px;
	padding: 20px 0 0 0;
	top: 50px;
}
.hometitle h2 {
	font-size: 140%;
	color: white;
	font-weight: 600;
	background: none;
	padding: 5px 5px;
	text-indent: 0;
	margin: 0 0;
}
.homedesc {
	float: right;
	width: 280px;
	padding: 20px 0 0 0;
	top: 50px;
}
.homedesc p {
	color: white;
}

.threecol {
	/* background-image: url(../images/styles/layout/3column.gif); */
	background-position: bottom;
	position: relative;
}
.onecol {
	/* background: url(../images/styles/layout/1column.gif) bottom left; */
}

.first3col {
	float: left;
	width: 309px;
	margin: 0;
	display: inline-block;
	/*background: #D9D8C1;*/
	overflow: hidden;	
}
.second3col {
	float: left;
	width: 308px;
	margin: 0 0 0 10px;
}
.first2col {
	float: left;
	width: 468px;
	margin: 0;
	overflow: hidden;	
}
.second2col {
	float: right;
	width: 468px;
	margin: 0;
}

.splashpage01 {
	position: relative;
	background: url(../images/styles/layout/splash.gif);
	height: 430px;
	width: 945px;
	margin: 0 0 10px 0;
}
.splashcontent {
	float: right;
	width: 600px;
	padding: 20px 0 0 0;
}
.splashcontent p { 
	font-size: 100%;
	color: white;
	padding: 5px;
	margin: 0;
}
.splashcontent h2 {
	font-size: 160%;
	color: white;
	font-weight: 400;
	background: none;
	padding: 5px;
	margin: 0;
}
.splashlisting {
	float: right;
	width: 300px;
}
.splashcontent ul  { 
	margin: 5px; 
	color: white;
	padding: 0; 
	list-style: none; 
	}
.splashcontent li {
	margin: 0;
	padding: 0 0 0 20px; 
	background: url(../images/styles/bullet.gif) no-repeat;
	font-size: 100%;
	}
	.splashcontent a {
		text-decoration: none;
		color: white;
		}
	.splashcontent a:hover {
		color: #16598C;
		}

/* Non Specific rte-snippets (used in main content area)
==============================================================================*/

.img_right {
	float: right;
}
.img_left {
	float: left;
}
.img_left, .img_right {
	border: 1px solid #D9D8C1;
	margin: 5px;
	padding: 5px;
}


/* Forms
==============================================================================*/

input, textarea, select, button { 
	margin: 0;
	background: white;
	padding: 3px;
	border: 1px solid #598F94; 
	color: #598F94;
	letter-spacing: 1px;
	font-size: 100%;
	}

/* tables for use 
==============================================================================*/

#selector {
	margin: 5px 0;
}

#selector th {
	font-size: 100%; 
	background-color: #598F94; 
	color: white; 
	text-align: center; 
	padding: 3px; 
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
}
#selector td {
	font-size: 100%; 
	background-color: #cccccc; 
	color: black; 
	text-align: left; 
	padding: 2px; 
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
	vertical-align: top;
}

/* page footer
==============================================================================*/

#footer {
	margin: 0;
	clear: both;
	width: auto;
	padding: 10px;
	}
	#footer .cleft {
		float: left;
		width: 420px;
		text-align: left;
		}
	#footer .cright {
		float: right;
		width: 420px;
		text-align: right;
		}
	#footer p {
		color: white;
		font-size: 100%;
		}
	#footer h2 {
		font-size: 120%;
		color: white;
		font-weight: 400;
		background: none;
		}
	#footer a {
		text-decoration: none;
		color: #D9D8C1;
		}
	#footer a:hover {
		color: #A2AEF8;
		}

.CS_PgIndex_Item_PubDate, .CS_PgIndex_Item_Description {
	display: block;
}