body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/03.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
}

h1 {
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol {
	margin-bottom: 1.9em;
	line-height: 1.6em;
	text-align: justify;
}

a {
	color: #000066;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#top_nav {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0;
}

#top_nav ul {
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(images/03.gif) no-repeat;
	list-style: none;
	background: url(images/07.gif) no-repeat left top; /*This is the line that puts the line image in front of the HOME LINK*/
}

#top_nav li {
	float: left;
	height: 40px;
	background: url(images/07.gif) no-repeat right top;
}

#top_nav a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 8px 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

#top_nav a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 40px;
}

#top_nav .current_page_item a {
	height: 40px;
	color: #FFFFFF;
	background: url(images/img02.gif) repeat-x;
}




/* Logo */

#head {
	width: 920px;
	height: 110px;
	margin: 0 auto;
}


#head img {
	float: left;
	padding-top: 10px;
    margin-left: -13px;
	padding: 10px 0px;
}


#head h1 {
    margin: 0;
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 40px; 
	color: #333334;
}

#head h1 span {
    color: #00ccff;
}

#head a {
	text-decoration: none;
	color: #000;
}

#slideshow_case{ 
    width:920px; 
	height: 204px;  
	margin: 10px auto;  
	background: url(images/head006.jpg) no-repeat;
}

#slideshow{
	width: 920px;
	height: 204px;
	margin: 0 auto;
	float: left;
}

#no_slideshow{
	width: 920px;
	height: 204px;
	margin: 0 auto;
	float: left;
}

#tag_bar{ 
    width:891px;  
	background: #00ccff;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
}

#tag_bar a:link{
    color: #ffffff;
}
	
#tag_bar a:hover{
    color:#666666;
}


/* Content Case */

#content_case {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
}

/* Content */

#content {
	float: left;
	width: 684px;
	border-right: 2px dashed #F0F0F0;
	padding-right: 25px;}

.h2_case {
	padding-bottom: 10px;
}

.h2_case .sub_head {
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 1.7em;
}

.h2_case .title a {
	text-decoration: none;
}

.h2_case .main_cont {
	padding: 0px 0px;
}

.h2_case .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.h2_case .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.h2_case .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

/* Sidebar */

#r_col {
	float: left;
	width: 202px;
	padding-left: 7px;
}

#r_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#r_col li {
	margin-bottom: 20px;
	font-size: 0.9em;
}

#r_col li ul {
	padding: 20px;
}

#r_col li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#r_col p {
	padding: 0 20px;
	text-align: left;
}

#r_col h2 {
	height: 1.6em;
	margin: 0;
	padding: 6px 0 0 20px;
	border-bottom: 1px dashed #DDDDDD;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}

.center{
    margin: 0 auto;
	padding-left: 15px;
	border: 0px;
	}

.center img{
    border: 0px;
}

.clear_both { clear: both; width:100%; height: 10px; }

/* Footer */

#footer {
	clear: both;
	width: 940px;
	height: 10px;
	margin: 0 auto;
	padding: 3px 0;
	border-top: 9px solid #00ccff;
	font-size: 0.9em;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #CCF4FF;
}

#footer_case {
	width: 920px;
	margin: 0 auto;
	padding: 5px 10px;
	color: #CCF4FF;
	background-color:#666666;
}

#footer_case  a {
	color: #CCF4FF;   /* This changes the color of the tag links in the footer */
}

#footer_case .foot_col_1 {
	float: left;
	width: 310px;
	padding-right: 35px;
}

#footer_case .foot_col_1 h3 {
	width: 285px;
	height: 20px;
	font-size:1.1em;
	font-weight: bold;
	color: #ffffff;
}

#footer_case .foot_col_2 {
	float: left;
	width: 260px;
	padding-right: 35px;
}

#footer_case .foot_col_2 h3 {
	width: 235px;
	height: 20px;
	font-size:1.1em;
	font-weight: bold;
	color: #ffffff;
}

#footer_case .foot_col_3 {
	float: left;
	width: 210px;
	padding-right: 15px;
}

#footer_case .foot_col_3 h3 {
	width: 210px;
	height: 20px;
	font-size:1.1em;
	font-weight: bold;
	color: #ffffff;
}

#footer_case .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.0em;
}


#footer_case .footer_list li {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img05.gif) no-repeat left 50%;
}

#footer_case .footer_list li a {
	color: #ffffff;
}

#footer_case .footer_list li a:hover {
	color: #00ccff;
	text-decoration: none;
}
/* end of footer */

#quote_bttn
{
  display: block;
  width: 150px;
  height: 71px;
  background: url(images/quote_me.gif) no-repeat 0 0 ;
}

#quote_bttn img{
  border:none;
  }

#quote_bttn:hover{ 
    background-position: 0 -74px;
}

#quote_bttn span{ 
    display: block;
    width: 150px;
    height: 71px;
    color:#000;
}

#footer  span{
    color:#00ccff;
}
		
.float_left{
    float: left;
}

.float_right{
    float: right;
}
	
.clear_both{
	clear: both;
}
	   
.margin_zero{
    padding-left: 80px;
}