@charset "utf-8";

/* *************** Basic Page Styles *************** */

* {
	margin: 0;
	padding: 0;
	}


html{ /* forces vertical scrollbar in non-IE browsers and stops content from jumping horizontally (min-height is for FF3+ which won't play nice otherwise) */
	height:100%;
	margin-bottom:1px;
	min-height:100.2%;
	}


body {
	background: #fff;
	color: #333;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 100%;
	text-align: center;
	}

p, ul, ol, dl {
	font-size: 0.75em;
	line-height: 1.4;
	}

a img {
	border: none;
	} 

a:link {
	color: #36456f;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}

	
.wrapper {
	position: relative;
	width: 980px;
	margin: 10px auto;
	text-align: left;
	}
	
.w3c {
	position:absolute;
	top: -6000px;
	left: -6000px;
	}

h1, h2, h3, h4 {
	font-size: 1em;
	font-weight: normal;
	}
	
.floatRight {
	float: right;
	}

.floatLeft {
	float: left;
	}

.clear {
	clear: both;
	}

/* *************** Header Styles ****************** */

.header {
	background:url(/Content/images/site/masthead.gif) top left no-repeat;
	min-height: 100px;
}

.header p {
	text-align: right;
	line-height: 1.25;
	padding: 0 0 10px 0;
}

/* *************** Main Navigation  **************** */

#mainNav {
	background: #102153 url(/Content/images/site/bg_mainNav.gif) top left repeat-x;
}

#mainNav ul {
	margin: 0 0 25px 0;
	background: #102153 url(/Content/images/site/bg_mainNav.gif) top left repeat-x;
	padding: 0;
	list-style-type: none;
	width: 980px;
	float: left; /* Contain floated list items */
	font-size: 1em;
}

#mainNav ul li {
	margin: 0;
	padding: 0;
	float: left;
}


#nav-home a{
	width: 80px;
}

#nav-about a{
	width: 100px;
}

#nav-services a{
	width: 100px;
}

#nav-products a{
	width: 100px;
}

#nav-events a {
	width: 100px;
}

#nav-news a{
	width: 70px;
}

#nav-portfolio a{
	width: 130px;
}

#nav-blog a{
	width: 105px;
}

#nav-contact a{
	width: 135px;
}

#mainNav a {
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2.5;
	font-weight: bold;
	border-right: 1px solid #102153;
}

#mainNav a:hover {
	background: #102153;
	color: #fff;
	text-decoration: none;
}

#nav-contact a {
	border-right: none;
}

/* You are here/active navigation styles (controlled by ID on UL containing main navigation options) ***** */

#ul-home #nav-home a, #ul-about #nav-about a, #ul-services #nav-services a, #ul-products #nav-products a, #ul-events #nav-events a, #ul-news #nav-news a, #ul-portfolio #nav-portfolio a, #ul-blog #nav-blog a, #ul-contact #nav-contact a {
	background: #102153;
	color: #fff;
}

/* ************************** Page Content Container Div Styles  ************************ */

.mainText {
	width: 550px;
	float: left;
	margin-bottom:15px;
}

.featuredContent {
	width: 400px;
	float: right;
}

/*************** Home page jQuery rotator styles **************** */
/* NOTE: each rotator frame has a unique class, so that heading,text and link can be uniquely positioned over background image for maximum readablity */

.rotatorArea {
	clear: left;
	background: #ccc url(/Content/images/site/bg-rotatorControl.gif) bottom left repeat-x;
	position: relative;
	height: 248px;
	width: 547px;
	margin-bottom: 17px;
}

.rotatorArea h1 {
	position: absolute;
	top: 223px;
	left: 5px;
	font-size: 0.85em;
	font-weight: bold;
}

.rotatorArea h2 {
	font-size: 1.25em;
	font-style: italic;
	text-transform: uppercase;
	font-weight: normal;
}

.mainText .rotatorArea p {
	font-size: 0.85em;
	font-style: italic;
}

.tdr_slideshow_nav {
	float:right;
	}

.rotatorArea .tdr_slideshow_nav a {
	background: #102153;
	margin: 7px 5px 3px 0;
	height: 13px;
	width: 13px;
	display: block;
	float:left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.7em;
	text-align:center;
	border: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	}

.rotatorArea .tdr_slideshow_nav a:hover {
	background: #fff;
	color: #102153;
	border: 1px solid #102153;
	}
	
.rotatorArea .tdr_slideshow_nav a.activeSlide {
	background: #fff;
	color: #102153;
	border: 1px solid #102153;
	}

.tdr_slideshow_control {
	cursor:pointer;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	margin: 7px 5px 3px 0;
	float: right;
	border: 1px solid #fff;
}

.playing {
	background: #102153 url(/Content/images/site/pause.gif) top left no-repeat;
	
	}
	
.paused {
	background: #102153 url(/Content/images/site/btn_play.gif) top left no-repeat;
	
}

.rotateConsultancy {
	background: url(/Content/images/site/rotator_bg_consult.jpg) top left no-repeat;
	height: 220px;
	width:547px;
	overflow: hidden;
}

.mainText .rotateConsultancy h2 {
	color: #fff;
	padding: 10px 0 0 15px;
}

.mainText .rotateConsultancy p {
	color: #fff;
	padding: 0 340px 10px 15px;
	line-height: 1.5em;
}

#slides01 .rotateConsultancy a {
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(/Content/images/site/ro_arrow-wht-trans.gif) 0 5px no-repeat;
	color: #fff;
	text-decoration: none;
}

.rotateTraining {
	background: url(/Content/images/site/rotator_bg_training.jpg) top left no-repeat;
	height: 220px;
	width:547px;
	overflow: hidden;
}

.mainText .rotateTraining h2 {
	color: #fff;
	padding: 10px 0 0 15px;
}

.mainText .rotateTraining p {
	color: #fff;
	padding: 0 20px 5px 15px;
	line-height: 1.3em;
}

#slides01 .rotateTraining a {
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(/Content/images/site/ro_arrow-wht-trans.gif) 0 5px no-repeat;
	color: #fff;
	text-decoration: none;
}
	
.rotateDevelopment {
	background: url(/Content/images/site/rotator_bg_software.jpg) top left no-repeat;
	height: 220px;
	width:547px;
	overflow: hidden;
}

.mainText .rotateDevelopment h2 {
	color: #102153;
	padding: 10px 0 0 15px;
	line-height: 1.2;
}

.mainText .rotateDevelopment p {
	color: #102153;
	padding: 0 340px 10px 15px;	
	line-height: 1.3;
}

#slides01 .rotateDevelopment a {
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(/Content/images/site/ro_arrow_blu_grey.gif) 0 5px no-repeat;
	color: #102153;
	text-decoration: none;
}

/* ********** Main Text & Image Styles (mainText div) **************** */

.mainText h2 {
	padding: 0 0 2px 0;
	text-transform: uppercase;
	font-size:1.5em;
	font-style: italic;
}

.mainText h3 {
	font-size: 1.25em;
	font-style: italic;
	text-transform: uppercase;
	padding: 10px 0 2px 0;
}

.mainText img {
	border: 1px solid #c0c0c0;
	margin-top: 5px;
}

.imgCaption {
	font-style: italic;
}

.mainText p {
	padding: 0 0 10px 0;
}

.mainText ul, .mainText ol {
	margin: 0 0 10px 25px;
}

/* Form Styles */

form {
	padding-top: 15px;
}

fieldset {
	border: none;
	padding: 15px 0;
}

form p{
	clear:left;
	margin: 0;
	padding: 0 5px 15px 0;
}

textarea {
	color:#333;
	background-color:#fff;
	border: 1px solid #999;
	width: 300px;
	height: 75px;
	padding:3px;
}

label{
	float: left;
	width: 34%;
	color: #333;
	text-align: left;
	font-weight: bold;
	}

input.txt, textarea.txt {
	color:#333;
	background-color:#fff;
	border: 1px solid #999;
	width: 300px;
	padding: 3px;
	}

