@charset "utf-8";
/* CSS Document */


/*//////////////////   CSS RESET   //////////////////////////*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*////////////////////////////////////////////*/



.clear{clear:both;}

body{
margin:0 auto;
text-align:center;
}

a{
font-size:70%;
}


.contentLeft{

width:715px;
margin-right:15px;
background-color:#fff;
float:left;
text-align:left;

}

.contentLeft a{
color:#034EA2;
font-size:100%;
line-height:1.3em;
}


.contentLeft p{
font-size:70%;
line-height:1.3em;
margin:10px 0 10px 0;
}

.contentLeft h1{
color:#FFFFFF;
background-image:url(images/headerBlueDark.gif);
background-repeat:no-repeat;
height:90px;
width:695px;
padding:10px 10px 4px 10px;
font-size:150%;
line-height:1.5;
font-weight:normal;
}

* html .contentLeft h1{
overflow: visible;
}

.contentLeft h2{
color:#888;
font-size:110%;
margin:0 0 15px 0;
}


.contentLeft h3{
color:#888;

margin-bottom:10px;
margin-top:10px;
}

.contentLeft ul{
list-style:disc;
font-size:70%;
margin-left:30px;
margin-top:10px;
margin-bottom:10px;

}

.contentLeft li{
margin:5px 0 5px 0;
line-height:140%

}

.contentLeftLeft{

width:485px;
padding:0 15px 0 0;
background-color:auto;
float:left;
text-align:left;
margin:0 0 20px 0;
}

.contentLeftQuote{

width:480px;
padding:15px 15px 15px 15px;
background-image:url(images/formbg.gif);
background-repeat:no-repeat;

background-color:#fff;
float:left;
text-align:left;
margin:0 0 20px 0;
}

.contentLeftRight{

width:215px;
padding:0 0 0 0;
background-color:#fff;
float:left;
text-align:left;
margin:0 0 20px 0;
}

.contentRight{
width:230px;
margin:0;
float:left;
text-align:left;
}

#main{
margin:0 auto;
text-align:left;
width:960px;
background-color:#fff;
}





#header{
height:122px;
}

.nav{
margin-left:0;
margin-right:0;
height:20px;
margin-top:10px;
margin-bottom:10px;
}

.nav ul
{
padding-left: 0;
margin-left: 0;
background-color: #eee;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

.nav ul li { display: inline;  }

.nav ul li a
{
padding: 5px 10px;
background-color: #eee;
color: #034ea2;
text-decoration: none;
float: left;
border-right: 1px solid #666;
}

.nav ul li a:hover
{
background-color: #034ea2;
color: #fff;
}

.nav ul li.selected a{
background-color:#034ea2;
color: #fff;

}

.nav ul li.selectedRed a{
background-color:#B40860;
color: #fff;

}

.nav ul li.selectedGreen a{
background-color:#008C44;
color: #fff;

}

.nav ul li.selectedOrange a{
background-color:#C74A1B;
color: #fff;

}

.nav ul li.selectedPurple a{
background-color:#851F83;
color: #fff;

}

.nav ul li.selectedDark a{

color: #fff;

}










.navVert{
width: 12em;
	
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;

	color: #333;

}

.navVert ul
{
	list-style: none;
		margin: 0;
		padding: 0;
		border: none;

}

.navVert ul li { border-bottom: 1px solid #B40860;
		margin: 0;
 }

.navVert ul li a
{
display: block;
		padding: 5px 15px 5px 0.5em;
		border-left: 10px solid #B40860;
		
		background-color: #BA9FAD;
		
		text-decoration: none;
		width: 100%;
		background-image:url(images/navarrowOffRed.gif);
		background-position:right;
		background-repeat:no-repeat;

}


	html>body .navVert li a {
		width: auto;
		}



.navVert ul li a:hover
{
border-left: 10px solid #B40860;
		
		background-color: #2586d7;
		color: #fff;
			background-image:url(images/navarrowOnRed.gif);
		background-position:right;
			background-repeat:no-repeat;

}

.navVert ul li.selected a{
background-color:#034ea2;
color: #fff;

}

.navVert ul li.selectedRed a{
background-color:#B40860;
color: #fff;

}

.navVert ul li.selectedGreen a{
background-color:#008C44;
color: #fff;

}

.navVert ul li.selectedOrange a{
background-color:#C74A1B;
color: #fff;

}

.navVert ul li.selectedPurple a{
background-color:#851F83;
color: #fff;

}

.navVert ul li.selectedDark a{

color: #fff;

}





#navBlue ul{
background-color: #cff2ff;
}

