/*

QuickSite Wireframe CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com & templavoila.busynoggin.com

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

.langmenu {
	float:right;
	margin:5px 0 0 0;
}
/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	height: 100%;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	overflow: hidden;
	width: 0;
	height: 0;
	float: left;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrapper {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	width: 980px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

#feature {
	margin-bottom: 20px;
	
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;
	}

#generatedContent-1 {
	width: 170px;
	float: left;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	padding:0 0 20px 0;
	}

#generatedContent-2 {
	width: 170px;
	float: right;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;
	padding:0 0 20px 0;	
	}

#f1d #contentBlock-1 {
	float: right;
	width: 787px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f1e #contentBlock-1 {
	float: left;
	width: 787px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f1f #contentBlock-1 {
	float: left;
	width: 616px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f2a #contentBlock-1 {
	float: left;
	width: 787px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f2a #contentBlock-2 {
	width: 170px;
	float: right;
	}

#f2b #contentBlock-1 {
	float: left;
	width: 787px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f2b #contentBlock-2 {
	width: 170px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 787px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f2c #contentBlock-2 {
	width: 170px;
	float: right;
	}


#f2d #contentBlock-1 {
	float: left;
	width: 616px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f2d #contentBlock-2 {
	width: 170px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 616px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;
	}

#f2e #contentBlock-2 {
	width: 170px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 616px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 170px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 170px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 616px;
	padding:10px 10px;
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	border-left: 1px solid #E7E8E6;
	border-right: 1px solid #E7E8E6;	
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 170px;
	float: left;
	}

/* @end Layout */

/* @group Header */

#header {
	margin-top: 0px; /* EDITED */
	margin-bottom: 20px;
	background:transparent url(images/shadow.gif) repeat-x scroll center bottom;
	height:122px;
	}
#globalMenuDiv {
background:#2C79B3 url(images/grad2.gif) repeat-x scroll center top; 
height:32px;
}
#masthead {
	float: left;
	margin: 0px 0 12px 0; /* EDITED */
	padding: 0;
	height: 85px;
	width: 435px;
	overflow: hidden;
	background: url(images/masthead_title.gif) no-repeat;
	}
h3#masthead  {
	margin:0;
	}
#masthead a {
	display: block;
	padding-top: 100px;
	}

#busyNogginID {
	float: right;
	width: 75px;
	height: 38px;
	overflow: hidden;
	background: url(images/bn_top_logo.gif) no-repeat;
	}

#busyNogginID a {
	display: block;
	padding-top: 100px;
	}

/* @group Global Menu */
/*
#globalMenu {
	clear: both;
	margin-left: 0px;
	border-top: 3px solid #e6e6e6;
	padding-top: 10px;
	font-size: 16px;
	}

#globalMenu li {
	display: inline;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 2px solid #e6e6e6;
	}

#globalMenu li.last {
	border: none;
	}

#globalMenu a {
	height: 17px;
	display: inline;
	float: left;
	color: #b2b2b2;
}

#globalMenu a:hover {
	color: black;
	}

#globalMenu li.active a {
	color: #008aec;
}

#globalMenu ul {
	position: absolute;
	height: 20px; 
	top: 20px;
	left: 0px;
	margin: 0px;
	background-color: #999;
	width: 940px;
	font-size: 11px;
	padding-left: 10px;
}
*/
/* @end Global Menu */

/* @end Header */

/* @group Footer */

#footer {
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	margin-top: 30px;
}

#footerCopyright {
	float: left;
	color: #999999;
}

a#footerHomeLink {
	display: block;
	float: right;
	color: #999999;
	}

a#footerHomeLink:hover {
	color: black;
	}

/* @end Footer*/

/* @group Local Menu */
/*
#localMenu {
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right: 1px solid #008aec;
	border-top: 5px solid #008aec;
	}

#localMenu ul {
	margin-top: 10px;
	}

#localMenu ul li {
	margin-bottom: 3px;
	}

#localMenu li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	}

#localMenu li a {
	color: #b2b2b2;
	}

#localMenu li a:hover {
	color: black;
	}

#localMenu li.current a {
	color: #008aec;
	}

#localMenu li.current li a {
	color: #b2b2b2;
	}

#localMenu li.current {
	background: url(images/local_menu_arrow.gif) no-repeat right -5px;
	}

/* @end Local Menu */




/* @group Module Styling */

.moduleHeader, h3.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	background: url(images/right_module_cap.gif) no-repeat right top;
	font-size: 14px;
	}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0 5px 10px;
	background: #008aec url(images/left_module_cap.gif) no-repeat left top;
	}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	background: url(images/right_module_cap.gif) no-repeat right bottom;
	font-size: 1px;
	overflow: hidden;
	}

.moduleFooter span {
	display: block;
	height: 15px;
	background: #008aec url(images/left_module_cap.gif) no-repeat left bottom;
	}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	border-left: 2px solid #008aec;
	border-right: 2px solid #008aec;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	}

/* @end */





/* Global Menu */

#globalMenu {
	margin: 0; /* all lists */
	padding: 0;
	float: left;
}

#globalMenu ul {
	margin: 0; /* all lists */
	padding: 0;
}

#globalMenu li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	border-right: 1px solid #75AAD2;
	cursor: pointer;
}

#globalMenu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 15.9em;
}

#globalMenu li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#globalMenu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#globalMenu ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

