body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(/images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

a.active {
	text-decoration: none;
	color: black;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 880px;
	height: 88px;
	margin: 0px 0px 0px 10px;
	padding:6px 0px 0px 10px;
	

}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1250px;
	height: 32px;
	margin: 0 auto;
	padding: 0 10px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #DD8B4E;
}

#menu .current_page_item a {
	background: url(/images/img02.gif) repeat-x;
	color: #D56E22;
}

#menu .tet {
	display: block;
	float: right;
	height: 22px;
	margin: 0 1px 0 0px;
	padding: 0px 0px 0 0px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(/images/img03.gif) repeat-y;
}

#page1 {
	width: 980px;
	margin: 0px 30px;
	padding: 30px 0;
	
}

#page-bg {
	padding: 11px 24px;
	background: url(/images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 438px;
}

#content1 {

}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 200%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(/images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: right;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(/images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(/images/img02.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* --- pagination   -----------------------------------------------------*/	
	
.pagination {
	padding: 3px;
	margin:40px 0 20px; 0;
	text-align:center;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #4193b9;
	text-decoration: none; /* no none */
	color: #4193b9;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #999;
	color: #666;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #4193b9;
	font-weight: bold;
	background-color: #2d7495;
	color: #FFF;
}

/* Footer */

#footer {
	padding: 30px 0 50px 0;
	background: #D56E22 url(/images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/*Error Message Styling*/

.status-msg {
    background: #e0f3fa url(/images/message/status-dot1.gif) 0 0 repeat-x;
    width: 100%;
    margin:0 0 10px 0;
}

.b {background:url(/images/message/status-dot1.gif) 0 100% repeat-x}
.l {background:url(/images/message/status-dot1.gif) 0 0 repeat-y}
.r {background:url(/images/message/status-dot1.gif) 100% 0 repeat-y}
.bl {background:url(/images/message/round-bot-left.gif) 0 100% no-repeat}
.br {background:url(/images/message/round-bot-right.gif) 100% 100% no-repeat}
.tl {background:url(/images/message/round-top-left2.gif) 0 0 no-repeat}
.tr {margin:0; padding:10px 5px 10px 12px; background: url(/images/message/round-top-right.gif) 100% 0 no-repeat; } 
.tr p.statmsg{
    margin:0;
    padding:0 0 0 22px; /* Give padding for the paragraphs*/
    font-size:12px;
    color:#222222;
    background:#e0f3fa url(/images/message/opps.gif) no-repeat left center;
    vertical-align:middle;
    font-family:Arial, Helvetica, sans-serif;
}

.tr p.login-msg{
    margin:0;
    padding:0 0 0 22px; /* Give padding for the paragraphs*/
    font-size:12px;
    color:#222222;
    line-height:22px;
    background:#e0f3fa url(/images/message/login-msg.gif) no-repeat left center;
    font-family:Arial, Helvetica, sans-serif;
}

.tr p.mail-msg{
    margin:0;
    padding:0 0 0 22px; /* Give padding for the paragraphs*/
    font-size:12px;
    color:#222222;
    line-height:22px;
    background:#e0f3fa url(/images/success.gif) no-repeat left center;
    font-family:Arial, Helvetica, sans-serif;
}

/* Content  ----------------------------------*/

#content p {
    margin: 0 0 16px 0;

}
#content p a {
    text-decoration:none;
    color:#0066cc;
}
#content p a:hover {
    text-decoration: underline;
}
#content a {
    text-decoration: none;
    color:#003366;
}
#content a:hover {
    color:#333;
}


#content p.aligncenter {
    text-align:center;
}
#content p.aligright {
    text-align:right;
}
#content p.more {
    font-size:10px;
    text-transform:uppercase;
}
#content p.more a {
    text-decoration:none;
}
#content blockquote {
    margin:5px 0 20px 0;
    padding:10px 10px 5px 30px;
    background:url(/images/quote2.png) no-repeat;
    color:#666;
    font:12px Arial, Helvetica, sans-serif;
}
#content blockquote p {
    color:#666;
    font-size:14px;
}

.left{ float:left;}
.cent35{ width:36.9%;}
.mar5LC{ margin-left: 5%;}
.error{color:red;}

.sbox h4{ width:60%; color:#990000; float:left;  margin:2px; padding:0px;}
.sbox1 h4{ width:60%; color:#990000; float:left;  margin:2px; padding:0px;}
.sbox img{ width:80px; padding:0px; margin:0px;  }
.sbox1 img{ width:80px;padding:0px; margin:0px;}
.dashtext{
	float:left;
	margin:10px 0px 0px 10px;
	width:60%; 
	color: black;
	font-size: 14px; margin:2px; padding:0px;
}
#allContent{
	width: 962px;
	padding: 0px 0px 0px 0px;
	margin:0px auto 0 auto;
	font-size:12px;
	background:#fff;
	overflow:hidden;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ECE9D8;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ECE9D8;	
	margin:0px 0px 0px 0px;
}
#allContent1{ height:auto !important; height:800px; position:relative; min-height:800px;  width: 962px; padding: 0px 0px 0px 0px;          margin:0px auto 0 auto; font:12px; background:#fff; overflow:hidden; border:0; }
h1.dashh{font-size:14px;	margin:0px 0px 0px -10px;	padding:0px 0px 0px 10px;	background: url(/images/dashboard_bg.jpg) repeat-x left top; color:#FFFFFF; }

.edash{ width:300px; float:left;  margin:10px 10px 0px 0px; padding:0px 0px 0px 10px;  border:1px solid brown; }
.edash1{ width:500px;float:left;  margin:10px 0px 0px 10px; padding:0px 0px 0px 10px; border:1px solid brown;}
.ind_box input.fsearch{ margin:10px 0px 0px 20px; float:left; width:800px;}
