/* !!! IMPORTANT NOTE: !!!! 
always EDIT the stylesheet located in the /templates folder, and
always use SitePress to edit/save, so the variables get created right!
(to edit: open a template in SP and use the "open" button)

/Templates/Site.css
/Templates/Applications.css

Navigation stylesheets, that could be modified to your needs:
/Templates/NavVerticalFull.css
/Templates/NavVerticalExpanded.css
/Templates/NavVerticalDropdowns.css
/Templates/NavHorizontalDropdowns.css
/Templates/NavHorizontalTabs.css
**************************************** */


/* temp styles for the logo placeholder */
.logoBugOne { font-family:Georgia, "Times New Roman", Times, serif; width: 140px; height: 170px; overflow: hidden; font-size: 300px; color: #674935; font-weight: bold; margin: -50px 0 0 15px;}
.logoBugTwo { font-family:Georgia, "Times New Roman", Times, serif; width: 140px; height: 170px; overflow: hidden; font-size: 300px; color: #fff0ce; font-weight: bold; margin: -173px 0 0 14px; position: absolute;}
.logoBugTwo * {color: #fff0ce !important; }


/* --------------------------------------------------------------
THEME: TEXT_IMAGE_styles -- keep_styles_for_creating_images_on_ONE_line!
-------------------------------------------------------------- */
.bodyBgrImage { display:image; max-width:800px; margin-top:1000px; text-align:center; border-left-style:solid; border-left-width:20px; background-color: #87addb; color: #87addb; border-left-color: #385d9a; border-right-style:solid; border-right-width:20px; border-right-color: #385d9a; }



/* --------------------------------------------------------------
STYLES_for_SitePress_users
NOTE: Only styles named with a Capitalised name will apear in SitePress Edit mode (in the styles dropdown)
-------------------------------------------------------------- */
.PreformattedTable { float:right; width:30%; margin: 0 0 30px 30px; background-color: #deecf9; color: #113d86; font-size:90%; text-align:left; }
.PreformattedTable TH { padding: 3px 10px; text-align: left; background-color: #87addb; color: #385d9a; }
.PreformattedTable TD { padding: 10px 10px; }
.PreformattedTable A:hover { background-color: transparent !important; color: #333333 !important; }
/* remove the margin from the first paragraph folowing the div.PreformattedTableHolder */
div.PreformattedTableHolder + P,
div.PreformattedTableHolder + H1,
div.PreformattedTableHolder + H2,
div.PreformattedTableHolder + H3 { margin-top:0; }



/* ---------------------------------------------------------------------------
 GLOBAL SIMPLE STYLES ////////////////////////////////////////////////////////
 base styles for old browsers to be overrided by the "@media all" styles below
--------------------------------------------------------------------------- */
BODY {
	background-color: #385d9a;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
}

HR { height: 1px; background-color: #5582b9; color: #5582b9; border:none; }

H1, H2, H3, H4, H5, H6 {
	font-weight:normal;
	color: #113d86;
}
H1 { font-size: 180%; margin-top:0; line-height:70%; }
H2 { font-size: 145%; border-bottom:1px solid #5582b9; }
H3 { font-size: 125%; }
H4, H5, H6 { font-size: 110%; font-weight:bold; }


/* Default Links ********************************************** */
A:link, A:visited {
	color: #a26a46;
	text-decoration:none;
}
A:hover, A:active {
	color: #674935;
	text-decoration:underline;
}

.clearAll {
	display: block;
	float: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	/* additional styles at ie.css */
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}




/* --------------------------------------------------------------
 @media all START ***********************************************
 ----------------------------------------------------------------
 Hide these styles from old browsers 
-------------------------------------------------------------- */
@media all {


/* --------------------------------------------------------------
 GLOBAL TEMPLATE STYLES
-------------------------------------------------------------- */
HTML {
	height: 100%;
}

BODY {
	margin: 0;
	height: 100%;
	background-color: #385d9a;
}
.pageBackground {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}
.page {
	width: undefinedpx;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: visible;
	background-color: #FFFFFF;
}

.content A:link {
	color: #113d86;
	text-decoration: underline;
}
.content A:visited {
	color: #113d86;
	text-decoration: underline;
}
.content A:hover, .content A:active {
	color: #674935;
}



/* HEADER **************************************************** */
.header {
	background-color: #f5d99d;
}

.logo {
	padding: 0 20px;
	float: left;
	vertical-align: bottom;
}

.topNav {
	width: 150px;
	float: right;
	padding: 20px 25px 20px 0;
	color: #a26a46;
}
.topNav UL {
	list-style: none;
	padding: 0;
	margin: 0;
}
.topNav LI {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #c79854;
}



/* FORMS ******************************************** */
FORM{ margin: 0; }
INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.search {
	margin:0;
	padding: 3px 0 0 0;
}
.search * {
	vertical-align: middle;
}
.search .searchButton {
	margin: 0;
	padding: 0;
	height: 19px;
	color: #333333;
	border-top: 1px solid #fff0ce;
	border-right: 1px solid #a26a46;
	border-bottom: 1px solid #a26a46;
	border-left: 1px solid #fff0ce;
	background-color: #f5d99d;
}
.search .searchBox {
	margin: 0;
	padding: 2px 2px;
	width: 115px;
	height: 14px;
	color: #333333;
	border-top: 1px solid #a26a46;
	border-right: 1px solid #c79854;
	border-bottom: 1px solid #c79854;
	border-left: 1px solid #a26a46;
	background-color: #FFFFFF;
}

.searchQuery {
	font-weight: bold;
}

.pathNav {
	padding: 20px 10px 10px 10px;
	border-top: 5px solid #c79854;
	background-color: #fff0ce;
	font-size: 80%;
	color: #674935;
}

/* HEADER HOME PAGE **************************************** */
.homeHeader {
	padding: 20px 5px 10px 10px;
	min-height: 14px;
	border-top: 5px solid #c79854;
	background-color: #fff0ce;
	color: #674935;
}
.homeHeader P {
	max-width: 100%;
	margin: 0;
}


/* FOOTER *************************************************** */
.footer {
	background-color: #87addb;
	padding-bottom: 130px;
}
.footer P {
	max-width: 100%;
	margin: 0;
}
.footer IMG {
	border: none;
}

.copyrights {
	clear: both;
	padding: 10px 10px 30px 10px;
	background-color: #deecf9;
	border-bottom: 1px solid #5582b9;
	font-size: 80%;
	color: #385d9a;
}
.copyrights A:link, .copyrights A:visited {
	color: #385d9a;
	text-decoration: underline;
}


/* fix site map appearance */
.siteMap TD { padding:1px 2px; background-color: #FFFFFF; border-color: #87addb; border-top-color: #FFFFFF; }




/* --------------------------------------------------------------
 @media all END *************************************************
-------------------------------------------------------------- */
}


/* --------------------------------------------------------------
 PRINT SPECIFIC STYLES ******************************************
 Add here styles that will have effect on how the site prints
-------------------------------------------------------------- */
@media print {
	BODY {
	margin:0;
	}
	.page {
	width: 100%;
	}
	.footer {
	padding-bottom: 0;
	}
}



/* Thumbnail Gallery Styles */
.gallery A:link,
.gallery A:visited, 
.gallery A:hover { display:block; float:left; padding: 5px 4px; border: 1px solid gray; margin: 0 8px 10px 0; background-color:white; font-family:Verdana !important; font-size:9px !important; color:#000000 !important; }
.gallery A IMG { display:block; margin: 0 0 5px 0; }




