﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body
{
	text-align:center;
	margin: 0;
	padding-bottom: 2em;
	background-color: #002972;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img 
{
	border:none;
}

#wrapper 
{
	text-align:left;
	width:840px;
	margin: 0 auto;
}
#headerLeft 
{
	background-image: url(Images/layout/headerLeft.jpg);
	width:200px;
	height:180px;
	vertical-align:top; 
}
#headerRight
{
	background-image: url(Images/layout/headerRight.jpg);
	width: 640px;
	height: 180px;
}

.title {
	font: 22px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #002972;
	letter-spacing: -0.5px;
	margin:30px 0px 0px 26px;
	text-align:center;
}
.title a 
{
	color:#003CA5;
	text-decoration: none;
}
.title a:hover
{
	color:#44a7da;
	text-decoration: none;
}

#tblLayout
{
	background:url(images/layout/layoutBackground.jpg);
	background-repeat:repeat-y;
}

a:link, a:visited {
	color: #003CA5;
	text-decoration: none;
}
a:hover {
	color: #44a7da;
	text-decoration:underline;
}

legend 
{
	color: #003ca5;
	font-weight: bold;
}

/* Navigation */

#navigation 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	vertical-align:top;
	height:450px;
	padding-left: 20px;
}
#navigation .sideTitle
{
	margin-left:0px;
	color:#eaeaea;
	font-size: 120%;
	padding:4px 18px;
	background-color: #003ca5;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	font-weight:bold;
	margin-top: 7px;
	padding: 0;
}
#navigation li a  {
	display: block;
	padding: 1px 2px 1px 0.5em;
	margin-left: 12px;
	color: #003CA5;
	text-decoration: none;
}
#navigation li a:hover 
{
	color: #003CA5;
	background-color: #44a7da;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	margin:0;
	font-weight:normal;
	color: #003CA5;
	display:inline;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	color: #003CA5;
}
#navigation ul ul a:hover {
	color: #003CA5;
	background-color: #44a7da;
}
#navigation h3 
{
	margin:0px;
	padding:0px;
	display:inline;
	font-size: 100%;
}

/* Main Content */
#breadcrumb {
	font: 80% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #666;
	background-image: url(Images/layout/layoutInnerCorner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	height:30px;
}


.colorPrimary{

}
.colorSecondary{
	color: #6a6a6a;
}
.colorSpecial{
	color: #cc0000;
}
.colorError
{
    color: #cc0000;
}
#content 
{
	vertical-align:top;
	/* background-color:transparent; */
	/* background-image: url(Images/SvgsaLogo.jpg); */
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	/* background-position: 94% 0%; */
	padding:0px 40px 0px 20px;
	color: #333;
}