#navBlue ul li a{
background-color: #cff2ff;
}

#navBlue ul li.selectedDark a{
background-color: #034ea2;
color: #fff;
}

#navBlue ul li.selected a{
background-color: #00aeef;
color: #fff;
}

#navBlue ul li a:hover
{
background-color: #00aeef;
color: #fff;
}


#navRed ul{
background-color: #ba9fad;
}

#navRed ul li a{
background-color: #ba9fad;
color:#630032;
}

#navRed ul li.selectedDark a{
background-color: #b40860;
color: #fff;
}

#navRed ul li.selected a{

background-color: #ed1164;
color: #fff;
}

#navRed ul li a:hover
{
background-color: #ed1164;
color: #fff;
}




#navGreen ul{
background-color: #7db2b0;
}

#navGreen ul li a{
background-color: #7db2b0;
color:#00312f;
}

#navGreen ul li.selectedDark a{
background-color: #008c44;
color: #fff;
}

#navGreen ul li.selected a{
background-color: #8cc63f;
color: #fff;
}

#navGreen ul li a:hover
{
background-color: #8cc63f;
color: #fff;
}




#navPurple ul{
background-color: #a695b4;
}

#navPurple ul li a{
background-color: #a695b4;
color:#630032;
}

#navPurple ul li.selectedDark a{
background-color: #851f83;
color: #fff;
}

#navPurple ul li.selected a{
background-color: #8d64aa;
color: #fff;
}

#navPurple ul li a:hover
{
background-color: #8d64aa;
color: #fff;
}



#navOrange ul{
background-color: #b2a392;
}

#navOrange  ul li a{
background-color: #b2a392;
color:#630032;
}

#navOrange  ul li.selectedDark a{
background-color: #c74a1b;
color: #fff;
}

#navOrange  ul li.selected a{
background-color: #f58220;
color: #fff;
}

#navOrange  ul li a:hover
{
background-color: #f58220;
color: #fff;
}


/* Content Area Colour Assignment //////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////*/







#green h1{

background-image:url(images/headerGreenMid.gif);

}







#blue h1{
background-image:url(images/headerBlueDark.gif);


}


#red h1{
background-image:url(images/headerRedMid.gif);

}

#purple h1{
background-image:url(images/headerPurpleMid.gif);

}


#orange h1{
background-image:url(images/headerOrangeMid.gif);

}






