﻿* {
padding: 0;
margin: 0;
}

html {
    height: 100%;    
}

body {
    height: 100%; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Times New Roman;
    font-size: 1em;
    line-height: 1.3em;
    background-color: #004080;
    background-image: url('../images/background.jpg');
    background-attachment: scroll;
    background-position: top left;
    background-repeat: repeat-x;
}

p {
	text-align: left;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;
	line-height: 1.4em;
	/*letter-spacing: 0.04em;*/
}

h1 {
    font-size: 1.5em;
    padding: 15px 0px 15px 0px;
    color: Maroon;
    text-transform: uppercase;
}

h2 {
    font-size: 1.3em;
}

h2.border {
	padding-bottom: 4px;
    background-color: Transparent;
    border: 1px dotted #6296CA; 
    border-style: none none dotted;
    margin: 6px 0px 6px 0px;
}

h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

hr {
    background-color: Transparent;
    border: 1px dotted #6296CA; 
    border-style: none none dotted;
    margin: 6px 0px 6px 0px;
}

p.subtitle {
	font-size: .9em;
	font-weight: bold;
}

a {
    color: #004080;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #004080;
    text-decoration: underline; 
}

a:active {
    color: #6296CA;
    text-decoration: underline;
    outline: none;
}

a:visited {
    color: #004080;
}

#outer-container {
    width: 950px;
    min-height: 100%;
    margin: 0px auto;
    background-image: url('../images/shadow-border.png');
    background-attachment: scroll;
    background-position: top center;
    background-repeat: repeat-y;
}

* html #outer-container
{
    height: 100%;
}

#container {
	width: 900px;
	margin: 0px auto;
}

#header {
	height: 190px;
	width: 900px;
	background-color: #ffffff;
	background-image: url('../images/logo-hsqc.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#navigation {
	width: 830px;
	height: 40px;
	padding-top: 10px;
	padding-left: 70px;
	line-height: 20px;
	background-color: #6296CA;
}

#administration {
	height: 30px;
	width: 880px;
	background-color: #dddddd;
	border-top: solid 1px #555555;
	border-bottom: solid 1px #555555;
	line-height: 30px;
	text-align: right;
	padding-right: 20px;
}

#content {
	width: 860px;
	padding: 10px 20px 10px 20px;
	background-color: #ffffff;
	
}

#content h1 h2 {
    padding: 10px 0px 10px 0px;
}

/*#content h3 {
    font-size: 1.4em;
    padding: 0px 0px 10px 0px;
}*/

#leftbubble-top {
    height: 25px;
    width: 550px;
	background-image: url('../images/leftbubble-top.jpg');
	background-position: top top;
	background-repeat: no-repeat;
}

#leftbubble-content {
    padding: 0px 25px 0px 25px;
    width: 500px;
    height: 170px;
	background-image: url('../images/leftbubble-content.jpg');
	background-position: top top;
	background-repeat: repeat-y;
	line-height: 1.5em;
	font-size: 1.2em;
}

#leftbubble-content h1 {
    font-size: 1.5em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

#leftbubble-bottom {
    height: 35px;
    width: 550px;
	background-image: url('../images/leftbubble-bottom.jpg');
	background-position: top top;
	background-repeat: no-repeat;
}

#rightbubble-top {
    height: 25px;
    width: 300px;
	background-image: url('../images/rightbubble-top.jpg');
	background-position: top top;
	background-repeat: no-repeat;
}

#rightbubble-content {
    padding: 0px 25px 0px 25px;
    height: 170px;
    width: 250px;
	background-image: url('../images/rightbubble-content.jpg');
	background-position: top top;
	background-repeat: repeat-y;
	line-height: 1.1em;
	font-size: 1.1em;
}

#rightbubble-content h1 {
    font-size: 1.0em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: Maroon;
}

#rightbubble-content h2 {
    font-size: 1.0em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    line-height: 0.90em;
    letter-spacing: 0.08em;
}

#rightbubble-bottom {
    height: 35px;
    width: 300px;
	background-image: url('../images/rightbubble-bottom.jpg');
	background-position: top top;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 1.2em;
}

