/*********************
GLOBAL STYLES
*********************/

body {
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	vertical-align:top;
}

.link1 a         {color: #990000; text-decoration: none;}
.link1 a:visited {color: #990000; text-decoration: none;}
.link1 a:hover	 {text-decoration: underline;}

.link2 a         {color: #FF6633; text-decoration: underline;}
.link2 a:visited {color: #FF6633; text-decoration: underline;}
.link2 a:hover	 {text-decoration: underline;}

td {
	vertical-align:top;
}

tr {
	vertical-align:top;
}

img {
    border: none;
}
	  
ul
{
 list-style-type: none;
padding: 0;
margin: 0;
}


li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
padding-left: .9em;
}


/*********************
CONTENT STYLES
*********************/


h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
	line-height: 30px;
	font-weight: 100;
	color: #FF6633;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
    color: #FF6633;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 100;
    color: #FF6633;
}

.newsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 100;
    color: #FF6633;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 100;
    color: #FF6633;
}


.intro {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #990000;
}


/*********************
NAVIGATION
*********************/


.nav:link, .nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
    text-decoration: none;
}

.navActive {

font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
    text-decoration: none;
}

/*********************
SIDEBAR STYLES
*********************/

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}


.date {
	font-weight: bold;
}


.readMore:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
}

.readMore:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
	text-decoration: underline;
}

.contactDetails {
color: #FF6633;
}

/*********************
FOOTER STYLES
*********************/

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align:left;
}

.legal:link, .legal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.legal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

/*********************
FORM STYLES
*********************/

input {
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 11px;
 background-color: #F6EDEE;
 color: #666666;
 border: none;
 padding: 5px;
 width: 219px;
}


form {
 border: none;
 padding: 5px;
}

textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 11px;
 background-color: #F6EDEE;
 color: #666666;
 border: none;
 padding: 5px;
 width: 219px;

}

input.submit_button {
	background: url(images/submitButton.gif) no-repeat left bottom;
	width: 63px;
	height: 20px;
	border: none;
	cursor: default;
	padding-top: 5px;
	margin-top: 5px;
	}
