/* General Styles for LLWR website - August 2006 */

/* defaults, globals, and miscellaneous
==============================================================================*/

*, span { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto;
	font: normal 12px Verdana, Arial, Trebuchet MS; 
	font-size: 12px;
	text-align: left;
	background: white;
}
.clearer {
	clear: both;
	}
img {
	border: 0; /* removes border in case images get have anchor around them */
	}
#renderprint {
	width: 600px;
}
a {
	text-decoration: none;
	font-weight: 600;
	color: #1A5D6E;
	}
a:hover {
	color: #487D8B;
	}

/* Header of page - before breadcrumb
==============================================================================*/

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 780px;
	vertical-align: top;
	background: url(layout/g_sysnav_back.jpg) no-repeat;
	}

#mainbody {
	width: 780px;
	text-align: left;
	background: url(layout/g_mainbody01.jpg);
	}

#mainbody2, #mainbody3 {
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background: white url(layout/g_mainbody02.jpg) no-repeat;
	}
#mainbody3 {
	background: white url(layout/g_mainbody03.gif) repeat-y;;
	}

/* Main logo and system navigation
==============================================================================*/

h1 {
}
	h1 a {
		display: block;
		width: 780px;
		height: 86px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(layout/g_banner.jpg) no-repeat;
		}
	h1 a:hover {
		text-decoration: none;
		background: url(layout/g_banner.jpg) no-repeat;
		}	


#system {
	color: white;
	height: 24px;
	padding: 0 210px 0 0;
	list-style: none;
	}
	#system li {
		float: right;
		height: 24px;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
	#system li a {
		display: block;
		line-height: 24px;
		color: white;
		font-weight: 600;
		overflow: hidden;
		background-position: center top; /* horizontally centers the background image */
		}
		#systart {
			display: block;
			padding: 0 5px;
			position: relative;
			/*background: url(../images/nav/nav_systart.gif) no-repeat;*/
			}
		#sysmid {
			display: block;
			padding: 0 5px;
			border-left: 1px solid #487D8B;			
			/*background: url(../images/nav/nav_system.gif) no-repeat;*/
			}
		#sysend {
			display: block;
			padding: 0 5px;
			border-left: 1px solid #487D8B;
			/*background: url(../images/nav/nav_sysend.gif) no-repeat;*/
			}
	#system li a:hover, #system li a.active {
		color: #487D8B;
		}


/* main site navigation
==============================================================================*/

#nav {
	color: white;
	height: 24px;
	padding: 0 0 0 120px;
	list-style: none;
	background: url(layout/g_sysnav_back.jpg) no-repeat;
	}
	#nav li {
		float: left;
		height: 24px;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
	#nav li a {
		display: block;
		line-height: 24px;
		color: white;
		font-weight: 600;
		overflow: hidden;
		background-position: center top; /* horizontally centers the background image */
		}
		#nav01 {
			display: block;
			padding: 0 5px;
			position: relative;
			border-right: 1px solid #487D8B;
			}
		#nav02 {
			display: block;
			padding: 0 5px;
			position: relative;
			border-right: 1px solid #487D8B;
			}
		#nav03 {
			display: block;
			padding: 0 5px;
			position: relative;
			border-right: 1px solid #487D8B;		
			}
		#nav04 {
			display: block;
			padding: 0 5px;
			position: relative;
			border-right: 1px solid #487D8B;				
			}
		#nav05 {
			display: block;
			padding: 0 5px;
			position: relative;
			border-right: 1px solid #487D8B;				
			}
		#nav06 {
			display: block;
			padding: 0 5px;
			position: relative;
			border-right: 1px solid #487D8B;		
			}
		#nav07 {
			display: block;
			padding: 0 5px;
			position: relative;
			border-right: 1px solid #487D8B;			
			/*background: url(../images/nav/main_nav1_07.gif) no-repeat;*/
			}
	#nav li a:hover, #nav li a.active {
		color: #487D8B;
		}


#leftsidenav {
	font-size: 11px; 
	list-style: none;
	}
	#leftsidenav li {
		margin: 5px 0 0 0;
		padding: 0;
	}
	#leftsidenav a {
		display: block;
		color: #1A5D6E;
		font-weight: 600;
		overflow: hidden;
		border-bottom: 1px solid #FBF7F4;
		}
	#leftsidenav a:hover, #leftsidenav a.active {
		background: #FBF7F4;
		color: #487D8B;
		}




/* breadcrumb area
==============================================================================*/

#breadcrumb {
	font-size: 11px;
	width: auto;
	text-align: left;
	padding: 3px 0 0 30px;
	margin: 0;
	height: 21px;
	background: url(layout/g_bread_back.jpg) no-repeat;
	}

/* standard layouts
==============================================================================*/

p { 
	font-size: 100%;
	color: black;
	padding: 5px 0;
	margin: 0;
}
ul, #pagelinks ul  { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
li, #pagelinks li {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	}




