@charset "utf-8";
/* CSS Document */

body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#EBEBEB;
	margin:0px;
	padding:0px;
}

p  {
	font-size:14px;
	color:#666666;
	margin:0px 10px 10px 30px;
}

h1,h2,h3  {
	color:#0078DD;
	margin:0px 0px 15px 30px;
}

h4,h5,h6 {
	color:#999;
	margin:0px 20px 15px 30px;
	border-bottom:#999;
	border-bottom-width:2px;
	border-bottom-style:dotted;

}

hr {
	margin:0px 0px 0px 17px;
	padding:0px;
	color:#999;
	height:1px;
	width:160px;
}

a:link, a:visited  {
	color:#0078dd;
	text-decoration:underline;
	font-weight:bold;
}

a:hover  {
	color:#999999;
	text-decoration:none;
}

ul, ol  {
	font-size:14px;
	color:#666666;
	margin:0px 0px 3px 30px;
	padding:10px;
	font-style:italic;
}

li  {
	list-style-type:circle;
}

.img {
	border-style:none;
	margin:10px;
}

.imgborder  {
	border:1px solid #999;
	margin:10px;
	padding:0px;
}

.quote  {
	color:#0078DD;
	font-weight:bold;
	font-style:italic;
}

.sitemap  {
	margin: 5px;
	padding: 5px;
}

.sitemap ul  {
	font-size:14px;
	color:#666666;
	margin:8px;
	font-style:italic;
}

.sitemap li  {
	list-style:circle;
	padding: 4px;
}

.sitemap li a  {
	color:#0078DD;
	font-size:16px
}

#main  {
	border-bottom:dashed 1px #666666;
	width:500px;
}
	
/*Start CSS Nav*/

.nav {
	margin:10px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}

.nav ul  {
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
}

.nav li {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	display:inline;
}

.nav li a:link, .nav li a:visited {
	color:#666666;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
}

.nav li a:hover  {
	color:#0078DD;
	text-decoration:none;
}


.footer ol  {
	list-style:none;
	margin:10px 5px 0px 30px;
	padding:0px 0px 0px 0px;
	text-align:left;
	list-style:none;
}

.footer li {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
	list-style:none;
}

.footer li a:link, .footer li a:visited {
	color:#666666;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
}

.footer li a:hover  {
	color:#0078DD;
	text-decoration:none;
}



#submenu  {
width:177px;
background-image:url(../images/PNG/nav2_bg.png);
margin-right:10px;
}
 
#submenu TD.MenuHeader {
 padding-top: 10px;
 padding-right: 8px;
 padding-bottom: 5px;
 padding-left: 35px;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight:bold;
 color:#0078DD;
}
 
.Spacer {
height:1px;
width: 160px;
background-image:url(../images/slices/hr_line.jpg);
background-repeat:no-repeat;
background-position:right;
margin:0px;
padding:0px;
float:right;
text-align:right;
}
 

#submenu TD.Unselected {
 padding-top: 10px;
 padding-right: 8px;
 padding-bottom: 10px;
 padding-left: 10px;
}
 
#submenu TD.Unselected a {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #666666;
 text-decoration:none;
 font-size: small;
 font-weight: bold;
}
 
#submenu TD.Selected {
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 background-color:#CECECE;
 border:#999;
 border-style:solid;
 border-width: 1px;
}
 
#submenu TD.Selected a {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #333333;
 text-decoration:none;
 font-size: small;
 font-weight: bold;
}

.blog {
	margin:0px 10px 10px 30px;
	padding: 10px;
	border:#666 solid 1px;
}

/*Tweet-Box*/

.tweet-box, .query { margin-bottom:20px; color:#666666; width:170px; }

.tweet-box .tweet_list, .query .tweet_list { -webkit-border-radius: .5em;  margin: 0; padding: 0; background-color: #f4f4f4; list-style-type: none !important; }

.tweet-box .tweet_list .awesome, .tweet-box .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic { text-transform: uppercase; }

.tweet-box .tweet_list li, .query .tweet_list li { overflow-y: auto; overflow-x: hidden; margin:0; padding: 6px; font-size:10px;  }

.tweet-box .tweet_list li a, .query .tweet_list li a { color: #0C717A; }
	  
.tweet-box .tweet_list .tweet_even, .query .tweet_list .tweet_even { background-color: #91E5E7; }

.tweet-box .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar { padding-right: .5em; float: left; }

.tweet-box .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img { vertical-align: middle; }

h4#from-twitter  { display:block; color:#0078DD; margin:50px 3px 3px 3px; padding-bottom:4px; margin-bottom:10px; border-bottom: 1px dotted #0078DD; font-size:14px; }

