/*  
Theme Name: ElegantBlue
Author URI: http://www.nathanrice.net/
Version: 1.1
Author: Nathan Rice
Description: ElegantBlue is a free theme by <a href="http://www.nathanrice.net/">Nathan Rice</a>.
The CSS/XHTML is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ebebeb  top left repeat-x;
	color: #333333;

	font-size: 14px;
	font-family: Arial, Sans-Serif, Helvetica;
	margin: 0px 0px 0px 0px;

	}
body * {
	margin: 0px; 
	padding: 0px;
}
img {
	border: none;
padding-right: 15px;
padding-left: 0px;
margin-left: 0px;
vertical-align: top;
	background: none;
}
hr {
	height: 5px;

	color: #fff;
	margin: 10px 0px;
	border: none;
	border-top: 1px dotted #D3D3D3;
}
/*************************************
	Links
**************************************/
a, a:visited{
	color: #3F6E84;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: none;
background-color: #069AE4;
	color: #ffffff;
	}
/*************************************
	Headings
**************************************/

h1, h3 {
	color: #025D8C;
	font-size: 32px;
text-align: left;
	font-weight: normal;
	margin: 0px 10px 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 110%;
	}
h1 a, h3 a, h1 a:visited, h3 a:visited  {
	color: #245A73;
	text-decoration: none;
	}
h1 a:hover, h3 a:hover {
        background-color: #069AE4;

        color: #FFFFFF;
	text-decoration: none;
	}



h2 {
	color: #025D8C;
	font-size: 24px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 100%;
	margin: 10px;
	}
	
h2 a, h2 a:visited  {
	color: #6B030B;
	text-decoration: none;
	}
h2 a:hover {
	color: #666666;
	text-decoration: none;
	}
h3 {
	color: #025D8C;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 110%;
	font-size: 18px;
	}
h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 32px;
text-align: left;
}
/* This is for our sidebar headers.  We need them large */
#sidebar h3 {
	font-size: 22px; 
}
h3 a, h3 a:visited {
	color: #245A73;
	text-decoration: none;
	}
#r_sidebar h2, #l_sidebar h2 {
	margin: 10px 0px; padding: 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #245A73;
}
h6 {
	color: #000;
	font-size: 24px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
	}



/*************************************
	Header
**************************************/


#header { 
	height: 128px; 
	padding: 0px;
	position: relative;
border-top: 4px solid #069AE4;

background-color: #ffffff;
	}

#header-small {
	width: 1000px;
height: 128px;

	margin: 0px auto;
}
	
.headerleft {
	width: 400px;
	float: left;
height: 128px;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft h1 {
	font-family: bauhaus, Arial, sans-serif;
	font-size: 50px;
	color: #069AE4;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
.headerleft h1 a {
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: #069AE4;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

.headerleft h1 a:hover {
	color: #ffffff;
background-color: #ffffff;
	}
	
.headerleft p {
	color: #069AE4;
	margin: 0px;
	padding: 0px;
	}
	
.headerright {
	width: 190px;
height: 85px;
	float: right;
	margin: 0px;
margin-right: 0px;
	padding: 5px 0px 0px 0px ;
	text-align: right;
	}
	
.headerright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}

.headerright a, .headerright a:visited {
	color: #025D8C;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: normal;
font-weight: bold;
color: #666666;
background-color: #ffffff;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	

#nav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	}
	
#nav li a, #nav li a:link {
	color: #ffffff;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-transform: normal;
    margin: 0px;
	padding: 4px 4px 4px 4px;
	
	}

#nav li a:hover, #nav li a:active {
	background: #ffffff url(images/navhover.png);
	color: #025D8C;
    margin: 0px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #FFFFFF;
	width: 450px;
	color: #025D8C;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-transform: normal;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #F7F7F7;
	color: #ffffff;
	padding: 7px 10px 7px 10px;
	
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 170px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #FFFFFF url(images/navhover.png);
	color: #025D8C;
    margin: 0px;
	padding: 11px 10px 12px 10px;
	text-decoration: none;
	}


/*************************************
	Header Right Bottom
**************************************/


.headerright_bottom {
	width: 450px;
height: 35px;
	float: right;
	margin: 00x;
	padding: 5px 0px 0px 0px ;
	text-align: right;
	}
	
.headerright_bottom a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}