input:focus, textarea:focus {
	border: 1px solid #000;
}

input.btn {
	float: right;
	margin-right: 55px;
	background: #dcdcdc url(/Content/images/site/bg_general-btn.gif) top left no-repeat;
	border: 1px solid #ccc;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 1px 10px;
	cursor: pointer;
}


	

/* ******************** Featured Content (Right-hand column) styles ******** */

div.featuredContent h3 {
	padding: 0 0 5px 0;
	font-size: 1.5em;
	font-style: italic;
	text-transform: uppercase;
}

.featuredContent h4 {
	font-size: 1.25em;
	font-style: italic;
	text-transform: uppercase;
	padding: 5px 0 0 45px;
}

.featuredContent p {
	/*padding-left: 10px;*/
	padding: 0 0 3px 10px;
}

.featuredProject {
	background: url(/Content/images/site/ico_cup_32.gif) 10px 0 no-repeat;
	border-left: 3px solid #c0c0c0;
	margin-bottom: 20px;
}

.featuredNews {
	background: url(/Content/images/site/ico_news_32.gif) 10px 0 no-repeat;
	border-left: 3px solid #c0c0c0;
	margin-bottom: 20px;
}

.featuredEvent {
	background: url(/Content/images/site/ico_calendar_32.gif) 10px 0 no-repeat;
	border-left: 3px solid #c0c0c0;
	margin-bottom: 20px;
}

.featuredDownload {
	background: url(/Content/images/site/ico_down_32.gif) 10px 0 no-repeat;
	border-left: 3px solid #c0c0c0;
	margin-bottom: 20px;
}

.featuredProject img {
	border: 1px solid #c0c0c0;
	margin: 5px 10px 5px 10px;
}

.featuredProject p strong, .featuredNews p strong, .featuredEvent p strong, .featuredDownload p strong {
	font-size: 1.15em;
}

.featuredNews span {
	font-style: italic;
	font-weight: bold;
	/*font-size: 1.15em;*/
}

.featuredEvent span {
	font-style: italic;
	font-weight: bold;
	font-size: 1.15em;
}

.featuredContent a, a.noteableLink {
	background: url(/Content/images/site/ro_arrow-gry-wht.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size: 1.15em;
}

.featuredContent a:hover, a.noteableLink:hover {
	background: url(/Content/images/site/ro_arrow-blu-wht.gif) 0 5px no-repeat;
	text-decoration: underline;
	color: #36456f;
}

.featuredContent a.rss
{
    background-image: none;
/*    padding-left: 50px;
    min-height: 50px;
    height: 50px;
    line-height: 50px;*/
    /*vertical-align: middle;
    font-size: 1.10em;
    margin-top: 3px;
    color: Blue;*/
}

.featuredContent a.rss:hover
{
    background-image: none;
    /*font-size: 1.10em;
    text-decoration: underline;
    background: url(/Content/images/site/rss-lightblue-32.gif) 10px 0 no-repeat;
    color: Blue;*/
}

/* ******** Portfolio Page Styles ******* */

#accordion {
	border-bottom: solid 1px #c4c4c4;
}

.mainText #accordion .projectHeading h3 {
	padding: 20px 10px 10px 60px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	height: 40px;
	font-weight: bold;
	text-transform:none;
	font-size: 1em;
	font-style: normal;
}

#glossaryHelp {
	cursor: pointer;
	background: #dcdcdc url(/Content/images/site/bg_glossary.gif) top left no-repeat;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	font-weight: bold;
	padding: 5px 0 0 30px;
}

#glossaryHelp.active{
	background: #dcdcdc url(/Content/images/site/bg_glossary_active.gif) top left no-repeat;
}

#glossaryHelp p {
	padding-bottom: 5px;
}

.projectHeading {
	position: relative;
	background: #dcdcdc url(/Content/images/site/bg_portfolio_header.gif) top left no-repeat;
}

.projectHeading.active {
	background: #dcdcdc url(/Content/images/site/bg_portfolio_active.gif) top left no-repeat;
}

