
/* Blue Style 001 */
/* Copyright 2007 Casey Lee for Joomlashack.com */


/* main background color, header background, and default text color */
body#page_bg {
	background-color: #FFFFFF;
	color: #2E348F;
}



/*Top Nav Link Color*/

#header-top li a {
	color: #00165E;
}
#header-top li a:hover {
	color: #fff;
}


/*Header (TEXT) */
#header-text h1, #header-text h1 a {
	color: #00165E;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 45px; 
	letter-spacing: -3px;
}
/*Header (GRAPHIC) */
/*Adjust the height below - Proceed with caution or use "text" based logo from config*/
/*Notes: If your logo extends the default size (67px) the page.png must be re-exported as well */
/*It is recommended to use the Fireworks source */

#header-graphic {
	background: url(../images/header_logo.png) no-repeat left top;
	height: 70px; 
	border:#00FF00 1px solid;
	margin:10px 0px 0px;
}

/* Defines the clickable hotspot area of the logo */
/* You can temporarily uncomment the red border to see your zone */
#header-graphic h1 a {
	height: 58px;
	width: 215px;
}

	/*border: 1px solid red;
	cursor: pointer;

/* Headings Typography */

h1 {
	font-size: 28px;
	color: #00165E;
}

h2 {
	font-size: 24px;
	color: #00165E;
}

h3 {
	font-size: 20px;
	color: #00165E;
}

h4 {
	font-size: 16px;
	color: #00165E;
}

/* Because serifs don't look all that great. Remove this if you change to a sans-serif font */

b, strong {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; font-size: .95em;
}

/* Left and Right Column Typography */

#leftcol h1, #rightcol h1 {
	font-size: 18px;
	line-height: 125%;
}

#leftcol h2, #rightcol h2 {
	font-size: 16px;
	line-height: 125%;
}
#leftcol h4, #rightcol h4 {
	font-size: 14px;
	line-height: 125%;
}

#leftcol .inside,
#rightcol .inside {
	font-size: 12px;
	line-height: 135%;
}

#leftcol a.contentpagetitle,
#rightcol a.contentpagetitle,
#rightcol td.contentheading,
#leftcol td.contentheading {
	font-size: 22px;
	line-height: 22px;
}
/* Bottom stroke */
table#main {
	border-bottom: 5px solid #ccc;
}

/* Teaser Background */

#teaser-wrapper {
	background: url(../images/teaser_bg.png) repeat-x center top;
	background-color:#E0E7EB;
}
/* Secondary (inner) Teaser Background */
#teaser {
	background: url(../images/teaser.jpg) repeat-x center top;
}
/* Teaser (icon position) Typography */

#teaser h3 {
	color: #00165E;
	font-size: 28px;
	line-height: 32px;
}
#teaser p {
	color: #00165E;
	font-size: 18px;
	line-height: 20px;
}
#teaser a {
}

#teaser a.readon {
	background-color: #f5f5f5;
	border: 1px solid #797f83;
}

/* @group Module Headings */

/* Style 1 - S1/Default */

div.moduletable h3, div.moduletableS1 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #FFFFFF url(../images/moduleheading1.png) no-repeat left bottom;
	color: #00165E;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 2 - S2 */

div.moduletableS2 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #FFFFFF url(../images/moduleheading2.png) no-repeat left bottom;
	color: #00165E;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 3 - S3 */

div.moduletableS3 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #FFFFFF url(../images/moduleheading3.png) no-repeat left bottom;
	color: #00165E;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 4 - S4 */

div.moduletableS4 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #c0ccd3 url(../images/moduleheading4.png) no-repeat left bottom;
	color: #00165E;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 5 - S5 */

div.moduletableS5 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #FFFFFF url(../images/moduleheading5.png) no-repeat left bottom;
	color: #00165E;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 6 -bdr */


div.moduletable-bdr {
	background: #f4f4f4;
	border: 1px solid #ccc;
}

/* Style 7 -nopad */

div.moduletable-nopad h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #00165E;
	line-height: 165%;
}



/*Author Text*/
span.small,.createdate {
/*	font: normal small-caps;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;*/
	color: #666;
	text-transform: uppercase;
}
/*Last Updated Text*/
.modifydate {
/*	font: normal small-caps;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;*/
	color: #666;
	text-transform: uppercase;
}
/* Content Headings */

a.contentpagetitle {
	text-decoration: none;
	color: #5e6f75;
}

a.contentpagetitle:hover {
	color: #000;
	text-decoration: none;
}

td.contentheading {
	color: #00165E;
}

.contentheading {
	color: #00165E;
	letter-spacing: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; 
}

.componentheading {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #00165E;
}
/*Read more...*/
a.readon {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;
	text-decoration: none;
	color: #747a7e;
}

a.readon:hover {
	color: #84949c;
	text-decoration:none;
}
/*Buttons*/

input.button {
	border: 1px outset #666;
	background: #3d3d3d;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;
}
/* Category Tables */

td.sectiontableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #797f83;
	font-weight: bold;
}

td tr.sectiontableentry1 td,
td.sectiontableentry1 {
	background: #fefefe;
	border-bottom: 1px solid #f0f0f0;
}

td tr.sectiontableentry2 td,
td.sectiontableentry2 {
	background: #f6f6f6;
	border-bottom: 1px solid #f2f2f2;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
	text-decoration: none;
}


