/* ----------------------------------------- */
/*            Copyright (c) 2005             */
/*    Missouri State Teachers Association    */

/*        3Howards Media --- June 2005       */

body {
	padding: 0;
	background-color: #f1f1f1;
	background-image: url(/images/idea04_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
}
#container {
	background-color: transparent;
	width: 804px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

/* Navigation -------------------- */
#navcontainer {
	margin: 0;
	height: 25px;
	text-align: center;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 10px 10px;
	font-size: 80%;
}
#navlist li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
}
#navlist li a:hover {
	text-decoration: underline;
	color: #fefefb;
}

/* main nav */
.topmenu	{
	width: 804px;
	height: 27px; 
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	.topmenuul	{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.topmenuli	{
	list-style-type:none;
	float:left;
}
.topmenutitle {
	width: 134px;
	line-height: 27px; 
	display: block; 
	text-decoration: none; 
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #000;
	background: transparent url(/images/menu_off_wide.gif) no-repeat;
}
a.topmenutitle:hover	{
	background: transparent url(/images/menu_on_wide.gif) no-repeat;
	color: #900;
}
.submenuul	{
	list-style-type: none;
	position: absolute;
	display: none;
	background: none;
	min-width: 150px;
	line-height: 1.5em;
	padding: 0 5px 0 5px;
	margin: 0;
	text-align: left;
}
.submenuli a	{
	/*display: block;*/
	/*width: 126px;*/
	text-decoration: none;
	color: #000;
	padding-bottom: 3px;
	padding-top: 3px;
	}
	.submenuli a:hover	{
	/*background: transparent url(images/menu_on.gif) no-repeat;*/
	color: #900;
}
li:hover ul, li.over ul	{ /* lists nested under hovered list items */
	display: block;
	background-color: #f5f5e8;
	border: 0;
}
#dmenu li>ul {
	top: auto;
	left: auto;
}

/* left nav */
#featuresList {
	padding: 0;
	margin: 0 0 10px 0;
	width: 171px;
}
#featuresList li {
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #e3e3c8;
}
#featuresList li a {
	text-decoration: none;
	color: #900;
	font-size: 12px;
	font-variant: small-caps;
}
#featuresList li a:hover {
	text-decoration: none;
	color: #600;
}
#issue {
	background-color: #DBDBBE;
}
#issuesList {
	padding: 0;
	margin: 0 0 10px 0;
	width: 171px;
}
#issuesList li {
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #e3e3c8;
}
#issuesList li a {
	text-decoration: none;
	color: #900;
	font-size: 11px;
	/*font-variant: small-caps;*/
}
#issuesList li a:hover {
	text-decoration: none;
	color: #600;
}

/* foot nav */
#navFoot {
	margin: 0;
	padding: 0;
}
#footList li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 8px 0 8px;
	font-size: 11px;
}
#footList li a {
	text-decoration: none;
	color: #fff;
	font-variant: small-caps;
}
#footList li a:hover {
	text-decoration: underline;
	color: #fefefb;
}

/* Banner ---------------------------------------------------------------- */
#banner {
	width: 804px;
	margin: 0;
	background-color: #900;
	background-image: url(/images/top_banner_wide.jpg);
	background-repeat: no-repeat;
	height: 98px;
	text-align: left;
}
#banner .logo {
	margin: 6px 0 5px 10px;
}
#banner .slogan {
	margin: 2px 0 0 10px;
}

#bar {
	width: 756px;
	height: 22px;
	background-color: #ededd9;
	border-top: 1px solid #f8f8ec;
	border-right: 1px solid #f8f8ec;
	border-left: 1px solid #f8f8ec;
	border-bottom: 1px solid #e3e3c8;
	text-align: left;
}

/* Columns --------------------------------------------------------------- */
#colContainer {
	width: 756px;
	background-color: #fefefb;
	text-align: left;
}
#colLeft {
	float: left;
	width: 171px;
	border: 1px solid #fefefb;
	background-color: #fefefb;
	padding-bottom: 25px;
}
#colMid {
	float: left;
	width: 397px;
	background-color: #fefefb;
	padding-bottom: 25px;
}
#colRight {
	float: left;
	width: 183px;
	background-color: #f2f2df;
	border: 1px solid #fefefb;
	padding-bottom: 2px;
}
.clear {
	height: 1px;
	clear: both;
}

