@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}


body {
	color: #0f4b6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
}
#bg-bar {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
	/*background-color: #0e689c;*/
	background: transparent url(../images/structure/bg.jpg) repeat-x 0 0;
}
#page-container {
	width: 850px;
	margin: 0 auto;
}

#header-image {
	border: 4px solid #FFF;
	border-top-width: 5px;
	height: 169px;
	width: 826px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
}

#page-wrapper {
	margin: 0 auto;
	width:827px;
	clear: both;
	position: relative;
}

#site-sidebar {
	float:left;
	width:200px;
}
#site-sidebar .main_menu {
	background-color:#138FD5;
	color:#FFF;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding-left:7px;
	width:193px;
}
#site-sidebar .navigation li {
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	width: 193px;
	padding-left: 7px;
	border-top: 1px solid #FFF;
	background: transparent url(../images/structure/nav-li-bg.jpg) no-repeat 0 0;
	line-height: 30px;
}
#site-sidebar .navigation li a, #site-sidebar .navigation li a:visited {
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: 193px;
	display: block;
}
#site-sidebar .navigation li:hover, #site-sidebar .navigation li.active {
	padding-left: 7px; 
	width: 186px; 
	border-right: 7px solid #128FD2; 
	background: rgb(223, 223, 223) none repeat scroll 0% 0%;
}
#site-sidebar .navigation li:hover a, #site-sidebar .navigation li.active a {
	color: rgb(0, 0, 0);
}
#site-sidebar div.nav-bottom {
	width: 200px;
	height: 30px;
	background: transparent url(../images/structure/nav-bottom.jpg) no-repeat 0 0;
	border-top: 1px solid #FFF;
	margin-bottom: 10px;
}


/* Now to style all of our forms */
/* Core form compontants */
fieldset {
	width: 100%;
	position: relative;
	padding: 2.5em 1em 0.5em 0;
	margin-bottom: 1em;
}
fieldset * { margin-left: 1em }
fieldset select option { margin-left: 0; }

legend span {
	color:#0F4B6D;
	font-weight:bold;
	left:0;
	position:absolute;
	margin-top:1em;
}

/* Inner form styling */
fieldset label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: pointer;
	min-width: 13em;
	text-align: right;
	width: auto;
	position: relative;
}
fieldset li {
	padding: 5px !important;
	list-style-type:  none !important;
}
fieldset label span {
	color:#FF0000;
    left:340px;
    min-width:20em;
    position:absolute;
    text-align:left;
    top:0;
    width:auto;
}
fieldset .buttons {
	margin-left:14.9em;
	margin-top:1em;
}
fieldset input[type=text], fieldset input[type=password] {
	width: 13em;
}
fieldset .form_buttons {
	position: relative;
	left: 145px;
	bottom: 20px;
}



