/* CSS Document */

/*----- HEADINGS --------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	text-shadow: 0px 1px 1px #fff;
}	

h1 {
	color: #333;
	font-weight: lighter;
	margin: 0em;
	font-size: 2em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	line-height: 1;
	text-decoration: none;
	z-index: 100;
	padding-bottom: 0.4em;
	padding-top: 0.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	color: #666;
	font-weight: lighter;
	margin-bottom: 0.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	word-spacing: 0.2em;
	line-height: 1.1em;
}

h3 {
	font-size: 1.4em;
	color: #E52103;
	font-weight: 100;
	line-height: 1.2em;
	padding-bottom: 0.9em;
}
h4 {
	font-size: 1.3em;
	color: #666666;
	font-weight: lighter;
	margin-bottom: 0em;
	line-height: 1.6em;
}

h5 {
	font-size: 1em;
	color: #7F7F7F;
	font-weight: lighter;
	margin-bottom: 1em;
}

h6 {
	font-size: 0.8em;
	color: #666666;
	font-weight: lighter;
	margin-bottom: -0.9em;
}

/*------ BODY TEXT STYLES ------------------------------------------------*/

p {
	font-size: 0.85em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 1.9em;
	color: #666666;
	padding-right: 15px;
	padding-bottom: 1.9em;
	word-spacing: 0.2em;
}

em {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
}
.main-content p strong {
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	color: #BE1903;
	font-size: 1.1em;
}

.main-content li {
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #4F4F4F;
	line-height: 1.2em;
	margin: 0 0 0.9em 0px;
	padding: 0 1em 0 20px;
	background: url(../Images/Layout/Bullet_12.png) no-repeat left center;
}
.main-content li a {
	color: #C00;
	text-decoration: none;
}
.table p {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 5px 7px;
	line-height: 18px;
}

.text-small {
	font-size: 0.8em;
	color: #B3B3B3;
	line-height: 1.2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

a.text-small:link { color: #333333}
a.text-small:visited { color: #999999}
a.text-small:active { color: #333333}


/* ------ Styling of Links p, h4, h5 --------------------------------------- */

.main-content p a, .main-content h4 a, .main-content h5 a, .nav a {
	text-decoration: none;
	background-image: url(../Images/Layout/t-link.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #C00;
	margin: -2px;
	padding: 2px;
}

.main-content p a:visited, .main-content h4 a:visited, .main-content h5 a:visited, .nav a:visited {
	color: #7F1403;
	text-decoration: none;
	background-image: url(../Images/Layout/t-visited.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: -2px;
	padding: 2px;
}


.main-content p a:hover, .main-content h4 a:hover, .main-content h5 a:hover, .nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C10301;
	background-image: none;
	margin: -2px -4px;
	padding: 2px 4px;
}

.main-content p a:active, .main-content h4 a:active, .main-content h5 a:active, .nav a:active  {
	color: #F99;
	text-decoration: none;
	background-color: #900;
}


/* ----- Styling of External Links ------------------------------------------ */

/*.main-content p a[href^="http:"] {
    padding-right: 12px;
    background: url(../images/icons/external-link.gif) no-repeat right center;
	text-decoration: underline;
}
.main-content p a[href^="http:"]:hover {
    padding-right: 12px;
    background: url(../images/icons/external-link.gif) no-repeat right center; 
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4BB0F9;
}
*/

/* -----Input Forms Styling ------------------------------------------------- */

input:focus {
	background-color: #FFFF99;
	font-weight: bold;
	color: #003300;
}
textarea:focus { 
	background-color: #FFFF99;
	font-weight: bold;
	color: #003300;
}
.grey-box, .form-box
{
	background-image: url(../images/layout/form-background.gif);
	background-position: center center;
	color: #003366;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #0066CC;
	padding: 0 0 12px 6px;
}


/* ----- Image Layout ------------------------------------------------------- */

.image-left {
	float: left;
	padding: 4px;
	margin-right: 5px;
}
.image-right {
	float: right;
	padding: 4px;
	margin-left: 5px;
}

.clear-float {	clear: both}

.photo-box {  border: 1px solid #666666; background-color: #FFFFFF; padding: 4px}


/* ----- COLUMNS ------------------------------------------------------------ */

.dot-line-h { border-bottom: 1px dotted #666666}
.dot-line-v { border-left: 1px dotted #666666}

.column-div { padding-left: 12px; border-left: 1px #CCCCCC solid}
.right-column {	padding-left: 12px}



/* ----- FORM --------------------------------------------------------------- */

.form_text {
	font-size: 11px;
}
.form_field {
	font-size: 12px;
}

.FormItemDescription {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	width: 145px;
	font-size: 0.8em;
}
.RequiredData {
	font-size: 1em;
	font-weight: bolder;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}






/* ----- FIX --------------------------------------------------------------- */

.appnitro ul li {
	background: url(none);
}
/* ----- FIX --------------------------------------------------------------- */
.table tr td h2 {
	margin: 0 0 -5px 0;
}
.newsDate {
	color: #FFCA3D;
}
.NewsSubject {
	border-bottom: 2px solid #CCC;
	margin: 0px;
	padding: 0 0 6px 0;
}
.NewsItemContent {
	margin-top: 6px;
}
.NewsSubject h2 {
	margin: 0px;
	padding: 0px;
}

