/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	font: 13px/22px "Helvetica Neue", Helvetica, sans-serif;
	background: url(images/bkg-brown.jpg) repeat-x fixed;
}

p {
	margin: 0;
}


br {
	margin: 0;
}

img {
   border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 12px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 12px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
}

.clearer {
	clear: both;
}

blockquote {
	margin: 0 0 0 18px;
	padding: 12px 18px;
	background: #ececec url(images/quote.png) no-repeat right top;
}

code {
	font-family: "Courier New", Courier, mono;
	display: block;
	text-align: left;
	background: url(images/gear.gif) no-repeat left top;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-right: 16px;
	padding-left: 30px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times Roman", Times, Garamond, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #319cb5;  /* teal */
}

h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times Roman", Times, Garamond, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	color: #319cb5;  /* teal */}

.imageStyle {

}

#container #content ul {
	list-style-type: circle;
}

#container #content li {
	list-style-type: circle;
}

#sidebar ul {
}

#sidebar li {
}

#search {
	float: right;
	margin-right: 40px;
	margin-top: 30px;
}

/* @end */

/* @group Layout */

#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 800px;
	height: 188px;
	background: url(images/editable_images/header3.png) no-repeat;
	margin-right: 30px;
	margin-left: 30px;
}

#logo {
	float: right;
	margin-top: 45px;
	margin-right: 35px;
}

html>body #logo {
	float: right;
	margin-top: 45px;
	margin-right: 70px;
}

#header h1 {
	font: bold 56px/48px "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 45px;
	margin-left: 55px;
}

html>body #header h1 {
	font: bold 56px/48px "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 45px;
	margin-left: 70px;
}

#header h2 {
	font: bold 24px "Helvetica Neue", Helvetica, sans-serif;
	margin-left: 55px;
}

html>body #header h2 {
	font: bold 24px "Helvetica Neue", Helvetica, sans-serif;
	margin-left: 70px;
}

#sidebarContent {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 19px;
}

#sidebarContent h3 {
	margin: 0;
	font: normal normal normal 20px/25px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, sans-serif;
}

#sidebarBkg {
	background-color: #333;
	width: 175px;
	margin-left: 22px;
}

#archives {
	font-size: 12px;
	line-height: 19px;
	padding-left: 12px;
}

#search {
	padding-left: 8px;
}

#contentContainer {
	background: url(images/contentMiddle.png) repeat-y;
	padding-bottom: 24px;
}

.accentLine {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	height: 2px;
}

html>body .accentLine {
	height: 3px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	line-height: 3px;
}

#stripes {
	width: 860px;
	height: 45px;
	background: url(images/stripes.png) no-repeat;
}

#footer {
	padding: 4px 20px 4px;
	float: right;
	margin-right: 50px;
	font-size: 13px;
	margin-bottom: 32px;
	text-align: center;
}

#footer a:link {
}

#footer a:visited {
}

#footer a:hover {
	color: #fff;
}

html>body #footer {
	padding: 8px 20px 10px;
	float: right;
	margin-right: 50px;
	font-size: 13px;
	margin-bottom: 32px;
	text-align: center;
}

#breadcrumb {
	text-align: center;
}

	
/* @end */

/* @group Menus */

/* Toolbar Styles */

#navcontainer {
}


#navcontainer #current {
	font-weight: bold;
	color: #550052;
}

#navcontainer #current:hover {
	color: #fff;
}

#navcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 8;
	text-align: left;
}

#navcontainer li {
	position: relative;
	border-top-width: 0;
	margin-bottom: 8px;
}

#navcontainer a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #fff;
	padding: 6px 8px 0px;
	padding: 10px 0px 0px 6px;
	border-bottom: 2px solid #cf5da9;
}

#navcontainer a:hover {
	color: #fff;
}

#navcontainer a:active {
}

/* Child - Level 1 */
#navcontainer ul ul {
	font-size: 90%;
	display: block;
	visibility: visible;
}

#navcontainer ul ul li {
	margin-bottom: 0;
	
}

#navcontainer ul ul a {
	padding-left: 20px;
	padding-bottom: 0;
	padding-top: 6px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	font-size: 100%;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul ul a:hover{

}

/* @end */

/* @group Forms */
.message-text {
	width: 98%;
} 

.required-text {
} 

.form-input-field {
	width: 95%;
	font-size: 17px;
	color: #666;
} 

.form-input-button {
	margin: 0;
	padding: 0;
} 
/* @end */

/* @group Bread-crumb */

#breadcrumb {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 40px;
}

#breadcrumb ul {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumb a {
	display: inline;
}

#breadcrumb a:hover {
	display: inline;
}
	
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 20px;
}

.album-description {
	margin-bottom: 85px;
}


.album-wrapper {
	display: block;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 18px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: 1px solid #d0d0d0;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
	padding: 0;
	text-align: center;
}

.photo-navigation {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-bottom: 36px;
}

#photo-navigation a {
	margin-top: 0;
	margin-bottom: 0;
	color: #262626;
	padding-top: 0;
	padding-bottom: 0;
}

#photo-navigation a:link {
	margin-top: 0;
	margin-bottom: 0;
	color: #262626;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #fff;
	margin-top: 26px;
}

.photo-links {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.photo-links a:link {
	margin-top: 0;
	padding-top: 0;
}

.photo-title {
	font-size: 19px;
	line-height: 22px;
	padding-top: 24px;
	color: #fff;
}

.photo-caption {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	font-size: 12px;
	padding-bottom: 2px;
	color: #fff;
}

/* @end */
	
/* @end */

/* @group Plugins */

/* @group RapidSearch */

/* Hides Yahoo Search Credit */

#search_credits {
	display: none;
}

#rapidsearch { 
	color: #4f4f4f;
}



/* @end */

body {
	margin: 0;
	padding: 0;
	font: 13px/18px "Helvetica Neue", Helvetica, sans-serif;
	background: url(images/bkg-brown.jpg) repeat-x fixed;
}


#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	width: 800px;
	height: 281px;
	background: url(images/editable_images/hdr_blank5.png) no-repeat;
	
}

#contentContainer {
	background: url(images/contentMiddle.png) repeat-y;
	padding-bottom: 24px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 2px solid #550052;
}

.accentLine {
	width: 800px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

html>body .accentLine {
	height: 1px;
	width: 800px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0;
	padding: 0;
	line-height: 1px;
}

#stripes {
	width: 800px;
	height: 45px;
	background: url(images/blank.gif) no-repeat;
	margin-right: 30px;
	margin-left: -30px;
}
#sidebarBkg {
	background-color: #7a6daf;
	width: 1px;
	height: 1px;
	margin-left: 22px;
}

.acToggle   {
font-family: Arial;
}


#navcontainer #current {
	font-weight: normal;
	color: #550052;
}

#navcontainer #current:hover {
	color: #fff;
}

#navcontainer .currentAncestor {
	font-weight: normal;
}

span.title { 
	font-family: Georgia, "Times Roman", Times, Garamond, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: #309cb6; 
	}
	
img.members { 
	margin: 50px 0px 20px 40px;
	border-right: #CCCCCC 3px double;
	border-bottom: #CCCCCC 3px double;
  	float: right;
    	}
    	
#navcontainer a {
	display: block;
	height: 20px;
	text-decoration: none;
	color: #fff;
	padding: 5px 0px 5px 12px;
	border-bottom: 2px solid #cf5da9;
}

#navcontainer ul ul a {
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 4px;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times Roman", Times, Garamond, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	color: #319cb5;
	width: 80%;
	}


/* @end */


