/* ******* HTML STYLES START ******* */

body  {
	font-size:0.9em;
	font-family:Arial,Helvetica,Verdana,Tahoma,Serif;
	background: #f1f1f1 url('images/bggradNA.gif') repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}
a, a:link {
	color: #00a0af;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF6583;
	background-color:transparent;
}

a:focus {
	background-color:#7dc242;
	/*outline:0;*/
}
a:focus:hover { 
	background-color:#77bb00;
}


h1 {
	font-family:Helvetica,Verdana,Tahoma,Serif;
	margin-top:10px;
	font-size:1.8em;
	color:#e50e62;
	padding-bottom:8px;
	border-bottom:dotted 2px #999999;
}
h2 {
	font-size:1.15em;
}
h2,h3,h4 {
	margin-top:10px;
	margin-bottom:2px;
}
p {
	margin:0px;
	margin-top:8px;
	margin-bottom:12px;
}

.box .body p, .boxyellow .body p, .newsitem p {
	margin:0px;
}

select {
	color:#555555;	
}
textarea {
	width:330px;
	height:80px;
}
form {
	padding:0px;
	margin:0px;
}
img {
	border-width:0px;
}

ul {
	margin-top:6px;
	padding-left:15px;	
}
li {
	/*list-style-position:inside;*/
	margin-left:0px;
	padding-left:0px;
}
/* ******* HTML STYLES END ******* */

/* ******* MAIN LAYOUT START ******* */
a#s2content, a#s2content:link, a#s2content:visited {
	font-size:0.73em;
	font-weight:normal;
	width:100px;
}
a#s2content:focus {
	background-color:#ff9900;
	font-weight:bold;
}


#pgcontainer { 
	/*width: 780px;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1f1f1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#pgtopbanner {
	text-align:center;
	background: #d4de3e url('images/bannerbg.gif') repeat-y center center;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#pgtopbanner #pgnav {
	text-align:right;
	width:760px;
	color:#ffffff;
	font-weight:bold;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom:10px;
}
#pgtopbanner ul#pgnav li {
	display:inline;
}

#pgnav a:focus, #pgnav a.sel:focus {
	background-color:#ff9900;
}

#pgnav a, #pgnav a:link, #pgnav a:visited {
	margin-left:6px;
	margin-right:6px;
	font-weight:bold;
	color:#ffffff;
	padding-bottom:20px;
	text-align:center;
}
#pgnav a:hover {
	text-decoration:none;	
	color:#00653a;
}
#pgnav a:active {
	font-weight:bold;
	background:transparent;
}
#pgnav a.sel {	
	color:#00653a;
	font-weight:bold;
	background:transparent url('images/navarrow.gif') no-repeat center center;
}
html>body #pgnav a.sel {	
	background:transparent url('images/navarrow.png') no-repeat center center;
}
#navpointer {
	height:20px;
	width:760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#navpointer div {
	height:20px;
	width:20px;
	background: #f1f1f1 url('images/navarrow.gif') no-repeat bottom center;	
}

#pgcontent {
	width:760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	z-index:98;	
	line-height:130%;
	padding:10px 10px;
	font-size:0.9em;
}

#pgfooter {
	margin-top:10px;
	padding:0px 10px;
	font-size:0.8em;
	background:#cccccc;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	display:block;
}
#pgfooter .links {
	padding:35px 0px;
	width:760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
}
#pgfooter .links li {
	display:inline;
}
#pgfooter .links a {
	padding:0px 4px;
	color:#555555;
	border-right:solid 1px #555555;
}
#pgfooter .copyright {
	padding-left:12px;
}

#pgend { /* Need this because FF ignores the margin-bottom on the pgfooter */
	height:1px;
}

.comingsoon {
	padding:40px;
	text-align:center;
	background-color:#ffffff;
	border:dotted 1px #5123a9;
	color:#5123a9;
}

#speccontent .colleft {
	float:left;
	width:180px;
}
.colmain {
	width:360px;
	margin-left:190px;
}

#speccontent .colright {
	float:right;
	width:180px;
}
/* ******* MAIN LAYOUT END ******* */


/* ******* GENERAL CLASSES START ******* */
.clr {
	clear:both;
}
.hrdiv {
	margin:6px 0px;
	border-bottom:dotted 2px #999999;
}
a.bararrowblue {
	background:transparent url('images/bararrow_blue.gif') no-repeat top left;
}
a.bararroworange {
	background:transparent url('images/bararrow_orange.gif') no-repeat top left;
}

a.bararrowgreen {
	background:transparent url('images/bararrow_green.gif') no-repeat top left;
}

a.bararrowblue, a.bararroworange, a.bararrowgreen {
	/*height:43px;*/
	margin:0px;
	margin-top:6px;
	padding:12px;
	display:block;
	color:#ffffff;
	font-weight:bold;
}
a.bararrowblue:focus, a.bararroworange:focus, a.bararrowgreen:focus {
	background-color:#7dc242;
	border:solid 2px #999999;
}



input.txtxsmall {
	width:30px;
}
input.txtsmall, textarea.txtsmall {
	width:100px;
}
input.txtmed, textarea.txtmed {
	width:220px;
}
input.txtbig, textarea.txtbig {
	width:320px;
}
input.txtinput {
	color:#003366;
	background:#FFFFFF url('images/input_bg.gif') repeat-x top left;
	border:1px solid #cccccc;
}
input.txtinputinit {
	color:#AAAAAA;
	background:#FFFFFF url('images/input_bg.gif') repeat-x top left;
	border:1px solid #cccccc;
}
input.txtinputwarn {
	color:#EE1111;
	font-weight:bold;
	background:#FFFFFF url('images/input_bg.gif') repeat-x top left;
	border:1px solid #cccccc;
}
input.but {
	color:#ffffff;
	font-weight:bold;
	border-top:1px solid #dcd3ee;
	border-left:1px solid #dcd3ee;
	border-bottom:1px solid #5123a9;
	border-right:1px solid #5123a9;	
	background-color:#967bcc;
	/*background-image:url('images/butbg.gif');
	background-repeat:no-repeat;
	background-position:top center;
	height:22px;
	width:110px;
	border:0px solid #cccccc;	
	text-transform:lowercase;*/
}
input.butbig {
	color:#ffffff;
	font-weight:bold;
	background-image:url('images/butbgbig.gif');
	background-repeat:no-repeat;
	background-position:top center;
	height:22px;
	width:150px;
	border:0px solid #cccccc;	
	text-transform:lowercase;
}
input.butsmall {
	color:#ffffff;
	font-weight:bold;
	background-image:url('images/butbgsmall.gif');
	background-repeat:no-repeat;
	background-position:top center;
	height:22px;
	width:70px;
	border:0px solid #cccccc;	
	text-transform:lowercase;
}

.hr {
	display:block;
	height:1px;
	font-size:0px; /* This is needed for IE fix as IE does not allow height to be less than the font-size height */
	border-bottom:1px solid #d7d7d7;
	margin:0px;
	margin-top:6px;
	margin-bottom:12px;
}



.aiconpdf, .aiconwebblank, .aiconwebself, .aicontel, a.arrow {
	padding-left:20px;
	padding-bottom:4px;
	padding-top:0px;
	display:block;
	margin-top:3px;
}

.aiconpdf {
	background:transparent url('images/icon_pdf.gif') no-repeat top left;
}
.aiconwebblank {
	background:#f1f1f1 url('images/icon_web.gif') no-repeat top left;	
}
.aiconwebself {
	background:#f1f1f1 url('images/icon_web.gif') no-repeat top left;	
}
.aicontel {
	background:#f1f1f1 url('images/icon_atel.gif') no-repeat top left;
	cursor:pointer;
}
a.arrow {
	background:#FFFFFF url('images/icon_arrow.gif') no-repeat top left;
	display:inline;
	background-color:transparent;
}

a.delete, a.edit, a.add, a.accept, a.decline {
	padding-left:20px;	
	padding-bottom:4px;
	padding-top:1px;
	background-repeat:no-repeat;
	background-position:center left;	
	display:block;
	color:#3ab54b;
	font-weight:bold;
}
a.edit {
	background-image:url('images/icon_edit.gif');	
}
a.delete {
	background-image:url('images/icon_delete.gif');	
	color:#b4191e;
}
a.add {
	background-image:url('images/icon_add.gif');	
}
a.accept {
	background-image:url('images/icon_tickincirclesmall.gif');	
	display:inline;
}
a.decline {
	background-image:url('images/icon_crossincirclesmall.gif');	
	display:inline;
}

.warning {
	display:block;
	color:#EE2222;
	font-weight:bold;
	margin-bottom:2px;
}
.alert {
	display:block;
	color:#EE2222;
	font-weight:bold;
	margin-bottom:6px;
	text-transform:Uppercase;
}
.ressuc {
	display:block;
	color:#3dac4e;
	font-weight:bold;
	padding-top:0px;
	margin-bottom:6px;
	padding-left:30px;
	padding-bottom:12px;
	/*text-transform:Uppercase;*/
	background-image:url('images/icon_tickincircle.gif');	
	background-position:top left;
	background-repeat:no-repeat;
}
.reserror {
	color:#df1f25;
	font-weight:bold;
	background-image:url('images/icon_crossincircle.gif');	
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:3px;
	margin-top:6px;
	margin-bottom:6px;
	padding-left:32px;
	padding-bottom:12px;		
}

.note {
	color:#999999;
	font-size:0.9em;
}

.txtinit {
	color:#aaaaaa;
}

.frmbox {
	padding:6px;
	background-color:#efefef;
	border:solid 0px #cfcfcf;
	width:700px;
	margin-bottom:6px;
}

.frmlabel {
	font-weight:bold;
	float:left;
	width:120px;
}