#globalMenu li:hover ul ul, #globalMenu li:hover ul ul ul,
#globalMenu li.sfhover ul ul, #globalMenu li.havechildsfhover ul ul, #globalMenu li.havechild-activesfhover ul ul, #globalMenu li.activesfhover ul ul,
#globalMenu li.sfhover ul ul ul, #globalMenu li.havechildsfhover ul ul ul, #globalMenu li.havechild-activesfhover ul ul ul, #globalMenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#globalMenu li:hover ul, #globalMenu li li:hover ul, #globalMenu li li li:hover ul,
#globalMenu li.sfhover ul, #globalMenu li.havechildsfhover ul, #globalMenu li.havechild-activesfhover ul, #globalMenu li.activesfhover ul,
#globalMenu li li.sfhover ul, #globalMenu li li.havesubchildsfhover ul, #globalMenu li li.havesubchild-activesfhover ul, #globalMenu li li.activesfhover ul,
#globalMenu li li li.sfhover ul, #globalMenu li li li.havesubchildsfhover ul, #globalMenu li li li.havesubchild-activesfhover ul, #globalMenu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#globalMenu li a {
	display: block;
	text-decoration: none;
	line-height: 32px;
	padding: 0 20px;
	color: #C3DBED;
	font-size: 100%;
	font-weight: bold;
	border-right: 1px solid #2B6484;
}

#globalMenu li a:hover,
#globalMenu li a:active,
#globalMenu li a:focus {
	color: #FFFFFF;
}

#globalMenu li:hover,
#globalMenu li.sfhover,
#globalMenu li.havechildsfhover,
#globalMenu li.havechild-activesfhover {
	color: #FFFFFF;
	background: url(images/grad2-1.gif) repeat-x top #2B6484;
}

#globalMenu li a.active,
#globalMenu li.active a,
#globalMenu li a.active:hover,
#globalMenu li a.active:active,
#globalMenu li a.active:focus {
	color: #FFFFFF;
	background: url(images/grad2-2.gif) repeat-x top #91AE4E;
}

/* 2nd level and above */
#globalMenu li ul {
	border: 1px solid #2B6484;
	background: url(images/grad2.gif) repeat-x bottom #5192C3;
}

#globalMenu li ul li {
	border-bottom: 1px solid #2972A8;
	border-right: none;
	background: none;
}

#globalMenu li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	line-height: normal;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 92%;
}

#globalMenu li.havesubchild,
#globalMenu li.havesubchild-active {
	background: url(images/arrow3.png) no-repeat 94% 50%;
}

#globalMenu li ul a:hover,
#globalMenu li ul a:active,
#globalMenu li ul a:focus,
#globalMenu ul li:hover,
#globalMenu ul li.sfhover,
#globalMenu ul li.havesubchildsfhover,
#globalMenu ul li.havesubchild-activesfhover,
#globalMenu ul ul li:hover,
#globalMenu ul ul li.sfhover,
#globalMenu ul ul li.havesubchildsfhover,
#globalMenu ul ul li.havesubchild-activesfhover {
	background: url(images/grad2-1.gif) repeat-x top #2B6484;
	color: #FFFFFF;
}

#globalMenu ul li a.active,
#globalMenu ul li a.active:hover,
#globalMenu ul li a.active:active,
#globalMenu ul li a.active:focus {
	background: none !important;
	color: #FFFFFF;
	font-weight: bold;
}
/* Global menu end */
 
 /*  Local Menu */
 /* Default Joomla! Menu */
ul.localMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.localMenu li {
	background: none;
	margin: 0;
	padding: 0;
}

ul.localMenu li a {
	display: block;
	outline: none;
	padding: 6px 4px;
	color: #626A69;
	border-bottom: 1px solid #E7E8E6;
	background: url(images/arrow.png) no-repeat 97% center;
}

ul.localMenu li a:hover,
ul.localMenu li a:active,
ul.localMenu li a:focus {
	color: #2C79B3;
	background: url(images/arrow2.png) no-repeat 97% center;
}

ul.localMenu li.active a, ul.localMenu li.current a {
	color: #2C79B3;
	font-weight: bold;
}

ul.localMenu li.active ul li.current a {
	color: #2C79B3;
	font-weight: bold !important;
}

ul.localMenu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.localMenu li li a {
	background: url(images/bullet.gif) no-repeat 10px 13px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
	width: 75%; /*need for ie6 transparent*/
}

ul.localMenu li li a:hover,
ul.localMenu li li a:active,
ul.localMenu li li a:focus {
	background: none;
}
 /* Local menu END*/
 
/* News */
.news-latest-item a img, .news-list-item a img {
	float:left;
	margin:0 10px 10px 0;
}
.news-latest-item, .news-latest-container, .clearer {
clear:both;
}

/* News END */

/* Images blocks for CSC */
.csc-textpic-firstcol {
clear:left;
}
/* Images blocks for CSC END */

/* default styles for extension "tx_veguestbook_pi1" */

    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#CCC;
		color:#FFF;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 1em;
		/* width: 35em; */
		margin:0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:145px;
		background:#EFEFEF;
		min-height:4em;
		padding: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:420px;
		background:#FFF;
		padding: 1em;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}
/* default styles for extension "tx_veguestbook_pi1" END */

/* Photo Gallery with rgsmoothgallery */
.news-single-item .rgsgcontent {
	width:616px;
	height:463px;
	float:left;
	margin:0 10px 10px 0;
}

.news-list-item .rgsgcontent {
	float:left;
	margin:0 10px 10px 0;
	width:202px;
	height:152px;
}

/* Photo Gallery with rgsmoothgallery END */