.headerright_bottom a, .headerright_bottom a:visited {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	}
	
.headerright_bottom a:hover {
	text-decoration: none;
	}
	
.headerright_bottom p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}


.headerright_bottom img{
	border: none;
	padding: 0px 5px 5px 0px;
	}



#header_spacer_container { 
	height: 23px; 
	padding: 0px;
	position: relative;
background-color: #ffffff;
	}


#header_spacer { 
	width: 1000px; 
	height: 23px; 
	padding: 0px;
	position: relative;
	margin: 0px auto 0px auto;
background-color: #025D8C ;
border: 1px #025D8C;


	}


#header_spacer ul li {
	list-style: square outside;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	}





/*************************************
	Video Container
**************************************/
#video_container { 
	 height: 335px;
	text-align: center; 
	margin: 0px;
background-color: #069AE4;
	border: 0px #069AE4;
	}


#video {
	 width: 1000px;
	 height: 335px;
	 margin: 0px auto 0px auto;
	 padding-top: 0px;
	 text-align: left;
	 background-color: #025D8C;
	 }


#video_ustream_box {
	 width: 550px;
	 float: left;
	 height: 390px;
	 padding: 0px 10px 0px 10px;
	 text-align: left;
	 background-color: #025D8C;
	 }

#video_ustream_chat_box {
	 width: 420px;
	 float: right;
	 height: 390px;
	 padding: 0px 10px 0px 0px;
	 text-align: right;
	 background-color: #025D8C;
	 }







/*************************************
	Top Header Container
**************************************/
#top_header_container { 
	text-align: center; 
	padding: 0px;
	position: relative;
background-color: #ffffff;
	}


/*************************************
	Top Header Content
**************************************/
#top_header_content { 
	width: 1000px; 
	margin: 0px auto 0px auto;
	position: relative;
background-color: #666666;
	}



#thumbnail_photo_container { 
	height: 105px; 
	width: 1000px;

	position: relative;
	padding: 5px 0px 0px 0px;
	margin: 0px auto;
	clear: both;
	background: #f0f0f0;
	}


/*************************************
	Content Container
**************************************/
#content_container { 
	text-align: center; 
	padding: 0px;
	position: relative;
background-color: #ebebeb;
	}


/*************************************
	Content
**************************************/
#content { 
	width: 1000px; 
	margin: 0px auto 0px auto;
	position: relative;
background-color: #ffffff;
	margin-top: 0px;
	}



#contentleft {
	float: left;
background-color: #ffffff;
	width: 670px;
	margin: 0px;
	padding: 0px;
	display: inline;

	}


.right {float:left; width:300px;}
.left {float:left; width:300px;}



#content h3 {
	margin: 10px 10px 10px 10px;

	font-family: Verdana, Arial, sans-serif;
}

#content h1 {
	margin: 1px 10px 10px 10px;
text-align: left;


	font-family: Verdana, Arial, sans-serif;
}

#content h4 {
	margin: 1px 10px 2px 10px;
font-size: 15px;
font-weight: bold;
color: #025D8C;
font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

#contentleft h1, #contentfull h1 {
	color: #025D8C;
	background: none;
	font-size: 24px;
letter-spacing: normal;
line-height: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft h1 a, #contentleft h1 a:visited {
	color: #025D8C;
	background: none;
	font-size: 24px;
letter-spacing: normal;
line-height: normal;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	}

#contentleft h1 a:hover {
	color: #666666;
	text-decoration: none;
	}

#contentleft h6 {
	background: #F7F7F7;
	color: #069AE4;
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom: 1px solid #ffffff;
	}


	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft embed, #contentleft object {
	width: 610px; 
	height: 345px;
	margin: 0px; 
	padding: 0px;
	clear: both;
	}

