

/* layout*/
*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	font-weight: normal;
	color: #101010;
	background-color: #ffffff;
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header{
	padding: 5px;
	text-align: left;
	background-image: url('images/header_background.jpg');
	background-color: #1E769E;
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo{
	clear: both;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

#banner_top{
	clear: both;
	background-image: url('images/banner_head.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #2F9DCE;
	height: 10px;
	width: 921px;
}

#banner{
	clear: both;
	width: 881px;
	padding: 10px 20px 10px 20px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #2F9DCE;
	text-align: left;
	margin-bottom: 20px;
	color: #ffffff;
}

#banner_blog{
	clear: both;
	width: 881px;
	padding: 10px 20px 10px 20px;
	background-color: #2F9DCE;
	text-align: left;
	margin-bottom: 20px;
	color: #ffffff;
}

#banner_holder{
	
}

#banner_right{
	float: right;
	width: 321px;
	text-align: right;
}

#banner_left{
	text-align: left;
	width: 550px;
}

#content_wrapper{
	text-align: left;
	width: 960px;
}

#sidebar{
	float: left;
	width: 350px;
	padding-bottom: 20px;
}

#content{
	float: left;
	width: 920px;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

#footer{
	clear: both;
	text-align: right;
	font-size: 110%;
	width: 905px;
	background-color: #1E769E;
	background-image: url("images/footer_background.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 5px 10px 10px;
}


/*content boxes*/
.large_box_top{
	clear: both;
	width: 551px;
	height: 15px;
	background-image: url('images/large_box_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

.large_box_middle{
	width: 531px;
	background-image: url('images/large_box_middle.jpg');
	background-repeat: repeat-y;
	padding: 10px;
}

.large_box_bottom{
	width: 551px;
	height: 15px;
	background-image: url('images/large_box_bottom.jpg');
	background-repeat: no-repeat;
}

.small_dark_box_top{
	width: 350px;
	height: 35px;
	background-image: url('images/small_dark_box_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.small_dark_box_middle{
	width: 330px;
	text-align: right;
	padding: 0px 10px 5px 10px;
	background-image: url('images/small_dark_box_middle.jpg');
	background-repeat: repeat-y;
}

.small_dark_box_bottom{
	width: 350px;
	height: 15px;
	background-image: url('images/small_dark_box_bottom.jpg');
	background-repeat: no-repeat;
}

.small_light_box_top{
	width: 350px;
	height: 35px;
	background-image: url('images/small_light_box_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.margin{
	height: 20px;
}

.small_light_box_middle{
	width: 330px;
	padding: 0px 10px 0px 10px;
	background-image: url('images/small_light_box_middle.jpg');
	background-repeat: repeat-y;
}

.featured_small_light_box_middle{
	width: 330px;
	padding: 10px;
	background-image: url('images/small_light_box_middle.jpg');
	background-repeat: repeat-y;
}

.small_light_box_bottom{
	width: 350px;
	height: 15px;
	background-image: url('images/small_light_box_bottom.jpg');
	background-repeat: no-repeat;
}

.white_box{
	padding: 5px 5px 7px 5px;
	width: 519px;
	background-color: #ffffff;
	color: #101010;
	margin-bottom: 10px;
}

.blog_news{
	padding: 10px 10px 0px 10px;
	line-height: 160%;
}

.latest_blog{
	line-height: 150%;	
	color: #666666;
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B0D8E2;
}

.divider{
	background-image: url('images/dot_divide.jpg');
	background-repeat: repeat-x;
	height: 7px;
}

.quote_name{
	color: #687478;
	text-align: right;
}

.info_header{
	color: #1E769E;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 110%;
}

.tag_gap{
	padding-right: 5px;
}

#findoutmore{
	width: 321px;
	height: 50px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#getblog{
	width: 321px;
	height: 50px;
	background-repeat: no-repeat;
}

.active_tab{
	background-image: url('images/active_tab.jpg');
	background-repeat: no-repeat;
	width: 203px;
	background-color: #d1edfb;
	float: left;
}

.non_active_tab{
	background-image: url('images/non_active.jpg');
	background-repeat: no-repeat;
	width: 203px;
	background-color: #d1edfb;
	float: left;
}

/*navigation*/
#navigation{
}

#menu {
	float:left;
	width:100%;
	font-size:105%;
	line-height:normal;
	}
#menu ul {
	margin:0;
	padding:1px 10px 0 0px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableftF.jpg") no-repeat left top;
	margin-right: 3px;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #1E769E;
	font-weight: bold;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF; 
font-weight: bold;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}
#menu a#current{
	float:left;
	background:url("images/tableftF.jpg") no-repeat left top;
	margin-right: 3px;
	padding:0 0 0 4px;
	text-decoration:none;
	background-position:0% -42px;
}

#menu a#current span {
	float:left;
	display:block;
	background:url("images/tabrightF.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #ffffff;
	font-weight: bold;
	background-position:100% -42px;
	}

#navlist li
{
display: inline;
color: #ffffff;
list-style-type: none;
padding-right: 5px;
}

#navlist a, #navlist a:link{
	color: #ffffff;
	text-decoration: none;
}