.frmvalue {
	width:340px;
	margin-left:130px;
	border:solid 0px #cfcfcf;
	text-align:left;
}

.newstitle {
	font-weight:bold;
	font-size:1.1em;
	color:#ffffff;
	background: #f1f1f1 url('images/barbigarrow_green.gif') no-repeat top left;	
	height:44px;
	margin:0px;
	padding-top:16px;
	padding-left:16px;
}
.newsitem {
	margin-bottom:12px;
	padding-bottom:6px;
	border-bottom:dotted 2px #999999;	
}

.newsitem .title {
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#00a0af;
	font-size:1em;
}
.newsitem .title a, .newsitem .title a:link, .newsitem .title a:visited {
	color:#00a0af;	
}
/* ******* GENERAL CLASSES END ******* */

/* ******* BOX CLASSES START ******* */
.box, .boxyellow {
	margin-bottom:10px;
}

.box .header {
	background:transparent url('images/boxheader_orange.gif') no-repeat top left;
	height:135px;
}
.boxyellow .header {
	background:transparent url('images/boxheader_yellow.gif') no-repeat top left;
	height:135px;
}

.box .body, .boxyellow .body {
	margin-left:1px;
	margin-right:0px;
	background:#ffffff;
	border-left:solid 1px #fbaf34;
	border-right:solid 1px #fbaf34;
	font-size:0.9em;
	padding:1px 10px;
}
.box .body h3, .boxyellow .body h3 {
	padding:0px;
	margin:0px;
	font-size:1em;
	color:#00a0af;
}
.box .body a, .boxyellow .body a {
	color:#00a0af;	
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
.boxyellow .body {
	border-left:solid 1px #ffdd00;
	border-right:solid 1px #ffdd00;
}
.box .footer {
	background:transparent url('images/boxheader_footer.gif') no-repeat top left;
	height:14px;
}
.boxyellow .footer {
	background:transparent url('images/boxheaderyellow_footer.gif') no-repeat top left;
	height:14px;
}


.boxsmall {
	margin-bottom:10px;
}

.boxmed .header {
	background:#4d4d4d url('images/boxheader_med_darkgrey.gif') no-repeat top right;
	height:28px;
	color:#ffffff;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
	padding-left:10px;
}
.boxmed .header a {
	color:#ffffff;
}
.boxmed .body {
	border:1px solid #d7d7d7;
	background:#e2e3e5;
	font-size:0.9em;
	padding-bottom:4px;
	background:#e2e3e5 url('images/bggrad_boxNA.gif') no-repeat bottom right;	
}
.boxmed .body ul {
	margin:0px;
	padding-bottom:0px;
	padding:0px 10px;
}
.boxmed .body ul li {	
	padding-left:2px;
	list-style:none;
	border-bottom:solid 1px #4d4d4d;
}
.boxmed .body ul li.last {	
	border-width:0px;
}
/* ******* BOX CLASSES END ********* */



.keybox {
	margin-bottom:4px;
}

.keybox .l {
	display:block;
	width:40px;
	float:left;
	margin-bottom:4px;
	font-weight:bold;
}
.keybox .r {
	width:240px;
	float:left;
	margin-bottom:4px;
}



.pgabout h1 {
	padding-top:70px;
	background: transparent url('images/icon_aboutpage.gif') no-repeat bottom right;
}
.pginitiatives h1 {
	padding-top:70px;
	background: transparent url('images/icon_Intiativespage.gif') no-repeat bottom right;
}
.pgactive h1 {
	padding-top:70px;
	background: transparent url('images/icon_mygoactivepage.gif') no-repeat bottom right;
}
.pgresources h1 {
	padding-top:70px;
	background: transparent url('images/icon_resourcespage.gif') no-repeat bottom right;
}

.quotes .quote {	
	margin-bottom:18px;
	font-family:'Verdana';
	margin-bottom:16px;
}
.quotes blockquote {
	display:block;
	font-style:italic;
	padding:0px;
	margin:0px;	
	margin-bottom:2px;
	font-family:'Times Roman';
	font-weight:bold;
}

.pginitiatives h3 {
	margin-top:22px;
}

.pgactive h3 {
	margin-top:22px;
}


form .row .l {
	display:block;
	float:left;
	width:100px;
	margin-bottom:2px;
	font-weight:bold;
	display:inline-block;
}
form .row .r {
	float:left;
	width:250px;
	margin-bottom:2px;
}
form .row label.l {
	display:block;
	float:left;
	width:100px;
	margin-bottom:2px;
	font-weight:bold;
	display:inline-block;
}
form .row input.r {
	float:left;
	width:250px;
	margin-bottom:2px;
}


form .clr {
	padding-top:4px;
	clear:both;
	display:block;	
}

#businesseslink {
	width:760px;
	text-align:right;
	padding-bottom:3px;
	margin:auto;
}

#businesseslink a {
	color:#eeeeee;
	font-size:0.8em;
}
#businesseslink a span {
	font-weight:bold;
	display:none;
}