/*Added for the new hompage - CM*/
h2.home {
	font-size: 100%;
	color: #1A5D6E;
	padding: 10px 0px 0px 0px;
	background-image: none;
}

h3.home {
	font-size: 100%;
	color: #1A5D6E;
	padding: 7px 0 0 35px;
	margin: 0;
	background-image: none;
}

/* Main Content
==============================================================================*/

#maincontent {
	width: 531px;
	padding: 20px 20px;
	background-color:#009966;
	}
	
/*Added for the new hompage - CM*/
#homemaincontent
{
	width: 530px;
	padding: 10px 0px 20px 20px;
}

#divHeaderImportantInformation, #divHeaderColumnNews, #divHeaderColumnLinks, #divHeaderColumnSearch, #divHeaderColumnInfo, #divHeaderSecurity, #divHeaderColumnThought
{
	margin-top: 10px;
	background-color: #e7d7c6;
	width: 191px;
	background-image: url(layout/newspapericon.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#divContentColumnImportantInformation, #divContentColumnNews, #divContentColumnLinks, #divContentColumnSearch, #divContentColumnInfo, #divContentSecurity, #divContentColumnThought
{
	background-color: #f7ebde;
	padding: 10px;
	width: 171px;
	font-size: 90%;
}

#divHeaderColumnNews { width: 521px; }
#divContentColumnNews { width: 501px; }
#divHeaderImportantInformation { width: 521px; }
#divContentColumnImportantInformation { width: 501px; }

#divHeaderColumnSearch { background-image:url(layout/searchicon.gif); }
#divContentColumnLinks { background-image: url(layout/usefullinks_bg.gif); padding: 0px; width: 191px;}
#divHeaderColumnInfo { background-image:url(layout/importanticon.gif); }
#divHeaderSecurity { background-image:url(layout/lockicon.gif); }
#divHeaderColumnThought { background-image:url(layout/bulbicon.gif); }

.linkbg
{
	background-image: url(layout/usefullinks_bg.gif);
}
	
	#divContentColumnLinks li
	{
		padding: 2px 5px 5px 25px;
		background-image: url(layout/arrowbullet.gif);
		background-repeat:no-repeat;
		background-position: 10px 2px;
	}
		#divContentColumnLinks a
		{
			color: #18596b;
			font-weight: normal;
		}
		
		#divContentColumnLinks a:hover
		{
			color: #18596b;
			font-weight: normal;
			text-decoration: underline;
		}


/*end*/

#maincontent2 {
	float: right;
	width: 581px;
	}	
#fullcontent {
	width: auto;
	padding: 20px 0;
	}
#mainpad {
	width: auto;
	padding: 10px 40px 20px 0;
	}
#mainpad2 {
	width: auto;
	padding: 0px 0px 0px 10px;
	}

#rightside {
	float: right;
	padding: 10px 15px 20px 0;
	width: 205px;
	}

#leftside {
	width: 147px;
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
	}

#maincontent ul  { 
	margin: 0; 
	padding: 0 0 0 18px; 
	list-style: square;
	}
#maincontent li {
	margin: 0;
	padding: 5px 0;
	font-size: 100%;
	}
#fullcontent ul  { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	}	
#fullcontent li  {
	background: url("layout/newbullet.gif") no-repeat 0 8px;
	margin: 0;
	padding: 5px 0 5px 18px;
	position: relative;
	}

/*Added for the new hompage - CM*/
#homecontent ul  { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	}	
#homecontent li  {
	background: url("layout/tickbullet.gif") no-repeat 0 4px;
	margin: 0;
	padding: 5px 0 7px 25px;
	position: relative;
	}

/* Forms
==============================================================================*/

input, textarea, select, button { 
	margin: 0;
	background: white;
	padding: 3px;
	border: 1px solid #1A5D6E; 
	color: #1A5D6E;
	letter-spacing: 1px;
	font-size: 100%;
	}

/* tables for use 
==============================================================================*/

#selector {
	margin: 5px 0;
}

#selector th {
	font-size: 100%; 
	background-color: #1A5D6E; 
	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
==============================================================================*/

#willfoot {
	width: 100%;
	text-align: center;
	clear: both;
	background: #F4F4E6;
}
#willfooter {
	font-size: 11px;
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 500px;
	text-align: center;
	background: url(layout/g_foot_back.jpg) no-repeat;	
}
#willfooter p {
	color: black;
	padding: 5px 0;
	margin: 0;
	line-height: 1.5em;
	}


/* IMPORTANT HIDDEN COLUMNS ON HOMEPAGE - SEE RC or CM FOR MORE INFO
==============================================================================*/
#divHeaderColumnInfo, /*#divHeaderColumnThought*/, #divContentColumnInfo , /*#divContentColumnThought*/
{
	display: none;
	visibility: hidden;
}

.PadRight
{
	padding-right: 10px;
}