/* Homepage Boxes //////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////*/



		/*Header Box //////////////////////////////////////////////////////////////////////////////////////*/
	
		#headerboxBlue{
		padding:8px;
		margin-bottom:15px;
		background-color: #fff;
		color:#FFFFFF;
		height:114px;
		background-image:url(images/boxBlue.gif);
		background-repeat:no-repeat;
		}
	
		#headerboxBlue h1{
		float:left;
		width:185px;
		font-size:80%;
		font-weight:bold;
		height:134px;
		line-height:1.3;
		background-image:none;
		color:#FFFFFF;
		margin-right:40px;
		padding:0;
		}
	
		#headerboxBlue p{
		margin:0;
		
		font-size:80%;
		line-height:1.3;
		}
	
	
		/*//////////////////////////////////////////////////////////////////////////////////////*/




		/*Big Box //////////////////////////////////////////////////////////////////////////////////////*/
		
		
		.boxBig{
		height:170px;
		background-image:url(images/boxGreyBig.gif);
		background-repeat:no-repeat;
		font-size:90%;
		}
		
		
		.boxBig h2{
		width:215px;
		height:35px;
		position:relative;
		top:0;
		left:15px;
		color:#FFFFFF;
		font-size:90%;
		font-weight:bold;
		background-repeat:no-repeat;
		text-transform:capitalize;
		padding-top:7px;
		padding-left:10px;
		margin:0;
		}
		
		.boxBig h3{
		font-size:80%;
		font-weight:bold;
		padding-left:15px;
		margin:7px 0 7px 0;
		}
		
		.boxBig p{
		padding-left:15px;
		font-size:80%
		}
		
		
		#homepagebox{
		height:270px;
		}
		
		#homepagebox h3{
		
		}
		
		#homepagebox p{
		line-height:1.3;
		}
		
		#homepagebox h2{
		background-image:url(images/blueboxheader.gif);
		}
		
		#homepageboxLeft{
		float:left;
		width:230px;
		margin-right:10px;
		}
		
		#homepageboxRight{
		float:left;
		padding-top:0px;
		padding-left:3px;
		}
		
		#homepagebox img{
		float:left;
		}
		
		
		.homepageboxLinks{
		
		padding-top:8px;
		margin-top:10px;
		background-image:url(images/blueboxLink.gif);
		background-repeat:no-repeat;
		height:30px;
		width:220px;
		
		}
		.homepageboxLinks a{
		padding:0 0 0 2.9em;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		font-size:70%;
		margin:0;
		}
		
		.homepageboxLinksMiddle{
		
		padding-top:8px;
		margin-top:10px;
		margin-right: 20px;
		background-image:url(images/blueboxLinkMiddle.gif);
		background-repeat:no-repeat;
		height:30px;
		width:230px;
		
		}
		.homepageboxLinksMiddle a{
		padding:0 0 0 2.9em;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		font-size:70%;
		margin:0;
		}
		
		
		
		
		
		/*//////////////////////////////////////////////////////////////////////////////////////*/



		/*Small Box //////////////////////////////////////////////////////////////////////////////////////*/

		.homepageboxSmall{
		background-image:url(images/boxSmall.gif);
		background-repeat:no-repeat;
		width:230px;
		height:218px;
		float:left;
		margin-bottom:15px;
		
		}
		
		.homepageboxSmall h3{
		width:141px;
		height:30px;
		position:relative;
		top:0;
		left:74px;
		color:#FFFFFF;
		font-size:80%;
		font-weight:bold;
		background-repeat:no-repeat;
		text-transform:capitalize;
		padding-top:9px;
		padding-left:9px;
		margin:0;
		
		}
		
		.homepageboxSmall img{
		position:relative;
		top:20px;
		left:15px;
		}
		
		.homepageboxSmall p{
		margin:0;
		
		background-repeat:no-repeat;
		width:190px;
		padding-left:5px;
		padding-right:5px;
		position:relative;
		top:17px;
		left:15px;
		color:#FFFFFF;
		font-size:65%;
		padding-top:5px;
		}
		
		
		#boxData{
background-image:url(images/boxSmall.gif);
		background-repeat:no-repeat;
	
		margin-right:12px;
		}
		
		#boxData p{
		background:url(images/boxsmallBodyGreen.gif) bottom;
		height:52px;
		}
		
		#boxData h3{
		background-image:url(images/boxsmallHeadingGreen.gif);
				
		}
		
		#boxServices{
		background-image:url(images/boxSmall.gif);
		background-repeat:no-repeat;
		
		
		}
		
		
		#boxServices p{
		background:url(images/boxsmallBodyOrange.gif) bottom;
		height:52px;
		}
		
		#boxServices h3{
		background-image:url(images/boxsmallHeadingOrange.gif);
		}
		
		
		
		#boxSoftware{
	background-image:url(images/boxSmall.gif);
		background-repeat:no-repeat;
		
		margin-right:12px;
		}
		
		#boxSoftware p{
		background:url(images/boxsmallBodyPurple.gif) bottom;
		height:52px;
		}
		
		#boxSoftware h3{
		background-image:url(images/boxsmallHeadingPurple.gif);
		}

		/*//////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////*/








/*////////////////////////// Right Hand Column Boxes /////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////*/

#boxNews ul{
background-repeat:no-repeat;
width:200px;
margin-left:5px;
margin-right:5px;
position:relative;
top:17px;
left:15px;
font-size:90%;
padding-top:5px;
list-style-type:none;
margin:0;
}
		
