/* body and text */

	body {
		font-family: Georgia, Times, Serif;
		margin: 0px;
		background-image: url(/images/rays-bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		}
	
	p {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: -1px;
		color: #000;
		}
	
	ul, ol, li {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
		color: #000;
		}	
		
	h1 {
		font-size: 27px;
		font-weight: normal;
		line-height: 28px;
		letter-spacing: -1px;
		margin-top: 30px;
		color: #666;
		text-align:center;
		}

	h2 {
		font-size: 12px;
		font-weight: normal;
		line-height: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		text-align:center;
		color: #666;
		margin: 20px 0;
		}

	#threecol-mid-blog h2 {
		font-size: 24px;
		font-weight: normal;
		line-height: 25px;
		text-transform: none;
		letter-spacing: -1px;
		color: #999;
		}


	h3 {
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: -5px;
		letter-spacing: 0px;
		color: #000;
		}
	
	#threecol-mid-blog h3 {
		font-size: 11px;
		font-weight: normal;
		line-height: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 15px 0 0 0;
		color: #666;
		}
	
	h4 {
		font-size: 12px;
		font-weight: bold;
		line-height: 13px;
		color: #000;
		}
	
	h5 {
		font-size: 12px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: -1px;
	 	margin: 5px 0 0 20px;
		color: #666;
		}
	
	h6 {
	  	font-size: 12px;
	  	font-weight: normal;
	  	line-height: 14px;
	  	letter-spacing: -1px;
	  	margin: 5px 0 0 30px;
	  	color: #666;
		}

	a:link {
	  	color: #000;
		}

	a:visited {
	  	color: #000;
		}

	.caption {
	  	font-size: 11px;
	  	line-height: 12px;
	  	color: #666;
		}
	
	.whereami {
	  	font-size: 10px;
	  	line-height: 11px;
	  	margin-bottom: 10px;
	  	color: #666;
		}
	
	
/* main page structure */

	#header {
	  	margin: 0 auto;
	  	padding: 0;
	  	background-color: #ffd;
	  	text-align: left;
	  	clear: both;
		}
	
	#footer {
	  	width: 800px;
	  	padding: 10px 0;
	  	border-top: 1px solid black;
	  	background-color: #fff;
	  	clear: both;
	  	font-size: 9px;
	  	color: #000;
	  	text-align: center;
	  	line-height: 11px;
	  	display: block;
		}
	
	#outer {
	  	margin: 60px auto 60px auto;
	  	padding: 0;
	  	width: 800px;
	  	background-color: #ffd;
		}

	#inner, #inner2 {
	  	margin-top: 25px;
	  	padding: 0;
	  	border: 0;
	  	text-align: left;
		}


/* 3 column layout */

	#threecol-left {
	  	width: 150px;
	  	float: left;
		margin-left: 15px;
	  	margin-bottom: 15px;
		}

	#threecol-mid, #threecol-mid-blog {
	  	width: 410px;
	  	float: left;
	  	padding: 0 15px 15px 15px;
	  	margin: 0 0 40px 15px;
		border-left: solid 1px black;
		border-right: solid 1px black;
		}

	#threecol-mid-2 {
	  	width: 610px;
	  	float: left;
	  	padding-bottom: 15px;
	  	margin: 0 0 30px 15px;
		}

	#threecol-right {
	  	width: 150px;
	  	float: left;
	  	padding-bottom: 15px;
	  	margin: 0 0 15px 15px;
		}
	
	#threecol-right ul, #threecol-right li {
	  	margin-bottom: 0;
		}
	
	#menu {
	  	background: url(brtimages/sections/section-border.gif) repeat-y;
	  	margin-bottom:10px;
		}
	
/*	#threecol-left a:link, #threecol-left a:visited {
	  	color: #666;
	  	text-decoration: none;
		}

	#threecol-left a:hover {
	  	color: #000;
		}
		
*/

	#threecol-mid a:link, #threecol-mid a:visited {
	  	color: #666;
		}
	
	#threecol-mid-2 a:link, #threecol-mid-2 a:visited {
	  	color: #666;
		}
		
	#threecol-mid li {
	  	margin-bottom: 10px;
		}
	
	#pullquote {
		width: 200px;
		float: right;
		margin-left: 15px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		text-align: right;
		display: block;
		}
	
/* dhtml menu */

	#dropmenudiv{
		position:absolute;
		margin-left: 5px;
		border-bottom-width: 0;
		font-size:12px;
		font-weight: normal;
		text-indent: 3px;
		line-height:18px;
		z-index:100;
		}

	#dropmenudiv a{
		width: 100%;
		display: block;
		padding-top: 1px;
		text-decoration: none;
		}

	#dropmenudiv a:hover {
		background-color: #666666;
		color: #FFFFFF
		}

	
