/************* text items *************/

body {
	width: 800px;
	margin: auto;
	background-color: #DDDDDD;
}

h1 {
	margin: 0px 10px 10px 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FF0000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: red;
}

h2 {
	margin: 10px 10px 0px 0px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FF0000;
}

h3 {
	margin: 10px 10px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
}

p {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}

/************* alert box on front page *************/

#alert {
	/* Panel at right side of page */
	border-color: #FF0000;
	border-style: solid;
	border-width: 4px;
	margin-right: 10px;
	padding: 5px;
	width: 540px;
	background-color: #FFFFFF;
}

#alert p {
	color: #000000;
	font-size: 14px;
}

#alert strong {
	color: #ff0000;
	font-size: 14px;
}

/************* site map *************/

#siteMapList {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 180px;
	padding: 0 0 0 0;
	margin-bottom: 2em;
	text-decoration: none; 
	font: 12px; 
	font-weight:bold;
}

#siteMapList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#siteMapList ul ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 15px;
	border: none;
}
	
#siteMapList li {
	margin: 0;
}

#siteMapList li a {
	display: block;
	padding: 0px 0px 2px 0px;
	color: #778888;
	text-decoration: none;
	width: 100%;
}

#siteMapList li a:hover {
	color: #660000;
}

/************* end site map *************/

#bodyUL li {
	margin-left: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	list-style: square;
	padding-left: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}

#paraList {
	text-decoration: none;
}

#paraList ul {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 7px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
}

#paraList ul li {
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	list-style: square;
}

#news_in_brief {
	/* Main content in centre of page */
/* 	margin-right: 260px; */
}

#news_in_brief p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

#news_in_brief p.brief_Title {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	padding-top: 8px;
}

#news_in_brief p.brief_Description {
	color: #999999;
	font-style: normal;
	padding-bottom: 2px;
}


#news_in_brief a:link, #news_in_brief a:active, #news_in_brief a:visited {
	font-size: 12px;
	font-family: arial, verdana, sans serif;
	color: #666666;
	text-decoration: none;
	border-style: none none solid;
	border-color: #666666;
	border-width: 0 0 1px;
	
}

#news_in_brief a:hover {
	color:#660000;
}

#this_weeks_news {
	/* Panel at right side of page */
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	padding: 5px;
	float: right;
	width: 200px;
	background-color: #ffffcc;
}

#this_weeks_news h2 {
	margin-top: 0px;
	color: #2aa02c;
}

#this_weeks_news p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

#this_weeks_news p.weeks_Title {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	padding-top: 8px;
}

#this_weeks_news p.weeks_Description {
	color: #999999;
	font-style: normal;
}


#this_weeks_news a:link, #this_weeks_news a:active, #this_weeks_news a:visited {
	font: 12px arial, verdana, sans serif; 
	color: #778888;
	text-decoration: none;
}

#this_weeks_news a:hover {
	color:#660000;
}


#news_articles {
	margin: 10px 10px 0px 0px;
	clear: both;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 13px;
}

#news_articles img {
	float: left;
	padding-right: 6px;
}

#news_articles p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 15px;
}

#news_articles p.news_Title a:link, #news_articles p.news_Title a:active, #news_articles p.news_Title a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#news_articles p.news_Title a:hover {
	color:#660000;
}


/************* image items *************/

#float-right {
	/* background-color: aqua; */
	float: right;
	padding: 6px 0px 10px 10px;
}

#float-left {
	float: left;
	padding: 6px 10px 10px 0px;
}

/************* header items *************/

#border {
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: white;
	border: 10px solid #AAAAAA;
}

#bannerBG {
	width: 780px;
	height: 152px;
	background-image: url('./images/OGS-Logo_banner.jpg');
	background-repeat: no-repeat;
}

#bannerLogo{
	background-image: url('./images/OGS-Logo_banner.jpg');
	background-position: 16px 22px;
	background-repeat: no-repeat;
	width: 350px;
	height: 152px;
	float: left;
}

#bannerMotto {
	background-image: url('./images/OGS_motif.png');
	background-repeat: no-repeat;
	background-position-x: 11px;
	background-position-y: 100px;
	margin-top: 50px;
	float: left;
	width: 175px;
	height: 49px;
}

#footerAsset {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: right;
}

#footerAsset a:link, #footerAsset a:active, #footerAsset a:visited {
	text-decoration: underline;
	color: #999999;
}

#footerAsset a:hover {
	color: #666666;
	text-decoration: underline;
}

/************* green flash items *************/

#greenFlash {
	float: right;
	width: 380px;
	height: 24px;
	background-image: url('images/greenFlash.png');
	background-repeat: no-repeat;
	background-position: right;
}

#greenFlash ul {
/* this removes the indents and bullet points. */
	padding-left: 80px;
	margin: 0;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#greenFlash li {
	float:left;
	font-weight:bold;
	text-align:center;
	line-height: 24px;
	padding-left: 20px;
}

#greenFlash a:link, #greenFlash a:active, #greenFlash a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#greenFlash a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#searchBarDiv {
	/* width: 440px; */
	height: 24px;
}

#searchBarDiv .searchField {
	width: 250px;
	margin: 4px 0px 0px 10px;
}

