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


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


/* default font */
html, body, form#font-family, fieldset { font:13px/130% "Lucida Sans", Lucida, Verdana, sans-serif; }


/*Top Nav Link Color*/

#header-top li a {
	color: #406380;
}
#header-top li a:hover {
	color: #981C1F;
}


/*Header (TEXT) */
#header-text h1, #header-text h1 a {
	color: #f7f7f7;
	font: normal 45px/45px Georgia, "Times New Roman", Times, serif;
	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:transparent url(../images/cws-header_logo.png) no-repeat scroll left top;
	height: 67px;
}

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

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

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

h4 {
	font-size: 16px;
	color: #3d3d3d;
}
/* Default Link Styles */
a {
	color: #5E6F75;
	text-decoration: underline;
}

a:hover {
	color: #333;
	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;
}

/* Teaser Background */

#teaser-wrapper {
	background: url(../images/teaser_bg.png) repeat-x center top;
	background-color:#E0E7EB;
}
/* Secondary (inner) Teaser Background */
#teaser { overflow:hidden;
	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 */
.inside .module {
	background: #F3F6F9 url(../images/moduleheading1-tl.png) 0% 0% no-repeat;
	margin: 7px 0 0 0;
}

.inside .module div {
	background: url(../images/moduleheading1-tr.png) 100% 0% no-repeat;
}

.inside .module div div {
	background: url(../images/moduleheading1-bl.png) 0% 100% no-repeat;
}

.inside .module div div div{
	background: url(../images/moduleheading1-br.png) 100% 100% no-repeat;
	/* margin: 0 0 15px 0; */
	padding: 0 5px 10px;
}

.inside .module div div div div{
	background: transparent none;
}
div.moduletable h3, div.moduletableS1 h3, div.module h3, div.moduleS1 h3, .modulechat{
	font-size: 13px;
	color: #fff;
	text-align: center;
}

/* Style 2 - S2 */

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

div.moduletableS3 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #ccc url(../images/moduleheading3.png) no-repeat left bottom;
	color: #333;
	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: #333;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 5 - S5 */

div.moduletableS5 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #558a97 url(../images/moduleheading5.png) no-repeat left bottom;
	color: #fff;
	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: #333;
	line-height: 165%;
}


/*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: #3d3d3d;
}

.contentheading {
	color: #3d3d3d;
	letter-spacing: -2px;
	font: normal normal 28px/29px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

.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: #84949c;
	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;
}
/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

#form-login ul { padding:10px 0 10px 20px; }
#form-login fieldset { border:0 none; padding:0 10px 0 10px; }
#form-login fieldset p { margin:5px 0; padding:0; }

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;padding: 5px 20px 5px 45px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;padding: 5px 20px 5px 45px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;padding: 5px 20px 5px 45px;}


/* Memberships - footer */
#memberships {
	clear:both;
	width:100%;
	text-align:center;
}

#memberships img {
	margin:0 18px;
	padding: 1px;
}
#memberships a {
	padding: 0 0 2px 0;
}
#memberships a:hover {
	border-bottom:1px solid #981C1F;
	padding: 0 0 1px 0;
	/* background-color:#C3CFD9; */
}

/*Footer*/

#footer {
	color: #92A2AD;
	background: #8FA3B3 url(../images/footer_bg.png) repeat-x center top;
	border-bottom: 5px solid #92A2AD;
}
#footer a {
	color: #406380;
	text-decoration: none;
}
#footer a:hover {
	color: #981C1F ;
}
#footer a, #footer p, #footer div, #footer a {
}
#footer .moduletable h3, #footer .module h3  {
	font-family: "Lucida Sans", Lucida, Verdana, sans-serif;
}
/* @end */

/* Website Reflection */
div#reflect {
	background: url(../images/footer-reflect.jpg) no-repeat center top;
	height: 95px;
}
#reflect a {
	color: #406380;
	text-decoration: none;
	margin-top:10px;
}
#reflect a:hover {
	color: #981C1F ;
	text-decoration:underline;
}

#copywriteServices td { padding:15px 15px 0 0; }
#copywriteServices td img { margin-right:10px; }
#copywriteServices td h3 { font-size:13px; }

input.button {
	border: 1px outset #666;
	background: #5B666E;
	color: #fff;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
}
/*	 By NEERAV ( neerav@capacitywebsolutions.com )	*/
#freetrial-button {
background:transparent url(../images/freetrial-button.gif) no-repeat scroll 0 0;
display:block;
height:20px;
margin:4px 0 0;
width:110px;
}
#freetrial-button:hover {
background-position:0 -20px;
}
#freetrial-button span {
display:none;
}
/*	/By NEERAV ( neerav@capacitywebsolutions.com )	*/