/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");
@import url("forms.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
	color: black;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
	color:#1C2467;
	margin: 0 0 10px 0;
	font-size: 20px;
}

h1.alt2{
	color:#CC3300;
}

h1.alt3{
	color:#FF9900;
}

h2, legend{
	color: #0F4038;
	margin: 0 0 7px 0;
	font-size: 18px;
}

h1, h2, legend{
	font-family:"Times New Roman", Times, serif;
}

h3{
	color:#333;
	margin: 0 0 6px 0;
	font-size: 14px;
}

h4{
	color: #000;
	margin: 0 0 6px 0;
	font-size: 13px;
}

h5{
	color: #000;
	margin: 0 0 6px 0;
	font-size: 11px;
}

p {
	margin: 0 0 6px 0;
	line-height:1.2em;
}

a:link, a:visited {
	color:#1C2467;
}

a:hover {
}

:active{
	outline:none;
}



/* HEADER CONTENT
----------------------------------------------------------------*/



/* SIDEBAR CONTENT
----------------------------------------------------------------*/



/* TABLES
----------------------------------------------------------------*/
table {
	clear: both;
	text-align: left;
	border:#fff 0px solid;
}

th{
	text-align:left;
	background:#ccc;
}

td, th{
	padding: 2px 3px;
}

td.altRow{
	background:#eee;
}


/* LISTS
----------------------------------------------------------------*/
ul{
	margin:15px;
	padding:0;
	list-style:none;
}


li{
	padding:0 0 0 15px;
	background:url(../images/blueArrow.gif) no-repeat 0px 2px;
	margin:0;
}

ul.noBullet li {
	background:none;
}

li.noBullet{
	background:none;
}

ul.grants li{
	background:none;
  padding:0;
}

/* FOOTER CONTENT
----------------------------------------------------------------*/
#Footer p {
	
}


/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
.error {
	color: red;
}

hr{
	border:none;
	border-top: dashed 1px #eee;
	height:0px;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right, .price{
	text-align:right;
}

img.floatRight{
	float:right;
	display:block;
	margin:0 0 15px 15px;
}

img.floatLeft{
	float:left;
	display:block;
	margin:0 15px 15px 0;
}

.callOutBox{
	background:#eee;
	border:#0F4038 1px solid;
	padding:10px;
}

/* SITE COLORS
----------------------------------------------------------------*/
.blue{
	color:#1C2467;
}

.green{
	color:#0F4038;
}

.ltblue{
	color:#9ACCFF;
}


/* STYLEGUIDE COLORS
----------------------------------------------------------------*/
th.color, td.color{
	width:150px;
}

.color img{
	width:25px;
	height:25px;
}

img.blue{
	background:#003366;
}

img.red{
	background:#CC0000;
}

img.green{
	background:#003300;
}

.Success
{
 color: white;
 background-color: #009900;
 padding: 5px;
 font-weight:bold;
}

.Errors
{
 color: #fff;
 background-color: #990000;
 padding: 5px;
 font-weight:bold;
}

a.button:link, a.button:hover, a.button:visited, a.button:active, .button, span.button a{
	background:#1C2467;
	padding:1px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}

input.button{
	display:inline;
  white-space:normal;
  font-size:12px;
  border:1px solid #1C2467;
}
