/*

Stylesheet that contains all elements used by the website AND by the Editor.
This is so that the way the site looks in the editor is the same as on the actual
content of the site. This stylesheet should not contain rogue classnames that are not
prefixed with a tag.

eg.

.myclass is invalid
p.myclass is valid

This is because when you right click on a tag in the editor, it only lists classes that relate to that tag.
If you place classes here without a prefix, they appear in every list of classes because the editor doesn't know
where to put them.

To include classes that you want the Editor to ignore, place them after this line.
--------------------------------------------------------------------------------*/


/*MAIN STATIC TEMPLATE
=======================================*/
#tpl_siteframe	{	margin-left:auto;
					margin-right:auto;
					max-width:1024px;
					height:1%;}

#tpl_headerbar	{	color:#000000;
					background-color:#ffffff;
					height:210px;
					width:auto;
					position:relative;
					background-image:url("/images/template/header_bg.jpg");
					background-repeat:repeat-x;
					background-position:top left;}

#tpl_headerbar .headlogo {
					height:210px;
					width:285px;
					padding-left:50px;
					position:absolute;
					top:0px;
					left:0px;
					z-index:2;}

#tpl_slideshowcontainer{
					width:560px;
					height:210px;}

#tpl_headerbar .headright {
					height:210px;
					overflow:hidden;
					position:relative;
					padding-left:465px;
					text-align:right;
					z-index:1;}

#tpl_headerbar .headcurve {
					position: absolute;
					top:0px;
					left:410px;
					width:120px;
					height:210px;
					z-index:2;}

#tpl_headerbar .headmenu_bg{
					background-image:url("/images/template/headmenu_bg.png");
					background-repeat:no-repeat;
					background-position:bottom left;
					position:absolute;
					top:0px;
					right:0px;
					padding:7px 10px 15px 30px;
					z-index:2;
					width:16em;
}
#tpl_headerbar .headmenu{
					text-align:right;
					font-size:0.9em;
					z-index:3;
					position:absolute;
					top:0px;
					right:0px;
					padding:7px 10px 15px 30px;}

#tpl_headerbar .headmenu a{
					color:#ffffff;
					background-color:inherit;}
#tpl_headerbar .headmenu a:hover{
					color:#C8DDF0;
					background-color:inherit;
					text-decoration:underline;}

#tpl_subheader	{
					color:#ffffff;
					background-color:#005C8A;
					background-image:url("/images/template/subhead_bg.jpg");
					background-repeat:repeat-x;
					background-position:top left;
					padding:3px 10px 3px 20px;
					font-size:1.5em;}
#tpl_subheader .tel{color:#C8E4F2;
					background-color:inherit;}

#tpl_maincontent {	color:#000000;
					background-color:#ffffff;
					background-image:url("/images/template/page_bg.gif");
					background-repeat:repeat-x;
					background-position:top left;
					padding:25px 20px 0px 0px;}

#tpl_maincontent a{	text-decoration:underline;}

#tpl_page {			margin-right:265px;
					margin-left:185px;}

/* Navigation */
#tpl_leftbar	{	width:170px;
					background-image:url("/images/template/nav_top.gif");
					background-repeat:no-repeat;
					background-position:top right;
					padding:15px 0px 0px 0px;
					margin-top:5px;}
#tpl_leftbar .inner{background-image:url("/images/template/nav_bottom.gif");
					background-repeat:no-repeat;
					background-position:bottom right;
					padding-bottom:18px;
					height:1%;}

#tpl_nav	ul	{	margin:0px;
					padding:0px;
					border-right:5px solid #D3ECF9;}
#tpl_nav ul li	{	padding:0px;
					margin:0px;
					background-image:none;}
#tpl_nav ul li a{	color:#ffffff;
					background-color:#3699CE;
					background-image:url("/images/template/nav_bg.gif");
					background-repeat:repeat-x;
					background-position:top left;
					display:block;
					padding:10px;
					text-decoration:none;}
#tpl_nav ul li a span{
					display:block;
					background-image:url("/images/template/nav_arrow2.gif");
					background-repeat:no-repeat;
					background-position:0em 0.3em;
					padding-left:16px;
}
#tpl_nav ul li a.selected span,
#tpl_nav ul li a:hover span{
					background-image:url("/images/template/nav_arrow.gif");}

#tpl_nav ul li a:hover{
					color:#ffffff;
					background-color:#5AABD7;
					background-image:url("/images/template/nav_bg_hover.gif");}
#tpl_nav ul li a.selected{
					color:#ffffff;
					background-color:#205F80;
					background-image:url("/images/template/nav_bg_active.gif");
					font-weight:bold;}
#tpl_nav ul li ul{	border:none;
					padding-bottom:10px;
					color:#ffffff;
					background-color:#205F80;}
