/*
 * common.css
 *
 * This file stores style information that is shared among 10media projects
 * 
 * This file has been adapted from:
 * the Wikimedia Project's "common.css", http://sourceforge.net/projects/wikipedia/
 * http://nemesis1.f2o.org/aarchive?id=7
 * http://css.maxdesign.com.au/listamatic/horizontal03.htm
 *
 * and you may use it in keeping with their license terms
 */
 
/*********************************************************************/
/*     Major DIVs and such    */

body
{
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #000;
	background-color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		
#container		
{
	margin: 0em 4% 1em 4%;
	background-color: #fff;
	border: 1px solid #333;
	border-top-style: none;
}

#search
{
	float: right;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
		
#banner
{
	background-color: #fff;
	border-bottom: 1px solid #333;
	padding-bottom: 0.5em;
}

#mainbanner
{
	margin-left: 20px;
	margin-top: 10px;
}

#content
{
	padding-top: 0em;
	display:block;
	margin: 0 150px 0 30px;
	border-color:#FF0000;
	z-index:0;
}
		
#nav
{
	float: right;
	display:block;
	width: 120px;
	margin-right: 0;
	padding-top: 0;
	background-color: #fff;
	margin-top: 0em;
	padding-left:30px;
	margin-bottom:30px;
	clear:none;
}

#footer
{
	clear: both;
	background-color: #aaa;
	padding: 0;
	text-align: center;
	border-top: 1px solid #333;
	font-size: 80%;
}

#printbanner
{
	display: none;
}

/*********************************************************************/
/*     General Declarations     */
		
ul
{
	list-style-type: none;
}

.bodyul
{
	list-style-type:disc;
}

dt
{
	font-weight: bold;
}

h1
{
	/*font-family: sans-serif;*/
	font-size: 150%;
	clear:left;
	display:block;
}

h2
{
	/*font-family: sans-serif;*/
	font-size: 120%;
	margin-top: 1.2em;
	border-bottom: 1px solid #527BBD;
}

h3
{
	/*font-family: sans-serif;*/
	font-size:110%;
}

h4
{
	/*font-family: sans-serif;*/
	font-size:100%;
}

pre
{
	font-size:80%;
}

#content p
{
	/*text-align: justify;*/
	line-height: 1.5em;
}

#content a
{
	/*color:#3371A3;*/
}

#content a:visited
{
	/*color:#5E33A3;*/
}

/*********************************************************************/
/*     Main Navigation Features     */

.navdiv
{
	width: 120px;
	margin-top:-1px;
}

.subnav
{
	font-size: 80%;
	margin-left: 0;
	padding-left: 0;
	margin-top:0px;
	padding-top:0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.subnav a
{
	display: block;
	padding: 3px;
	width: 108px;
	background-color: #3371A3;
	margin-top: 1px;
	border-right: 6px solid #3371A3;
}

.subnav a:visited
{
	border-right: 6px solid #816ECA;
}

.subnav a:link, .subnav a:visited
{
	color: #fff;
	text-decoration: none;
}

.subnav a:hover
{
	background-color: #5897CA;
	color: #fff;
	border-right: 6px solid #5897CA;
}

.subnav .navhead a
{
	width: 113px;
	background-color: #D9D9D9;
	border: 1px solid #000;
	border-right: 0px solid #000;
	color: #000;
	margin-top: 1em;
}

.subnav .navhead a:visited
{
	border-right: 0px solid #000;
}

.subnav .navhead a:link, .subnav ul .navhead a:visited
{
	color: #000;
	text-decoration: none;
}

.navhead a:hover
{
	background-color: #D9D9D9;
	color: #000;
	border-right: none;
}		

.spread
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*********************************************************************/
/*     Footer Horizontal Bar     */

#footbar
{
	background-color: #036;
}

#footbar ul
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #fff;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}

#footbar ul li
{
	display: inline;
	margin-left: 0px;
}

#footbar ul li a
{
	padding: 2px 10px 2px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#footbar ul li a:hover
{
	background-color: #369;
}

/*********************************************************************/
/*     Ads    */

#navad
{
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #ccc;
	margin-top: 1em;
}

#footad
{
	padding-bottom: 0.5em;
}