.projectHeading img {
	top: 5px;
	position: absolute;
	left: 5px;
}

.projectContent {
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	padding: 5px 0 10px 0;
}

.projectContent p {
	padding: 0 10px 5px 5px;
}

.projectContent img {
	border: 1px solid #c0c0c0;
	margin: 0 10px 5px 5px;
}

.projectContent p a {
	font-weight: bold;
	font-size: 1.15em;
	padding: 2px 10px;
	background: url(/Content/images/site/ro_arrow-gry-wht.gif) 0 7px no-repeat;
	text-decoration: none;
	color: #333;
}

.projectContent p a:hover {
	background: url(/Content/images/site/ro_arrow-blu-wht.gif) 0 7px no-repeat;
	text-decoration: underline;
	color: #36456f;
}

.projectContent p.website, .projectContent p.categories, .projectContent p.contactDetails
{
    clear: both;
}

.projectContent p.website a
{
	font-weight: bold;
	font-size: 1.15em;
	padding: 2px 10px;
	background-image: none;
	text-decoration: underline;
	color: #333;    
}

.projectContent p.website a:hover
{
    text-decoration: underline;
	color: #36456f;
}

/* ******* Filter Styles **** */

.filterResults {
	padding: 10px 0 15px 0;
}

.filter {
	background: url(/Content/images/site/bg_mainNav.gif) top left repeat-x;
	border: 1px solid #c4c4c4;
	font-weight: bold;
}

.filter p.subHeading {
	font-weight: bold;
	font-size: 0.85em;
	color: #fff;
	padding: 6px 0 20px 5px;
}

.filter p.subHeading a:hover
{
    color: #fff;
    text-decoration: none;
}

.filterResults span {
	font-weight: bold;
}

.filterResults p, .filter p {
	margin: 0 20px 0 10px;
}
	
/* filter icon classes */

