/* Reset Stuff */
html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #222829;
	margin: 0px;
	background-color: #FFFFFF;
}
p {
	margin-bottom: 1.2em;
	line-height: 145%;
}
h1 {
	color: #666666;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 22px;
	text-align: right;
	border-bottom: 1px solid #666666;
	font-variant: small-caps;
}

h2 {
	color: #9C5F4F;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

h3 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

a {
	color: #9C5F4F;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a:hover {
	text-decoration: underline;
}
.noMargin {
	margin: 0px;
}
.pad5 {
	padding: 5px;
}
strong, b, .bold {
	font-weight: bold;
}
.khaki {
	color: #948A54;
}

.darkred {
	color: #9C5F4F;
}
em, i {
	font-style: italic;
}
.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}
.clr {
	clear: both;
}
#contentwrapper ul li, #contentwrapper ol li {
	font-size: 12px;
	list-style: disc outside;
	margin-left: 40px;
	padding-left: 2px;
	margin-bottom: 6px;
}

#contentwrapper ul {
	margin-bottom: 1.2em;
}


#sidebar ul li {
	list-style: disc outside;
	margin-left: 17px;
	padding-left: 0;
}

#sidebar ol li {
	list-style: decimal outside;
	margin-left: 17px;
	padding-left: 0;
}


form[name=form1] input, textarea {
	input: clear: both;
	margin-bottom: 4px;
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
	border: 2px solid gray;
	width: 265px;
}

.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
	padding-left: 8px;
}
.alignleft {
	float: left;
	padding-right: 8px;
}

.resource-img {
	float: left;
	width: 125px;
	padding-bottom: 30px;
}
.resource-img img {
	border: 1px solid black;
}

.resource-text {
	float: left;
	width: 350px;
	padding-bottom: 30px;
}
.nobr {
	white-space: nowrap;
}




/* Design and Menu */

#wrapper {
	width: 870px;
	margin: 0 auto;
}

#contentmain {
	margin-top: 20px;
	clear: both;
}

#contentwrapper {
	width: 700px;
	float: right;
}

#imgrow table {
	width: 100%;
}

#imgrow table td {
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}

#imgcol {
	width: 150px;
	float: left;
}
#imgcol li {
	padding-bottom: 10px;
}

#main {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}

#sidebar {
	float: right;
	width: 200px;
}



#fpContentLeft {
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #666666;
	width: 45%;
	float: left;
}

#fpContentRight {
	padding: 5px 20px 5px 20px;
	width: 45%;
	float: right;
}

.speakers td {
	width: 50%;
	clear: both;
}
.speaker-photo {
	width: 108px;
	padding-right: 5px; 
	padding-bottom: 20px;
}

.speaker-text {
	width: 330px;
	padding-right: 5px;
	padding-bottom: 8px;
}







.blueBack {
	background: #E4E6EA url(img/blueclouds2.jpg) no-repeat;
	padding: 6px;
	margin-bottom: 30px;
	font-size: 12px;
}
.clouds {
	background: #E4E6EA url(img/blueclouds1.jpg) no-repeat;
}


#sidebar .blueBack {
	margin-bottom: 50px;
}


#footer {
	clear: both;
	background: #D3C7AB url(img/menu-back.jpg) repeat-x;
	padding: 13px 0 20px 0;
	text-align: center;
	color: #6F1B1B;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}




/* Menu */
#navbar {
	background: #D3C7AB url(img/menu-back.jpg) repeat-x;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	display: block;
	padding: 20px 22px;
	font-size: 13px;
	color: #402900;

}

#nav li a:hover {
	color: #6F1B1B;
	text-decoration: none;
	display: block;
}

#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
}
	
#nav li li a {
	width: 185px;
	line-height: 23px;
	border-top: 1px solid #F7F3F0;
	margin: 0;
	padding: 5px 15px 5px 20px;
	text-transform: none;
}
	
#nav li li a:hover {
	background-color: #9C5F4F;
	color: #EAE6E2;
	padding: 5px 15px 5px 20px;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}

































/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