#searchBarDiv .searchButton {
	margin-left: 4px;
	width: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #999999; 
	color: #FFFFFF; 
}

/************* List menu items *************/
#list-menu {
	background-image: url('./images/menuBG.gif');
	background-repeat: repeat-x;
	height:24px;
	width: 780px;
	border-bottom: 1px solid #AAAAAA;
}

#list-menu ul {
/* this removes the indents and bullet points. */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 780px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#list-menu li {
	/*border-left-color: #AAAAAA;*/
	/*border-left-width: 1px;*/
	/*border-left-style: solid;*/
	float:left;
	font-weight:bold;
	text-align:center;
	line-height: 24px;
	width: 129px;
	display:block;
}

#list-menu a {
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color:#999999;
	text-decoration:none;
}

#list-menu a:hover {
	color: #660000;
	text-decoration:none;
}

.borderRight{
	border-right: 1px solid #AAAAAA;
}

/************* Left nav items *************/

#left-nav {
	vertical-align: top;
	text-align: left;
	line-height: 12px;
	font-size: 10px;
	padding: 10px;
	width: 25%;
	font-family: Verdana, Arial, sans-serif;
}

/************* page id *************/

#bodyDiv {
	vertical-align: top;
	width: 75%;
	padding-top: 10px;
}

/************* body area table items *************/

#bodyDiv table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	border: 2px solid #1FA12D;
	padding: 0px 0px 0px 0px;
}

.tableWidth400 {
	width: 400px;
}

.tableWidth550{
	width: 550px;
}

.left2Col {
	color: #FF0000;
	width: 50%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	vertical-align: top;
}

.right2Col {
	color: #666666;
	width: 50%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	vertical-align: top;
}

.left2Col30 {
	color: #FF0000;
	width: 30%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	vertical-align: top;
}

.right2Col70 {
	color: #666666;
	width: 70%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	vertical-align: top;
}

.left3Col {
	color: #FF0000;
	width: 20%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	vertical-align: middle;
}

.middle3Col {
	color: #666666;
	width: 50%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	vertical-align: middle;
}

.right3Col {
	color: #666666;
	width: 30%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	vertical-align: middle;
}

/************* form items *************/

#formDiv {
	margin-top: 10px;
	padding-top: 0px;
	height: 20px;
}

form {
	margin-top: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
}

form label {
	vertical-align: top;
	display: block;
	color: #999999;
	float: left;
	clear: left;
	width: 250px;
	height: 22px;
	margin: 0 0 5px 0;
}

form textarea {
	margin: 0 0 5px 0;
	padding-top: 0px;
	height: auto;
	overflow: auto;
	width: 50%
}

form input {
	margin: 0 0 5px 0;
	padding-top: 0px;
	height: 18px;
	width: 50%;
}

form input.submitButton {
	margin-left: 150px;
	height: auto;
	width: auto;
}

form input.submitProspectusButton {
	height: auto;
	width: auto;
}


form select {
	margin: 0 0 5px 0;
	padding-top: 0px;
	height: 18px;
	width: auto;
}

.formSubmit {
	padding-top: 10px;
	padding-left: 250px;
	width: 100px;
}

#bodyDiv ul {
	line-height: 16px;
	margin: 0em;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, verdana, sans;
}

#svlinks li a:link, #svlinks li a:active, #svlinks li a:visited {
	padding-left: 0px;
	margin-left: 0px;
	color: #778888;
}

#svlinks li a:hover  {
	padding-left: 0px;
	margin-left: 0px;
	color: #660000;
}

#downloads {
	margin: 10px 10px 0px 0px;
	clear: both;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 13px;
}

#downloads img {
	float: left;
	padding: 0px 10px 10px 0px;
}

#downloads p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 15px;
}

#downloads p.dlTitle a:link, #downloads p.dlTitle a:active, #downloads p.dlTitle a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#downloads p.dlTitle a:hover {
	color:#660000;
}

#downloads p.dlDescription {
	margin-left: 42px;
	color: #666666;
	font-style: normal;
}

/* cross-document links in pages*/

#bodyDiv p a:link, #bodyDiv p a:active, #bodyDiv p a:visited {
	color: #778888;
	text-decoration: none; 
	border-style: none none solid;
	border-color: #778888;
	border-width: 0 0 1px;
}

/************* site map item at bottom of left nav *************/

#site-map, #site-map-page {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 120px;
	/* Need to reserve space for ISA logo */
}

#site-map a {
	text-decoration: none;
	color: #778888;
	font: 12px arial, verdana, sans serif;
	font-weight:bold;
}

#site-map a:hover {
	color: #660000;
}

#site-map-page a, #site-map-page a:hover {
	text-decoration: none;
	color: #DD4411;
	font: 12px arial, verdana, sans serif;
	font-weight:bold;
}

/************* search results *************/

.searchNumber {
	/* Result Number */
	                   
	                   
	font-size: 9px;
	                   
	                   
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	                   
	                   
	color: red;
}

.searchTitle {
	/* Title of page */
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #336699;
}

.searchQuoted {
	/* Quoted text */
	color: gray;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.searchMatchTitle {
	/* Matched words in title */
	color: #dd4411;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.searchMatchText {
	/* Matched words in text */
	color: #DD4411;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

em {
	font-style: normal;
	font-weight: normal;
	color: red;
}