#tpl_nav ul li ul li a{
					color:#ffffff;
					background-color:#205F80;
					background-image:none;
					font-size:0.85em;
					padding:2px 10px 2px 11px;}
#tpl_nav ul li ul li a:hover{	
					color:#ffffff;
					background-color:#2878A4;
					background-image:none;}
#tpl_nav ul li ul li a.selected{	
					color:#ffffff;
					background-color:#2878A4;
					background-image:none;
					font-weight:bold;}
#tpl_nav ul li ul li a span{
					background-image:none;}





#tpl_nav ul li ul li ul{		border:none;
					padding-bottom:10px;
					color:#ffffff;
					background-color:#205F80;}
#tpl_nav ul li ul li ul li a{
					color:#ffffff;
					background-color:#205F80;
					background-image:none;
					font-size:0.85em;
					padding:2px 10px 2px 20px;}
#tpl_nav ul li ul li ul li a:hover{	
					color:#ffffff;
					background-color:#2878A4;
					background-image:none;}
#tpl_nav ul li ul li ul li a.selected{	
					color:#ffffff;
					background-color:#2878A4;
					background-image:none;
					font-weight:bold;}
#tpl_nav ul li ul li ul li a span{
					background-image:none;}





#tpl_rightbar {		width:250px;}
#tpl_rightbar h2{	font-size:1.8em;
					color:#000000;
					background-color:inherit;
					margin-bottom:2px;
					margin-top:0px;
					padding-left:15px;}
#tpl_rightbar h3{	font-size:1.1em;}
#tpl_rightbar ul {	margin:0px; padding:0px;}
#tpl_rightbar li {	background-image:none;
					padding-left:0px;}
#tpl_rightbar .box {background-image:url("/images/template/box_bg.jpg");
					background-repeat:no-repeat;
					background-position:top left;
					min-height:140px;
					padding:20px;
					font-size:0.9em;}
#tpl_rightbar .btop01,
#tpl_rightbar .bbot01{
					display:none;}
#tpl_rightbar .box p.contactlinks {
					line-height:2em;}

#tpl_footer {		color:#ffffff;
					background-color:#005C8A;
					line-height:4.2em;
					background-image:url("/images/template/footer_bg.jpg");
					background-repeat:repeat-x;
					background-position:top left;
					text-align:right;
					padding:0px 15px 0px 15px;
					font-size:0.9em;}
#tpl_footer a{
					color:#C0DFEF;
					background-color:inherit;}
#tpl_footer a:hover {
					color:#ffffff;
					background-color:inherit;
					text-decoration:underline;}
#tpl_footer2 {		color:#000000;
					background-color:#E1F2FB;
					background-image:url("/images/template/footer2_bg.jpg");
					background-repeat:repeat-x;
					background-position:top left;
					height:45px;
					border-top:1px solid #ffffff;}




/*COMMON CLASSES - Used for most sites
=======================================*/
.clearleft		{clear:left;}
.clearright		{clear:right;}
.clear			{clear:both}
.textright		{text-align:right;}
.textleft		{text-align:left;}
.textcenter		{text-align:center;}
.hidden			{display:none;}
.nobotgap		{padding-bottom:0px;margin-bottom:0px;}
.notopgap		{padding-top:0px;margin-top:0px;}
.nogaps			{padding:0px;margin:0px;}
.nobullets li	{background-image:none;
				 list-style-type:none;}