#news-container {
    margin: 0px auto;
    width: 850px;
    font-size: 1em;
}

#news-container p {
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}

#footer {
    padding-top: 100px;
	width: 900px;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	bottom: 0px;
    letter-spacing: 0.1em;
}

#footer p {
	font-size: 1.0em; 
	background: #dddddd; 
	line-height: 40px; 
	border-top: dotted 1px #555555; 
	border-bottom: dotted 1px #555555; 
	text-align: center;
}

.news-top {
    height: 25px;
    width: 850px;
	background-image: url('../images/news-top.jpg');
	background-position: top top;
	background-repeat: no-repeat;
}

.news-content {
    width: 800px;
    padding: 0px 25px 0px 25px;
	background-image: url('../images/news-content.jpg');
	background-position: top top;
	background-repeat: repeat-y;
	min-height: 200px;
	height:auto !important;
}

.news-content p {
    margin: 0px 0px 0px 0px;
}

.news-bottom {
    height: 42px;
    width: 850px;
	background-image: url('../images/news-bottom.jpg');
	background-position: top top;
	background-repeat: no-repeat;
}

.author-photo 
{
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 8px 0px 0px 0px;
}

.author-photo img  
{
	padding: 1px;
	border: 1px solid #6296CA;	
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}


.pager {
	margin: 8px 0px 2px 0px;
	padding: 0px;
	font-weight: normal;
}

.pager .disabled {
	border: 1px solid #CCCCCC;
	color: #999999;
	padding: 2px 4px;
	text-align: center;
}

.pager .current {
	background-color: #DDE6EF;
	border: 1px solid #CCCCCC;
	color: #999999;
	font-weight: bold;
	padding: 2px 4px;
	text-align: center;
}

.pager span, .pager a {
	margin-right: 4px;
}

.pager a {
	border: 1px solid #CCCCCC;
	color: #999999;
	background-color: #F1F5F8;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
}

.testimonial {
    letter-spacing: 0.08em;
    line-height: 1.4em;
    margin: 20px 0px 20px 0px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #6296CA;
}

/* GRID TABLE */
table.grid {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;	
}

table.grid th {
	font-weight: bold;
	background-color: #DDE6EF;
	color: #666666;
	line-height: 1.4em;
	padding: 0px 4px 0px 4px;
}

table.grid td {
	background-color: #F1F5F8;
	line-height: 1.8em;
	padding: 0px 4px 0px 4px;
}

table.grid td a {
	color: #000000;
}

table.grid td img {
	border: 0;
	vertical-align: middle;
}

/* FORM TABLE */
table.form {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 6px;
}

table.form th {
	font-weight: bold;
}

table.form td {
	color: #666666;
	line-height: 1.6em;
	padding: 2px 4px 2px 4px;
}

table.form td.label {
	font-size: 0.85em;
	font-weight: bold;	
	background-color: #DDE6EF;
	color: #666666;
	text-align: right;
}

table.form td.value {
	font-size: 0.85em;
	background-color: #F1F5F8;
	color: #000000;
}

table.form td.value p {
	
}

table.form td.message {
	background-color: #F1F5F8;
	color: #000000;
}

/* INFORMATION TABLE */
table.info {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 6px;
}

table.info td {
	color: #666666;
	line-height: 1.6em;
	padding: 2px 4px 2px 4px;
}

table.info td.label {
	font-size: 0.85em;
	font-weight: bold;	
	background-color: #DDE6EF;
	color: #666666;
	text-align: right;
}

table.info td.value {
	font-size: 0.85em;
	background-color: #F1F5F8;
	color: #000000;
}



.field-validation-error
{
	font-size: 1em;
	font-weight: normal;	
}

.validation-summary-errors
{
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}



.affirmative {
	color: Green;
	font-weight: bold;	
}

.negative {
	color: Red;
	font-weight: bold;	
}

.contact-code {
	display: none;	
}

.contact-label {
    width: 25%;
    font-weight: bold;
    background-color: #DDE6EF;
    padding: 8px 8px 8px 8px;
}

.contact-input {
    width: 75%;
    background-color: #F1F5F8;
    padding: 8px 8px 8px 8px;
}