@charset "UTF-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #0b1d57;
	/*background-image: url(../images/clouds-back3.jpg);*/
}
a:link, a:active, a:visited, a:focus, a:hover {
	outline: none;
	border: none;
	text-decoration:none;
}
a:visited {
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 65%;
}
h6 {
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-bottom: -12px;
	margin-top: -4px;
}
tr .emphasisCentered img
{
	border: thin solid #930;
}

ul li {
	margin-top: .5em;
}

/* DIVs */
/*---------------------*/
#breadcrumbs {
	font-size: 85%;
	color: #FFFADD;
	margin-left: 5px;
	margin-top: 2px;
	padding-bottom: 2px;
}
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active {
	color: #FFFADD;
	outline:0;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #FFCB59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* [disabled]border-color: #930; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 2px; */
	text-align: left;
	background-image: url(../images/bg-container.jpg);
	background-repeat: repeat;
}
#footer {
	padding: 0 10px;
	background-image: url(../images/bg-container.jpg);
	background-repeat: repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #FFCB59;
	font-weight: bold;
	outline:0;
	text-decoration: underline;
}
#footer a:hover {
	color: #6CF;
	font-family: Verdana, Arial, 	Helvetica, sans-serif;
	text-decoration: underline;
}
#footer {
	font-size: 75%;
	text-align: center;
	background-color: #930;
}
#header {
	background-color: #930;
}
#header h1 {
}
#info a:link,
#info a:visited,
#info a:active,
#info a:focus
{
	color: #039;
	font-weight: bold;
	outline:0;
	text-decoration: underline;
	border:none;
}
#info p a:hover {
	color: #FFFFFF;
	background-color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#info #frmRegister legend {
	font-size: 1.2em;
}
#mainContent {
	background-color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#mainContent p
{
	line-height: 16px;
}
#mainContent h1 {
	font-size: 150%;
	text-align: left;
}
#mainContent h2 {
	font-size: 130%;
}
#mainContent ul li {
	color: #000;
	line-height: 16px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#mainContent p a:link, 
#mainContent p a:active, 
#mainContent p a:visited, 
#mainContent p a:focus,
#mainContent h1 a:link, 
#mainContent h1 a:active, 
#mainContent h1 a:visited, 
#mainContent h1 a:focus,
#mainContent ul li a:link,
#mainContent ul li a:active,
#mainContent ul li a:visited,
#mainContent ul li a:focus
{
	text-decoration: underline;
	outline: 0;
	border: none;
	color: #900;
}
#mainContent p a:hover,
#mainContent ul li a:hover,
#mainContent h1 a:hover
{
	text-decoration: underline;
	outline: 0;
	border: none;
	color: #039;
}

#nav {
	height: 50px;
	width: 750px;
	background-color: #0b1d57;
	/*background-image: url(../images/banner-back.jpg);
	background-repeat: repeat;*/
	margin-right: 10px;
}
#portfolioTable
{
	text-align: center;
	margin-left: 50px;
}
#portfolioTable img
{
	border: thin solid #930;
}
#reasons input.text {
	font-size: 0.85%;
	margin: -10px;
	padding: -5px;
}
#sidebar2 p .fltrt
{
	margin-right: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-size: 80%;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 25px;
	margin-right: 10px;
}
#sprytextfield1
{
	font-size: 90%;
}
/* END DIVs */
/*CLASSES*/
/*-------------------*/

.centered {
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.emphasis {
	font-weight: bold;
	font-size: 110%;
}
.emphasisCentered {
	font-size: 100%;
	text-align: center;
	margin-bottom: -18px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: -18px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.font65PercentNormal {
	font-size: 65%;
	font-weight: normal;
}
.font85PercentTop {
	font-size: 85%;
	vertical-align: top;
}
.font85percent {
	font-size: 85%;
}
.font82percent {
	font-size: 82%;
}
.font95percent {
	font-size: 95%;
}

.font120percent
{
	font-size: 120%;
	line-height: 20px;
}
.font75percent {
	font-size: 75%;
}
.imageright {
	float: right;
}
/*.imgtable*/
/*-----------------*/
.imgtable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgtable tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgtable tr td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*-------------------*/
/* END .imgtable*/
#mainContent p span.initcap
{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}
.jpgThumb {
	border: 3px solid #930;
}
.lineSpacingBigger {
	line-height: 25px;
}
.submit {
	margin-left: 10px;
}
.superscript {
	font-size: 0.7em;
	vertical-align: text-top;
}
.tableWithBorder {
	border: 2px solid #930;
}
.tableWithBorder td {
	border: 2px solid #930;
}
.tableCellTop {
	vertical-align: top;
	display: table-cell;
}
.tableCellCentered {
	text-align: center;
	vertical-align: top;
	display: table-cell;
}
.text
{
	font-size: 90%;
	margin-left: 15px;
	margin-right: 300px;
}
.top {
	vertical-align: top;
}

.trebuchet-bold
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 25px;
}

/* END CLASSES */
/*form*/
/*-------------------------*/
#form1 {
	font-size: 90%;
}

#form1 legend {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FEFFC8;
	margin-bottom: 10px;
	margin-left: 10px;
}
#form1 fieldset table {
	margin-top: 10px;
}
fieldset {
	background-color: #FFC;
	width: 680px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

fieldset label {
	font-size: 85%;
}

fieldset p label {
	padding-left: 6px;
}

fieldset table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

fieldset table tr {
	border: 1px solid #930;
}

fieldset table tr td {
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

fieldset table tr td table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -15px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
}

.fieldsetHeading2 {
	margin-left: 5px;
	font-size: 100%;
	font-weight: bold;
}

.fieldsetTableDataUpperMargin {
	margin-top: -20px;
	padding-top: -20px;
}

.fieldsetEntryField {
	margin-top: -5px;
}

.fieldsetEntryFieldIndent {
	margin-left: 5px;
	display: block;
}

.fieldsetEntryFieldIndentCheckbox {
	margin-left: 25px;
	display: block;
	margin-top: -15px;
}

.fieldsetBlockIndent {
	font-size: 85%;
	display: block;
	margin-left: 30px;
}

.fieldsetQuestion {
	font-size: 85%;
}

fieldset table table {
	margin-top: -10px;
}
/* end form */
/*-----------------------*/

.image-border-fltlft {
	border: thin solid #0B1D57;
	margin: 5px;
	float: left;
}