.postarea {
	background: #FFFFFF;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}
	
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.entry {
	margin: 0px;
	padding: 15px 15px 0px 15px;
	}










#content_top_header { 
	width: 1000px; 
	height: 28px; 
	padding: 0px;
	position: relative;
background-color: #025D8C ;
border: 1px #025D8C;
	}


#homepage_menu { 
	width: 1000px; 
	height: 30px; 
	padding: 0px;
	position: relative;
	margin: 0px auto 0px auto;
background-color: #025D8C ;
border: 1px #025D8C;
	}




#content_channel_container_top { 
	width: 1000px; 
	height: 480px; 
	padding: 0px;
	position: relative;
background-color: #ffffff ;
border-bottom: 1px dotted #ebebeb; 
	}






#content_channel_container_bottom { 
	width: 1000px; 
	height: 280px; 
	padding: 0px;
	position: relative;
background-color: #ffffff ;
border-bottom: 1px dotted #ebebeb; 
	}




.content_top {
	width: 900px;
	height: 60px;
	background-color: #ffffff;
        border-right: 1px solid #ebebeb;       

        float: left;
        padding-bottom: 20px;
        margin-top: 10px;

                 }



#content .content_top  img {
	margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
	

	}





#content .content_top li {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
text-align: left;
	font-size: 20px;

	}

#content .content_top p {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
text-align: left;
	font-size: 18px;
font-color: #333333;

	}



#content .content_top a {
width: 300px;
	font-size: 24px;
	
	
text-align: left;

background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: -.1em;
margin-left: 1.5em;
	}


#content .content_top ul
{
list-style-type: none;
padding: 0;
margin: 0;
}









.content_top_left {
	width: 320px;
	height: 200px;
	background-color: #ffffff;
        border-right: 1px solid #ebebeb;       

        float: left;
        padding-bottom: 20px;
        margin-top: 10px;
margin-right: 10px;

                 }



#content .content_top_left  img {
	margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
	

	}





#content .content_top_left li {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
text-align: left;

	}

#content .content_top_left a {
width: 300px;
	font-size: 16px;
	
	
text-align: left;

background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: -.1em;
margin-left: 1.5em;
	}


#content .content_top_left ul
{
list-style-type: none;
padding: 0;
margin: 0;
}




.content_blog {
	width: 670px;
	height: 440px;
	background-color: #ffffff;
        border-right: 1px solid #ebebeb;       

        float: left;
        padding-bottom: 20px;
        margin-top: 0px;

                 }



#content .content_blog  img {
	margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
	

	}





#content .content_blog li {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
text-align: left;

	}

#content .content_blog a {
	width: 670px;
	font-size: 15px;
	font-color: #025D8C;
	font-weight: bold;
	font-family: lucida grande, sans-serif, verdana;
	text-align: left;

	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0px;
	margin-left: 0px;
	}


#content .content_blog ul
{
list-style-type: none;
padding: 0;
margin: 0;
}













.content_top_center {
	width: 340px;
	height: 200px;
	background-color: #ffffff;
        border-right: 1px solid #ebebeb;

        float: left;
        padding-bottom: 20px;
        margin-top: 10px;
                 }



#content .content_top_center  img {
	margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
	

	}








#content .content_top_center li {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
text-align: left;

	}

#content .content_top_center a {
width: 300px;
	font-size: 16px;
	
	
text-align: left;

background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: -.1em;
margin-left: 0px;
	}


#content .content_top_center ul
{
list-style-type: none;
padding: 0;
margin: 0;
}



#content .content_top_right_inside {
width: 315px;
margin: 0px 5px 5px 5px ;
padding-bottom: 10px;
border-bottom-width: 1px;
border-bottom-color: #ebebeb;
border-bottom-style: dotted;
}




.content_top_right_inside h5 {
font-size: 14px;
font-color: #666666;
font-weight: normal;
text-align: left;
	margin: 1px 10px 1px 10px;
padding-bottom: 0px;
}


	
.content_top_right {
	width: 325px;
	height: 460px;
	background-color: #ffffff;
 
        float: left;
        padding-bottom: 20px;
        margin-top: 0px;
                 }


