﻿body {
	margin:0;
	padding:0;
	font:400 12px Verdana, Arial;
	background:#027ab6;
	behavior: url(css/csshover.htc);/* This is for IE hover over <li> tags */
}
div, form {
	margin:0;
	padding:0;
	position:relative;
}
img {
	behavior: url("css/iepngfix.htc");
}/* This is for IE6 and PNG files */
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
a, a:visited {
	text-decoration:none;
	color:#4e86a0;
}
a:hover {
	text-decoration: underline;
}
p, h3 {
	margin:0;
	padding:0;
	
}
h2 {
	font:400 40px Georgia, Verdana, Arial;
	margin:0 0 10px;
	padding:0;
}
img {
	border:0;
}
dl, dt, dd {
	margin:0;
	padding:0;
}
/* Common Class */

.replace {
	display: block;
	text-indent: -10000px;
	line-height: 0;
	outline:none;
}
.clear {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.bold {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.button1 {
	height:31px;
	width:70px;
	background:url(/images/button1.jpg) no-repeat 0 0;
	margin:0;
	padding:0;
	border:0;
	color:#fff;
	cursor:pointer;
}
.button1:hover {
	background:url(/images/button1_hover.jpg) no-repeat 0 0;
}
.button2 {
	height:22px;
	width:82px;
	background:url(/images/button2.jpg) no-repeat 0 0;
	margin:0;
	padding:0;
	border:0;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:11px;
	font-weight:700;
}
.titlebar {
	color:#000;
	font:700 12px Georgia, Verdana, Arial;
	text-transform:uppercase;
	margin:0 0 10px;
	padding:10px 2%;
	background:#edf2f5;
	width:96%;
	border-top:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
}
.titlebar a {
	font-size:11px;
	text-transform:none;
	position:absolute;
	right:2%;
}
.titlebar a:hover {
	color:#818181;
}
.rssIcon {
	display:block;
	background:url(/images/rss.jpg) no-repeat 100% 0;
	padding:3px 25px 0 0;
	position:absolute;
	right:2%;
	top:7px;
}
.block {
	width:335px;
	padding:0 10px 15px;
	color:#454545;
	line-height:16px;
}
.block ul li {
	margin:0 0 5px 15px;
	padding:0 0 5px;
	border-bottom:solid 1px #dedede;
	list-style:square;
}
.block .colml {
	width:155px;
	float:left;
}
.block .colmr {
	width:155px;
	float:left;
	margin-left:15px;
}
.txtBox {
	border:solid 1px #ccc;
	margin-right:10px;
	width:200px;
	padding-left:3px;
}
.txtBox2 {
	border:solid 1px #ccc;
	margin-right:5px;
	width:200px;
	padding:6px 3px;
}
.noBorder {
	border:0 !important;
}
.dotBorder {
	border-bottom:dotted 1px #c4c4c4;
	border-top-width:0 !important;
}
.moveUp {
	margin-top:-25px;
}
/* Wrap container */

#wrap {
	width:970px;
	margin:10px auto 0;
}
/* Header elements */

#header {
	height:165px;
	width:970px;
	background:url(/images/headerBG.jpg) no-repeat 0 0;
	background-color:#fff;
}
#logo {
	top:35px;
	left:20px;
	height:92px;
	width:194px;
	position:relative;
	background:url(/images/logo.png) no-repeat 0 0 !important;
	background:url(/images/logo.gif) no-repeat 0 0;
}
#diggArea {
	width:300px;
	top:15px;
	right:16px;
	position:absolute;
	line-height:16px;
}
#headerSearch {
	width:300px;
	bottom:15px;
	right:16px;
	position:absolute;
	color:#666;
}
#headerSearch select {
	border:solid 1px #e4e4ec;
	border-top:solid 1px #b8b8ba;
}
#headerSearch button {
	margin:0;
	padding:0;
	text-transform:uppercase;
}
/* Navigation elements */

#navContainer {
	height:68px;
	width:970px;
	background:url(/images/bodyBG.jpg) repeat-y 0 0;
	
}
#nav {
	height:68px;
	width:939px;
	margin:0 15px;
	background:#e5e5e5;
	z-index:0;
}
#nav div {
	background:#16323e;
	border-bottom:solid 1px #007cb2;
	height:26px;
	top:38px;
}
* html #nav div {
	top:38px;
	z-index:9999;
	position:absolute;
	left:-100;
	clear:both;
	width:939px;
}
*:first-child+html #nav div {
	top:38px;
	z-index:9999;
	position:absolute;
	left:-100;
	clear:both;
	width:939px;
}
#nav ul {
	float:left;
	position:relative;
	margin-top:5px;
}
#nav ul li {
	float:left;
	position:relative;
}
#nav ul li a {
	height:38px;
	padding:0;
	display:block;
	font:400 16px Verdana, Arial;
	padding-left:20px;
	margin-right:2px;
	background:url(/images/tab_a.jpg) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	outline:none;
	cursor:pointer;
}
* html #nav ul li a {
	width:190px;
}
* html #nav ul li a.small {
	width:90px;
}
#nav ul li span {
	height:38px;
	display:block;
	padding-right:20px;
	padding-top:8px;
	background:url(/images/tab_span.jpg) no-repeat 100% 0;
}
/* Navigation Hover elements */