#boxNews li{
border-bottom:1px dotted #000;
height: 25px;
overflow: hidden;
line-height: 12px;
padding-bottom:2px;
padding-top:2px;

}
		
#boxNews li a{
margin:0;
text-decoration:none;
padding:0;
height:25px;
color:#000000;
text-transform:lowercase;
overflow:hidden;
display:block;
}

#boxNews{
background-image:url(images/greyboxSmallNews.gif);
background-repeat:no-repeat;
height:275px;
}

#boxNews p{
background-image:url(images/boxsmallBodyPlumb.gif);
height:110px;
}

#boxNews h3{
background-image:url(images/boxsmallHeadingPlumb.gif);
text-transform:capitalize;

}


#boxContact{
background-image:url(images/greyboxSmallContact.gif);
background-repeat:no-repeat;
height:230px;
}

#boxContact p{
background-image:url(images/boxsmallBodyGrey.gif);
height:110px;
}

#boxContact h3{
background-image:url(images/boxsmallHeadingGrey.gif);
}


#boxLinks{
background-image:url(images/greyboxSmallLinks.gif);
background-repeat:no-repeat;
height:215px;
}

#boxLinks p{
background-image:url(images/boxsmallBodyBlueLight.gif);
height:110px;
}

#boxLinks h3{
background-image:url(images/boxsmallHeadingBlueLight.gif);
}


/*////////////////////////// /////////////////////*/








/*//////////////////////////*/
#greyHeading{
background-image:url(images/greythinbg.gif);
background-repeat:no-repeat;
font-size:80%;
font-weight:bold;
color:#034ea2;
margin:15px 0 15px 0;
padding:8px;
}


/*//////////////////*/


#footer{
height:20px;
background-color:#00ADEF;
width:960px;
margin: auto;
}

#footer p{
padding:5px;
color:#FFFFFF;
font-size:70%;
text-align:right;
font-weight:bold;

}





/*////// Table Styles /////*/

table.timeline {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.timeline th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #00aeef;
	-moz-border-radius: 0px 0px 0px 0px;
	color:#fff;
	font-weight:bold;
}
table.timeline td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #efefef;
	-moz-border-radius: 0px 0px 0px 0px;
	color:#ff;
}
table.timeline p {
	padding: 0px 5px 0px 5px;
}

table.timeline2 {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	width: 100%;
	margin-bottom: 15px;
}
table.timeline2 th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #00aeef;
	-moz-border-radius: 0px 0px 0px 0px;
	color:#fff;
	font-weight:bold;
}
table.timeline2 td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #efefef;
	-moz-border-radius: 0px 0px 0px 0px;
	color:#ff;
}
table.timeline2 p {
	padding: 0px 0px 0px 0px;
}


.rowtop{
	background:url(images/timelineBlueTop.gif) top left no-repeat;
}

.rowtopgrey{
	background:url(images/timelineGreyTop.gif) top right no-repeat;
}

.rowbottom{
	background:url(images/timelineBlueBottom.gif) bottom left no-repeat;
}

.rowbottomgrey{
	background:url(images/timelineGreyBottom.gif) bottom right no-repeat;
}

table.timeline td.white {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #fff;
	-moz-border-radius: 0px 0px 0px 0px;
	color:#ff;
}
#green table.timeline th {
background-color: #008c44;
}

#green table.timeline2 th {
background-color: #008c44;
}






.topleftGreen{
	background:url(images/timelineGreenTopLeft.gif) top left no-repeat;
}

.toprightGreen{
	background:url(images/timelineGreenTopRight.gif) top right no-repeat;
}

.toprightGrey{
	background:url(images/timelineGreyTopRight.gif) top right no-repeat;
}

.topleftBlue{
	background:url(images/timelineBlueTopLeft.gif) top left no-repeat;
}

.toprightBlue{
	background:url(images/timelineBlueTopRight.gif) top right no-repeat;
}

.bottomleftBlue{
	background:url(images/timelineBlueBottomLeft.gif) bottom left no-repeat;
}

.bottomleftGreen{
	background:url(images/timelineGreenBottomLeft.gif) bottom left no-repeat;
}