/* submenu */

	#submenu {
		width: 150px;
		margin: 10px;
	  	background-color: #DDD;
		padding-bottom: 5px;
		}
		
	#submenu-subhead {
	  	padding: 5px;
	  	font-size: 11px;
	  	line-height: 12px;
	  	color: #000;
		margin-bottom: 10px;
		font-weight: bold;
		}
		
	#submenu-header {
	  	padding: 5px;
		font-weight: bold;
	  	font-size: 11px;
	  	line-height: 12px;
	  	color: #fff;
	  	background-color: #903;
		}	
	
	#submenu-item {
	  	margin: 5px 0;
	  	font-size: 11px;
	  	line-height: 12px;
	  	color: #000;
		margin-bottom: 0;
		display: block;
		}	

	#submenu-item a {
		display: block;
		padding: 3px 5px;
		text-decoration: none;
		}	

	#submenu-item a:hover {
	  	color: white;
	  	background: #666;
		}	

/* left side boxes */
	
	#ad, #leftbox {
		width: 150px;
		margin: 10px 0 0 10px;
		}
	
/* sidebar */

	.sidebar {
	  	padding: 10px 10px 5px 10px;
	  	margin-bottom: 10px;
	  	font-family: Verdana, Arial, Helvetica, sans-serif;
	  	font-size: 10px;
	  	line-height: 11px;
	  	color: #fff;
	  	background-color: #444;
		}	
	
	.sidebar a, #footer a {
	  	text-decoration: none;
	  	border-bottom: 1px dotted #999;
	  	display: inline;
		}
	
	.sidebar a:link, .sidebar a:visited, #footer a:link, #footer a:visited {
	  	color: #ccc;
		}

	.sidebar a:hover, #footer a:hover {
	  	color: #fff;
		}
	
	.sidebar h3 {
	  	font-family: Verdana, Arial, Helvetica, sans-serif;
	  	font-size: 12px;
	  	font-weight: normal;
	  	color: #fff;
	  	text-align: left;
	  	line-height: 14px;
	  	margin-bottom: 4px;
		}
	
	.sidebar h4 {
	  	font-family: Verdana, Arial, Helvetica, sans-serif;
	  	font-size: 10px;
	  	font-weight: normal;
	  	color: #fff;
	  	text-align: left;
	  	line-height: 11px;
	  	margin: 0 0 5px 10px;
	  	text-transform: none
		}
	
/* inset box */

	#inset {
	  	width: 150px;
	  	padding: 0 10px 15px 10px;
	  	margin: 0 0 15px 15px;
	  	float: right;
	  	background-color:#FFFFCC;
		}

	#inset img {
	  	border: 1px solid black;
		}
	
	#inset h2 {
	  	margin-top: 5px;
		}

/* 2 column layout */

	#twocol-left {
	  	width: 160px;
	  	float: left;
	  	margin: 0 0 15px 0;
		}

	#twocol-right {
	  	width: 625px;
	  	float: left;
	  	margin: 0 0 15px 15px;
		}
	
	#twocol-right-a {
	  	width: 300px;
	  	float: left;
	  	margin: 0;
		}

	#twocol-right-b {
	  	width: 300px;
	  	padding: 0;
	  	float: left;
	  	margin: 0 0 0 10px;
		}

	#twocol-left a:link, #twocol-left a:visited {
	  	color: #666;
	  	text-decoration: none;
		}

	#twocol-left a:hover {
	  	color: #000;
		}
	
	.homebox {
	  	background-color: #ddd;
	  	padding: 1px 10px 15px 10px;
	  	margin-bottom: 15px;
		}

	.homebox h2 {
	  	margin-top: 5px;
		}
	
	.homebox h3 {
	  	font-size: 11px;
	  	line-height: 12px;
		}
	
	.tagline {
	  	font-family: Arial, Helvetica, sans-serif;
	  	font-size: 12px;
	  	font-weight: normal;
	  	color: #000;
	  	line-height: 13px;
	  	margin: 8px 0 0 0;
		}	
						
/* miscellaneous */

/*	td {
	  	border-bottom: 1px solid black;
		} */

	#container {
		font-family: Arial, Helvetica, sans-serif;
	  	font-size: 11px;
	  	font-weight: normal;
	  	color: #000;
	  	padding: 5px;
	  	text-align: left;
	  	line-height: 12px;
		}
	
/* news ticker */

	#newsticker ul, #newsticker li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		padding: 0 5px;
		list-style: none;
		margin: 5px 0;
		}

/* login box */

	#loginbox {
		width: 600px;
		padding: 5px;
		margin: 0 0 15px 0;
		background-color:#FFFFCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		}


/* crossfader */


#content {

}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-3 {
	border: 3px solid #000;
}
#fade-example-1 li,#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 775px;
	height: 380px;
	background-color: #FFF;
	visibility: hidden;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	}

.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 520px;
	height: 520px;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 700px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}


/* jquery crossfader */



ul#news {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 600px;
}

ul#portfolio{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 300px;
	overflow: hidden;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

q:before, q:after {
	content:'';
}