#content .content_top_right  img {
	margin: 0px 0px 0px 0px;
	

	}



#content .content_top_right li {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
text-align: left;

	}

#content .content_top_right a {
width: 300px;
	font-size: 16px;
	
	
text-align: left;

background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: -.1em;
margin-left: 0px;
	}


#content .content_top_right ul
{
list-style-type: none;
padding: 0;
margin: 0;
}




.content_bottom_right {
	width: 325px;
	height: 200px;
	background-color: #ffffff;
 
        float: left;
        padding-bottom: 20px;
        margin-top: 10px;
                 }


#content .content_bottom_right  img {
	margin: 10px 0px 0px 0px;
	

	}



#content .content_bottom_right li {
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
text-align: left;

	}

#content .content_bottom_right a {
width: 300px;
	font-size: 16px;
	
	
text-align: left;

background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: -.1em;
margin-left: 0px;
	}


#content .content_bottom_right ul
{
list-style-type: none;
padding: 0;
margin: 0;
}



#content .content_bottom_center {
	width: 340px;
	height: 200px;
	background-color: #ffffff;
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;

        float: left;
        padding-bottom: 15px;
        margin-top: 15px;
                 }

#content .content_bottom_center  img {
	margin: 0px 0px 0px 0px;
padding: 0px;

	
	}



#content_channel_container_bottom { 
	width: 1000px; 
	height: 300px; 
	padding: 0px;
	position: relative;
background-color: #ffffff ;
border-bottom: 1px dotted #ebebeb; 
	}

#content_left_bottom_box {
	width: 330px;
	height: 200px;
	background-color: #ffffff;
        margin-top: 20px

        float: left;
        padding-bottom: 20px;
        
                 }


#content_center_bottom_box {
	width: 330px;
	height: 200px;
	background-color: #ffffff;
        border-right: 2px solid #ebebeb;

        float: left;
        padding-bottom: 20px;
                 }
	
#content_right_bottom_box {
	width: 330px;
	height: 200px;
	background-color: #ffffff;
 margin-top: 20px;
        float: left;
        padding-bottom: 20px;
                 }






#content_left_col {
	width: 330px;
	height: 200px;
	background-color: #ffffff;
        margin-top: 20px

        float: left;
        padding-bottom: 20px;
        
                 }


#content_center_col {
	width: 330px;
	height: 200px;
	background-color: #ffffff;
        border-right: 2px solid #ebebeb;

        float: left;
        padding-bottom: 20px;
                 }
	
#content_right_col {
	width: 330px;
	height: 200px;
	background-color: #ffffff;
 margin-top: 20px;
        float: left;
        padding-bottom: 20px;
                 }







#content p {
	margin: 0px;
	line-height: 18px;
margin: 10px 10px 10px 10px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	}
#content p img{
	border: none;
	padding: 0px 5px 15px 0px;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
#content .post-meta {
	display: block;
	background: #ebebeb;
	margin: 5px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 11px;
	color: #025D8C;
	clear: both;
}
#content .post-meta-more {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
	font-size: 11px;
	color: #025D8C;
	clear: both;
}





#homeleft {
width: 465px;
height: 650px;
float: left;
padding: 5px 5px 5px 5px;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}

#homeleft  .widget3  {
	background: #ffffff;
	letter-spacing: 0px;
        font-size: 13px;
	line-height: 16px;
height: 210px;
        color:#FFFFFF;
	text-align: left;

	margin: 35px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #069AE4;
	}

#homeleft .widget3 h1 {
	color: #B0B0B0;
	background: none;
	font-size: 29px;
	font-family: Arial, sans-serif;
	font-weight: normal;
text-align: center;
text-decoration:none;
	padding: 10px 0px 15px 0px;
	margin: 0px;

	
	}

#homeleft .widget3 h2 {
	color: #ffffff;
	background: none;
	font-size: 20px;
letter-spacing: 1px;
line-height: 20px;
	font-family: bauhaus, Arial, sans-serif;
	font-weight: normal;
text-align: center;
text-decoration:none;
	padding: 0px 0px 0px 0px;
	margin: 0px;

	
	}