#content h1 
{
	padding-top: 4px;
	color: #003ca5;
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content h2 
{
	font: 125% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	padding: 4px 2px 4px 2px;
	color: #003ca5;
	border-bottom: solid 1px #003ca5;
}

#content h3 
{
	color: #003ca5;
	font: 100% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#content h4 
{
	color: #666;
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#content p, #content td
{
	
	font-size: 80%;
	line-height: 1.6em; 
}
#content td td
{
	font-size: 100%;
}

#content ul, #content ol {
	line-height: 1.6em; 
}
#content li 
{
	font-size: 80%;
}

#content .subCategories 
{
	font-size: 100%;
}


/* Footer */
#footerLeft 
{
	height: 110px;
	background-image: url(Images/layout/footerLeft.jpg);
}

#footerRight {
	background-image: url(Images/layout/footerRight.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
	color:#666;
	text-align:center;
}

fieldset { 
	-moz-border-radius:5px;
	-moz-border-top-colors: transparent #D0D0BF transparent;
	-moz-border-right-colors: transparent #D0D0BF transparent;
	-moz-border-bottom-colors: transparent #D0D0BF transparent;
	-moz-border-left-colors:  transparent #D0D0BF transparent;
}

div.line
{
	border-top:solid 1px #ccc;
	text-align:right;
	clear:both;
}
div.line a
{
	font-size:50%;
	padding:4px;
	margin-right:8px;
	background-color:#ccc;
}

div.clear
{
	clear:both;
}
.rules LI
{
	line-height: 1.4em;
}
.rules OL OL
{
	list-style-type: lower-alpha;
}

.tableOfContents
{
	font-size: 50%;
}

.columnA
{
	width: 277px;
	float:left;
	line-height: 1em;
}
.columnA p
{
	margin: 0px 0px 8px 0px;
}
.columnA h4
{
	margin:0;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	background-color: #eaeaea;
	padding: 4px 0px;
}
.columnB
{
	width: 277px;
	float:left;
	margin-left: 20px;
	line-height: 1em;
}
.columnB p
{
	margin: 0px 0px 8px 0px;
}
.columnB h4
{
	margin:0;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	background-color: #eaeaea;
	padding: 4px 0px;
}	

a.blankButton, a.blankButton:visited 
{
	background: url(Images/Layout/blue-button.jpg) no-repeat center;
	color: #fff;
	font: normal 14px arial, sans-serif;
	display:block;
	width: 190px;
	height: 38px;
	vertical-align:middle;
	cursor: pointer;
	line-height:38px;
	font-weight:bold;
	padding-top:0;
	padding-bottom:1px;
}
a.blankButton:hover 
{
	color: #ddd;
	text-decoration:none;
	background-position:0 2px;
	padding-top:1px;
	padding-bottom:0;
}
a.blankButtonMedLong, a.blankButtonMedLong:visited 
{
	background: url(Images/Layout/btnBlank_BlueGreen_200x69.jpg) no-repeat top;
	color: #fff;
	font: normal 14px arial, sans-serif;
	display:block;
	width: 200px;
	height: 34px;
	vertical-align:middle;
	cursor: pointer;
	line-height:34px;
	font-weight:bold;
	padding-top:0;
	padding-bottom:1px;
}
a.blankButtonMedLong:hover 
{
	color: #eee;
	text-decoration:none;
	background-position:0 -34px;
	padding-top:1px;
	padding-bottom:0;
}

a.blankButtonMedShort, a.blankButtonMedShort:visited 
{
	background: url(Images/Layout/btnBlank_BlueGreen_145x69.jpg) no-repeat top;
	color: #fff;
	font: normal 14px arial, sans-serif;
	display:block;
	width: 145px;
	height: 34px;
	vertical-align:middle;
	cursor: pointer;
	line-height:34px;
	font-weight:bold;
	padding-top:0;
	padding-bottom:1px;
}
a.blankButtonMedShort:hover 
{
	color: #eee;
	text-decoration:none;
	background-position:0 -34px;
	padding-top:1px;
	padding-bottom:0;
}

a.blankButtonTiny, a.blankButtonTiny:visited 
{
	background: url(Images/Layout/btnBlank_BlueGreen_Tiny.jpg) no-repeat top;
	color: #fff;
	font: normal 12px arial, sans-serif;
	display:block;
	width: 109px;
	height: 25px;
	vertical-align:middle;
	cursor: pointer;
	line-height:25px;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:0;
}
a.blankButtonTiny:hover 
{
	color: #eee;
	text-decoration:none;
	background-position:0 -26px;
	padding-top:0;
	padding-bottom:1px;
}

a.blankButtonRedTiny, a.blankButtonRedTiny:visited 
{
	background: url(Images/Layout/btnBlank_Red_Tiny.jpg) no-repeat top;
	color: #fff;
	font: normal 12px arial, sans-serif;
	display:block;
	width: 109px;
	height: 25px;
	vertical-align:middle;
	cursor: pointer;
	line-height:25px;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:0;
}
a.blankButtonRedTiny:hover 
{
	color: #eee;
	text-decoration:none;
	background-position:0 -26px;
	padding-top:0;
	padding-bottom:1px;
}

a.blankButtonMedRed, a.blankButtonMedRed:visited 
{
	background: url(Images/Layout/btnBlank_Red_145x69.jpg) no-repeat top;
	color: #fff;
	font: normal 14px arial, sans-serif;
	display:block;
	width: 145px;
	height: 34px;
	vertical-align:middle;
	cursor: pointer;
	line-height:34px;
	font-weight:bold;
	padding-top:0;
	padding-bottom:1px;
	background-color:Red;
}
a.blankButtonMedRed:hover 
{
	color: #eee;
	text-decoration:none;
	background-position:0 -34px;
	padding-top:1px;
	padding-bottom:0;
}


#content p.legend
{
	margin:0px;
	font-size:10px;
	color: #999;
}

#content p.center
{
	text-align:center;
}

/* Form Elements */
.tblForm td 
{
	vertical-align:top;
}
.tblForm em 
{
	color:#c00;
	font-weight:bold;
}
.altRow
{
    background-color: #eee;
}
.oneChar
{
	width: 10px;
}
.threeChars 
{
	width: 30px;
}
.fourChars
{
	width: 40px;
}
.divLine
{
	border-bottom:dotted 1px #666;
	margin-bottom:20px;
}
label 
{
    white-space:nowrap;
}
label em
{
    font-weight:bold;
    color:#cc0000;
    font-style:normal;
}