/* Rounded Corners - Generic */
.box-corner-all, .box-corner-bottom, .box-corner-top { position: relative; }
.box-corner-all .tl, .box-corner-all .tr, .box-corner-top .tl, .box-corner-top .tr, .box-corner-all .bl, .box-corner-all .br, .box-corner-bottom .bl, .box-corner-bottom .br {	
	background: #FFF url(../images/structure/rounded-box.png) no-repeat 0 0;
	height: 16px;
	position: absolute;
}
.box-corner-all .tl, .box-corner-top .tl {	
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.box-corner-all .tr, .box-corner-top .tr {
	top: 0;
	width: 15px;
	right: 0;
	z-index: 101;
}
.box-corner-top .box-content, .box-corner-bottom .box-content, .box-corner-all .box-content { 
	padding:14px 7px; 
}
.box-corner-all .bl, .box-corner-bottom .bl {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.box-corner-all .br, .box-corner-bottom .br {
	bottom: 0;
	right: 0;
	width: 15px;
	z-index: 101;
}
/* Gray Round Corners */
.box-corner-all.gray .tl,
.box-corner-top.gray .tl 					{ background-position: 0px 0px; }
.box-corner-all.gray .tr,
.box-corner-top.gray .tr					{ background-position: 0px -18px; }
.box-corner-all.gray .box-content, 
.box-corner-bottom.gray .box-content, 
.box-corner-top.gray .box-content			{ background-color: #dfdfdf; }
.box-corner-all.gray .bl, 
.box-corner-bottom.gray .bl	 				{ background-position: 0px -37px; }
.box-corner-all.gray .br, 
.box-corner-bottom.gray .br					{ background-position:-20px -19px; }
/* Blue-Gray Round Corners */
.box-corner-all.blue-gray .tl,
.box-corner-top.blue-gray .tl 		 		{ background-position: 0px -55px; }
.box-corner-all.blue-gray .tr,
.box-corner-top.blue-gray .tr		 		{ background-position: -39px -18px; }
.box-corner-all.blue-gray .box-content, 
.box-corner-bottom.blue-gray .box-content	, 
.box-corner-top .box-content		 		{ background-color: #cad4e6; }
.box-corner-all.blue-gray .bl, 
.box-corner-bottom.blue-gray .bl	 		{ background-position: 0px -74px; }
.box-corner-all.blue-gray .br, 
.box-corner-bottom.blue-gray .br		 	{ background-position:-56px -19px; }
/* Blue Round Corners */
.box-corner-all.blue .tl ,
.box-corner-top.blue .tl 					{ background-position: 0px -91px; }
.box-corner-all.blue .tr ,
.box-corner-top.blue .tr					{ background-position: -73px -18px; }
.box-corner-all.blue .box-content, 
.box-corner-bottom.blue .box-content, 
.box-corner-top.blue .box-content	 		{ background-color: #cddefd; }
.box-corner-all.blue .bl 	, 
.box-corner-bottom.blue .bl					{ background-position: 0px -110px; }
.box-corner-all.blue .br, 
.box-corner-bottom.blue .br	 				{ background-position:-90px -19px; }
/** HSAC specific box styles **/
.box-content p, .box-content li, .box-content a {
	font-size:10px;
	line-height:12px;
	margin-top:10px;
}
.box-content ul {
	margin-top: 7px;
}
.box-content li {
	line-height: normal;
	margin-top:2px;
}
.box-content a {
	margin-top: auto;
}

#site-content {
	float: left;
	margin-left:7px;
	width:620px;
}
#site-content .row {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
#site-content .box-corner-bottom {
	width: 200px;
	float: left;
	height: 243px;
}
#site-content .box-corner-bottom .box-content {
	height:130px;
}
#site-content .box-corner-bottom .image {
	width: 200px;
	height: 69px;
}
#site-content .box-corner-bottom img {
    position:absolute;
    top:1px;
    left:0;
}
#site-content .box-corner-bottom .image.includes { background-position: 0px -69px; }
#site-content .box-corner-bottom .image.already  { background-position: 0px -138px; }
#site-content .box-corner-bottom.blue-gray 		 { margin: 0 10px; }

#site-content .box-corner-all {
	float: left;
	width: 200px;
}
#site-content .box-corner-all .box-content {
	height:158px;
	padding:20px 17px;
}
#site-content .latest-news {
	width: 410px;
	margin-left: 10px;
	float: left;
}
#site-content .latest-news .box-content {
	height: 207px;
	padding-top: 20px;
}
#site-content .latest-news h2 {
	left:2px;
	position:relative;
	top:-5px;
}
#site-content .latest-news img {
	float:left;
    max-height:150px;
    left:15px;
    position:absolute;
    top:41px;
    max-width:160px;
}
#site-content .latest-news p {
	float:left;
	margin-left:170px;
    margin-top:5px;
    width: 190px;
}	
#site-content .latest-news .options {
	clear:both;
	width:90%;
	font-size:9px;
}
.box-content .options .read_more {
	bottom:0px;
    display:block;
    float:right;
    width:187px;
}
.box-content .options .view_headlines {
    display:block;
    position:relative;
    top: 3px;
}
.box-bottom-left {
	width: 200px;
	float: left;
}
.box-bottom-left .box-content {
	height:215px;
}
.box-bottom-left img {
	bottom:0;
	left:0;
	position:absolute;
}

#footer {
	margin:0 auto;
	position:relative;
	width:827px;
	clear: both;
	margin-top: 4px;
	background: #FFF url(../images/structure/footer-div.jpg) no-repeat 0 0;
	height: 220px;
	font-size:11px;
	color: #FFF;
}
#footer .back-to-top {
	text-align: right;
	position: relative;
	top:9px;
	width:96.5%;
}
#footer a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer .back-to-top .blue-square {
	position:absolute;
	right:145px;
	top:-1px;
}
#footer .mini-links {
	float:left;
	left:26px;
	position:relative;
	top:22px;
	width:417px;
}
#footer .mini-links ul {
	width:191px;
	float: left;
}
#footer .mini-links ul.second {
	width:225px;
}
#footer .mini-links li {
	height:19px;
	position: relative;
}
#footer .mini-links .blue-square {
	/*position:relative;
	right:9px;
	top:3px;
	background-color: #0a8bd1;*/
	left:-9px;
	position:absolute;
	top:3px;
	background-color: #0a8bd1;
}
#footer .mini-links a {
	left:11px;
	position:absolute;
	top:6px;	
}
#footer .images {
	float:left;
	left:34px;
	position:relative;
	top:26px;
	width:347px;
	height: 140px;
    background: transparent url(../images/structure/footer-img.png) no-repeat 0 0;
}
#footer .images .left, #footer .images .right {
    float:left;
    height:120px;
    margin-left:4px;
    margin-top:11px;
    width:168px;
}
#footer .images .left {
    margin-left: 3px;
}
#footer .copyright {
	clear:both;
	color:#0F4B6D;
	font-size:10px;
	left:22px;
	line-height:12px;
	position:relative;
	top:14px;
	width:600px;
}	