#homeleft h1 {
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}





#hometop {
width: 250px;
height: 300px;
float: left;
padding: 0px 0px 0px 0px;
margin: 20px 0px 0px 0px

}

#hometop .widget5  {
	background: #069AE4;
width: 250px;
	letter-spacing: 0px;
        font-size: 20px;
	line-height: 16px;
height: 320px;
        color:#FFFFFF;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	text-align: left;
}

#hometop .widget2  h3 {
color: #ffffff;
font-size: 20px;
margin-top: 5px;
margin-bottom: 5px;
text-align: right;
}




#hometop  h3 {
color: #ffffff;
	background: none;
	font-size: 20px;
letter-spacing: normal;
line-height: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
	margin: 0px;
	padding: 5px 10px 5px 10px;
}


#hometop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#hometop ul li {
	margin: 0px;
	padding: 0px;
	}
	
#hometop ul li li {
	background: #FFFFFF;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	}
	
#hometop ul li li a, #hometop ul li li a:visited {
	color: #c9c9c9c9;
font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	}

#hometop ul li ul li a:hover {
	color: #c9c9c9c9;
font-weight: bold;
	text-decoration: underline;
	}
	




























#hometopright {
width: 500px;
height: 300px;
float: right;
padding: 0px 0px 0px 0px;
margin: 10px 0px 0px 0px;

}

#hometopright .widget6  {
	background: #ffffff;
width: 500px;
	letter-spacing: 0px;
        font-size: 13px;
	line-height: 16px;
height: 300px;
        color:#FFFFFF;
	text-align: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
vertical-align: top;

}


#hometopright h4 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #0577B0;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}










#homecenter {
width: 310px;
height: 220px;
float: left;
padding: 0 0px 5px 10px;
overflow: hidden;
line-height: 1em;


	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}




#homecenter .widget3  {
	background: #0577B0;
	letter-spacing: 0px;
        font-size: 13px;
	line-height: 16px;
height: 210px;
        color:#FFFFFF;
	text-align: left;

	margin: 15px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #069AE4;
	}

#homecenter .widget3 h1 {
	color: #B0B0B0;
	background: none;
	font-size: 29px;
	font-family: Arial, sans-serif;
	font-weight: normal;
text-align: center;
text-decoration:none;
	padding: 10px 0px 15px 0px;
	margin: 0px;

	
	}


#homeright {
width: 465px;

float: left;
padding: 5px 5px 5px 5px;
overflow: hidden;
line-height: 1em;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
}



#homeright .widget3  {
	background: #ffffff;
	letter-spacing: 0px;
        font-size: 13px;
	line-height: 16px;

        color:#FFFFFF;
	text-align: left;

	margin: 35px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #069AE4;
	}


#homeright .widget3 h1 {
	color: #B0B0B0;
	background: none;
	font-size: 29px;
	font-family: Arial, sans-serif;
	font-weight: normal;
text-align: center;
text-decoration:none;
	padding: 10px 0px 15px 0px;
	margin: 0px;

	
	}




#hpbottom {
	float: left;
	width: 670px;
	height: 460px;
	margin: 0px;
	padding: 0px;
	display: inline;
	background-color: #ffffff;
	}

#hpbottom p {
font-size: 12px;
font-color: #666666;
text-align: left;
	margin: 1px 10px 1px 10px;
padding-bottom: 0px;
}
	
#hpbottom embed, #hpbottom object {
	width: 670px; 
	height: 500px;
	margin: 0px; 
	padding: 0px;
	}

.recent-post-content {
width: 440px;

float: right;
vertical-align: top;
margin: -100px 0 0 5px;
padding: 0;
clear: left;
background: none;
}

.recent-post-content h5 {
text-align: left;
font-size: 12px;
	margin: 1px 10px 2px 10px;
font-family: sans-serif, arial, verdana;
font-weight: normal;
}

.content_blog h4 {
text-align: left;
font-size: 14px;
font-color: #025D8C;
font-family: sans-serif, arial, verdana;
font-weight: normal;
margin-bottom: 5px;
}



