/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 100%;
}

body {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	line-height: 135%;
	margin: 0;
	padding: 0;	
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	/*padding-bottom: 5px;
	margin: 15px 0;*/
}

h1 { 
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 175%;
}

h2 {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 150%;
}

h3 {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 125%;
}

h4 {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea{
    font-size: 100%;
}

/* @end */


/* @group Glass */

#glass #topbar {
	background: url(../images/skyblue/topbar-bg.png) 0 0 repeat-x;
	height: 35px;
}

#glass #topmenu {
	width: 940px;
	margin: 0px auto;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
	font-family: Century Gothic, Arial, sans-serif;
	line-height: 30px;
	font-weight: bold;
}

#glass #topmenu a {
	text-decoration: none;
	color: #000000;
}

#glass #topmenu a:hover {
	text-decoration: underline;
	color: #000000;
}

#glass #topbar #topmenu #searchbar {
	padding-top: 2px;
	float:right;
	width: auto;
	margin: 0px auto;
}

#glass #topbar #topmenu #toplinks {
	padding-right: 15px;
	float:right;
	width: auto;
	margin: 0px auto;
}

.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	height: 12px;
}
.searchbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003399;
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#E6E6E6;
}

#glass #shadow-top {
	background: url(../images/skyblue/shadow-t.png) 0 0 no-repeat;
	height: 99px;
	width: 955px;
	margin: 0px auto;
	padding: 0px;
}

#glass #logo {
	margin-left: 25px;
	top: 35px;
	width: 320px;
	float: left;
}

#glass #building {
	position: inherit;
	margin-right: 14px;
	top: 35px;
	width: 450px;
	float: right;
}


#glass #shadow-middle {
	background: url(../images/skyblue/shadow-m.png) 0 0 repeat-y;
	min-height: 300px;
	width: 955px;
	margin: 0px auto;
}

#glass #shadow-bottom {
	background: url(../images/skyblue/shadow-b1.png) 0 0 repeat-y;
	min-height: 60px;
	width: 955px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	font-family: Century Gothic, Arial, sans-serif;
	line-height: 30px;

}

#glass #content-breadcrumbarea {
	min-height: 25px;
	width: 912px;
	margin: 0px auto;
	padding: 0px;
	float: none;
}

#glass #breadcrumbs {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	width: 900px;
	height: 20px;
	margin: 0px auto;
	float: left;
	overflow:hidden;
}

#glass #sociallinks {
	min-height: 25px;
	width: 175px;
	margin: 0px auto;
	text-align: center;
	/*float: right;*/
}

#glass #content-top {
	background: url(../images/bg/content_top.png) 0 0 no-repeat;
	height: 9px;
	width: 912px;
	margin: 0px auto;
}

#glass #content-primary {
	background: url(../images/bg/content_bkg.png) 0 0 repeat-y;
	min-height: 325px;
	width: 912px;
	margin: 0px auto;
}

#glass #content-primary #content-editablearea {
	margin: 0px auto;
	padding: 0px 15px 15px;
	width: 650px;
	min-height: 325px;
	border-width: 1px;
	border-style: solid;
	border-color:#CCCCCC;
}

#glass #content-primary #content-editablearea a {
	text-decoration: underline;
	color: #03C;
}

#glass #content-primary #sidebarcontent {
	margin: 0px auto;
	padding: 5px 0px;
	width: 186px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color:#CCCCCC;
}

.contenttable {
 	border-width: 1px;
	border-style: solid;
	border-color:#CCCCCC;
}

.contenttable td {
 	border-width: 1px;
	border-style: solid;
	border-color:#CCCCCC;
}

.contenttable th {
 	border-width: 1px;
	border-style: solid;
	border-color:#CCCCCC;
	background: #C3DDF2
}

/* QuickLinks Box */
#glass #qlinks-top {
	background: url(../images/bg/ql_top.png) 0 0 no-repeat;
	height: 30px;
	width: 186px;
	margin: 0px auto;
}

#glass #qlinks-primary {
	background: url(../images/bg/ql_middle.png) 0 0 repeat-y;
	min-height: 153px;
	width: 176px;
	margin: 0px auto;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	list-style-type: square;
	text-align: left;
}

#glass #qlinks-primary p {
	margin: 0px;
	padding: 0px;
}

#glass #qlinks-bottom {
	background: url(../images/bg/ql_bottom.png) 0 0 no-repeat;
	height: 7px;
	width: 186px;
	margin: 0px auto;
}

