@charset "utf-8";

/* CSS Document */
html {
	font-size:100.01%;
	font-family: Arial, Helvetica, sans-serif;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}

#container  {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
} 

#header  {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFF;
	width: 100%;
	font-size: 95%;
	margin: 0px;
	height: 130px;
	position: relative;
} 
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	right: 0px;
}
#header li {
	float: left;
}
.current {
}
#header li a {
	float: left;

}


#header li a:link {
	background-image: url(images/navplace.jpg);
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: bottom;
	height: 30px;
	color: #000;
	margin-right: 15px;
	margin-left: 15px;
}
#header li a:visited {
	background-image: url(images/navplace.jpg);
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: bottom;
	height: 30px;
	color: #000;
	margin-right: 15px;
	margin-left: 15px;
}
#header ul li a:hover {
	background-image: url(images/navhover.jpg);
	background-repeat: no-repeat;
}
#header li a:active {
	background-image: url(images/navactive.jpg);
	background-repeat: no-repeat;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #000;
	background-image: url(images/navactive.jpg);
	background-repeat: no-repeat;
}




#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header img {
	margin-left: 25px;
}

h1 {
	font-size: large;
	color: #111;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: x-large;
	color: #111;
	font-weight: normal;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	color: #111;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1em;
	font-family: "Times New Roman", Times, serif;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 298px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	height: auto;
	padding: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar2 #sidebarQGN {
	float: right;
	width: 100px;
}

#mainContent  {
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: 316px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 90%;
	line-height: 1.5;
	width: 457px;
} 
#mainContent p.Topic {
	background-image: url(images/navactive.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	padding-top: 5px;
}
#mainContent p img.spacer {
	background-image: url(images/navactive.jpg);
}
#mainContent2 {
	margin-right: 30px;
	margin-left: 30px;
}
#navbar ul li a:link, #navbar ul li a:visited,{
	background-image:url(images/navplace.jpg);
	padding:.2 em .5 em;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:1 em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2 em;
	margin-right:.5 em;
	
}


hr {
	color: #333;
}

.caption {
	font-size: small;
	font-weight: bold;
	color: #069;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
}



#footer  {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 95%;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#submenu {
	color: #000;
	margin-top: 40px;
	background-color: #F1F3EF;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#submenu ul li {
	color: #000;
	list-style-type: none;
}
#submenu ul li a {
	text-decoration: none;
	width: 258px;
	display: block;
	color: #000;
	font-weight: normal;
	padding-left: 35px;
	background-image: url(images/dove_icon.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	background-position: left center;
}
#submenu ul li a:link, #submenu ul li a:visited {
}
#submenu ul li a:hover {
	background-color: #CAB695;
	color: #FFF;
}
a {
	color: #039;
}

.last {
	clear: both;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
p.bold {
	font-weight: bold;
}


#PicName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #03F;
}
#Picture.pad {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#bigPic {
	height: auto;
	width: auto;
	overflow: auto;
}
table#MemberGuilds {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
}
table#MemberGuilds th {
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background-color: #09F;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
table#MemberGuilds thead th {
	color: #000;
	border: thin solid #666;
}
table#MemberGuilds tr {
	background-color: #FFF;
}

table#MemberGuilds td {
	line-height: 20px;
	padding-left: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}

.caption_lft {
	font-size: small;
	font-weight: bold;
	color: #006;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}



.caption_rght {
	font-size: small;
	font-weight: bold;
	color: #006;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: right;
}
#sidebar1 #photo_left {
	width: 100px;
	font-size: small;
	font-weight: bold;
	float: left;
	clear: left;
	overflow: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar1 #photo_right {
	width: 100px;
	font-size: small;
	font-weight: bold;
	float: right;
	clear: right;
	margin: 5px;
	overflow: auto;
}
table#Week_Day {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
table#Week_Day th {
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background-color: #0CF;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
table#Week_Day th.hidden {
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background-color: #0CF;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	display: none;
}
table#Week_Day thead th {
	color: #000;
	border: thin solid #666;
}
table#Week_Day td {
	line-height: 20px;
	padding-left: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
table#MemberTeachers {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000;
}
table#MemberTeachers th {
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background-color: #0CF;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
table#MemberTeachers thead th {
	color: #000;
	border: thin solid #666;
}
table#MemberTeachers td {
	line-height: 20px;
	padding-left: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
table#attractions tr {
	border: thin dotted #666;
}
.thrColFixHdr #container #mainContent #attractions {
	margin-left: -175px;
	width: 800px;
}

table#attractions td {
	border: thin dotted #666;
}
table#attractions {
}
.leftcol {
	float: left;
	clear: both;
}
.red {
	font-weight: bold;
	color: #C00;
}
