/* logo */
#logo {
	float: right;
	margin-top: -10px;
}

/* activity indicator */
#act {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 64px;
	height: 64px;
	background-image: url(/images/spinner.gif);
}

/* topmenu */
#sitemenu {
	background-color:#EDEDED;
	border-bottom:1px solid #BBBBBB;
	font-size: 1.2em;
	height:20px;
	margin:0 auto;
	padding:0;
}

html > body #sitemenu ul {
	margin-left:auto;
	margin-right:auto;
}

#sitemenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	list-style: none;
	margin:0;
	padding:2px 0;
	text-align:left;
	width:960px;
}

#sitemenu ul li {
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 6px 0;
	cursor: pointer;
}

#sitemenu a {
	text-decoration: none;
	color: #AAA;
}

/* bottom bar */
#bottom {
	background-color: white;
	left: 0px;
	margin:0 auto;
	padding:0;
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #b6b6b6;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

/* sitebanner */
#sitebanner {
	width: 960px;
	margin:0 auto;
}

#sitebanner h1 {
	padding-right: 220px;
	color: #CF1100;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 65px;
}

/* menu */
#mainmenu {
	height: 25px;
	margin:0 auto;
	border-top: 1px solid #747499;
	border-bottom: 1px solid #747499;
	width:960px;
	
}

#mainmenu ul {
	margin:0;
	padding:2px 0;
	text-align:left;
}

#mainmenu ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 6px 0 0;
	margin-left: 6px;
	cursor: pointer;
	color: #747499;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	padding-right: 6px;
}

#mainmenu a {
	text-decoration: none;
}

#mainmenu ul li:hover {
	color: #1c1c1c;
}

#mainmenu ul li.active {
	color: #1c1c1c;
}



/* buttons */
.semibutton {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #CF1100;
	color: white;
	height: 15px;
	line-height: 30px;
}


/* main content area */
#main {
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:960px;

}

#mainleft {
	float: left;
	overflow-y: hidden;
	padding: 0 5px 0 5px;
	padding-top: 5px;
	width: 720px;
	height: 100%;
	padding-bottom: 40px;
}

.activediv {
	width: 300px;
}

.content {
	// -moz-column-count: 2;
	// -moz-column-gap: 12px;
	// -webkit-column-count: 2;
	// -webkit-column-gap: 12px;
	column-count: 2;
	column-gap: 12px;
}

.inlineright {
	float: right;
	margin-left: 5px;
	display: inline; /*Fix IE6 double margin bug*/
}

.inlineleft {
	float: left;
	margin-right: 5px;
	display: inline; /*Fix IE6 double margin bug*/
}

.inlinecenter {
	margin-right: 5px;
	margin-left: 5px;
}

.inlineimage {
	max-width:200px;
	margin: 3px;
}

.firstp {
	font-weight: bold;
}

#mainright {
	float: right;
	overflow: hidden;
	color: black;
	padding: 0 0 0 5px;
	width: 200px;
	color: #777;
}

.quote {
	margin: 5px;
	text-align:center;
	padding: 5px;
	background-color: rgb(16, 92, 182);
	color: white;
	font-family: Georgia,Times,serif;
	border: 1px solid rgb(16, 92, 182);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	width: 60%;
	float: right;
}

.quote p {
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: Georgia,Times,serif;
}

#quote .byline {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
}

.shout {
	font-size: 3em;
	color: #105CB6;
	font-family: Georgia,Times,serif;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #105CB6;
	margin-bottom: 6px;
	margin-top: 6px;
}

.smallshout {
	color: #105CB6;
	font-family: Georgia,Times,serif;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}

.fancycorners {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.warning {
	color: #F60;
}

.dim {
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha (opacity=50);
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 0.3em;
	padding-left: 1em;
}

td div {
	max-width:200px;
	white-space: nowrap;
	overflow: hidden;
}

thead, tfoot {
	border: 1px solid grey;
	font-weight: bold;
	color: #FF6D00;
}

