/* @group STYLE BLUE */

/*-----The styles below define the basic color scheme defined in index.php -----*/

/*-----Also defines default module styles when no suffix is entered -----*/

#header {

	background: url(../../images/header_blue.png) no-repeat center top;

}

/*-----MAINBODY BASIC LINK TEXT -----*/

a {

	text-decoration: underline;

	color: #0079F0;

}

/*-----LEFT COLUMN LINK TEXT -----*/

#leftcol a {

	color: #0079F0;

}

#leftcol a:hover {

	color: #FFF;

}

/*-----LEFT COLUMN DEFAULT MODULE HEADER -----*/



#leftcol .moduletable h3 {

	background: #0079F0 url(../../images/module_blue_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: #0079F0;

	border-bottom: 1px solid #666;

	text-decoration: none;

}



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



div.moduletable td.contentheading a.contentpagetitle:hover,

 {

	color: #0079F0;

	text-decoration: none;

}

div.moduletable a.contentpagetitle,

div.moduletable a.contentpagetitle:visited {

	color: #0079F0;

	background: url(../../images/bluedot.png) no-repeat left center;

	text-decoration: none;

}



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



div.left .moduletable h3 {

	background: #0079F0 url(../../images/left_blue.png) no-repeat 0px 50%;

	color: #FFF;

	text-align: left;

	padding-left: 25px;

}

div.right .moduletable h3 {

	background: #0079F0 url(../../images/right_blue.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: #0079F0 url(../../images/left_blue.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: #0079F0 url(../../images/left_blue.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: #0079F0;

	background: url(../../images/bluedot.png) no-repeat left center;

}





td.contentheading {

	font: 1.75em "Helvetica Neue",Helvetica, Arial, Verdana, serif;

	color: #0079F0;

	border-bottom: 1px solid #333;

	width: 99%;

}

.componentheading {

	color: #0079F0;

	border-bottom: none;

}

a.contentpagetitle, .contentpagetitle a, .contentpagetitle a:visited {

	color: #0079F0;

	width:100%;



}

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



#mainbody h1 {

	font: normal 2em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, serif;

	letter-spacing: -1px;

	color: #0079F0;

}

/*-----HEADING 2-----*/



#mainbody h2 {

	font: normal 1.75em/1.75em "Helvetica Neue", Helvetica, Arial, Verdana, serif;

	letter-spacing: -1px;

	color: #0079F0;

}

/*-----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;

}







/* @end */