/* Latest News Box */
#glass #ln-top {
	background: url(../images/bg/ln_top.png) 0 0 no-repeat;
	height: 30px;
	width: 338px;
	margin: 0px auto;
	float: none;
}

#glass #ln-content {
	background: url(../images/bg/ln_middle.png) 0 0 repeat-y;
	min-height: 153px;
	width: 328px;
	margin: 0px auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	float: none;
}
#glass #ln-bottom {
	background: url(../images/bg/ln_bottom.png) 0 0 no-repeat;
	height: 7px;
	width: 338px;
	margin: 0px auto;
	float: none;
}

/* Emergency Box */
#glass #em-top {
	background: url(../images/bg/em_top.png) 0 0 no-repeat;
	height: 30px;
	width: 338px;
	margin: 0px auto;
	float: none;
}

#glass #em-content {
	background: url(../images/bg/em_middle.png) 0 0 repeat-y;
	min-height: 153px;
	width: 328px;
	margin: 0px auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	float: none;
}

#glass #ln-content p {
  /* setup some more readable paragraph spacing */
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 10px;
  line-height: 125%;
}

#glass #em-bottom {
	background: url(../images/bg/em_bottom.png) 0 0 no-repeat;
	height: 7px;
	width: 338px;
	margin: 0px auto;
	float: none;
}

/* Home Image Background */
#glass #homeimage {
	background: url(../images/bg/homeimgbkg.png) 0 0 repeat-y;
	min-height: 200px;
	width: 370px;
	margin: 0px auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	float: none;
}


/* CSS Dynamic Font Sizing */
.stdfont  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallfont  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bigfont  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#glass #content-bottom {
	background: url(../images/bg/content_bottom.png) 0 0 no-repeat;
	height: 8px;
	width: 912px;
	margin: 0px auto;

}
/* End */


#glass span.alert {
	color: #c00;
	border-top: 3px solid #fc9088;
	border-bottom: 3px solid #fc9088;
	background: #ffd8d8 url(../images/skyblue/gl-status-alert.png) 10px 50% no-repeat;	
}

#glass span.info {
	color: #0055BB;
	border-top: 3px solid #7dabdd;
	border-bottom: 3px solid #7dabdd;
	background: #d9e7f9 url(../images/skyblue/gl-status-info.png) 10px 50% no-repeat;
}

#glass span.note {
	color: #B79000;
	border-top: 3px solid #fbe288;
	border-bottom: 3px solid #fbe288;
	background: #fff6d8 url(../images/skyblue/gl-status-note.png) 10px 50% no-repeat;
}

#glass span.download {
	color: #57861A;
	border-top: 3px solid #003399;
	border-bottom: 3px solid #003399;
	background: #99CCFF url(../images/skyblue/gl-status-download.png) 10px 50% no-repeat;
}

#footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* @end */

/* @group Structure */

#content {
	padding-top: 75px;
}

#page {
	padding: 20px 10px;
}


/* @end */

/* @group Table Control */

td.w33 {
	width: 33%;
}

td.w49 {
	width: 50%;
}

td.w99 {
	width: 100%;
}

td.spacer img {
	width: 20px;
}

#mainframe tr {
	vertical-align: top;
}

/* @end */


/* @group Horizontal Menu */

#horiz-menu {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 11px;
	height: 33px;
	width: 932px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 13px;
	position: relative;
	z-index: 99;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#horiz-menu a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	font-weight: bold;
}

#horiz-menu a:hover {
	text-decoration: none;
}

/* @end */

/* @group Sidenav Menu */

ul.sidenav {
	margin: 0;
	padding: 0;
}

ul.sidenav li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	font-weight: bold;
}

ul.sidenav li li {
	border-bottom:  0;
}

/* @end */

/* @group Content Styles */

/* @group Typography */

pre {
	padding: 10px;
}

blockquote {
	font-style: italic;
	font-size: 100%;
	line-height: 150%;
	width: auto;
	padding: 10px;
	margin: 15px 0;	
}

blockquote.b {
	font-weight: bold;	
}

/* @end */

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}


/* @end */

.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.clr {
	clear:both;
}

/* @end */
 /****** CAPTCHA STYLING ******/
.captchadiv {
	background-color:#E4EFFF;
	border-style:solid;
	border-color:#000066;
	border-width:thin;
	padding:5px;
	width:350px;
	font-size:10px;
}
 /****** END CAPTCHA STYLING ******/
