/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Times, serif;
	font-size: small;
	font-weight: normal;
	background-color: #F1FFF7;
	color: #572E16;
}

body.popup { background-color: #ffffff;}
	

a { color: #cfb363; }
a:hover { color:#689485; }

h1 {
	font-size: 1.7em;
	color: #986828;
	font-family: Times, 'Times New Roman';
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .01em;
	margin: .75em 0 .75em 0;
}

.popup h1 { color: #689485; }

h2 {
	color: #689485;
	font-family: Times, 'Times New Roman';
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin: 1.5em 0 .5em 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: .95em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
}
	
/* @end */

/* @group Layout */

#wrapper {
	width: 760px;
	position: relative;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 2px solid #A6D1C6;
	background-color: #ffffff;
}

.popup #wrapper {
	position: relative;
	width: 97%;
	height: 100%;
	margin: 1%;
}
	
	#header {
		width: 760px;
		height: 60px;
		margin: auto;
		background-color: #c8e2d8;
	}
	
	.popup #header {
		width: 100%;
		text-align: center;
	}
	
		h1.logo {
			height: 67px;
			position: absolute;
			top: 9px;
			left: 65px;
			margin: 0;
		}
	
		h1.logo a {
			height: 0px;
			padding-top: 67px;
			float: left;
			overflow: hidden;
		}
		
		h1.logo a { background: url(images/structure/logo_blue.gif) no-repeat; }
		
		.popup h1.logo {
			left: 135px;
		}
		
		#contact_info {
			width: 375px;
			position: absolute;
			top: 40px;
			left: 380px;
			font-size: 12px;
			font-family: Georgia;
		}
		
	#inner_wrapper {	
		width: 743px;
		margin: auto;
		border: 2px solid #986828;
		padding-bottom: 30px;
		margin-bottom: 8px;
	}
	
	.popup #inner_wrapper {
		position: relative;
		width: 96%;
		height: 100%;
		border-width: 1px;
		border-top: none;
		padding: 15px 0 0 0;
		margin: 0 2% 1% 2%;
	}
		
		#nav {
			position: relative;
			text-align: right;
			width: 100%;
		}
		
		#nav ul {
			position: relative;
			width: 95%;
			text-decoration: none;
			list-style-type: none;
			padding: 5px 10px 15px 10px;
		}
			
			#nav li {
				display: inline;
				margin: 0 10px 0 0;
				font-size: .95em;
				font-weight: bold;
				font-family: Times;
			}
				
				#nav li a {
					color: #572E16;
					text-decoration: none;
				}
				#nav li a:hover { color: #cfb363; }
				#nav li a#current { color: #689485; }
				
				body.two_col #nav li a#current { color: #cfb363; }
				body.two_col #nav li a:hover { color: #cfb363; }
				
				#nav ul ul {
					position: relative;
					float: right;
					font-size: 1.1em;
				}
				#nav ul ul li a { color: #CFB363; }
				#nav ul ul li a:hover { color: #572E16; }
		
		#content {
			padding: 0 30px 0 30px;
			clear: both;
		}
			
			/*** change the body class for each type of page (one column, two column, gallery) ***/
			
				#col2 table {
					table-layout: fixed;
					border: none;
					width: 680px;
					font-size: .95em;
					line-height: 1.6em;
				}
				
				#col2 table td {
					vertical-align: top;
					padding: 0 0 1em 0;
				}
				
				#col2 table td.td1 {
					width: 160px;
					color: #689485;
					text-align: right;
				}
				
				#col2 table td.td2 {
					padding-left: 30px;
				}
				
			body #col1 {
				float: left;
				width: 160px;
			}
				
			body #col2 {
				width: 500px;
				float: right;
			}
			
		#footer {
			display: block;
			clear: both;
			text-align: center;
			padding-top: 20px;
		}
				
		.clear { clear:both; }
				
/*** IMAGES ***/

.img_sidebar {
	border: 2px solid #572E16;
}

.popup #content img { margin: 0 5px 10px 0; }

.popup #content img.collage {
	border: 1px solid #A6D1C6;
	text-align: center;
}

img.right {
	float: right;
}
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer { display: none; }

#breadcrumbcontainer ul {
	list-style: none;
	font-size: 10px;
}

/* @end */

/* @group Global Classes */

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Table Styles */
table {
}
/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */