html { margin: 0px; }

body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px;
	line-height: 1.5em;
}

h1 {
	color: #006b65;
	font-size: 1.5em;
}

h2 {
	color: #006b65;
	font-size: 1.3em;
}

h3 {
	color: #006b65;
	font-size: 1.1em;
}

a:link, a:visited {
	color: #c02e39; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

/* Table styles */

table {
	
	border: 1px solid #A4A4A4;
	border-bottom: 4px solid #006b65;
}

th {
	color: #FFFFFF;
	background: #006b65;
	
	font-weight: bold;
}

td {
	background-color: #F0F0F0;
}

.centercell {
	text-align: center;
}

.centercell img {
	text-align: center;
}

/* End table styles */


/* Form styles */

input.button {
	color: #FFFFFF; 
	background: #006b65; 
	border: 1px solid; 
	border-top: #008d87; 
	border-left: #008d87; 
	border-right: #004943; 
	border-bottom: #004943; 
	padding: 0px 5px 0px 5px; 
	font-weight: bold;
}

input.textbox {
	border: 1px solid #000000;
	margin-right: 5px;
}

#header {
	height: 73px;

}

#logo {
	float: left;
	padding-top: 10px;
}

#logo img { border: 0px }

#searcharea {
	display: none;
}

#searchtitle {
	float: left; 
	margin-right: 5px; 
	margin-top: 5px;
}

#advancedsearch {
	text-align:right;
}

#advancedsearch a:link, #advancedsearch a:visited {
	color: #000000;
}

#advancedsearch a:active, #advancedsearch a:hover {
	color: #032BF2;
}

#globalnav {
	display: none;
}

#primarynav {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 0.85em;
}

	#primarynav ul {
		list-style: none;			/* removes list marker */
		padding: 5px 0px 5px 0px;		/* removes left indent */
		margin: 0px;
	}

	#primarynav ul li {
		display: inline;			/* sets list items to display in a row */
		padding-left: 10px;			/* puts space in between list items */
	}

	#primarynav a:link, #primarynav a:visited {
		color: #000000;
		text-decoration: none;
		font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	}

	#primarynav a:active, #primarynav a:hover {
		color: #032BF2;
		text-decoration: underline;
	}

#wrapper {
	min-width: 540px;	/* Always good to have on full width liquid CSS layouts, 
             			google "min-width IE" for JS solutions there */
	width: 100%;               /* total width */
}     

#body {
	width: auto;
	border-left: solid 0px #fff; 	/* should be same width as left column */
	border-right: solid 190px #fff; /* should be same width as right column */
}

#body2 {
	margin-top: 2em;
	margin-left: -190px;
	width: auto;
	border-left: solid 190px #fff; 	/* should be same width as left column */
}

#innerbody {
	margin: 0px;
	width: 100%;
}

#leftcol {
	display: none;
}


#rightcol {
	position: relative;
	width: 190px;					/* width of right column */
	margin-right: -200px;			/* negative width of right column */
	float: left;
	z-index: 11;
	font-size: 0.85em;
}

#centercol {
	float: left;
	position: relative;
	width: 100%;
	z-index: 12;

}

#centercontent {

	padding: 0px 10px 10px 10px;
	margin: 0px 15px 0px 10px;
	
}


#centercontent2 {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 10px 10px;
}


#breadcrumb {
	position: relative;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2px;

}

.clear {
	clear: both;
}

#footer {
	clear: both;
	position: relative;
	border-top: 1px solid #000000;
	z-index: 13;
	margin-top: 10px;
	padding: 8px;
}

/* fixes for mozilla */
#body > #innerbody { border-bottom: 1px solid #FFFFFF; }
#leftcol { margin-right: 1px; }
#rightcol { margin-left: 1px; }
#centercol { margin: 0 -8px 0 -2px; }

#LGNLNav {
	position: relative;
}

#LGNLNav ul {
	background: #c02e39; 
	margin: 0px;  
	padding: 0px 10px 0px 10px; 
	list-style: none;
}

#LGNLNav ul li {
	border-bottom: 1px solid #FFFFFF; 
	padding: 5px 0px 5px 0px;
}

#LGNLNav ul li.last {
	border-bottom: 0px; 
	padding: 5px 0px 5px 0px;
}