/* Footer ----------------------------------------------------------------- */
#footer {
	float: left;
	width: 804px;
	padding: 5px 0 5px 0;
	background-color: #900;
	border-top: 3px solid #ededd9;
	color: #fff;
	text-align: center;
}
#footer p {
	font-size: 10px;
	line-height: 15px;
}

/* links */
#footer a {
	font-size: 10px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #f2f2df;
	text-decoration: underline;
}

/* Bar --------------------------------------------------------------------- */
#barLeft {
	float: left;
	width: 499px;
}
#barLeft .header {
	margin: 5px 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #996;
}
#barLeft .header a {
	margin: 5px 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #996;
	text-decoration:none;
}
#barRight {
	float: left;
	width: 249px;
	padding: 1px;
	text-align: right;
}
#barRight .header {
	margin: 5px 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #996;
}
#barRight .header a {
	margin: 5px 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #996;
	text-decoration:none;
}
#barRight form {
	margin: 0;
	padding: 0;
}
#barRight label {
	font-size: 70%;
	color: #cc9;
	margin: 0;
}
#barRight input {
	border: 1px solid #cc9;
	margin: 0;
}
#barRight input.searchbtn {
	border: 1px solid #dfdfc2;
	background-color: #cc9;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#barRight fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* Mid Column ------------------------------------------------------------------- */
#midLeft {
	float: left;
	background: transparent;
	margin: 0;
	width: 196px;
}
#midRight {
	float: left;
	background: transparent;
	margin: 0;
	padding-right: 4px;
	width: 196px;
}
#midArch {
	width: 392;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
}
/* links */
#colMid a:link {
	color: #900;
}
#colMid a:visited {
	color: #900;
}
#colMid a:hover {
	color: #600;
}


/* Main Column ------------------------------------------------------------------- */
#colMain {
	float: left;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 35px;
	margin: 0 0 0 5px;
}
#colMain p {
	padding: 10px;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}
#colMain td {
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}
#colMain strong {
	padding: 0 0 5px 0;
}
#colMain .floatLeftfpo {
	float: left;
	margin: 5px 7px 5px 5px;
	border: 1px solid #000;
	background-color: #ededd9;
}
#colMain .floatLeftfpoOn {
	float: left;
	margin: 5px 7px 5px 5px;
	border: 1px solid #900;
	background-color: #ededd9;
}
#colMain .floatRightfpo {
	float: right;
	margin: 0 10px 5px 5px;
	border: 1px solid #000;
	background-color: #ededd9;
}
#colMain .floatRightfpoOn {
	float: right;
	margin: 0 10px 5px 5px;
	border: 1px solid #900;
	background-color: #ededd9;
}
#colMain #lists {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#colMain #lists ul {
	list-style-type: square;
}

/* links */
#colMain a:link {
	color: #000;
}
#colMain a:visited {
	color: #000;
}
#colMain a:hover {
	color: #900;
}

/* Headers ----------------------------------------------------------------------- */
h1 {
	color: #900;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	margin: 0;
	border-bottom: 1px solid #e3e3c8;
}
h2 {
	background-color: #CCC;
	color: #fff;
	font-size: 12px;
	padding: 2px;
	margin: 15px 0 5px 10px;
}
#colLeft h2 {
	font-size: 70%;
	padding: 5px;
	margin: 0;
}
h3 {
	color: #900;
	font-size: 12px;
	padding: 10px 5px 5px 5px;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #e3e3c8;
}
h4 {
	font-size: 12px;
	padding: 10px 5px 5px 10px;
	margin: 0;
	color: #000;
}

/* Horizontal Rule --------------------------- */
hr {
	color: #e3e3c8;
	height: 1px;
	width: 400px;
}