.overflow		{overflow:auto;width:99.9%;}
.mandatory		{	color:#dd0000;background-color:#ffffff;font-weight:bold;font-size:1.3em;}
.width100percent{width:100%;}
.width90percent	{width:90%;}
.width80percent	{width:80%;}
.width50percent	{width:50%;}
.smalltext		{font-size:85%;}
.relative_top-2	{position:relative;top:-2px;left:0px;}
.icon			{vertical-align:middle;}
.icon_border	{vertical-align:middle;border:1px solid #000000;margin:2px;}


/*ERROR MESSAGES
=======================================*/
#okmsg, #errormsg, #mysqlerror	{ margin-bottom:15px }
#okmsg h1						{ color:#279876; background-color:#f5fff5; font-weight:normal }
#errormsg h1					{ color:#cc0000; background-color:#fff5f5; font-weight:normal }
#mysqlerror	h1					{ color:#0000cc; background-color:#f5f5ff; font-weight:normal }
#okmsg div						{ border:solid 1px #229922; color:#000000; background-color: #f5fff5; padding:5px }
#errormsg div					{ border:solid 1px #cc0000; color:#000000; background-color: #fff5f5; padding:5px }
#mysqlerror div					{ border:solid 1px #0000cc; color:#000000; background-color: #f5f5ff; padding:5px }
#errormsg li, #errormsg ul, #okmsg li, #okmsg ul, #mysqlerror li, #mysqlerror ul { padding:0px; margin:0px;}

/*--------------------------------------------------------------------------------
Styles above here will not be included in the editor.
This is because the CSS will be divided into 2 parts using the split tag below
*/
/*<SPLIT>*/

body{	color:#000000;
		background-color:#E1F2FB;
		font-family:Tahoma,Arial,sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;}
h1{		color:#003165;
		background-color:inherit;
		letter-spacing:-1px;
		font-weight:lighter;
		margin-top:0px;
		font-size:2.5em;}
h2{
	font-size:1.8em;
	font-weight:normal;
	color:#007FC1;
	background-color:inherit;
	letter-spacing:-1px;}
h3{
	color:#000000;
	background-color:inherit;
	font-size:1.2em;

}
h4{
	color:#000000;
	background-color:#ffffff;
	font-size:1em;
}
p{
	line-height:1.4em;
}

ul{
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style-type:none;
}
li{	background-image:url("/images/template/bullet01.gif");
	background-repeat:no-repeat;
	background-position:0em 0.35em;
	padding-left:20px;
	line-height:1.4em;}

ol li{	background-image: none;
	background-repeat: no-repeat;
	padding-left:5px;
	line-height:1.4em;}

a,a:active,a:link,a:visited{
	color:#0D6E1D;
	background-color:inherit;
	text-decoration:none;}
a:hover	{
	background-color:inherit;
	color:#000000;
}

img		{	border:none;}
kbd		{	padding:0px 1px 0px 1px;
			border-width:1px 2px 2px 1px;
			border-style:solid;}
abbr	{	border-bottom:1px dashed #aaaaaa;
			cursor:help;}
acronym	{	border-bottom:1px dashed #aaaaaa;
			cursor:help;}
dfn		{	font-style:normal;
			border-bottom:1px dashed;
			cursor:help;}
code	{	font-family: courier, monospace;
			padding-left:1px;
			padding-right:1px;}
samp	{	font-family: courier, monospace;
			border:1px solid #cccccc;
			color:#000000;
			background-color:#ccffcc;
			padding-left:1px;
			padding-right:1px;}
blockquote{
			color:#000000;
			background-color:#eeeeee;
			border:1px solid #888888;
			padding:5px;}
table	{	border:1px solid #777777;}
th		{	font-weight:bold;
			padding:1px 3px 1px 3px;
			text-align:left;
			background-color:#f1f1f1;
			color:#000000;
			/*background-image:url("/images/template/misc/table_th_bg.gif");*/
			background-repeat:repeat-x;
			background-position:top left;
			border-bottom:1px solid #666666;}
td		{	border-color: #eeeeee #cccccc #cccccc #eeeeee;
			border-style:solid;
			border-width:1px;
			padding:1px 3px 1px 3px;
			text-align:left;}
select,input,textarea{
			font-family:Arial,Verdana,sans-serif;
			font-size:0.9em;}


/*CLASSES USED BY THE EDITOR*/
p.indent			{	margin-left:40px;}
div.left{text-align:left;}
div.right{text-align:right;}
div.center{text-align:center;}

p.left				{	text-align:left;}
p.center			{	text-align:center;}
p.right				{	text-align:right;}

img.border			{	padding:1px;border:4px solid #cccccc;}
img.icon			{	vertical-align:middle;}

span.underline		{	text-decoration:underline;}
span.strikethrough	{	text-decoration:line-through;}
span.highlight		{	color:green;
						background-color:inherit;
						text-decoration:underline;
						font-weight:bold;}
span.smalltext		{	font-size:0.85em;}
span.bigtext		{	font-size:1.3em;}
span.biggertext		{	font-size:1.7em;}

hr.clearall			{	clear:both;}

ul.square 			{	list-style-type:square;}
ul.circle			{	list-style-type:circle;}
ul.disc				{	list-style-type:disc;}
ol.lower-alpha		{	list-style-type:lower-alpha;}
ol.upper-alpha		{	list-style-type:upper-alpha;}
ol.lower-roman		{	list-style-type:lower-roman;}
ol.upper-roman		{	list-style-type:upper-roman;}
ol.numeric			{	list-style-type:decimal;}
ol.numeric_zeropad	{	list-style-type:decimal-leading-zero;}

li.alpha			{	list-style-type:lower-alpha;}
li.square			{	list-style-type:square;}
li.circle			{	list-style-type:circle;}
li.disc				{	list-style-type:disc;}
li.lower-alpha		{	list-style-type:lower-alpha;}
li.upper-alpha		{	list-style-type:upper-alpha;}
li.lower-roman		{	list-style-type:lower-roman;}
li.upper-roman		{	list-style-type:upper-roman;}
li.numeric			{	list-style-type:decimal;}
li.numeric_zeropad	{	list-style-type:decimal-leading-zero;}
li.alpha			{	list-style-type:lower-alpha;}