/* @group STYLE ORANGE */
/*-----The styles below define the basic color scheme defined in index.php -----*/
/*-----Also defines default module styles when no suffix is entered -----*/

/*-----MAINBODY BASIC LINK TEXT -----*/
#header {
	background: url(../../images/header_orange.png) no-repeat center top;
}

a {
	text-decoration: underline;
	color: #FFA300;
}
/*-----LEFT COLUMN LINK TEXT -----*/
#leftcol a {
	color: #FFA300;
}
#leftcol a:hover {
	color: "#FFA300";
}
/*-----LEFT COLUMN DEFAULT MODULE HEADER -----*/

#leftcol .moduletable h3 {
	background: #FFA300 url(../../images/module_orange_h3.png) no-repeat left center;
	color: #FFF;
	font: bold 15px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*-----LEFT COLUMN DEFAULT NEWSFLASH MODULE HEADINGS -----*/

#leftcol div.moduletable .contentheading a.contentpagetitle,
#leftcol div.moduletable .contentheading a.contentpagetitle:visited
{
	color: #FFA300;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

/*-----INNER COLUMN DEFAULT NEWSFLASH MODULE HEADINGS -----*/

div.moduletable td.contentheading a.contentpagetitle:hover,
 {
	color: #FFA300;
	text-decoration: none;
}
div.moduletable a.contentpagetitle,
div.moduletable a.contentpagetitle:visited {
	color: #FFA300;
	background: url(../../images/orangedot.png) no-repeat left center;
	text-decoration: none;
}

/*-----INNER COLUMN MODULE HEADINGS -----*/

div.left .moduletable h3 {
	background: #FFA300 url(../../images/left_orange.png) no-repeat 0px 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;

}
div.right .moduletable h3 {
	background: #FFA300 url(../../images/right_orange.png) no-repeat 100% 50%;
	color: #FFF;
	text-align: right;
	padding-right: 25px;
}

/*-----INNER COLUMN WIDE MODULE HEADINGS -----*/

div.modulewrap_wide div.right_wide .moduletable h3,
div.modulewrap_wide div.left_wide .moduletable h3 {
	height: 30px;
	line-height: 30px;
	width: 946px;
	position: relative;
	background: #FFA300 url(../../images/left_orange.png) no-repeat 0% 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}
/*-----INNER COLUMN MODULE HEADINGS -----*/

div.modulewrap .right_wide .moduletable h3,
div.modulewrap .left_wide .moduletable h3 {
	height: 30px;
	line-height: 30px;
	width: 690px;
	background: #FFA300 url(../../images/left_orange.png) no-repeat 0% 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}

div.moduletable .contentheading a.contentpagetitle,
div.moduletable .contentheading a.contentpagetitle:visited {
	font-size: .90em;
	line-height: 1.25em;
	padding-left: 19px;
	color: #FFA300;
	background: url(../../images/orangedot.png) no-repeat left center;
}


td.contentheading {
	font: 1.75em "Helvetica Neue",Helvetica, Arial, Verdana, serif;
	color: #FFA300;
	border-bottom: 1px solid #333;
	width: 99%;
}
.componentheading {
	color: #FFA300;
	border-bottom: none;
}
a.contentpagetitle, .contentpagetitle a, .contentpagetitle a:visited {
	color: #FFA300;
	width:100%;

}
/*-----HEADING 1-----*/

#mainbody h1 {
	font: normal 2em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #FFA300;
}
/*-----HEADING 2-----*/

#mainbody h2 {
	font: normal 1.75em/1.75em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #79B700;
}
/*-----HEADING 3-----*/

#mainbody h3 {
	font: normal 1.5em/1.75em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #CCC;
}
/*-----HEADING 4-----*/

#mainbody h4 {
	font: normal 1.25em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #fff;
}

/*-----INTERIOR BACKGROUND COLOR (REQUIRES IMAGE CHANGE TOO)-----*/

/* @end */
