/* Common styles */

body {
	margin: 0 auto;
	font: normal 13px/22px Georgia, Times, serif;
	color: #333333; /*#58564f;*/
	/*line-height: 1.5em;*/
	background: #DF4D09 url(images/bg.jpg) top center no-repeat;
	text-align: center;
}

/* Main link styles */

a { 
	text-decoration: none; 
	padding: 0;
}

a:link { 
	color: #921d02; 
	border-bottom: 1px dotted #921d02;
}

a:visited { 
	color: #58564f; 
	border-bottom: 1px dotted #58564f;
}

a:hover, a:focus { 
	color: #000; 
	border-bottom: 1px dotted #000;
}

a:active { 
	color: #000;
	background: none;
}

/* Title styles */

h1 { 
	margin: 10px 0 25px 0; font: bold 30px/35px Georgia, Times, serif; color:#A42222;
}

h2 {
	margin: 0 0 5px 0;
}

h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
}

h2, h3, h4, h5, h6 {
	color: #921d02;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.2em;
}

h5, h6 {
	font-size: 1em;
}

.byline {
	font-size: 0.9em; font-style: italic;
}

/*
#container {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
*/
#container {
	width: 780px;
	margin: 0 auto;
	/*margin-top: 5px !important;*/
	margin-top: 10px;

	padding-left: 10px; padding-right: 10px;
	text-align: left;
	background: #FFFFFF url(images/bg-container.jpg) top center no-repeat;; 
}


/* Layout - top toolbar navigation */
	
#nav{overflow: hidden; margin:0px; margin-top: -10px; margin-bottom:15px; background: url("images/bg-navtop.gif") bottom left no-repeat;/* width:800px;*/ }
ul.nav{list-style-type: none; height: 75px;  line-height: 55px; padding: 10px 0 0 10px;}
ul.nav li, ul.nav li a:link, ul.nav li a:visited {color: #fff; text-decoration: none; padding:0px 5px; float:left; display:inline; list-style-type:none; font-size:100%; font-weight:bold; border-bottom: none}
ul.nav li.selected{font-weight: bold; background: #CCC /*url("images/tab2.gif") repeat-x;*/}
ul.nav li.selected a:hover{text-decoration: none;color: #fff; background: #CCC /*url("images/tab2.gif") repeat-x;*/}
ul.nav li a:hover{ color: #A32121; background: #2f2f2f; border-bottom: solid 2px #990000; /*border-bottom: none;*/}
ul.nav li a:focus{background: #000; color: #fff;}

/*
#header {
	margin: 30px 0 0 0;
	/* Required to prevent border collapse */ /*
	padding: 0 0 1px 0; width:780px; height: 180px;
	background: #921d02 url(images/bg-header.jpg) top left no-repeat;
}
*/
#header {
	margin: 20px 0 0 0;
	/* Required to prevent border collapse */
	padding: 0 0 1px 0; width:781px; height: 250px;
	background: #FFFFFF url(images/bg-header.jpg) top right no-repeat;
}


#header a:link { 
	color: #fbf7db; 
	/*border-bottom: 2px dotted #fbf7db;*/
}

#header a:hover, #header a:focus { 
	color: #ccc; 
	/*border-bottom: 2px dotted #ccc;*/
}

#header a:visited { 
	color: #fbf7db; 
	/*border-bottom: 2px dotted #fbf7db;*/
}

#header a:active { 
	color: #000; 
	/*border-bottom: 2px dotted #000;*/
}

#header-photo {
	float: right;
	width: 340px;
	height: 243px;
	padding: 0;
	margin: -30px 31px 0 -25px;
	background: url(images/header-photo.jpg);

}

#header-photo a.photo:link, #header-photo a.photo:hover,#header-photo a.photo:focus, #header-photo a.photo:visited, #header-photo a.photo:active {
	display: block;
	width: 340px;
	height: 243px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#header-photo span {
	position: absolute; left:-9999px;
}

#header-quote {
	/*margin: 0 375px 0 0;*/
	margin: 0 35px 0 350px;
	padding: 100px 15px 15px 15px;
	/*padding-top: 35px;*/
	color: #fbf7db;
}

#header-quote blockquote {
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	line-height: 1.2em;
	text-shadow: #58564f 2px 2px 5px;
}



/* Homepage 3 column layout */
#main-container { float:left; width:100%; margin: 15px 0 0 0; }

#left { float:left; width:150px; margin: 45px 3px 0 10px; /*padding-right: 15px;*/ }
#left p, #left li,  #left a:link { font: normal 11px Verdana, Arial, sans-serif; }
	#left li { margin-bottom: 20px; }
/*#left #photo { width: 210px; position: absolute; margin: 0; padding: 0; }*/

/*  --------------------------------------------------------
	Left - About Robert
	--------------------------------------------------------  */
#left-abtrbt { float:left; width:160px; margin: 45px 3px 0 10px; }
#left-abtrbt p,  #left-abtrbt a:link { font: normal 12px/16px Verdana, Arial, sans-serif; }
#left-abtrbt ul { list-style-image: url(images/icon-bullet.gif); margin-left:25px; }
	

#content { margin: 0 180px 0 200px; }

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

.info-box {
	margin: 0 0 5px 0;
	padding: 0;
	background: #D4E8F7 /*url(images/box-top.jpg) repeat-y*/;
}

.info-box-content {
	margin: 0;
	padding: 14px;
	font: normal 11px Verdana, Arial, sans-serif; 
	/*background: url(images/box-bottom.jpg) no-repeat bottom*/;
	/*background: #C1C1C1;*/
}

.info-box-content a {
	text-decoration: none;

}

.info-box-content h2 {
	margin: 0 0 5px 0;
}
.picborder5{
	padding:5px;
	border:1px solid #A8A3A0;
}


.order {
	margin:25px 0;padding:5px; width:150px; display:block; background:#EEEEEE;
}

/* Skip link  */
.skip-link {
	position: absolute;
	left:-9999px;
}

#logo a {
	border-bottom: none;
}


/*  --------------------------------------------------------
	Contact Styles
	--------------------------------------------------------  */
#contact-masthead { background: url("images/title-contact.jpg") no-repeat left top;  width:712px; height:116px; margin:35px 0 15px 27px; }
#contact-content { float:right; width:500px; margin:5px 30px 15px 25px !important; margin:5px 15px 15px 25px; font-size:12px; line-height:1.5em; }
	#contact-content a { color:#C56048 }
	#contact-content a:hover { color:#658525 }
#contact-right {  background-color:#F0F0F0; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; color:#455548; float:right; width:410px; margin:4px 0px 0px 15px; padding:6px;}
	#contact-right br { clear: both; }
	#contact-right form { margin:0px; }
	#contact-right label { color: #484848; font-size:12px; width:140px; text-align:left; padding-right:20px; padding-top:4px; float:left;}
	#contact-right .frmText { border:1px solid #CCCCCC; width:220px; background-color:#fff; color:#7F7F7F; padding:3px;  margin-top:4px; margin-left:15px; margin-right:0px; font-size:0.75em; }
	#contact-right .frmTextArea { border:1px solid #CCCCCC; width:220px; height:100px; background-color:#fff; color:#7F7F7F; padding:3px;  margin-top:4px; margin-left:15px; }
	#contact-right .frmSubmit { width: 100px; height: 23px; color:#fff; margin:7px 0 10px 180px; padding: 0; border: 1px solid #2F2F2F; font-weight:bold; font-size:0.85em; background-color:#666666; cursor: pointer; /* hand-shaped cursor */  cursor: hand; /* for IE 5.x */}
	#contact-right .txt {  margin-left: 10px;  }
#contact-left {  background-color:#F0F0F0; line-height:1.1em; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; color:#455548; float:left; width:200px; margin:4px 0px 0px 15px; padding:5px;}
#contact-fade { margin-top:14px; margin-bottom:15px; padding:5px; width:550px; color:#004F12; border:1px solid #F7FFAF; background-color:#F7FFAF; }


/* Site navigation */



/* Footer layout styles */

/* This container div creates the left margin on the homepage footer */


#footer { margin: 0 0 0 160px; padding: 15px; font: normal 11px/16px Verdana, Arial, sans-serif; color: #666666; border-top: solid 1px #921D02; /*background: #C0C0C0;*/ }
	#footer a:link { text-decoration: none; color: #666666; }



#standards-links {
	width: 190px;
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
}



/* Standards links */

#standards-links ul {
	margin: 0;
	padding: 0;
}

#standards-links ul li {
	list-style: none;
	display: inline;
}

#standards-links a {
	display: block;
	float: left;
	margin: 0 4px 0 4px;
	padding: 0;
	background: none;
	border: none;
}

#standards-links a span {
	position: absolute; left:-9999px;
}

#standards-links a.xhtml:link, #standards-links a.xhtml:visited {
	width: 43px;
	height: 33px;
	background: url(images/footer_xhtml.gif) no-repeat;
}

#standards-links a.xhtml:hover, #standards-links a.xhtml:focus {
	width: 43px;
	height: 33px;
	background: url(images/footer_xhtml_on.gif) no-repeat;
}

#standards-links a.css:link, #standards-links a.css:visited {
	width: 28px;
	height: 33px;
	background: url(images/footer_css.gif) no-repeat;
}

#standards-links a.css:hover, #standards-links a.css:focus {
	width: 28px;
	height: 33px;
	background: url(images/footer_css_on.gif) no-repeat;
}

