
/*------------
 * Color
 *------------*/
a:link { color: #1A427F; }
a:active { color: #003280; }
a:visited { color: #583500; }
a:hover { color: #4584E6; }

body {
	color: black;
	background-color: #68b;
}

#backgroundFrame {
	background-color: #68b; /* hack for Firefox */
}

#backgroundTitle {
	color: #ADC5E8;
	color: #B1BED1;
}

#navbar {
	color: white;
	background-color: #646362;
	border-bottom-color: black;
}
#navbar a:link { color: #CBDFFF; }
#navbar a:active { color: white; }
#navbar a:visited { color: #FFEBCC; }
#navbar a:hover { color: #80B2FF; }


#title {
	color: black;
}

#mainmenu a {
	border-bottom-color: #1951A6;
	background-color: #3E5373;
	color: white;
}

#mainmenu a:hover {
	border-bottom-color: #FFC266;
	background-color: #2E76E5;
	color: #fff;
}

#maincontent, #mainmenu .selecteditem, #mainmenu .selecteditem:hover {
	background-color: white;
	border-color: #444;
	color: black;
}

#mainmenu .selecteditem {
	border-bottom-color: #1958b7;
}

#mainmenu .selecteditem:hover {
	border-bottom-color: #FFC266;
}

.subtle {
	color: #666;
}

#contentshadow1 { border-color: #596679; }

/* debug */
/*
#footer {
	border: 1px solid #F00;
}
*/


/*------------
 * Type
 *------------*/
body {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 90%;
	line-height: 1.5;
	word-spacing: 0.1em;
}

#backgroundTitle {
	font-family: "Georgia", serif;
	font-size: 32pt;
	font-weight: 500;
}

#navbar {
	font-family: "Arial", sans-serif;
	font-size: 100%;
	font-weight: 500;
}

#mainmenu {
	font-family: "Arial", sans-serif;
	font-size: 90%;
}

#mainmenu .selecteditem {
	font-weight: 900;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", sans-serif;
}

.title {
	font-size: 2.5em;
	line-height: 1.7;
}

#footer {
	font-size: 0.8em;
}

.subtle {
	font-size: 0.7em;
}


/*------------
 * Layout
 *------------*/
body {
	background-image: url( "headerGradientStrip.jpg" );
	background-repeat: repeat-x;
	background-position: top left;
/*	position: relative;*/
	margin: 0px;
	padding: 0px;
}

#backgroundFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	min-height: 100%;
}

#backgroundTitle {
	text-align: right;
	padding-left: 4px; /* IE bug workaround */
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 2;  /* Firefox bug workaround */
}

#backgroundHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 400px;  /* hack for Firefox and IE */
	background-image: url( "headerGradientStrip.jpg" );
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 1;
}

#backgroundHeaderImage {
	background-image: url( "cloudHeaderBackground.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 625px;
	height: 400px;
	z-index: 1;  /* Firefox bug workaround */
}

#backgroundFooter {
	background-image: url( "footerGradientStrip.jpg" );
	background-position: bottom left;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	z-index: 1;  /* Firefox bug workaround */
}

#backgroundFooterImage {
	background-image: url( "cloudFooterBackground.jpg" );
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 785px;
	height: 400px;
}

#maincontent {
	margin-left: 163px;
	margin-right: 40px;
	margin-top: 90px;
	margin-bottom: 0px;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;  /* Firefox bug workaround */
	min-height: 600px;
}
/* IE min-height hack */
* html #maincontent {
	height: 600px
/*	margin-top: 90px;*/
}

#navbar {
	margin: 0px;
	padding: 0px;
	padding-left: 0.5em;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

#mainmenu {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 155px;
	z-index: 2;  /* Firefox bug workaround */
}

#mainmenu ul {
	list-style: none;
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	border: 0px;
}

#mainmenu li {
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	border: 0px;
	width: 100%;  /* IE bug workaround */
}

#mainmenu a {
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	text-decoration: none;
	width: auto;
	height: 1%;  /* IE bug workaround */
}

#mainmenu .selecteditem {
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#footer {
	height: 40px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 163px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;  /* Firefox bug workaround */
}

#footerLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#footerRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
}

/* hack for Opera */
#footerSpacer {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 120px;
}

.titleicon {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}

.title {
	margin: 0px;
	margin-left: 30px;
}

.section {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.label {
	display: block;
}

.validatelink {
	margin-left: 2em;
	text-align: right;
}

.lastupdate {
	margin-right: .5em;
	text-align: right;
}

.ccIcon img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

/*------------
 * Misc
 *------------*/
a:link, a:active, a:visited { 
	text-decoration: underline;
}
a:hover { 
	text-decoration: none
}

h2 {
	background-image: url( "headingGradient.png" );
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%; /* hack for IE */
}

a img {
	border: 0px;
}
