/* CSS Document */

/* 	STYLES	*/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#b-navbar {
   height:0px;
   visibility:hidden;
   display:none
   }

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333399;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-style: oblique;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #B70000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h6{
 font-family: "Times New Roman", Times, serif;
 font-size: 150%;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***************TOOLIP STYLES **********/

#dhtmltooltip{
	position: absolute;
	width: 160px;
	border: 2px ridge #999999;
	padding: 3px 3px 3px 3px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	visibility: hidden;
	color: #000000;
	font-size: 15px;
	background-repeat: repeat;
	background-color:#DCDCED;
}

/*	OUTER DESIGN	*/

html, body {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF
}

#macro {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #9AA5C2;
	background-repeat: repeat;
}



#container {
	background: #FFFFFF;
}

#bg {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	background-color: #FFFFFF;

	background-image: url(images/bgstar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 3px ridge #330099;

}

#top {
	left: 0;
	top: 0;
	height:135px;
	width: 100%;
	
	background-image: url(images/topglyph.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#leftmenu {
	float: left;
	width: 153px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-attachment: scroll;
	background-image: url(images/arc-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
}

#middle{
	float: left;
	border-top:1px solid #cccccc;
	padding: 0px 0px 0px 0px;
	width: 460px;
}
	
	#middlelrg{
	float: left;
	border-top:1px solid #cccccc;
	padding: 0px 0px 0px 0px;
	width: 613px;
}
	
#right {
	float: right;
	width: 153px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding: 0px;
}

#bottom {
	clear: both;
	
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

/* INNER DESIGN */

/* TOP */

/* LEFT */

#leftmenu ul a:link, #navBar ul a:visited {display: block;}
#leftmenu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftmenu li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftmenu li {border-bottom: none;}


#leftmenulinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
}

#leftmenu a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#leftmenu a:hover{
	background-color: #F7EBC8;
}

/* MIDDLE */

#header{
	width: auto;
	text-align:center;
	padding: 0px;
	margin: 7px;
}

#ticker{
	width: auto;
	text-align: center;
}

#content{
}

/* RIGHT */

#rightmenu{
}


#rightmenu ul a:link, #navBar ul a:visited {display: block;}
#rightmenu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightmenu li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #rightmenu li {border-bottom: none;}


#rightmenumenulinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#rightmenu a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#rightmenu a:hover{
	background-color: #F7EBC8;
}

#search {
	padding: 10px 2px 10px 2px;
	font-size: 10px;
	border: 1px solid #cccccc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#newsside {
padding: 2px 2px 2px 2px;
	font-size: 13px;
	border: 1px solid #cccccc;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#search form{
 margin: 0px;
 padding: 2px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 2px;
}

#foxbox {
	border: 1px solid #cccccc;
	width:150px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#headlines {
}

.announcebox {
	border:1px groove #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	text-align:left;
	}

.announcestyle1 {
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
.announcestyle2 {
	color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
}

/*************** RSS STYLE ******************\

/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */

#newsbox{
	border: 1px solid #cccccc;
		padding: 0px;
		width:150px;
		float: left;
}
	
/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
  /* begin styles for RSS Feed */

.rss-box {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.rss-title, rss-title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0px 0;
	padding: 0;
	letter-spacing: 1px;
	color: #B70000;
}

.rss-items {
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 4px;
	width: auto;
	color: #999999;
  
}

.rss-item  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #333333;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
	
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */



.leftsubmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 0px;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	list-style-type: disc;
	color: #006666;
}
.ubermacro {
	background-color: #9999CC;
	height: 100%;
}
.bottomfoot {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #9AA5C2;
	background-repeat: repeat;
}
.selectedleftmenu {
	font-style: italic;
	font-size: 13px;
	font-weight: bolder;
}
.h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #CC0033;
}
.aboutusmain {
	background-attachment: fixed;
	background-image: url(images/logo_tall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.testtable {
	padding: 3px;
	width: 400px;
	border: 1px solid #333333;
}
.selectedleftbox {
	background-color:#F0DB99}
	.style6 {font-size: 12px}

.style7 {font-size: 14px}


body {
	background-color: #9AA5C2;
}
.style10 {
	color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.abouthome {
	color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pwrlink {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.abouthomestyle {
	font-size:15px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
	.testliststyle {
	font-size:14px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}

#blogbody {
	width:370px;
	text-align:left;
	}



/* Content
----------------------------------------------- */
@media all {
  #content {
    width:600px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:410px;
	margin:0 0;
    padding:0px;
    text-align:left
	    }
  #sidebar {
    width:180px;
    float:right;
    }
  }
/*@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */



/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333399;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
	    }
  }

.post-title {
  margin:0.25em 0 .25em;
  padding:0 0 4px;
  font-size:16px;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:1.4em;
  color:#B70000;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	border-bottom:1px dotted #ccc;
	list-style:none;
	text-align: left;
	text-indent: 5px;
  }
#sidebar li {
	margin:0;
	line-height:1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 4px;
	text-align: left;
	text-indent: 2px;
  }
#sidebar p {
	color:#666;
	line-height:1.5em;
	text-align: left;
	text-indent: 2px;
  }

#newsside ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	border-bottom:1px dotted #ccc;
	list-style:none;
	text-align: left;
	text-indent: 30px;
  }
#newsside li {
	margin:0;
	line-height:1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 4px;
	text-align: left;
	text-indent: 15px;
  }
#newsside p {
	color:#666;
	line-height:1.5em;
	text-align: left;
	text-indent: 15px;
  }
  
 #bloggerbutton {
	padding: 4px;
 }
 
 
/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

/* ZoomSearch
----------------------------------------------- */
.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}