#navlist a:hover, #navlist a:visited{
	color: #cccccc;
	text-decoration: none;
}


/*text*/
#banner h1, #banner_blog h1{
	color: #ffffff;
	font-size: 160%;
	font-weight: normal;
	padding-bottom: 10px;
}

.large_box_middle h2, .post_title h2{
	color: #1E769E;
	font-size: 180%;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	text-decoration: underline;
}

.large_box_middle h2{
	color: #1E769E;
	font-size: 140%;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}

h2{
	color: #1E769E;
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
}

#comments_section h2{
	font-size: 150%;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

h3{
	color: #1E769E;
	font-size: 110%;
	font-weight: normal;
	text-decoration: underline;
}

.post h2{
	font-size: 140%;
	color: #1E769E;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.small_dark_box_top h2{
	color: #ffffff;
}

p{
	line-height: 140%;
	padding-bottom: 10px;
}

#banner_left p{
	padding-bottom: 5px;
}

.latest_blog p{
	padding-bottom: 10px;
}

.blog_news p{
	border-bottom: 1px solid #B0D8E2;
	padding-bottom: 10px;
}

.featured h3{
	font-size: 100%;
}

.date{
	color: #a6b0b5;
}

.active_tab a, .active_tab a:link, .non_active_tab a, .non_active_tab a:link{
	text-decoration: none;
}

a, a:link{
	color: #1E769E;
	text-decoration: underline;
}

a:hover{
	color: #30b1e5;
}

a:visited{
	color: #666666;
}

blockquote{
	color: #338AC3;
	border-left: 2px solid #338AC3;
	margin: 10px 0px 20px 20px;
	padding: 0px 0px 0px 20px;
}

.blog_number{
	float: left;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	margin-left: 10px;
}

.blog_number a, .blog_number a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

.blog_number a:hover{
	color: #cccccc;
}

.blog_number a:visited{
	color: #ffffff;
}

.member_sign{
	margin-top: 5px;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	float: left;
}

.member_sign a, .member_sign a:link{
	background-color: #003046;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.member_sign a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.member_sign a:visited{
	color: #ffffff;
}

.featured ul { width:350px; } /* this could be any length in px or % */
.featured ul li { width: 45%; float: left; list-style: none; padding: 0px 0px 10px 0px; margin-left: 10px;}
.clear{
	clear: both;
}

.large_box_middle ul li{
	margin: 0px 0px 0px 20px;
}

#banner ol, #banner ul{
	padding: 0px 0px 10px 40px;
	color: #ffffff;
}

#banner a, #banner a:link, #banner a:visited, #banner a:hover{
	color: #ffffff;
}

#content ol, #content ul{
	padding: 0px 0px 10px 40px;
	color: #338AC3;
}

.header_description{
	margin-top: 20px;
	text-align: left;
	color: #30abd6;
	width: 300px;
	float: right;
	font-size: 110%;
	padding: 0px 0px 0px 30px;
	background-image: url('images/quote.jpg');
	background-repeat: no-repeat;
}

/*forms*/
.element{
	clear: both;
	margin: 10px 0px 10px 0px;
}

.element input{
	border: 1px solid #B1C8D5;
	padding: 2px 5px 2px 5px;
	background-color: #e9f6fc;
}

.element label{
	float: left;
	font-size: 105%;
	font-weight: bold;
	color: #338AC3;
}

.element .submit{
	background-color: #338AC3;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
}

#comment_form{
	margin: 0px;
	background-color: #ffffff;
	color: #101010;
	border: 5px solid #daf0fc;
	padding: 5px;
}

#banner_comment_form{
	margin: 0px;
	background-color: #ffffff;
	color: #101010;
	border: 5px solid #daf0fc;
	padding: 5px;
}

.comment_element{
	clear: both;
	margin: 10px 0px 10px 0px;
}

#comment_form input, #banner_comment_form input{
	border: 1px solid #B1C8D5;
	padding: 2px 5px 2px 5px;
	background-color: #e9f6fc;
}

#comment_form label, #banner_comment_form th{
	font-size: 105%;
	color: #101010;
}

#comment_form .submit, #banner_comment_form .submit{
	background-color: #338AC3;
	color: #ffffff;
	font-size: 110%;
	padding: 2px;
}

.full_width{
	margin-top: 5px;
	width: 98%;
	border: 1px solid #B1C8D5;
	padding: 2px 5px 2px 5px;
}

#comment_form input{
	float: right;
}

/*images*/
#banner_left img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.latest_blog img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.featured img{
	float: left;
	padding-right: 10px;
}

#logo img{
	border: none;
	outline: none;
	float: left;
	padding: 10px 0px 10px 0px;
}


#findoutmore img, #getblog img{
	border: none;
	outline: none;
}

/*visible / hidden*/
#donot_show{
	display: none;
}

#show{
}

/************ */
.float_input{
	float: left;
	padding: 0px 20px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

.site-details-line img{
	margin: 5px 10px 5px 0px;
}

#box-title{
	color: #1E769E;
	font-weight: bold;
	font-size: 14px;
	margin-right: 20px;
	text-align: left;
}
