/* DEFAULT CSS DOCUMENT */

/* basics ======================= */
* {margin:0px; padding: 0px;}
.txtfield {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #524F3F;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
	height: 15px;
}
textarea {
	width: 400px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
}



html {}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.6em;
}

body#home {background-image: url(../images/bg_home.gif);}



/* unique elements ============== */

div#homeblock {
	width: 750px;
	position: relative;
	background-color: #DFD29F;
	clear: left;
}

div#slideshow {
	height: 197px;
	width: 487px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #DFD29F;
	padding: 5px;
	background-image: url(../images/slideshow_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#welcome {
	position: absolute;
	top: 10px;
	right: 10px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 750px;
	background-color: #212121;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

ul#nav li {
	display: inline;
	padding:0px;
	background:none;
}

ul#nav li a {
	color: #DFD29F;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 13px;
	border-left: solid 1px #393939;
	border-right: solid 1px #000000;
	border-top: solid 2px #393939;
	text-align: center;
	background:none;
}

*ul#nav li a {padding:5px 12px 5px 13px;}

#home #navhome a, #frat #navfrat a, #chap #navchap a, #news #navnews a, #memb #navmemb a, #phot #navphot a, #cont #navcont a, #link #navlink a, #brot #navbrot a, ul#nav li a:hover {
	background-color:#DFD29F;
	color:#000000;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF6C5;
	border-right-color: #DFD29F;
	border-left-color: #FFF6C5;
}

#navhome a {width:44px; border-left:none !important;}
#navfrat a {width:49px; }
#navchap a {width:49px; }
#navnews a {width:44px; }
#navmemb a {width:59px; }
#navphot a {width:49px; }
#navcont a {width:56px; }
#navlink a {width:44px; }
#navbrot a {width:106px; border-right:none !important; }

div#subnavwrapper {
	clear: left;
	width:740px;
	background-color:#DFD29F;
	float:left;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#shadow2 {clear:left;
width:750px;
height:16px;
background:url(../images/media_section_bg.jpg) no-repeat bottom left #DFD29F;}

ul#subnav {
	margin:0px;
	list-style-type: none;
	font-size: .95em;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

ul#subnav li {display:inline; padding:0px; background:none;}

ul#subnav li a {
float:left;
display:block;
text-decoration:none;
border-right: solid 1px #958E70;
color:#000000;
padding: 0px 5px;
background:none;
}

ul#subnav li a:hover {text-decoration:underline;}

div#shadow {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home div#shadow {background-image: url(../images/shadow_bg.jpg);}

#home h3 {
	font-size: .9em;
	background-color: #E4E4E4;
	background-image: url(../images/home_h3_topbg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	border:none;
	margin-bottom:5px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#home h3 a {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/home_h3_botbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#home h4 {
	font-size: 1em;
}


#home #rightcol h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#home h2 {
	font-size: 1.1em;
	background-image: url(../images/h2arrow.gif);
	background-position: left 6px;
}
#home #leftcol {
	position: relative;
}
#homenewscol, #homeeventscol {
	width: 239px;
}

#homenewscol {float:left; margin-right:9px;}

#homeeventscol {
float:left;}

#homenewscol h2, #homeeventscol h2{
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: .9em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#homenewscol h2 {
	background-color: #403D2B;
	color: #F2EDD9;
}

#homeeventscol h2 {
	background-color: #806E3E;
	color: #F2EDD9;}


div#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


h1#masthead {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

h1#masthead a {
	height: 100px;
	width: 750px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent: -999em;
	color: #FFFFFF;
}

h2#subhead {}

div#wrapper {
	clear: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	min-height:500px;
}

*div#wrapper {height:500px;}

div#leftcol {
	width: 487px;
	float:left;
}

div#rightcol {
	background-image: url(../images/rightcol_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:381px;
	top: 0px;
	margin-left:10px;
	padding-left: 20px;
	float:left;
	width:210px;
}

*div#rightcol {height:381px;}

div#rightcol h2 {
	padding:0px;
	background:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	color: #495261;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top: 10px;
}

div#rightcol p {}

div#rightcol a {
	color: #603939;
	text-decoration: none;
}
div#rightcol a:hover {
	color: #990000;
	text-decoration: underline;
}

div#rightcol ul {margin:0px;}

div#footer {
	clear: left;
	background-color: #000000;
	color: #AAA288;
	padding: 10px;
	font-size: 0.85em;
	text-align: center;
	line-height: normal;
}

div#footer p {
	margin: 0px;
}

div#footer a {
	color: #AAA288;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/* standard tags ================= */

h1 {}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #495261;
	text-transform: uppercase;
	margin-bottom: 10px;
	background-image: url(../images/h2_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 1.5em;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9CDCD;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #535353;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	background-color: #EAEAE7;
	padding: 5px;
	margin-top: 10px;
	clear: left;
	background-image: url(../images/h3bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C1;
}

p {
	margin-bottom: 15px;
}

ul {
	margin-left: 10px;
	list-style-type: none;
	margin-bottom: 10px;
}

li {
	padding-left: 10px;
	background-image: url(../images/li-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}


a:link, a:active, a:visited {
	color: #867357;
}

a:hover {
	text-decoration: none;
}

input {}

table {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

tr {}

td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

th {
	color: #D5D1C4;
	background-color: #000000;
	padding: 5px;
	font-size: 1em;
}

hr {}

span {}



/* common classes ================= */

.floatleft {}

.floatright {}

.floatimgleft {
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.floatimgright {
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}



/* unique classes ================= */

.skipnav {
	display: none;
}

.collapse {}

.invisible {}

.bordernone a {border:none !important;}

.snhome {}
.snfrat {
	position: absolute;
	left: 36px;
	
}
.snchap {	position: absolute;
	left: 72px;}
	
.snnews {position:absolute;
	left:200px;}
	
.snmemb {position:absolute;
	left:250px;}

.hb232 {height:227px;}
.displaynone {display:none;}
.shade {
	background-color: #F2F2F2;
}
.marginbottom10 {
	margin-bottom: 10px;
}
