@charset "UTF-8";
/*
********************************************************************************
** Cascading Stylesheet modified for the SV Zanshin Site.                     **
**                                                                            **
** Version Date       Comments                                  					**
** ======= ========== ========================================================**
** 1.0.5   2010-02-06 H1 bottom margin from 25 to 10px. Copyright padding 5px	**
** 1.0.4   2010-02-01 Fixed comment style for XHTML compliance.					**
** 1.0.3   2010-01-21 Commented out right border on Contentfull.					**
**							 Made total width 1000 on both page types.					**
** 1.0.2   2010-01-20 Added IE fix with td font size.									**
** 1.0.1   2009-11-07 Fixed to adhere to W3C CSS										**
** 1.0.0c  2009-10-31 Added the style "hiddenPicture"         					 	**
** 1.0.0b  2009-10-30 Added comments and cleaned up formatting. 					**
** 1.0.0a  2009-10-20 Initial Coding and implememtation.								**
**                                                                            **
********************************************************************************
*/
body {
	margin: 0px;
/*	color: #5D483D;  */
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #546484;
}
.picturelabel {
	margin: 0px;
/*	color: #5D483D;  */
	font-size: 10px;
	font-family: "Century Schoolbook", "Times New Roman", Arial;
	font-weight:bold;
	font-style:	italic;
	}

td	{ font-size: 12px; }

h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 10px 0px;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a {
	color: #36C;
}
a:visited {
	color: black;
}
a:hover {
	color: #5872f4;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.hiddenPicture {
	display:none;
	}

/******************************************************************************/
/* Banner Area definitions                                                    */
/******************************************************************************/
.bannerArea {
	width: 100%;
	height: 90px;
	background-color: #6F4A40;
}
.bannerArea .container {
	height:90px;
	background-image: url(../images/gif/SunsetTop.gif);
	background-repeat: no-repeat;
	background-color: #5C4544;
}
.bannernav {
	padding-top: 15px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: auto;
}
.bannernav a {
	color: #ffffff;
	text-decoration: none;
}
.bannernav a:visited {
	color: #ffffff;
}
.bannernav a:hover {
	color: #112c4c;
	text-decoration: none;
}
.toplogo {
	padding-left: 20px;
	padding-top: 5px;
}
/******************************************************************************/
/* Top Navigation Area definitions                                            */
/******************************************************************************/
.topnavigationArea {
	width: 100%;
	background-image: url(../images/gif/SunsetBottom.gif);
	background-repeat:repeat-x;
	background-color: #436d9c;
}
.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 40px;
	width:auto;
}
.topnavigationgroup ul {
	margin: 0px;
}
.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
	width:auto;
}
/******************************************************************************/
/* Content Area definitions                                                   */
/******************************************************************************/
.contentArea {
	width: 100%;
	background-color: #f0eff0;
	background-repeat: repeat-x;
}
.contentArea .container {
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
.contentfull {
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	/*
	border-right-style: solid;
	border-right-width: 1px;
	*/
}
.contentleft {
	width: 710px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 10px;
	width: 210px;
}
.imageright {
	margin-left: 5px;
	float: right;
	width:auto;
}
/******************************************************************************/
/* Footer Area definitions                                                    */
/******************************************************************************/
.footerArea {
	width: 100%;
	background-color: #546484;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
}
.footerArea .container {
	height: 77px;
	background-image: url(../images/gif/SandySpitBanner.gif);
}
.copyright {
	padding-left: 5px;
	padding-top: 5px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