#standards-links a.wcag:link, #standards-links a.wcag:visited {
	width: 40px;
	height: 33px;
	background: url(images/footer_wcag.gif) no-repeat;
}

#standards-links a.wcag:hover, #standards-links a.wcag:focus {
	width: 40px;
	height: 33px;
	background: url(images/footer_wcag_on.gif) no-repeat;
}

#standards-links a.rss:link, #standards-links a.rss:visited {
	width: 28px;
	height: 33px;
	background: url(images/footer_rss.gif) no-repeat;
}

#standards-links a.rss:hover, #standards-links a.rss:focus {
	width: 28px;
	height: 33px;
	background: url(images/footer_rss_on.gif) no-repeat;
}

/* Headline displays */
ul.headlines {
	list-style-type: none;
	margin: 0;
}

ul.headlines li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

ul.headlines li a {
	font-weight: bold;
}

/* Site map styles */
.sitemap-section {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;	
}

.sitemap-section h2 {
	font-size: 1.4em;
}

/* Article/Photo display area style */
.article-content-container {
	padding: 0;
	margin: 0;
	background: #fbf7db url(images/footer_top.jpg) repeat-x top right;
}

.article-content {
	padding: 20px;
	margin: 0;
	background: url(images/footer_bot.jpg) repeat-x bottom right;
}

/* Common styles */
.footnote {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;	
}

.feed-info {
	margin: 0;
	padding: 0 0 0 32px;
	background: url(../images/info_boxes/rss_feed.gif) no-repeat top left;
}

#no-css {
	display: none;
}

#logo {
	padding: 0;
	margin: 0;
	float: left;
}

img {
	border: 0;
}

hr	{ color: #ccc; background-color:#ccc; height:1px; margin:0px; margin-top: 5px; margin-bottom: 5px; padding:0px; border:0px; }

form {
	display: inline;
}

.error {
	color: #921d02;
}

.large {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
}

.small {
	font-size: 0.9em;
}

.lowercase {
	text-transform: lowercase;
}

.venue {
	font-size: 1.5em;
	line-height: 1.2em;
}

p {
	margin-top: 0;
}

.hide {
	display: none;
}

.article-title {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 0;
}

ul li {
	margin: 0 0 5px 0;
}



/* Back link */
.back {
	margin: 20px 0 0 0;
}

/* Form styles */

form 			{ margin:0; padding:0; }
.form fieldset 		{ margin:10px 0; padding:5px; background:#fbf7db; border:1px solid #58564f; }
.form fieldset legend { font-weight:bold; color:#58564f; }

.form-row	{ clear:left; margin:5px 0; }
.label		{ float:left; text-align:right; margin-right:5px; width:125px; padding-top:0.15em; }
.input		{ margin-left:130px; }
form .buttons	{ clear:left; margin:10px 0; padding:0; }

/* Photo gallery styles */
.photo-thumbnail {
	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px dotted #ccc;
}

.photo-thumbnail a, .photo-thumbnail a:link, .photo-thumbnail a:visited, .photo-thumbnail a:hover, .photo-thumbnail a:focus, .photo-thumbnail a:active {
	border-bottom: none;
}


.info-box-content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.grey {
	text-transform: lowercase;
	color: #58564f;
}

.title {
	margin: 0;
}

.subtitle {
	color: #921d02;
	margin-top: 0;
}

/* Main footer links */

#footer-links ul {
	margin: 0;
	padding: 0;
	float:left;
}

#footer-links ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 15px;
	background: url(images/nav_bg.gif) no-repeat left;
}

#footer-links ul li.first {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
	background: none;
}

#footer-links ul li span.current {
	padding: 0 0 3px 0;
	color: #921d02; 
	border-bottom: 2px dotted #921d02;
}

#footer a { 
	text-decoration: none; 
	padding: 0;
	background: none;
	border: none;
}

#footer-main a:link { 
	color: #58564f; 
	border: none;
}

#footer-main a:visited { 
	color: #58564f; 
	border: none;
}

#footer-main a:hover, #footer-main a:focus { 
	color: #921d02; 
	border-bottom: 2px dotted #921d02;
}

#footer-main a:active { 
	color: #000;
	border-bottom: 2px dotted #000;
}

#copyright p { margin: 0; }

#container-form { width:95%; margin: 0 auto; padding:10px; color:#61522B; background:#EEEEEE;}
.form-title {float: left; width:250px; color:#61522B;}
.form-row {clear:both; margin:0px;}
.form-row input { font-size: 1em; padding:2px;}
.required {color:red; font-size: 1.2em;}

.rule
{
	background:transparent url(images/dotted-horizontal-line.gif) repeat-x scroll 0 bottom ;
	clear:both;
	display:block;
	height:2px;
	padding: 0 0 0 0;
	margin:0 20px 10px 21px;
}