.footer-thumb {
width: 180px;
height: 100px;
	float: left;
border: 1px solid #666666;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
}


#recent-posts {
   width: 630px;
   height: 390px;

	float: right;
   margin: 0 10px 5px 1px;
   padding: 0px 0px 0px 0;
   background: none;
   font-size: 11px;
border-bottom-width: 1px;
border-bottom-color: #333333;
border-bottom-style: dotted;
}


.img {
margin: 0px;
padding: 0px;
}

#recent-posts ul {
height: 110px;
}

#recent-posts li {
list-style: none;
}





	
.videos {


	width: 670px;
	height: 390px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-right: 1px solid #ebebeb;
	}
	
.videosleft {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
margin: 5px 5px 5px 10px;
	}


.videosleft img {


float: center;
margin: 0px 0px 0px 0px;
}



	
.videosright {
	width: 350px;
	float: right;
	margin: 0px;
	padding: 0px;
line-height: 22px;
	}

.videosright h1 {
	font-size: 14px;
	text-align: left;
	line-height: 15px;

    margin: 5px;
	}

#hpbottom .videosright p {
	font-size: 14px;
	text-align: center;
	line-height: 15px;
    margin: 5px 5px 5px 5px;
padding: 0px 0px 0px 0px;
	}



	
.videos embed, .videos object {
	width: 330px; 
	height: 300px;
	margin: 0px; 
	padding: 0px;
	}










/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
	border-top: 2px solid #274756;
	border-bottom: 1px solid #1A2E39;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 18px;
	background: url(images/arrow-left.gif) 0px 6px no-repeat;
}
.nav-next a {
	padding-right: 18px;
	background: url(images/arrow-right.gif) right 6px no-repeat;
}
/*************************************
**************************************
	Comments
**************************************
**************************************/
#comments-wrap {
	width: 548px;
}

/*	Headers	*/

#comments-wrap h3 {
	font-size: 20px;
}

/*	Trackbacks	*/

.trackbacklist {
}
.thetrackback {
	margin: 0px 0px 20px 0px;
}
.trackback-body {
	margin: 0px; padding: 10px;
	border: 1px solid #D3D3D3;
	border-bottom: none;
}
.trackback-metadata {
	margin: 0px; padding: 10px;
	border: 1px solid #D3D3D3;
	font-size: 10px;
}

/*	Comments	*/

.commentlist {	
}
.thecomment {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.comment-body {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	margin: 0px; padding: 10px;
}
.comment-metadata {
	background: #325768;
	padding: 10px;
	color: #FFF;
}
.comment-metadata a, .comment-metadata a:visited {
	color: #FFF;
}
.comment-metadata a:hover {
	color: #F30A63;
}
.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	background: #FCF4C7;
	padding: 11px 10px;
	color: #AD5433;
}
.authorcomment .comment-metadata a {
	color: #AD5433;
}
.authorcomment .comment-metadata a:hover {
	color: #F30A63;
}

/*	Comment Form	*/

#commentform {
}

/*************************************
	Sidebar
**************************************/
#sidebar {
	float: left;
	display: block;
background-color: #ffffff;
	width: 305px;
	height: 900px;
	padding: 14px 0px 10px 10px; 
	margin: 0px 0px 0px 10px;

}

#sidebar li {
   list-style: none;
}



#sidebar .sidebar-rss {
	border-bottom: 1px dotted #D3D3D3;
	padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
}
#sidebar .sidebar-email {
	border-bottom: 1px dotted #D3D3D3;
	padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
}
#sidebar .recentposts {
	border-bottom: 1px dotted #D3D3D3;
	padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
}
#sidebar p img {
	float: right;
	margin: 0px 0px 0px 7px;
}

#sidebar ul li {list-style-type: none;}


#sidebar .widget3  {
	background: #ffffff;
	letter-spacing: 0px;
        font-size: 30px;
	line-height: 16px;
width: 285px;
height: 250px;
        color:#FFFFFF;
	text-align: left;

	padding: 0px;
	margin: 5px 10px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #069AE4;
	}

#sidebar .widget3 img  {
margin-left: 10px;
margin-top: 10px;
}

