
/***************************************************************
	CSS written by Adam T. Gregory - 09/22/2007
***************************************************************/

html {
	height: 100%;
	background-color: #001444;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #010206;
	background-color: #001444;
	background-image: url(../images/G2Background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
}

h1 {
	clear: both;
	color: #16326b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 100%;
}

h2 {
	color: #f2a615;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5em;
}

h2 a {
	color: #16326b;
}

h2 a:hover {
	color: #69a81b;
}

h3 {
	color: #69a81b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}

h4 {
	color: #3469cb;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}

h5 {
	color: #16326b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}

h6 {
	color: #010206;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1, .leftColumn h2, .leftColumn h4, .leftColumn h5, .leftColumn h6, .leftColumn p, .leftColumn dl {
	padding-left: 0;
	color: #FFFFFF;
}

.leftColumn h3 {
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #f2a615;
}

.leftColumn p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #FFFFFF;
}

.leftColumn b {
	color: #999999;
}

.leftColumn a {
	color: #999999;
	text-decoration: underline;
}

.leftColumn a:hover {
	color:#f2a615;
}

a {
	color: #2d5ab0;
	font-weight: 500;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color:#f2a615;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
	color: #f2a615
}

b {
	color: #16326b;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}

ol {
	color: #010206;
}

ol span {
	color: #010206;
}

ul {
	list-style-image: url(../images/icons/bullet.gif);
}

del {
	color: #aaaaaa;
}

code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	line-height: 120%;
	white-space: pre;
	font-family: courier, monospace;
	font-size: 1em;
	font-weight: 400;
	color: #A1FF45;
	background-color: #000000;
}

.leftColumn code {
	margin-left: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777777;
}

dt {
	font-weight: bold;
	color: #16326b;
}

dd {
	margin-left: 0;
	padding-left: 45px;
}

/**************************************************************
   Form Elements
 **************************************************************/
form {
	margin: 2px;
}

label {
	display: block;
}

input, textarea {
	color: #010206;
	border: 1px solid #969696;
	background-color: #eeeeee;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 7px;
}

select {
	color: #010206;
	border: 1px solid #969696;
	background-color: #eeeeee;
	font-size: 1.0em;
	line-height: 170%;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #010206;
	border: 1px solid #f2a615;
	background-color: #FCE8C2;
}

input.button {
	display:block;
	float:left;
	background-color:#eeeeee;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	text-decoration:none;
	color:#010206;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 7px;
}

input.button:focus, input.button:hover {
	color: #010206;
	border: 1px solid #f2a615;
	background-color: #FCE8C2;
}

/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 10px 15px;
	padding-left: 27px;
	background-color: #CCCCCC;
	background-image: url(../images/icons/quotegray.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

blockquote.exclamation {
	background-image: url(../images/icons/exclamationgray.gif);
}

blockquote.stop {
	background-image: url(../images/icons/stopgray.gif);
}

blockquote.go {
	background-image: url(../images/icons/gogray.gif);
}

.thedate {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:49px;
	background-image: url(../images/icons/CalendarWidget.jpg);
	background-repeat: no-repeat;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.datemonth {
	display:block;
	font-size: 0.8em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}

.datedate {
	display:block;
	font-size:1.8em;
	margin:0;
	text-align: center;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: .1em;
	padding-left: 0;
}

.news {
}

.news h2 {
	color: #16326b;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: 400;
}

.news p {
	line-height: 1.1em;
	color: #333333;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}

img.floatLeft {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}

img.floatLeft0px {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

img.border {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #CCCCCC;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
}

a:visited img {
	border: 1px solid #CCCCCC;
}

.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
}

.cleartable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.cleartable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.cleartable th {
	height:3em;
	padding:2px 20px 2px 7px;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
}

.cleartable td {
	height:3em;
	padding:2px 7px 2px 7px;
	text-align:left;
	color:#001444;
}

.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}

.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
}

.separator {
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2a615;
}

.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.separatorsmallclear {
	clear: both;
	height:10px;
}

.pageTitle {
	clear: both;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	background-color: #CCCCCC;
}

.list2 ul {
	float: left;
	width: 10em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
}

.list2 li {
	float: left;
	width: 20em;
	margin: 0;
	background-image: url(../images/icons/bullet.gif);
	background-position: 0 -2px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	text-decoration: none;
	list-style-type: none;
	line-height: 1.2em;
}

.list2 ol li a {
	display: block;
	text-decoration: none;
}

.list2 ol li a:hover {
	color: #f2a615; /* white */
	background-color: #FFFFFF; /* brown */
}