#LGNLNav ul li a:link, #LGNLNav ul li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#LGNLNav ul li a:hover {
	text-decoration: underline;
}

.seperator {
	width: 98%;
	height: 1px; 
	color: #006b65; 
	background-color: #006b65; 
	border: 0; 
}

.smallgrey {
	font-size: 0.85em; 
	color: #a4a4a4;
}


/* Template specific styles */
/* A to Z */
#atozletters {
	width: 80%;
	text-align: center; 
	padding: 5px 0px 5px 0px; 
	border-top: 1px solid #006b65; 
	border-bottom: 1px solid #006b65; 
	margin-left: auto; 
	margin-right: auto;
}

.resultscontainer .title {
	font-size: 1em;
	font-weight: bold;
	border: 0px;
}

.resultscontainer .description {

}

.resultscontainer .extrainfo {

}

/* End A to Z */

/* Content Page */

#relatedlinks {
	float: right; 
	width: 200px; 
	font-size: 0.85em; 
	margin-left: 5px;
	margin-bottom: 20px; 
	border: 1px solid #a4a4a4;
}

#relatedlinks .title {
	font-size: 1.2em; 
	font-weight: bold; 
	background: #006b65; 
	color: #FFFFFF; 
	padding: 2px 10px 5px 10px;

}

.usefullinks ul {
	position: relative;
	margin: 0px; 
	list-style: none;
	padding: 0px 10px 0px 10px;
}

.usefullinks ul li {
	list-style-position:inside; 
	list-style-image: url(../../../../images/CorporateInternet/bullet.gif); 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:3px; 
	border-bottom: 1px solid #DDDDDD;
}

.usefullinks ul li a {
	color: #000000;
}

.usefullinks ul li a:hover {
	color: #c02e39;
	text-decoration: underline;
}

.usefullinksnobullet ul {
	position: relative; 
	margin: 0px; 
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px; 
	color: #000000; 
}

.usefullinksnobullet ul li {
	padding-bottom: 2px; 
	border-bottom: 1px solid #DDDDDD;

}

.usefullinksnobullet ul li a {
	color: #000000;
}

.usefullinksnobullet ul li a:hover {
	color: #c02e39;
	text-decoration: underline;
}

/* End content page */

/* Home Page */

.title {
	position: relative; 
	font-size: 1.3em; 
	font-weight: bold; 
	color: #006b65; 
	padding: 2px 0px 5px 0px; 
	border-bottom: 2px solid #006b65;
}

.titletext {
	font-weight: bold; 
	padding-top: 5px;
}

.newsitem {
	 /* border: 1px solid #000000; */
}

.newsitem .picture {
	float: left;
	position: relative; 
	margin: 5px 5px 5px 0px;
}

.smallnewsitem {
	 /* border: 1px solid #000000; */
}

.smallnewsitem .picture {
	float: left;
	position: relative; 
	margin: 5px 5px 5px 0px;
}

#rightcol .title {
	font-size: 1.2em; 
	font-weight: bold; 
	color: #FFFFFF;
	background: #006b65; 
	 
	padding: 2px 10px 5px 10px;

}

/* End Home page */

/* Landing Pages */

.leftoptions {
	float: left; 
	width: 49%;
}

.rightoptions {
	float: right; 
	width: 49%;
}

.mainnewstitle {
	font-size: 1.2em; 
	font-weight: bold;
}

.mainnewstrailer {

}

.righttext {
	float:right;
}

.seperatorclear {
	border-bottom: 1px solid #a4a4a4; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	clear: both;
}

.seealso {
	
}

.seealso ul {
	margin: 10px 10px 1px 30px; 
	padding: 0px;
}

.seealso ul li {
	list-style-image: url(../../../../images/CorporateInternet/bullet.gif); 
	padding: 0px 10px 0px 0px;
}


/* End landing page */

/* Online Forms Template */

.grouplist {
	list-style: none;
	margin: 10px 0px 10px 0px;
}

.grouplist li {
	float: left; 
	width: 200px;
	background: #F0F0F0; 
	padding: 5px 10px 5px 10px; 
	margin: 1px 1px 1px 1px; 
}

/* End online forms template */

.pagercontainer {
	width: 80%; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}

.previous {

}

.next {

}

.pager {
	position: relative; 
	margin: 0px 100px 0px 100px;
}


/* End template specific styles */

