/* ************************ Defaults ************************ */

body{
	background: #ebecee;
	color:#333;
	font: 13px Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:20px;

	
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img, ul {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul{
	list-style:none;
}
h1{
	font-size:24px;
	text-transform:uppercase;
	color:#005396;
}
h2{
	font-size:18px;
	color:#005396;
	font-weight:normal;
}
h3{
	font-size:16px;
	color:#005396;
}
a{
	color:#005396;
	text-decoration:none;
}
a:hover{
	color:#ef4135;
	text-decoration:underline;
}

/* ************************ structural ************************ */

#page{
	width:998px;
	margin:0 auto;
	text-align:left;
}
#main1{
	background:url('images/bg1.jpg') top left no-repeat;
}
#main2{
	background:url('images/bg2.jpg') bottom left no-repeat;
	height:1100px;
}

/* ************************ header ************************ */

#header{
	padding:110px 0px 33px 0px;
}
.logo1{ padding:0px 0px 177px 127px; }
.logo2{ padding:0px 0px 37px 170px; }

/* ************************ content ************************ */

#content{
	width:998px;
}
#pagetext{
	padding:0px 0px 40px 40px;
}
.clear{
	clear:both;
}
#content .alignright {
	float: right;
	margin:10px 0px 25px 20px;
}
#content .alignleft {
	float: left;
	margin:5px 20px 15px 0px;
}
#content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ************************ left panel ************************ */

#leftpanel{
	float:left;
	width:214px;
	padding:0px 40px 0px 0px;
}
#leftmenu{
	width:190px;
	background:#BCBEC0;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	padding:0px 12px 0px 12px;
}
#leftmenu ul li{
	padding:0px 0px 15px 0px;
}
#leftmenu ul li a{
	color:#005396;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
}
#leftmenu ul li a:hover{
	color:#ef4135;
	text-decoration:none;
}
#leftpanel img{
	display:block;
}
.hidden {
	display:none;
}
#leftmenu .menu ul{
	margin:0px;
	padding:10px 0px 0px 10px;
}
#leftmenu .menu ul li{
	margin:0px;
	padding:0px 0px 10px 0px;
}
#leftmenu .menu ul li a{
	font-size:22px;
}

/* ************************ right panel ************************ */

#rightpanel{
	float:left;
	width:631px;
}
#rightpanel img{
	display:block;
	border:none;
}
.ptext{
	background: #ebecee;
	min-height:640px;
	padding:0px 20px 0px 25px;
}
.ptext p{
	padding:10px 0px 10px 0px;
	line-height:20px;
}
.ptext .phead{
	background:url('images/phead.gif') top left no-repeat;
	padding:5px 0px 15px 60px;
}
.ptext .phead1{
	padding:10px 0px 0px 0px;
	text-transform:uppercase;
	color:#333;
font-weight:bold;
}
.ptext .phead1 span{
	color:#ef4135;
}
.ptext ul{
	padding:10px 0px 0px 0px;
	width:566px;
}
.ptext ul li{
	background:url('images/imstick.jpg') top left no-repeat;
	padding:5px 0px 5px 25px;
	line-height:18px;
}

*html .ptext{ height:640px; }
*html #leftmenu{ filter:alpha(opacity=100);-moz-opacity:.100;opacity:.100; }
#mycustomscroll{
	width: 566px;
	height: 600px;
	overflow: auto;
	position: relative;
	padding: 0px 20px 0px 0px;
}
.scrollgeneric{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase{
	width: 10px;
	background-color: #b1b5b7;
}
.vscrollerbar{
	width: 10px;
	background-color: #ef4135;
}
.footer{
 text-align:center;
font-weight:bold;
padding:0px 0px 0px 0px;
font-size:11px;
}

/* ************************ blog title ************************ */

#rightpanel .storytitle{
	font-weight:bold;
	color:#005396;
	font-size:18px;
	padding:20px 0px 0px 0px;
	line-height:22px;
}
.storytitle a{
	color:#005396;
	text-decoration:none;
}
.storytitle a:hover{
	color:#ef4135;
	text-decoration:underline;
}

/* ************************ blog meta ************************ */

.meta{
	text-align:left;
	padding:0px;
	color:#535763;
	font-size:0.78em;
}
.meta p a{
	display:block;
	float:right;
}
.meta a{
	color:#333333;
	text-decoration:none;
}
#rightpanel .meta p{
	padding:0px;
}
.meta p, .meta p a{
	font-weight:bold;
	color:#005396;
}
.meta a:hover{
	color:#ef4135;
	text-decoration:underline;
}

/* ************************ blog content ************************ */

.storycontent{
	padding:10px 0px 10px 0px;
	border-bottom:dashed 1px #CBCBCB;
	clear:both;
}
#rightpanel .post .storycontent .readpost{
	text-align:right;
	font-weight:bold;
	font-size:0.90em;
}
#rightpanel .post .storycontent .readpost a{
	color:#333333;
	text-decoration:none;	
}
#rightpanel .post .storycontent .readpost a:hover{
	color:#ef4135;	
	text-decoration:underline;
}

/* ************************ blog bottom navigation ************************ */

.navigation{
	text-align:right;
}
.navigation a{
	color:#ef4135;
	text-decoration:none;
	font-weight:bold;
	font-size:1.15em;
}
.navigation a:hover{
	color:#005396;
	text-decoration:underline;
}

/* ************************ blog comments ************************ */

#rightpanel .blogcomments h2{
	font-size:1.00em;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	color:#333333;
	line-height:18px;
}
#rightpanel .blogcomments  a{
	color:#ef4135;
	text-decoration:none;
}
#rightpanel .blogcomments  a:hover{
	color:#005396;
	text-decoration:underline;
}

/* ************************ blog comments listing ************************ */

.commentlist1{
	background: #fff;
	margin:15px 0px 15px 0px;
}
.commentlist2{
	padding:15px;
}
.avatar{
	float:left;
	width:60px;
}
.commentlisting{
	float:left;
	width:440px;
	padding-left:20px;
}
.commentlisting .author{
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#005396;
}
#rightpanel .blogcomments .author a{
	padding:0px 0px 10px 0px;
	color:#005396;
}
.author span{
	font-size:0.90em;
	font-weight:normal;
	color:#333333;
}

/* ************************ blog comments form ************************ */

#commentform{
	margin:10px 0px 0px 0px;
	padding:10px;
	background:#AFAFAF;
	color:#333333;
	width:320px;
	font-size:12px;
}
#rightpanel #commentform p{
	padding:4px 0px 4px 0px;
}
.blogcomments .inputtext, .blogcomments textarea{
	color:#333333;
	padding:5px;
	width:95%; 
	border:solid 1px #AFAFAF;
	font:13px Arial, Helvetica, sans-serif;
}
.blogcomments textarea{ 
	height:200px; 
}
#submit{
	border:0px;
}
#commentform #submit{
	margin:10px 0px 0px 0px;
	background:#005396;
	color:#fff;
	padding:3px;
	font:13px Arial, Helvetica, sans-serif;	
}