.website-search {
	margin-top:7px;
	width:200px;
}
.website-search h2 {
	color:#138FD5;
	font-size:14px;
	left:5px;
	letter-spacing:-0.6px;
	position:absolute;
	top:18px;
	z-index:102;
}
.website-search input {
	display:block;
		
	position: relative;
	left: 4px;
	top: 27px;
	
	border:2px solid #138FD5;
	height:18px;
	padding-left:4px;
	padding-right:23px;
	padding-top:4px;
	/*width:145px;*/
	width: 110px;
	color: #707f99;
	background:transparent url(../images/structure/search-bg.jpg) repeat-x scroll 0 0;
}
.website-search ul {
	width: 97%;
	text-align: right;
	position: relative;
	top: 27px;
	left: 0px;
}
.website-search li a {
	font-size: 9px;
}
.website-search .box-content {
	height:75px;
	padding:17px 8px;
}
.website-search .blue-square {
	/*position:absolute;
	right:19px;
	top:50px;
	background-color: #85c3e6;
	z-index:100;
	font-size: 10px;*/
	background-color:#85C3E6;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:27px;
	line-height:27px;
	padding-bottom:4px;
	position:absolute;
	right:7px;
	top:44px;
	width:36px;
	z-index:100;
	cursor: pointer;
}

.blue-square {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #0f79b3;
	border: 0 none;
}	
.clearFloat {
	width: 100%;
	clear: both;
}	

a {
	color: #138fd5;
	text-decoration: underline;
}
a:visited {
	color: #074C6F;		
}
a:hover {
	color: #074769;
	text-decoration: underline;
}

/* Styling for the "content" pages */
#site-content .page-content-container {
	margin: 0 0 5px;
	padding: 0;
	float:left;
	width:618px;
	min-height: 424px;
}
#site-content .page-content-container .box-content {
	font-size:12px;
	height:480px;
	min-height:405px;
	overflow:scroll;
}
#site-content .breadcrumbs {
	left:0;
	position:absolute;
	top:-4px;
	z-index:101;
	width: 100%;
	text-align: right;
}
#site-content .page-content-container .breadcrumbs p.path {
	margin-top: 7px;
	padding-right: 25px;
	font-size: 10px;
}#site-content .page-content-container .breadcrumbs p.path a {
	font-size: 10px;
}

#site-content .page-content-container .box-content p
, #site-content .page-content-container .box-content a
, #site-content .page-content-container .box-content li {
	font-size: 12px;
}
#site-content .page-content-container .box-content h1 {
	font-size: 18px;
	padding: 5px 0px 10px 0px;
}
#site-content .page-content-container .box-content h2 {
	font-size: 14px;
	padding: 5px 0px;
}
#site-content .page-content-container .box-content h3 {
	font-size: 13px;
}
#site-content .page-content-container .box-content p {
	margin: 0;
	padding: 2px 0px 10px 0px;
}
#site-content .page-content-container .box-content dt {
	padding: 2px 0px;		
}
#site-content .page-content-container .box-content dd {
	padding: 3px 0px 10px 0px;	
	font-style: italic;
}
#site-content .page-content-container .box-content ul {
	margin: 0;
	padding: 0;
}
#site-content .page-content-container .box-content li {
	margin: 0px 0px 5px 10px;
	padding: 0;
	list-style: disc inside none;
}
div.left {
	float: left;
}
div.right {
	float: right;
}


/* AhCMS specific styles */
.search-result {
    margin-bottom: 15px;
}
.search-result-percent {
    width: 40px;
    float: right;
    font-weight: bold;
}
.search-result-title {
    font-size: 14px;
}
.search-result-snippet {
    margin-top: 5px;
    width: 525px;
}


#site-content .page-content-container .box-content li.img-container {
	list-style: outside none;
}

.gallery-container .img-container {
	width: 120px;
	height: 100px;
	float: left;
	background-color: transparent;
	padding: 5px;
	margin: 10px 10px;
	text-align: center;
}

.gallery-container .img-container div {
	display: table-cell;
	vertical-align: middle;
}

#comp-button {
	width: 249px; height: 116px;
	display: block;
	position: absolute;
	top: 25px;
	right: 13px;
	background: transparent url(../images/competition-button.png) no-repeat scroll 0 0;
}
	#comp-button:hover {
		background: transparent url(../images/competition-button-hover.png) no-repeat scroll 0 0;
	}
		#header-image:hover #comp-button {
			-moz-box-shadow: 0px 0px 15px #0099ff;
			-webkit-box-shadow: 0px 0px 15px #0099ff;
			box-shadow: 0px 0px 15px #0099ff;
		}