#nav ul li a:hover {
	background:url(/images/tab_a_hover.jpg) no-repeat 0 0;
	text-decoration:none;
}
#nav ul li a:hover span {
	background:url(/images/tab_span_hover.jpg) no-repeat 100% 0;
}
/* Navigation Active Tab Elements */

#nav ul li a.active, #nav ul li a.active:hover {
	background:url(/images/tab_a_active.jpg) no-repeat 0 0;
}
#nav ul li a.active span, #nav ul li a.active:hover span {
	background:url(/images/tab_span_active.jpg) no-repeat 100% 0;
}
/* Body elements */

#body {
	min-height:300px;
	width:940px;
	padding:0 15px;
	background-color:#fff;
	background:url(/images/bodyBG.jpg) repeat-y 0 0;
}
#content {
	width:921px;
	padding:20px 1px 0 15px;
	border:solid 1px #dedede;
	border-bottom:solid 0 #dedede;
	background-color:#fff;
}
.colm1 {
	min-height:300px;
	width:551px;
	float:left;
	background-color:#fff;
}
.colm2 {
	min-height:300px;
	width:355px;
	margin-left: 15px;
	float:left;
	background-color:#fff;
}
/* Footer elements */

#footer {
	height:97px;
	width:970px;
	padding-bottom:10px;
	background:url(/images/footerBG.jpg) no-repeat 0 0;
	color:#cdcdcd;
	font-size:10px;
}
#footer .copy {
	width:400px;
	margin:0 0 0 30px;
	padding:30px 0 0;
}
#footer .copy span {
	font-weight:700;
}
/* Blog area */

.post {
	width:531px;
	margin:0 0 15px;
	padding:0 10px;
}
.postTitle {
	font:700 16px Verdana, Arial;
	padding:0 0 3px;
}
.postTitle a, .postTitle a:visited {
	color:#000;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.postTitle a:hover {
	color:#017ab9;
}
.postTags {
	padding:0 0 5px 1px;
}
.postTags a, .postTags a:visited {
	color:#4e68a0;
}
.postTags a:hover {
	color:#4e68a0;
}
.postTags span {
	color:#6b6b6b;
}
.postBody {
	line-height:18px;
	margin:0;
	padding:0;
}
.postBody p {
	margin:0 0 20px 3px;
}
.postFooter {
	padding-bottom:10px;
	border-bottom:solid 1px #dedede;
}

/*
    --------------------------------------------------------------------------------------------
    List Styles
    --------------------------------------------------------------------------------------------
*/

.postBody strong {
	padding:0px;
	margin:0px;
}

.postBody ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 48px;
	text-align:left;
	list-style:decimal;
	list-style-type:decimal;
}
.postBody ol li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	text-align:left;
	padding:0 0 12px 0;
	line-height:18px;
	list-style:decimal;
	list-style-type:decimal	
}
.postBody ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	margin-left: 48px;	
	text-align:left;
	list-style:circle;
	list-style-type:circle;	
}
.postBody ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0px;
	padding:0 0 12px 0;
	line-height:18px;
	text-align:left;
	list-style:circle;
	list-style-type:circle;
}







/* FORMATTING COMMENTS AREA */


#commentssection{
	padding: 0;
	margin: 20px 0 0 0;
	width:517px;
	clear: both;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #e9f3fb;
	margin: 15px 0 25px 0;
	padding:10px 10px 20px 10px;
	width: 517px;
	
	}
	
#commentform p{
	color: #000;
	text-align:left;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:500px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	text-align:left;
	}

#submit{margin:5px 5px 17px 0;}

	
ol.commentlist {
list-style-type: none;
background: #e9f3fb;
margin: 15px 0 25px 0;
padding:10px;
width: 517px;
}
	

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	text-align:left;
	}

ol.commentlist li.alt {background: #ffffff;}
ol.commentlist li p {margin: 10px 0 10px 0; padding: 0 12px 0 0; line-height: 14pt;text-align:left;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

#respond {color:#000000;font-size:14px;font-weight:bold;font-style:normal;margin-left:0;padding-left:0;}
#comments {color:#000000;font-size:14px;font-weight:bold;font-style:normal;margin-left:0;padding-left:0;margin-bottom:5px;}

.auth2 {color:#333333;font-size:12px;text-align:left;}
.liall {float:left;width:330px;font-size:12px;text-align:left;}
.sm_colm1 {width:900px;background-color:#ffffff;}
.cc {width:440px;margin-right:10px;float:left;}
.sm_post {
	width:880px;
	margin:0 0 15px;
	padding:0 10px;
}

.sh2 {font-size:24px;font-family:Verdana, Arial, Helvetica, sans-serif;margin-left:10px;font-weight:bold;}