﻿BODY
{
margin:10px 0 0 0; 
padding:0;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
font-size: small;
background-image: url('../template_dwt/borders/bkg.jpg');
background-repeat: repeat-x;
}

/* Colors:

Cyan: 00a6d4
Blue: 045268
Yellow: fff310
*/

a:hover {color:blue; text-decoration:underline;}
a:link {color:blue; text-decoration:underline;}
a:visited {color:maroon; text-decoration:underline;}

/*---------------------------------------------------------MAIN TABLES */

/*-------------------------------------------------------------WIDTH OF PAGE */

table.maintable
{
	TABLE-LAYOUT:FIXED;
	WIDTH:1000PX;
	BORDER-COLLAPSE:COLLAPSE;
	PADDING:0px; margin:0;
	background-image: url('../template_dwt/borders/body-bkg.gif');
	background-repeat: repeat-y; 
	border-top: 2px solid #045268;
	border-bottom: 2px solid #045268;

}


/*-----------------------------------------------------LEFT SIDE BAR FOR MENU */
td.leftsidebar
{
	WIDTH:260PX;
	PADDING:0px;
	vertical-align:top;
}

p.decorativetext
{
	font-family:Georgia, "times New Roman", times, serif;
	font-size: 120%;
	font-weight:bold;
	font-style:italic;
	color: #fff310;
	padding:10px;
	text-align:left;
	line-height:1.3;
}

#leftmenulinks
{

font-size:90%;
line-height:90%;
font-weight:bold;
padding:0;
background-color: #045268;
width: 100%;
}


/*-----------------------------------------------------RIGHT SIDE BAR FOR MENU */
td.rightsidebar
{
	WIDTH:25PX;
	PADDING:0px;
	margin:0;
	vertical-align:top;
}

/*--------------------------------------------------MAIN PART OF TEXT PAGE */
.aligntextleft
{
/*	text-align:left; */
}

td.mainpage
{
	WIDTH:715PX;
	vertical-align:top;
	
}


td.mainpage p
{
	color:#000;
	font-size:90%;
	padding:0 18px 0 22px;
	margin: 8px 0;
	line-height: 1.5;
}

td.mainpage p.center
{
	text-align:center;
}


td.mainpage p.quote
{
	color:#000;
	font-size:90%;
	padding:5px 18px 5px 15px;
	margin: 8px 15px 8px 22px;
	line-height: 1.5;
	border-left: 5px solid #fff310;
	border-right: 5px solid #fff310;
	background-color: #fffee7;
}

td.mainpage p.quotenarrow
{
	width: 350px;
	color:#000;
	font-size:90%;
	padding:5px 18px 5px 15px;
	margin: 8px 15px 8px 22px;
	line-height: 1.5;
	border-left: 5px solid #fff310;
	border-right: 5px solid #fff310;
	background-color: #fffee7;
}


td.mainpage p.returntotop
{
font-size:80%;

color:#045268;
text-align:RIGHT;
padding-bottom: 10px;
}


td.mainpage ul
{ 
	list-style-image: url('../template_dwt/borders/bullet-small.gif');
	font-size:90%;
	padding:.5em 2em;;
	margin:0 0 0 2em;
	text-align:left;
	line-height: 1.5;
}

td.mainpage p.question
{
	color:#045268;
	font-size:100%;
	font-weight:bold;
}

td.mainpage p.answer
{
	padding:0 0 0 30px;
}

/* ---------------------------------------------------bordering images */

td.mainpage div.bordered
{
	
	float: right;
	margin: 15px 20px 15px 15px;
	width: 300px;
	font-size: 80%;
	text-align:center;
	color:#045268;
	
}
td.mainpage div.bordered img
{
	border: 1px solid #045268;
}

td.mainpage img.borderpic
{
	float:right;
	margin: 15px 15px 15px 15px;
	border: 1px solid #045268;
}




/*----------------------------------------------------------FOOTER -------- */
div.footer
{
	WIDTH:100%;	
	border-top:2px solid #045268;

}

div.footer p
{

	font-size:90%;
	color:#045268;
	text-align:center;
	line-height:1.2;
	padding:2px 15px;
	margin:0;
}

.smallerfootertext
{
	color: #045268;
	font-size: 95%;
	font-weight:normal;
}

