body {
  color: #333333;
  font-size: 12px;
  font-family: Verdana, Arial, Tahoma;

}

h1 {
  font-size: 18px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

/************************************************
*	MAIN Divs				*
************************************************/
.side-borders {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;  
}

div.top {
  width: 100%;
  background: #464646 url('images/topbg.png');
  height: 27px;
  border-bottom: #343434;
}

div#top-left {
  float: left;
}

div#top-right {
  float: right;
  margin-right: 20px;
}

form#searchform input {
  -x-system-font:none;
  border:medium none;
  color:#333333;
  font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,arial,sans-serif;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding:3px;
  width:220px;
  margin:0;
  margin-top: 3px;
}

div.container {
  background: #FFFFFF;
}

div.contentbox {
  /*padding: 5px;*/
}

div#navbar {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #464646 url('images/topbg.png');
  height: 24px;
}

div.footer {
  margin-top: 10px;
  background: #464646 url('images/topbg.png');
  margin-bottom: 5px;
}

#top-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}

#top-navigation li {
  padding: 5px;
  float: left;
}

#top-navigation li a {
  color: #AAAAAA;
}

#top-navigation li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.clear {
  clear: both;
}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    behavior: url(css/border-radius.htc);
    border-radius: 20px;

}


/************************************************
*	Hyperlinks				*
************************************************/
a, a:visited {
  color: #2C64B4;
  text-decoration: none;
}
	
a:hover {
  text-decoration: underline;
}

.postmeta {
  color: #9A9A9A;
  border-top: 1px dotted #9A9A9A;
  text-align: right;
  font-size: 10px;
}

.postmeta-in {
  color: #9A9A9A;
}

.category-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}

.category-list h2 {
  color: #2C64B4;
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px dotted #9A9A9A;
}

.category-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.category-list ul li{
  border-bottom: 1px dotted #9A9A9A;
  padding-top: 4px;
}

.category-list ul li a, a:visited {
  padding: 0px;
  color: #333333;
  text-decoration: none;
}

.category-list ul li:hover {
  background: #F6FFFF;
}
	
.category-list ul li:hover a {
  color: #2C64B4;
}

#footermenu, #footermenu ul {
  margin:0; 
  padding:0; 
  list-style-type:none; 
}

#footermenu li {
  float:left;
  margin: 5px;
}

#footermenu a {
  color: #fff;
}

.footer-left {
  margin-left: 10px;
}

.footer-right {
  text-align: right;
  padding-top: 5px;
}

.footer-link {
  color: #fff;
}

#dropmenu, #dropmenu ul {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:100%; 
	background:#464646; 
	font-weight:bold;
}

#dropmenu a {
	display:block; 
	padding:0.25em 1em; 
	color:#FFFFFF; 
	border-right:1px solid #E2E2E2; 
	text-decoration:none; 
	background:#464646 url('images/topbg.png');
}

#dropmenu a:hover {
	background:#2C64B4; 
	color:#fff;
}
#dropmenu li {
	float:left;
	position:relative;
}

#dropmenu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	top:1.9em; 
	left:-1px;
}

#dropmenu ul a {
	border-left:1px solid #E2E2E2;
}

#dropmenu li ul {
	border-top:1px solid #E2E2E2; 
	width:14.1em;
}
#dropmenu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	border-bottom:1px solid #E2E2E2;
}

#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}

#header {  
  margin-top: 10px;
}

#header img {
  margin-bottom: 10px;
}

.subscribe-logos {
	border:solid 1px #DEDEDE;
	background:#FFFFCC url('email_updates.png') no-repeat top right;
	padding:8px;
	margin-bottom:10px;
}

.subscribe-logos input[type="submit"] {
	background:#464646 none repeat scroll 0 0;
	border-color:#444444 #000000 #000000 #444444;
	border-style:solid;
	border-width:0.2em;
	color:#FFFFFF;
	cursor:pointer;
	font-size:0.833em;
	letter-spacing:1px;
	line-height:1em;
	overflow:visible;
	padding:0.3em 0.6em;
	margin-left: 30px;
}

.subscribe-logos input[type="submit"]:hover {
	background: #2C64B4;
}

.big {
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

strong.search-excerpt { background: yellow; }

.navbarright input {
	margin-top: 3px;
	width: 90%;
}

img.centered {
	display: block;
   margin-left: auto;
   margin-right: auto;
}

img.alignright {
	padding: 4px;
   margin: 0 0 2px 7px;
   display: inline;
}

img.alignleft {
   padding: 4px;
   margin: 0 7px 2px 0;
   display: inline;
}

.alignright {
   float: right;
}

.alignleft {
	float: left;
}

div.buttons {
  margin-bottom: 10px;
}