.bottomrightBlue{
	background:url(images/timelineBlueBottomRight.gif) bottom right no-repeat;
}

.topgreyBig{
	background:url(images/biggreytop.gif) top right no-repeat;
}

.bottomgreyBig{
	background:url(images/biggreybottom.gif) bottom right no-repeat;
}



.bottomleftGrey{
	background:url(images/timelineGreyBottomLeft.gif) bottom left no-repeat;
}
.bottomrightGrey{
	background:url(images/timelineGreyBottomRight.gif) bottom right no-repeat;
}








#purple table.timeline th {
background-color: #851f83;
}








table#homepagelinks {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
		text-align:center;

}
table#homepagelinks th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;

	-moz-border-radius: 0px 0px 0px 0px;
}
table#homepagelinks td {
	border-width: 0px 0px 0px 0px;

	border-style: none none none none;
	border-color: gray gray gray gray;
	
	text-align:center;
	
	-moz-border-radius: 0px 0px 0px 0px;
}








/*//// Small Box Holder ///*/

.boxSmallHolder{
margin:0;
padding:0;
width:715px;
background-image:url(images/greyboxBig.gif);
background-repeat:no-repeat;
font-size:90%;
		}
		
		
.boxSmallHolder h2{
		width:695px;
		height:30px;
		position:relative;
		top:10px;
		left:10px;
		color:#FFFFFF;
		font-size:90%;
		font-weight:bold;
		background-repeat:no-repeat;
		text-transform:capitalize;
		padding-top:7px;
		padding-left:10px;
		margin:0 0 20px 0;
		}
		
		
		
		
#blue .boxSmallHolder h2 {

background-image:url(images/smallBoxHolderHeadingBlue.gif);
}

#red .boxSmallHolder h2 {

background-image:url(images/headerRedDark.gif);
}

#green .boxSmallHolder h2 {

background-image:url(images/smallBoxHolderHeadingGreenMid.gif);
}


#purple .boxSmallHolder h2 {

background-image:url(images/smallBoxHolderHeadingPurpleMid.gif);
}

#orange .boxSmallHolder h2 {

background-image:url(images/smallBoxHolderHeadingOrangeMidLarge.gif);
}





/*////// Small Boxes ///////////////*/

.boxSmall{
		background-image:url(images/boxSmall.gif);
		background-repeat:no-repeat;
		width:225px;
		height:225px;
		float:left;
		margin-bottom:5px;
		margin-left:10px;
		padding:0

		}
		
		.boxSmall h3{
		width:111px;
		height:46px;
		position:relative;
		top:0;
		left:70px;
		margin:0;
	
		color:#FFFFFF;
		font-size:70%;
		font-weight:bold;
		background-repeat:no-repeat;
		text-transform:capitalize;
		padding-top:5px;
		padding-left:7px;
		padding-right: 23px;
		line-height:1.5em;
		
		
		}
		
		.boxSmall h3 a{
		text-decoration:none;
		}
		
		.boxSmall img{
		position:relative;
		top:20px;
		left:15px;
		}
		
		.boxSmall p{
		margin:0;
		background-repeat:no-repeat;
		width:185px;
		padding-left:5px;
		padding-right:5px;
		position:relative;
		top:17px;
		left:15px;
		color:#888888;
		font-size:70%;
		padding-top:5px;
		background-image:url(images/boxsmallBodyWhite.gif);
		background-position:bottom;
		height:65px;
		}
		
		.boxSmall a{
			color: #ffffff;
		}

	
#blue .boxSmall h3{
background-image:url(images/boxsmallHeadingBlueLightLarge.gif);

}

#red .boxSmall h3{
background-image:url(images/boxsmallHeadingRedMidLarge.gif);

}

#green .boxSmall h3{
background-image:url(images/boxsmallHeadingGreenLarge.gif);

}
		
		
		
		#purple .boxSmall h3{
background-image:url(images/boxsmallHeadingPurpleLarge.gif);

}
	
	
		#orange .boxSmall h3{
background-image:url(images/boxsmallHeadingOrangeLarge.gif);

}
		

		
		
/* News Box ///////////////////////////////////////////////////////////////////*/