p.analysis {
	background:url(/Content/images/site/ico_briefcase_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.systemDesign {
	background:url(/Content/images/site/ico_gear_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.design {
	background:url(/Content/images/site/ico_pencil_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.desktop {
	background:url(/Content/images/site/ico_monitor_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.webDev {
	background:url(/Content/images/site/ico_wand_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.webConfig {
	background:url(/Content/images/site/ico_network_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.webHost {
	background:url(/Content/images/site/ico_globe_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.itSupport 
{
    background:url(/Content/images/site/ico_it_support_16.gif) top left no-repeat;
	padding-left: 20px;
}

p.trainingCourses
{
    background:url(/Content/images/site/ico_training_graduate_16.gif) top left no-repeat;
	padding-left: 20px;
}

/* Large Icons (Glossary) styles */

#glossary dl {
	padding: 10px 0 0 0;
}

#glossary dt {
	padding: 10px 0 5px 35px;
	font-size: 1.15em;
	font-weight: bold;
}

#glossary dd {
	padding-bottom: 15px;
	font-size: 1.3em;
}

dt.analysis32 {
	background:url(/Content/images/site/ico_briefcase_32.gif) top left no-repeat;
}

dt.systemDesign32 {
	background:url(/Content/images/site/ico_gear_32.gif) top left no-repeat;
}

dt.design32 {
	background:url(/Content/images/site/ico_pencil_32.gif) top left no-repeat;
}

dt.desktop32 {
	background:url(/Content/images/site/ico_monitor_32.gif) top left no-repeat;
}

dt.webDev32 {
	background:url(/Content/images/site/ico_wand_32.gif) top left no-repeat;
}

dt.webConfig32 {
	background:url(/Content/images/site/ico_network_32.gif) top left no-repeat;
}

dt.webHost32 {
	background:url(/Content/images/site/ico_globe_32.gif) top left no-repeat;
}

dt.itSupport32
{
	background:url(/Content/images/site/ico_it_support_32.gif) top left no-repeat;
}

dt.trainingCourses32
{
	background:url(/Content/images/site/ico_training_graduate_32.gif) top left no-repeat;
}

input#toggleButton {
	background: #dcdcdc url(/Content/images/site/bg_info-btn.gif) top left no-repeat;
	border: 1px solid #ccc;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 2px 20px 3px 30px;
}

/* *************** Testimonial Styles ****************** */

.testimonial {
	background: #cddede url(/Content/images/site/bg_testimonial_btm.gif) bottom left no-repeat;
	width: 391px;
	margin-bottom: 25px;
	padding-bottom: 4em;
}

.testimonial h4 {
	background: url(/Content/images/site/bg_testimonial_top.gif) top left no-repeat;
	padding: 10px 0 0 10px;
}

.testimonial blockquote {
	background:url(/Content/images/site/bg_quote_open.gif) 10px 3px no-repeat;
}

.testimonial blockquote p {
	text-indent: 25px;
	line-height: 1.8;
	padding-right: 25px;
	}

/* Added as a means to ensure multiple lines didn't all end with the close-quotes image */
.testimonial blockquote div {
	background: url(/Content/images/site/bg_quote_close.gif) bottom right no-repeat;
}

.testimonial cite  {
	float: right;
	font-weight: bold;
	font-size: 0.85em;
	padding: 5px 20px 0 0;
}
	


/* **************** Footer styles ********************* */

.footer {
	clear: both;
	border-top: 1px solid #c0c0c0;
}

/*.footer p {
	padding: 5px 0;
	float: right;
}*/
	
.footer ul {
	float: left;
	list-style: none;
	padding: 5px 0;
}

.footer ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #007183;
}

.footer li:first-child {
	padding-left: 0;
	border-left: none;
}

.footer div.copyrightNotices
{
    float: right;
}

.footer div.copyrightNotices p
{
    text-align: right;
    padding: 5px 0;
}






/********** Styles added by Scott **********/
div.noscript-padding {
    padding-top: 4.75em;
}

/*** This trick works in IE8, Firefox 3.6.x, Opera 10.5+, Safari 5, but NOT Google Chrome???!! ***/
div.anchorLinkPadding
{
    position: relative;
    top: -5.75em;
}

div.noscript-warning {
    color: White;
    position: fixed;
    text-align: left;

	background: #AE0000 url(/Content/images/site/no-script-warning-fyi-med2.gif) no-repeat 7px 7px;

    font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;

    left: 0;
    top:0;
    padding: 5px 0 7px 85px;
    width: 100%;
    z-index: 1000;
}

div.noscript-warning h2 
{
    font-size: 120%;
    font-weight: bold;
}

div.noscript-warning a.noscript:link, a.noscript:visited
{
	color: yellow;
	text-decoration: underline;
}

div.noscript-warning a.noscript:hover
{
    color: Aqua;
    text-decoration: none;
}


div.browsers {
	padding: 10px;
	clear: both;
	background-color: inherit;
	/*border: 1px solid #9abcbd;*/
	margin: 20px 0 10px 0;
}

div.browsers .InternetExplorer {
	background: url(/Content/images/site/javascript-logo-ie.jpg) top left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
div.browsers .FireFox {
	background: url(/Content/images/site/javascript-logo-firefox.jpg) top left no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	clear: both;
}
div.browsers .Opera 
{
    background: url(/Content/images/site/javascript-logo-opera.jpg) top left no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	clear: both;
}
div.browsers .Safari {
	background: url(/Content/images/site/javascript-logo-safari.jpg) top left no-repeat;
	padding: 0 0 10px 0;
	clear: both;
}

.browserListingSeparator
{
	border-bottom: 1px dotted #9abcbd;
}

div.browsers h3, div.browsers h4 {
	margin-left: 90px;
	color: #333;
	font-weight: bold;
}

div.browsers p {
	margin-left: 90px;
	/*font-size: 1.2em;*/
	color: #333;
}

div.browsers img 
{
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/** End Browser Listings **/

div.editor-label
{
	font-size: 0.75em;
    clear: left;
}

div.editor-field
{
	font-size: 0.75em;
	padding: 0 0 10px 0;
	vertical-align: top;
}

input[type="text"] 
{
    color:#333;
	background-color:#fff;
	border: 1px solid #999;
	width: 300px;
	padding: 3px;
}

input[type="text"]:focus
{
 	border: 1px solid #000;   
}

input[type="password"] 
{
    color:#333;
	background-color:#fff;
	border: 1px solid #999;
	width: 300px;
	padding: 3px;
}

input[type="submit"]
{
    float: right;
	margin-right: 55px;
	background: #dcdcdc url(/Content/images/site/bg_general-btn.gif) top left no-repeat;
	border: 1px solid #ccc;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 1px 10px;
	cursor: pointer;
}

input[type="submit"]:hover
{
    border: 1px solid #000;
}

.contactAddress, .contactTelephone
{
    padding-top: 15px;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.field-validation-error
{
    color: Red;
    font-weight: bold;
    width: 34%;
}

.input-validation-error, input[type="text"].input-validation-error, input[type="text"].input-validation-error:hover, textarea.input-validation-error, textarea.input-validation-error:hover
{
    border-color: Red;
}

.validation-summary-errors
{
    color: Red;
    font-weight: bold;
    border: dashed 2px red;
    margin-bottom: 10px;
}

.validation-summary-errors ul
{
    margin: 10px 0 10px 25px;
}

.validation-summary-errors span
{
    text-align: center;
    margin-left: 30px;
}

/** Our Thanks - do we need any specific styling here? **/
.thanks
{
    
}

span.super
{
    vertical-align: super;
}

div.forYourInformation
{
    margin: 10px;
    background: #f2f2f2 url('/Content/images/site/bg-info-icon.gif') no-repeat scroll 7px 8px;
    border: solid 1px #c0c0c0; /* #cccccc */
    padding-left: 60px;
    padding-right: 5px;
}

div.forYourInformation h3
{
    font-weight: bold;
}

hr
{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: none 0;
    border-top: 1px dashed #c0c0c0;
    width: 80%;
    
    height: 1px;/*opera required*/
}

/* This styling controls the appearance of the news listings in both scripted and non-scripted environments.
   In the case of scripted environments, it will show and hide aspects related to dynamic content on the page */
div.newsListing
{
    /* Used as a jQuery type identifier */
}

div.newsPiece
{
    margin-top: 15px;
}

div.newsPiece h4
{
    font-style: italic;
    padding-bottom: 5px;
}

div.newsFullDesc, div.newsShortDesc
{
    display: none;
}

div.newsFullDesc.active, div.newsShortDesc.active
{
    display: block;
}

button.show, button.hide
{
    display: none;
    border: 1px solid #ccc;
    float: right;
}

button.show.active, button.hide.active
{
    display: block;
}

button.show:hover, button.hide:hover
{
    border: 1px solid #000;
}

blockquote.eventVenue
{
    margin: 10px 10px 15px 30px;
}

div.eventInfo h4
{
    font-weight: bold;
}

div.featuredNewsBody a, .indented a
{
    background-image: none;
	padding: 0;
	text-decoration: underline;
	font-weight: normal;
	color: #333;
	font-size: 1em;
}

div.featuredNewsBody a:link, .indented a:link {
	color: #36456f;
	text-decoration: underline;
	}

div.featuredNewsBody a:visited, .indented a:visited {
	color: #333;
	text-decoration: underline;
	}
	
div.featuredNewsBody a:hover, .indented a:hover {
	color: #000;
	text-decoration: underline;
	background-image: none;
	}
	
div.contactForm fieldset
{
    border-top: solid 4px gray;
    background-color: #eeeeee;
}

div.contactForm input[type="submit"]
{
    border: 1px solid #999999;
}

div.contactForm input[type="submit"]:hover
{
    border: 1px solid #000000;
}

.editor-label label
{
    padding-left: 15px;
}

.indented
{
    margin-left: 40px;
}

blockquote.sitemap
{
    margin-left: 15px;
}
/********** End of Styles added by Scott **********/
