/*
www.cmslogic.com
*/

body {
	overflow:-moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background: #FFFFFF url("/_cmslogic/images/img01.jpg") repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	vertical-align:top;
}

hr
{
border: none 0;
border-top: 1px solid #ccc;
height: 1px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0066CC;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url("/_cmslogic/images/img05.gif") repeat-y;
}

a {
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}

a img { border:none; }

/* Header */

#header {
	width: 760px;
	height: 52px;
	margin: 0 auto;
	background-color:#FFFFFF;

}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 0px 0 0 0px;
	font-size: 30px;
}

#header h2 {
	float: right;
	padding: 0px 0px 0 0;
	font-size: 18px;
}

/* Menu */

#menu {
	width: 760px;
	height: 32px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Content */

#content {
	width: 720px;	
	height: 100%;
	min-height: 800px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url("/_cmslogic/images/img04.jpg") repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url("/_cmslogic/images/img05.gif") repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 20px 0;
}

#links li li {
	padding: 7px 10px;
	background: url("/_cmslogic/images/img06.gif") repeat-x left bottom;
	line-height: 18px;
}

#links li li#heading
{
background:none #0066CC;
padding: 2px 10px;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	padding: 20px;
	background: #cccccc;
	margin: 0;
}

#footer p {
	text-align: center;
	color: #999999;
}

#posts li {
margin-left:10px;
}

input
{font-size:10px;}
.searchbutton
{
font-size:10px;
background: #dddddd;
border: 1px solid #6F6F6F;
color: #000;
}

/*.ticker{
width: 400px;
height: 100px;
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
}*/
.ticker{
height: 50px;
}

.ticker a{
text-decoration: none;
}

.major
{
font-weight:bold;
color: #fff;
}

#menu a
{color: #FFFFFF; text-decoration:none; font-weight:bold}

#menu a:hover
{color: #FFFFCC; text-decoration:none; font-weight:bold}

.navBar li { /* all list items */
	float: left;
	position: relative;
	width: 8em;
	color:#EEE;
	font-size:12px;
	font-weight:bold;
	font-family:verdana;
	vertical-align:middle;
	text-align:center;	
	border-right:1px dotted #aaa;
	z-index:4;
	padding-top: 7px;
	padding-bottom: 7px;
}

.navBar li ul { /* second-level lists */
	display: none;
	position: absolute;
	/*top: 18px;*/
	left: 0;
	border-top:6px solid #4b4b4b;
	text-align:center;
	top:26px;
	color: #000000;
}


.navBar li ul li {
	margin-left:0px;
	background-color:#555;
	border-bottom: 1px solid #000;
	padding:4px;
	color:#000;
	height: auto;
	width:140px;
	font-size:10px;
	font-weight:normal;
	font-family:arial, helvetica, sans-serif;
	text-align:left;
	text-indent:0px;
 }
.navBar li ul li:hover, li.over ul li.over  {
	background-color:#777;
	color: #333333;
 }
 

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