.redTable{
	border-spacing: 0px;
	width:605px;
	margin-bottom: 10px; 
}

.redheader{
	background: url(images/redTableTop.gif) top left no-repeat;
	margin: 0px;
	padding: 9px 3px 9px 35px;
	font-size:75%;
	color:#000000;
}

.redheaderlink{
	background: url(images/redTableTop.gif) top left no-repeat;
	margin: 0px;
	padding: 8px 3px 7px 35px;
	font-size:75%;
	color:#000000;
}

.redTable a{
	color: #000000;
}

.redcontent{
	background: url(images/redTableMiddle.gif) top left repeat-y;
	margin: 0px;
	width:457px;
	padding: 0px 9px 0px 35px;
}

.redbottom{
	background: url(images/redTableBottom.gif) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
}

.blueTable{
	border-spacing: 0px;
	width:605px;
	margin-bottom: 10px; 
}

.blueHeader{
	background: url(images/blueTableHeader.gif) top left no-repeat;
	margin: 0px;
	padding: 8px 3px 7px 35px;
	font-size:75%;
	color:#000000;
}

.blueHeader a{
	color: #000000;
	text-decoration: none;
}

.blueContent{
	background: url(images/blueTableMiddle.gif) top left repeat-y;
	margin: 0px;
	padding: 0px 9px 0px 35px;
}

.blueBottom{
	background: url(images/blueTableBottom.gif) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
}

.boxNews{
width:605px;
margin-bottom:15px;
padding-bottom:15px;

}


.boxNewsContent{
background-image:url(images/newsboxBgRed.gif);
margin:0;
padding:0;
width:495px;
background-repeat:repeat-y;
}

.boxNews h3{
font-size:75%;
color:#000000;
margin:0;
background-position:left top;
padding:7px 5px 7px 40px;
background-image:url(images/newsboxHeaderRed.gif);
height:16px;
}

.boxNews p{
font-size:60%;
color:#000000;
padding:5px 0 5px 0;


margin:0 0 0 40px ;


}

.boxNews a{
	color: #333333;
	font-weight:normal;
}

.boxNews img{
float:right;
padding:0;
margin:0;
}
		
#blue .boxNews{
background-image:url(images/newsboxarrow.gif);
}
	
#red .boxNews{
background-image:url(images/newsboxbottomRedMid.gif);
background-position:bottom left;
background-repeat:no-repeat;
}

#purple .boxNews{
background-image:url(images/newsboxPurple.gif);
}
		



a.linkRed {
background-color:#630032;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
padding:5px;
text-decoration:none;
border:2px solid #b40860;
margin-top:15px;
margin-bottom:15px;
}

a.linkRed:Hover {
background-color:#ed1164;
text-decoration:none;

}



a.linkBlue {
background-color:#CFF2FF;
color:#034EA2;
font-size:100%;
font-weight:bold;
padding:5px;
text-decoration:none;
border:2px solid #00AEEF;
margin-top:15px;
margin-bottom:15px;
}

a.linkBlue:Hover {
background-color:#00AEEF;
text-decoration:none;
color:#034EA2;

}


.invisible{
height:0;
width:0;
margin:0;
padding:0;
}


.moreinfo{
background-image:url(images/moreinfo.gif);
width:225px;
background-repeat:no-repeat;


}

.moreinfo h2{
color:#FFFFFF;
width:185px;
height:40px;
left:40px;
font-size:90%;
top:10px;
font-weight:bold;
margin:0;
padding:0;

position:relative;


}

.moreinfo p{


margin-left:15px;
font-size:90%;
margin-top:5px;
margin-bottom:5px;
font-size:70%;
margin-right:15px;
}


.moreinfo h3{
margin-bottom:8px;
margin-top:5px;
margin-left:15px;
font-size:90%;
padding:0;
font-size:70%;
margin-right:15px;
font-weight:bold;
}




