/* general formatting with some weird stuff for footstickalt footer */
img, #primary_links_holder{
	behavior:url(iepngfix.htc);
}
html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 12px;
	height: 100%;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	color: 494645;
	background: white;
	
	width: 1000px;
	position: relative;
	padding-left:5px;
}

div#container{
	width: 1000px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

div#fbmlcontainer{
	width: 500px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}


div#content{
	padding-bottom: 40px;
	
}
div#contentfbml{
padding: 0;	
}


a, a:visited{
	color: 494645;
	text-decoration: none;
}

a:hover{
	color:942a25;
	text-decoration: none;
}


/* top navigation bar */

#primary_links_holder{
	height: 115px;
	width: 1000px;
	background-image: url(../images/upper_baralpha.png);
	background-repeat: no-repeat;
	background-position: top-left;
}
#primary_links_holder_index{
	height: 115px;
	width: 1000px;
	background-image: url(../images/upper_bar_old.png);
	background-repeat: no-repeat;
	background-position: top-left;
}
a.primary_link, a.primary_link > p{
	display: inline;
	font-size: 20px;
}

a.primary_link.text{
	position: relative;
	top: -25px;
	margin-left: 15px;
}

a.primary_link.image{
	position: relative;
	top: 21px;
}

a.primary_link.image > img{
	border: 0px;
}


/* login
 sidebar */

div#login{
	display:inline;
	float: left;
	font-size: 11px; 
	text-align: left; 
	height: 150px;
	width: 165px; 
	margin-left: 38px; 
	margin-top: 23px; 
	background-color: #eee;
	border: solid #999 1px;
}

/*NewsFeed*/
#feedContainer{
	font:tahoma;
	width:475px;
}
.ca_announce_subject {
  color: #942a25; 
}
.ca_announce_body {
	  color: black; 
	  font:tahoma;
	  font-size: 12px;
    padding-bottom: 20px;
}
.hr{
		width:500px;
		color: #333333;
		height: 1px;
	}
	a.{
		color: #000000;
	}
	.span{
		font-family: 'Lucida Grande','Lucida Sans';	
	}
	a.mediaLink{
		text-decoration: none;
		font:tahoma;
	}
	
	a.profileLink{
		
	}
	.subject{
	  color: black; 
	  font:tahoma;
	  font-size: 12px;
		
	}

	.date{
		color: #942a25; 
		font-size: 11px;
		font:tahoma;
		font-weight: bold;
	}

	.url{
		color: #000000; 
		font-size: 10px;
		font-style: italic;
		font:tahoma;
		

	}

	.body{
		color: black; 
		font-size: 11px;
		margin-top: 5px;
		font:tahoma;

	}
	.reply{
		font-size:10px;
		font:tahoma;
		
	}
	.footerText{
		font-size:10px;
		text-decoration: underline;

	}
	.repliesInfo{
		font-size:12px;
		
	}



/* sidebar */
div#sidebar{

	font-size:12px;
	text-align:center;
	height:540px;
	width:190px;
	padding:5px;
	border: solid #999 1px;
	margin-left:100px;
}

/* footer */

#secondary_links_holder{
	position: relative;
	left: 20px;
	bottom: 10px;	
}

a.secondary_link{
	font-size: 10px;
}

.secondary_links{
	font-size: 10px;
    font: tahoma;
	margin-right: 20px;	
}

#lower_bar{
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
}

.larger{
	font-size: 15px;
}

.smaller{
		font-size:10px;
}


/* index */

#index_content{
	margin: 10px 0px 0px 0px; 
	font-size: 15px;
}

.alert {
	background-color: yellow; 
	border: 1px solid #999;  
	padding-left: 10px;
}

.show{
}

/* help */

div.question{
	font-weight: bold;
	font-size: .9em;
	margin: 5px 0px 5px 20px;
}

p.answer{
	font-size: .9em;
	border: 1px solid #ccc; 
	background-color: #eee; 
	margin: 8px 20px;
	padding-left: 10px;
	line-height: 1.3em;
}


/* tour */


td#maintourtd{
	border-style: solid none solid solid; 
	border-color: #aaa -moz-use-text-color #aaa #aaa; 
	border-width: 2px 0pt 1px 2px; 
	padding: 0.75em 1em;
}

div.tour_page{
	height: 875px;
	width: 500px;
}

div#infotable > td{
	margin: 0px;
	padding: 0px;
}

a:hover.selected{
	text-decoration: underline;
}

tr.selected, td.selected{
	text-decoration: underline;
}

#infotable {
	border-collapse:	
}

div#infotable{
	margin: 0px 10px 20px 250px; 
	font-size: 13px;
}

#infotable li{
	list-style-type: none;
	margin-left: 10px;
}
	
#infotable p, #infotable td {
	margin: 1em 0;
	font-size: 12px;
}
	
#infotable p.header{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}	

#infotable p.header.lead_header{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
}
	
#infotable td.menu {
	border:1px solid #aaa;
	border-bottom:0;
	padding:0.75em 0.5em;
	background-color:#ccc;
	width:170px;
	height:40px;
	cursor:pointer;
}

	
#infotable td.menu a {
	display:block;
	text-decoration: none;
	margin: 5px;
}
	
#infotable td.active {
	border-left:#fff 1px solid;
	background:#fff;
}
	
#infotable td.active a {
	font-color: 494645;
	text-decoration:none;
	margin: 5px;
}

#infotable td.menu.register{
	background-color: #33ff44;
}

#infotable td.active.register{
	background: white none repeat scroll 0%;
	border-left: white 1px solid;
	padding: 0px;
}

#infotable td.active.register a{
	background-color: #33ff44;
	padding: 9px 6px;
}

#infotable p.indented, #infotable img.indented, #infotable input.indented{
	margin-left: 20px;
}


/* registration */
p.header{
	font-size: 1.2em;
	color:942a25;
}

a.registration, a:visited.registration{
	color: 	942a25;
	text-decoration: none;
}

a:hover.registration{
	text-decoration: underline; 
}

div.registration_steps{
	border: 1px solid #999; 
	background-color: #eee; 
	padding-left: 10px;
}


/* blog */




/* forms */

input[type=text],textarea,input[type=password]{
	background: none;
	background-color: white;
	border: solid 1px #888888;
	font-size: 11px;
	width: 160px;
	padding: 2px;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

input[type=submit]{
	background-image: url(http://commentanywhere.com:3001/images/button.png);
	width: 92px;
	height: 21px;
	font-size: 12px;
	border: none;
	color: #494645;
}


/* newsevent */
table.newsevent{
	margin: 5px 0px;
}

/* relic CSS, unsure if used or where */

#main_area{
	position: relative;
	left: 296px;
	top: 130px;
	width: 600px;
	height: 500px;
	font-size: 12px;
	text-align: left;
	border: solid 1px #888888;	
}

#login_area{
	position: relative;
	left: 6px;
	top: -372px;
	width: 250px;
	height: 200px;
	font-size: 12px;
	text-align: left;
	border: solid 1px #888888;	
}

.area_text{	
	margin: 5px;
}

.area_title{
	font-size: 14px;
	position: relative;
	left: 5px;
	top: -16px;	
}
