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


.reasons h4 {
	background-image:url(../images/reasons_bg.png);
	background-repeat:no-repeat;
	border-top:1px dotted #EFEFEF;
}

.reasons h4:first-letter {
	color:#FFFFFF;
	margin-right:20px;
}
.reasons p {
	margin-left:40px;
} 


/* main background color, header background, and default text color */
body#page_bg {
	background: url(../images/page_bg.png) repeat-x center top;
	background-color: #ccc;
	color: #363636;
}

/*DAVE ADDED FOR SPLIT BG*/
#right_bg {
	position:absolute;
	z-index:-1;
	width:30%;
	height:550px;
	padding: 0;
	margin: 0;
	background-image:url(../images/page_bg_right.png);
	background-repeat: repeat-x;
	top: 0px;
	right: 0px;
}
/*DAVE ADDED FOR TESTIMONIALS*/

div.blue {
background-image: url(../images/testimonial_blue.png);
background-position:top left;
background-repeat:no-repeat;
background-color:#221c98;
color:#d7d6e3;
}
div#bottom_blue {
background-color:#221c98;
background-image: url(../images/testimonial_bottom.gif);
background-position:bottom left;
background-repeat:no-repeat;
padding:0px;
}

div.red {
background-image: url(../images/testimonial_red.png);
background-position:top left;
background-repeat:no-repeat;
background-color:#CF1513;
color:#ebdbdb;
}
div#bottom_red {
background-color:#CF1513;
background-image: url(../images/testimonial_bottom.gif);
background-position:bottom left;
background-repeat:no-repeat;
padding:0px;
}

div#testimonial .quote {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight: normal;
line-height:1.3em;
text-align:left;
padding:20px 20px 10px 20px;
}
div#testimonial .quoted  {
text-align:right;
padding: 0px 20px;
margin:0;
}

/* default font */
html, body, form, fieldset {
	font: 13px/130%  Arial, Helvetica, sans-serif;
}


/*Top Nav Link Color*/

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


/*Header (TEXT) */
#header-text h1, #header-text h1 a {
	color: #f7f7f7;
	font: normal 45px/45px Georgia, "Times New Roman", Times, serif;
}
/*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: 109px;
}

/* 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: 32px;
	color: #333;
}

h2 {
	font-size: 24px;
	color: #797f83;
}

h3 {
	font-size: 16px;
	color: #3d3d3d;
}

h4 {
	font-size: 16px;
	color: #A6100F;
}
/* Default Link Styles */
a {
	color: #720B0A;
	text-decoration: underline;
}

a:hover {
	color: #e41715;
	text-decoration: underline;
}

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

/* b, strong {
	font: bold .95em Arial, Helvetica, Geneva, sans-serif;
} */

/* 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; removed dd */
	padding:0;
	border:0;
	
}
}

/* 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: #3d3d3d;
	font-size: 28px;
	line-height: 32px;
}
#teaser p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 20px;
}
#teaser a {
}
/* @group Module Headings */

/* Style 1 - S1/Default */

div.moduletable h3, div.moduletableS1 h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
       font-weight: bold;
	background: #00007E url(../images/moduleheading1.png) no-repeat left bottom;
	color: #fff;
	line-height: 165%;
}
/* Style Right Job added by DD */
div.moduletable_rightjob {
	background:transparent url(../images/divider_bar.png) repeat-x scroll center bottom;
}

div.moduletable_rightjob h3 {
	text-transform: uppercase;
	font-size: 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
       font-weight: bold;
	background: #fff url(../images/right_job.png) no-repeat left top;
	color: #fff;
	line-height: 165%;
	height:120px;
	margin-top:15px;
}
/* Style SB (Stdudent Blogs) added by DD */
div.moduletableSB h3 {
	background: url(../images/students_blog_header.png) no-repeat center top;
	height:26px;
	color:#FFFFFF;
	padding:35px 22px 0 5px;
	font-size:8px;
}


/* Style 2 - S2 */

div.moduletableS2 h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
       font-weight: bold;
	background: #0C0A36 url(../images/moduleheading2.png) no-repeat left bottom;
	color: #fff;
	line-height: 165%;
}
/* Style 3 - S3 */

div.moduletableS3 h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
       font-weight: bold;
	background: #3D3B5E url(../images/moduleheading3.png) no-repeat left bottom;
	color: #fff;
	line-height: 165%;
}
/* Style 4 - S4 */

div.moduletableS4 h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
       font-weight: bold;
	background: #c0ccd3 url(../images/moduleheading4.png) no-repeat left bottom;
	color: #fff;
	line-height: 165%;
}

/* Style 5 - S5 */

div.moduletableS5 h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
       font-weight: bold;
	background: #558a97 url(../images/moduleheading5.png) no-repeat left bottom;
	color: #fff;
	line-height: 165%;
}

/* Style 6 -bdr */


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

/* Style 7 -nopad */

div.moduletable-nopad h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
       font-weight: bold;
	color: #333;
	line-height: 165%;
}

/*Footer*/

#footer {
        color:#ccc;
	background: #ccc url(../images/footer_bg.png) repeat-x center top;
	/* border-bottom: 5px solid #ccc; */
        width: 100%; /* added by dd */
        height: 100px; /* added by dd */
        text-align: center; /*added by dd */
margin: 0;
padding-top:5px;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
#footer a, #footer p, #footer div, #footer a {
}
#footer .moduletable h3 {
	font-family: Georgia, Garamond, "Times New Roman";
}
/* @end */

/*Author Text*/
span.small,.createdate {
	font: normal small-caps 11px/12px Tahoma, Lucida Grande, Lucida, Verdana, sans-serif;
	color: #666;
	text-transform: uppercase;
}
/*Last Updated Text*/
.modifydate {
	font: normal small-caps 11px/12px Tahoma, Lucida Grande, Lucida, Verdana, sans-serif;
	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: #666666;
	padding-top:100px;
}

.contentheading {
	color: #3d3d3d;
	font: normal normal 22px/23px Georgia, "Times New Roman", Times, serif;

}

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

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

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

td.sectiontableheader {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	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;
}
