@charset "utf-8";
/* CSS Document */

html{
width: 100%;
	height: 100%;
	background:url(../images/bg.png) center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
body {
	

	margin: 0 auto;
	padding: 0;
	
	font-size:0.77em;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#content .service {
margin:0.5em 0;
padding:0.5em;
background:#111;
border:1px dotted #999;
}

#frame {
	
	
	margin:0;
	padding: 2em;
	
	
	/*	height:576px;	*/
	
	/*
		Half the width of the container DIV tag which is 480 pixels
		Half the height of the container DIV tag which is 288 pixels
	*/
	
/*
margin: -288px 0 0 -480px;
*/

	
	/*
top: 50%;
	left: 50%;
*/
/*
	position: absolute;
*/
}
#container {
	padding:10px;
	margin:0;
	background:#f1e7ef;
}
#container #border {
	border:1px solid #fff;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding: 10px;
}
#logo {
	width:192px;
	height:112px;
	margin:0;
	padding:0;/*
background:url(../images/topLogo.png)  no-repeat;
*/
}
#motto {
	width:704px;
	height:72px;
	margin:0;
	padding:0;
	background:#8e3557;
}
#nav {
	width:704px;
	height:40px;
	margin:0;
	padding:0;
	background:url(../images/topNavMenu.png) no-repeat;
	/*
background:#b06e6c;
*/

	text-align:center;
}
#nav a {
	text-decoration:none;
	color:#111;
	font-weight:bold;
	font-size:1.0em;/*

*/
}
#nav a:hover {
	text-decoration:underline;/*
font-weight:bold;
	font-size:1.1em;
*/
}
#book {
	width:192px;
	height:224px;
	overflow:hidden;
	/*
	background-color:#9cd52b;
	*/
	background:url(../images/bottomLeftBg.png) repeat-y;
}
#left {
	width:192px;
	margin:0;
	padding:0;
	vertical-align:top;
	/*
	height:176px;
	*/
	
	/*
	background:#9bd52b;
	*/
	background:url(../images/bgLeft.jpg) repeat;/*
	overflow:hidden;
	*/
}
#content {
	margin:0;
	padding:10px;
	width:684px;
	text-align:center;
}
#content h2 {
	font-size:1em;
	font-weight:bolder;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*
		width:85%;
	*/
	margin:0;
	padding:0.6em;
	letter-spacing:0.1em;
	background:#111;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
#content h3 {
	font-size:1em;
	font-weight:bolder;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:85%;
	margin:0;
	padding:0.6em;
	letter-spacing:0.1em;
	text-align:center;
}
#content h4 {
	margin:0 0 0 0;
	padding:0 0 1px 0;
	display:inline;
	font-weight:bold;
	border-bottom:1px dotted;
	font-size:1em;
}
#content label {
	/*
	float:left;
	*/
	text-align:center;
	/*
	display:block;
	*/
	width:115px;
	padding-right:10px;
	margin:0;
}
#content .textareaStyle {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	text-align:left;
	color:#222;
	background-color:#eee;
	border:2px inset #999;
	font-size:inherit;
}
#content .inputStyle {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	text-align:center;
	color:#222;
	background-color:#eee;
	border:2px inset #999;
	font-size:inherit;
}
#content .submitStyle {
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	text-align:center;
	color:#222;
	background-color:#eee;
	border:2px outset #999;
}
#content.light {
	color:#fff;
}
#content.red {
	color:#fff;
}
#content ul {
	text-align:left;
}
#content .linkDark {
	text-decoration:none;
	color:#246;
	font-weight:bold;
}
#content .linkDark:hover {
	text-decoration:none;
	/*
border-bottom:1px dotted #333;
*/
	color:#600;
}
#content .linkLight {
	text-decoration:none;
	color:#cc8d89;
	font-weight:bold;
}
#content .linkLight:hover {
	text-decoration:none;
	/*
border-bottom:1px dotted #333;
*/
	color:#cc8d89;
}
#content .quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:5px;
	width:80%;
	border:1px dotted #333;
	text-align:center;
}
#content p {
	margin-top:5px;
	padding:0;
	text-align:justify;
}
#content.bgGreen {
	background:#c7e969;
}
#content.bgLime {
	background:#b2d66b;
}
#content.bgOlive {
	background:#84815b;
}
#content.bgBlack {
	background:#000;
}
#content.bgPink {
	background:#8f4f67;
}
#content.bgYellow {
	background:#f5f39f;
}
#content .bottomBorder {
	border-bottom:1px dotted #999;
}
#content .topBorder {
	border-top:1px dotted #999;
}
#content .pad5 {
	padding:5px;
}
#flashcontent {
	/* simpleviewer */
	height: 100%;
}
#wlm {
	/*
	position:relative;
	*/
	padding:10px;
	bottom:0;
	right:0;
	text-align:right;
	font-size:smaller;
	font-weight:bolder;
	color:#fff;
}
#wlm a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