/* Forms ------------------------ */
#loginBox {
	width: 171px;
	background-color: #e3e3c8;
	background-image: url(/images/loginbox_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #fefefb;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-size: 11px;
}
#loginBox a {
	font-size: 12px;
}
#loginBox a:link {
	color: #900;
	font-variant: small-caps;
}
#loginBox a:visited {
	color: #900;
}
#loginBox a:hover {
	color: #600;
}
#loginBox hr {
	width: 95%;
	border-style: solid;
	color: #999;
}
#loginBox label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 5px;
}
#loginBox input {
	border: 1px solid #cc9;
	margin: 5px;
}
#loginBox input.loginbtn {
	border: 1px solid #dfdfc2;
	background-color: #cc9;
	color: #fff;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
}
#loginBox fieldset {
	border: none;
	padding: 0 0 0 0;
	margin: 0;
}

/* Paragraphs ------------------- */
#colMid p {
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
	color: #000;
	font-size: 12px;
}
#colRight p {
	margin: 10px;
	color: #000;
	font-size: 11px;
}

/* Calendar Tables */
#contentCalendar {
	margin: 5px 0 10px 10px;
	padding: 0;
	width: 450px;
}
#contentCalendar table {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}
#contentCalendar table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #f5f5e8;
}
#contentCalendar th {
	background-color: #e3e3c8;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px;
}
#contentCalendar table .td1a {
	width: 75px;
	background: transparent;
}
#contentCalendar table .td2a {
	width: 355px;
	background: transparent;
}
#contentCalendar table .td1b {
	width: 75px;
	background-color: #f5f5e8;
}
#contentCalendar table .td2b {
	width: 355px;
	background-color: #f5f5e8;
}

/* Main Contact */
#mainContact {
	margin: 5px 0 10px 10px;
	padding: 0;
	width: 350px;
}
#mainContact fieldset {
	border: none;
	padding: 5px 0 0 0;
	margin: 0;
}
#mainContact form {
	border: 0;
}
#mainContact table {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	background-color: #f5f5e8;
}
#mainContact table td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
#mainContact table .td1 {
	width: 100px;
	background: transparent;
	border-right: 1px solid #fff;
}
#mainContact table .td2 {
	width: 250px;
	background: transparent;
}
#mainContact table .td3 {
	width: 100px;
	background-color: #fff;
}
#mainContact table .td4 {
	width: 250px;
	background-color: #fff;
}
#mainContact input {
	border: 1px solid #cc9;
	background-color: #fff;
}
#mainContact textarea {
	border: 1px solid #cc9;
	background-color: #fff;
}


/* Misc ------------------------- */
#credit {
	width: 550px;
	padding-bottom: 40px
}
.quote {
	margin: 10px 0 0 5px;
	width: 161px;
	height: 122px;
}
.fpo1 {
	margin: 1px;
	width: 395px;
	height: 200px;
	background-color: #fefefb;
	background-image: url(/images/newsfeature_bg.gif);
	background-repeat: repeat-x;
}
.fpo2 {
	margin: 5px 0 0 2px;
	width: 180px;
	height: 141px;
}
.submitButtons {
	padding: 0;
	margin: 0;
}

/* -------------- Slideshow ---------------*/

#mySlideshow
{
	width: 395px;
	height: 202px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 0%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }

/* -------------- NonMember Joint ---------------*/

#mainJoin
{    
	background-color: #fefefb;	
	padding: 5px 5px 5px 5px;	
}

/* links */
#mainJoin a 
{
    color: #900;    	
}

#mainJoin a:hover 
{    
	color: #600;
}

.right
{
    text-align: right;
    bottom: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#memberInfo
{
    padding-top: 15px;
    text-align: left;    
    margin-right: auto;
    margin-left: auto;  
    width: 355px;  
}

.tableInfo 
{
    border: solid 1px black;    
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}

.tblcol1
{
    width: 125px;
    text-align: right;
    vertical-align: top;
}

.tblcol2
{
    width: 205px;
    vertical-align: top;
}

.smalltext
{
    font-size: 10px;
    font-style: italic;
}

.error
{
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: Red;
}

.center
{
    text-align: center;
}