/*////// FORMS //////////////*

form.cmxform{
font-size:70%;
background-color:none;
width:500px;
color:#333;


}

form.cmxform h2{
font-size:170%;

}

form.cmxform h3{
font-size:170%;
color:#034EA2;

}

form.cmxform p{
font-size:95%;

}

form.cmxform fieldset {
  margin-bottom: 20px;

  border-left:5px solid #034EA2;
  border-right:1px solid #034EA2;
  border-bottom:0;
  border-top:1px solid #034EA2;

  color:#034EA2;
  
}

form.cmxform fieldset fieldset{
background-image:none;
background-color:none;

}

form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  list-style-type:none;


}






form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;


 
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;

}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  
  
  padding: 5px 10px 7px;
	  background:url(images/greyfade.gif) left bottom repeat-x;

}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight:normal;
  
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 193px; 
}

form.cmxform fieldset fieldset label {
  margin-left: 196px; } /* Width plus 3 (html space) */


/*











				/* ---------------  FORMS  --------------*/

				/* ---------------  FORMS  --------------*/

				/* ---------------  FORMS  --------------*/

				

#request{
color:#FFFFFF;
background-image:url(images/formheaderbg.gif);
background-repeat:no-repeat;
padding:5px;
margin-bottom:10px;
}

#requestRed{
color:#FFFFFF;
background-image:url(images/formheaderbgRed.gif);
background-repeat:no-repeat;
padding:5px;
margin-bottom:10px;
}


.formTitle{

	font-size: 80%; margin-bottom: 5px; color: #034EA2; margin-top: 15px;

}


# red .formTitle{

	color: #B40860; 
}


.leftForm{

	width: 240px; float: left; font-size: 80%; color: #034EA2;

}

#red .leftForm{

	color: #B40860;

}



.rightForm{

	width: 240px; float: left; font-size: 80%; color: #034EA2;

}


#red  .rightForm{

	color: #B40860;

}



.centralForm{

	 font-size: 80%; color: #034EA2;

}

#red .centralForm{

	 font-size: 80%; color: #B40860;

}



.formBoxes{

	clear: both; border-bottom: 1px dotted #cccccc; padding-bottom: 20px; font-size: 80%; 	color: #034EA2;

}


.formBoxes select{

	width: 240px;

}


.formBoxes p{

	color: #034EA2; font-size: 80%;

}



select{

	 width: 370px; border: 1px solid #333333; padding: 2px;

}



textarea{

	 width: 370px; border: 1px solid #333333; padding: 2px; height: 100px;

}



.button{

	background-color: #08388E; color:#FFFFFF; border: 2px solid #08388E; font-weight: bold;

}

#red .button{

	background-color: #B40860; color:#FFFFFF; border: 2px solid #B40860; font-weight: bold;

}



.field{

	width: 370px; border: 1px solid #333333; padding: 2px;

}



.field2{

	width: 220px; border: 1px solid #333333; padding: 2px; margin-top: 3px;

}



.field3{

	width: 460px; border: 1px solid #333333; padding: 2px; margin-top: 3px;

}



.field4{

	width: 460px; height: 40px; border: 1px solid #333333; padding: 2px; margin-top: 3px;

}





/* -------------- TOOLTIP STYLE ---------------- */

				/* -------------- TOOLTIP STYLE ---------------- */

				/* -------------- TOOLTIP STYLE ---------------- */

	

	

a.info{

    position:relative; /*this is the key*/

    z-index:24;

    color:#000;

    text-decoration:none;

	

	}



a.info:hover{z-index:25; background-color:#FFFFFF;}



a.info span{display: none}



a.info:hover span{ /*the span will display just on :hover state*/

    display:block;

    position:absolute;

    top:-3em; left:2em; width:40em;

    border:2px solid #034EA2;

    background-color:#eeeeee; color:#000;

    text-align: center;
	padding:5px;}





#eventpictures {

	border: 1x solid #b3dff0;

}





				/* -------------- MORE INFO STYLE ---------------- */

				/* -------------- MORE INFO STYLE ---------------- */

				/* -------------- MORE INFO STYLE ---------------- */

				

a.moreinfo{

	padding:0px;

}



.white{

	position: absolute;

}



.areasImage{

	position: absolute; margin-top: 20px;

}

.sampleData {
	padding: 4px 20px 5px 0;
}

.sampleData2 {
	border: solid 1px #fff; margin-left: 10px;
}