div.footer a:link {text-decoration:underline;color: #900c00;}
div.footer a:visited {text-decoration:underline;color: #900c00;}
div.footer a:hover {text-decoration:underline;color: #900c00;}




table.maintablefooterlinks
{
	TABLE-LAYOUT:FIXED;
	WIDTH:1000PX;
	BORDER-COLLAPSE:COLLAPSE;
	PADDING:0px;
}


td.footerlinks
{
	WIDTH:100%;	
	text-align:center;
	padding: 5px;
	color: #00a6d4;
	font-size:75%;
}


td.footerlinks a:link {color: #00a6d4;}
td.footerlinks a:visited {color: #00a6d4;}
td.footerlinks a:hover {color: #00a6d4;}



#designedby
{
text-align: center; 
color: #045268;
font-size:90%;
margin: 3px;
}


#designedby a
{
text-align: center; 
}

/*-------------------------------------------------------------------HEADER -------- */
.setwidth
{
	width:1000px;
	position:relative;
	text-align:left;
}

table.header
{
	TABLE-LAYOUT:FIXED;
	WIDTH:1000PX;
	HEIGHT:104PX;
	BORDER-COLLAPSE:COLLAPSE;
	PADDING:0px;
	background-color: #FFF;
	
}

div.whitebkg
{
	background-color:#fff;
	background-image: url('../template_dwt/borders/logo-bkg.gif');
	background-repeat:repeat-y;
	
	border-right: 2px solid #045268;
}

div.headertop
{
	background-color:#00a6d4;
	background-image: url('../template_dwt/borders/headerrighttop.gif');
	background-repeat: no-repeat; 
	width: 100%;
	height:35px;
	border-collapse:collapse;
	text-align:right;
	color: #fff310;
	padding: 23px 0 0 0;
	vertical-align:top;
	font-size: 80%;
}

div.headertop a:hover
{
	color:#fff310;
	text-decoration:none;
}

div.headertop a:visited
{
	color:#fff310;
	text-decoration:none;
}

div.headertop a:link
{
	color:#fff310;
	text-decoration:none;
}

table.header div.headertop img
{
	padding:0;
}



/* -------------------------------------------------- HEADINGS FOR STATIC PAGES */

H1
{
font-size:130%;
font-weight: bold;
color:#045268;
padding:15px 8px 10px 12px;
text-align:left;
}

H2
{
font-size:120%;
font-weight: bold;
color:#045268;
padding:15px 8px 10px 12px;
text-align:left;
}

H3
{
font-size:110%;
font-weight: bold;
color:#045268;
padding:12px 8px 8px 12px;
text-align:left;

}

H4

{
font-size:100%;
font-weight: bold;
color:#045268;
padding:12px 8px 8px 12px;
text-align:left;

}

H5
{
font-size:95%;
font-weight: bold;
color:#045268;
padding:10px 8px 8px 12px;
text-align:left;

}

/* -------------------------------------------------------------- Rightbox wide */




/* -------------------------------------------------------------- hr */

hr
{
	color:#00a6d4; background: #00a6d4; border: 0; Height:2px;
}


/* --------------------------------------------------Text FOR STATIC PAGES */

.clearfloat
{
	clear:both;
	width:100%;
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.normalsmall
{
font-size:80%;
color:#045268;
}



.signature
{
font-size:90%;
font-style:italic;
color:#045268;
text-align:right;
}




a img
{
	border:0;
}





div.highlightbox
{
	width:250px;
	background-color:#fff;
	background-image: url('../template_dwt/borders/highlightboxbkg.jpg');
	background-repeat: repeat-x;
	border: 1px solid #045268;
	color:#045268;
	float:right;
	padding:0;
	margin:10px 15px 10px 10px;
}

div.highlightbox h2
{
	width:250px;
	margin:0;
	padding: 10px 0px;
	font-size: 120%;
	text-align:center;
	display:block;
	color:#045268;
}


div.highlightbox p
{
	padding: 3px;
	font-size:80%;
	margin: 0 10px;
}

div.highlightbox p.bluetext
{
	font-family:"times New Roman", times, serif;
	font-style: italic;
	font-size: 110%;
	line-height:1.2;
	text-align:center;
	color: #045268;
	padding: 5px 3px;
}

div.highlightbox ul
{ 
	list-style-image: url('../template_dwt/borders/bullet-onyellow.gif');
	font-size:80%;
	padding:.5em 1em;;
	margin:0 0 1em 2em;
	text-align:left;
	line-height: 1.4;
}

div.highlightbox img
{
	border: 1px solid #045268;
}


/* ------------------------------------------------------- home photos */

div.homephotos
{
	width: 100%;
	height: 409px;
	background-color:#00a6d4;
}

div.homeborder
{
	width:100%;
	background-color:#045268;
	color:#fff310;
	font-size: 140%;
	text-align:center;
	padding: 5px 0;
}


.photoholderbig
{
	border: 1px solid #fff310;
	width: 529px;
	height: 407px;
	margin-bottom: 5px;
	float:left;
}

.photospacer
{
	width:12px;
	height: 400px;
	float:left;
}

.photoholdersmall
{
	width:156px;
	margin-bottom: 5px;
	float:left;
}

.photoholdersmall img
{
	margin-bottom: 4px;
}