#sidebar .widget3 a:hover {
background: #ffffff;
}

#sidebar .widget2  {
	background: #ffffff;
	letter-spacing: 0px;
        font-size: 30px;
	line-height: 16px;
width: 285px;
height: 75px;
        color:#FFFFFF;
	text-align: left;

	padding: 0px;
	margin: 5px 10px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #069AE4;
	}

#sidebar .widget2 img  {
margin-left: 60px;
margin-top: 5px;

}

#sidebar .widget2 a:hover {
background: #ffffff;
}




#sidebar .widget_list  {
	background: #069AE4;
	letter-spacing: 0px;
        font-size: 12px;
	line-height: 14px;
width: 285px;
height: 200px;
        color:#FFFFFF;
	text-align: left;

	padding: 0px;
	margin: 5px 10px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #069AE4;
	}




/*************************************
	Left Sidebar
**************************************/
#l_sidebar {
	float: left;
	display: block;
	width: 135px;
	font-size: 12px;
	margin: 0px; padding: 0px;
}


#l_sidebar li {
   list-style: none;
}


#l_sidebar ul, #l_sidebar ul li {
	margin: 0px; padding: 0px;
}
#l_sidebar ul li ul {
	border-top: 1px dotted #D3D3D3;
}
#l_sidebar ul li ul li {
	margin: 0px; padding: 0px;
	border-bottom: 1px dotted #D3D3D3;
}
#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	color: #666666;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	background: #F30A63;
	color: #ffffff;
	text-decoration: none;
}
#l_sidebar ul li ul li ul li {
	border-bottom: 1px dotted #FFF; /*IE Bug Fix */
	border-top: 1px dotted #D3D3D3;
}
#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
	color: #666666;
	display: block;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#l_sidebar ul li ul li ul li a:hover {
	background: #FCF4C7;
	color: #AD5433;
	text-decoration: none;
}






/*************************************
	Right Sidebar
**************************************/
#r_sidebar {
	float: right;
	display: block;
	width: 135px;
	font-size: 11px;
}
#r_sidebar ul, #r_sidebar ul li {
	margin: 0px; padding: 0px;
}
#r_sidebar ul li ul {
	border-top: 1px dotted #D3D3D3;
}
#r_sidebar ul li ul li {
	margin: 0px; padding: 0px;
	border-bottom: 1px dotted #D3D3D3;
}
#r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited {
	color: #666666;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	background: #F30A63;
	color: #ffffff;
	text-decoration: none;
}
#r_sidebar ul li ul li ul li {
	border-bottom: 1px dotted #FFF; /*IE Bug Fix */
	border-top: 1px dotted #D3D3D3;
}
#r_sidebar ul li ul li ul li a, #r_sidebar ul li ul li ul li a:visited {
	color: #666666;
	display: block;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#r_sidebar ul li ul li ul li a:hover {
	background: #FCF4C7;
	color: #AD5433;
	text-decoration: none;
}
/*************************************
	Footer
**************************************/
#text-link-ads {
	padding: 15px;
	text-align: left;
	clear: both;
	}

/*************************************
	Footer
**************************************/
#footertop { 
	padding: 15px;
height: 125px;
	text-align: center;
	border-top: 1px solid #025D8C;
	clear: both;
	background: #ffffff;
	color: #FFF;
	}


#footer-wrap-top {
	width: 1000px;
text-align: center;
	margin: 0px auto;
font-family: bauhaus, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
letter-spacing: 2px;
}






#footer { 
	padding: 15px;
height: 125px;
	text-align: center;
	border-top: 4px solid #069AE4;
	clear: both;
	background: #025D8C;
	color: #FFF;
	}

#footer a {
	color: #9BB1BB;
}
#footer-wrap {
	width: 1000px;
text-align: center;
	margin: 0px auto;
font-family: bauhaus, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
letter-spacing: 2px;
}


#footer-wrap h3 {
	color: #ffffff;
text-align: center;
font-family: Arial, sans-serif, Verdana;
font-size: 14px;
font-weight: normal;
letter-spacing: 2px;
}



