/* Designed by Randy Carlton */

html, body, table, td, th, a, span, div, ul, li{
	color: #000;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {
	color: #FFF;
	background-color: #FFF;
	font-size: 80%;
}

html, body {
	height: 100%;
	min-width: 628px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, sans-serif;
	margin-bottom: 0.15em;
}

p{
	margin: 0em 0em 0.5em 0em;
	text-indent: 2em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

img{
	border: 0px;
}

a {
	text-decoration: none;
}

.noscript{
	display: none;
}

#header{
	background-image: url(../../images/headerbackground_red.gif);
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 130px;
}

#header img.logo{
	float: left;
	margin: 4px 0px 0px 14px;
}

#header #nav{
	position: absolute;
	left: 2%;
	bottom: 0px;
}

#header #nav ul{
	list-style: none;
	white-space: nowrap;
}

#header #nav ul li{
	display: inline;
	line-height: 24px;
	padding: 0px 2% 0px 2%;
}

#header #nav ul li a{
	color: #111;
	background-color: transparent;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	/*border-right: solid 1px #111;*/
}

#header #nav ul li a:hover{
	color: #500;
	background-color: transparent;
}

#header #top ul{
	float: right;
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#header #top ul li{
	display: inline;
	margin: 0px 0px 0px 20px;
}

#header #top ul li a{
	color: #333;
	background-color: transparent;
}

#header #top ul li a:hover{
	color: #8B0000;
	background-color: transparent;
}

#container {
	position: relative;
	min-height: 100%;
}

#content {
	position: static;
	padding: 0px 5% 2.75em 5%;
}

#content a, #footer a{
	color: #500;
	background-color: transparent;
}

#content a:visited, #footer a:visited{
	color: #808080;
	background-color: transparent;
}

#content a:hover, #footer a:hover{
	color: #500;
	background-color: transparent;
	text-decoration: underline;
}

.floatimgright{
	float: right;
	margin-left:10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 80%;
}

#footer{
	background-color: #DCDCDC;
	color: #000;
	position: absolute;
	width: 100%;
	border-top: 2px solid Black;
	font-size: 80%;
	bottom: 0px;
	clear: both;
}
#footer p{
	text-align: center;
}

.list{
	padding: 0em 0em 0em 3em;
	list-style: circle;
}

.listnobullets{
	padding: 0em 0em 0em 2em;
	list-style: none;
}

.listnobullets li{
	margin-bottom: 1em;
}

.resourcestitle{
	font-weight: bold;
}

.noindent{
	text-indent: 0em;
}

/*Contact Page*/
.contactfloat{
	float: right;
	border: 1px solid #000;
	text-align: center;
	padding: 0em 1em 1em 1em;
	background-color:#DCDCDC;
	width: 30%;
	min-width: 16em;
	clear:none;
}
.form{width:50%;}

/*Professional Development*/
.prodev{
	background-image:url(../../images/speakerinfront.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:210px;
}

.resourceh4{
	margin-top: 0px;
	margin-bottom: 0px;
}

.resourceh3{
	margin-top: 1.75em;
	margin-bottom: 0.5em;
}

.conferenceplanningh3{
	margin-top: 1.75em;
	margin-bottom: 0.5em;
	font-size: 1.25em;
}