/*
Theme Name: 

Theme URI: 

Description: 

Version: 1.0

Author: WebCastle

Author URI: http://webcastle.in/

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;padding:0;border:0; font-family:"Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {color:#000;}
h1 {font-size:26px;line-height:1;margin-bottom:0.5em;}
h2 {font-size:26px;margin-bottom:0.75em;}
h3 {font-size:14px;line-height:1;margin-bottom:1em;}
h4 {font-size:14px;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;margin-bottom:1.5em;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#2086c8;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em Arial, Helvetica, sans-serif;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
input, textarea{font-size:11px; color:#666; font-family:Arial, Helvetica, sans-serif;}

/* @Global Class */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both;}
a.readmore {
	color:#2086c8;
	font-weight:bold;
	padding-left:13px;
}
a.readmore:hover {
	color:#666;
}
.spacer {
	padding:5px;
	clear:both;
}
/* @Global Class End */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#47494a;
	line-height:14px;
}
#container {
	width:970px;
	margin:0 auto;
}
#header {
	width:970px;
	height:205px;
	position:relative;
	padding-bottom:10px;
}
#header h1 {
	position:absolute;
	top:40px;
}
#header .meta {
	position:absolute;
	width:355px;
	right:0;
	top:10px;
	z-index:10;
}
.meta form *{
	float:left;
}
.search input.txt {
	width:150px;
}
.meta form {
	float:left;
	width:200px;
	margin-right:40px;
}
form .txt {
	width:170px;
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#818284;
	font-size:11px;
	border:#b9b9b9 solid;
	background:#fff!important;
	border-width:1px;
	margin-right:5px;
}
.meta a {
	display:block;
	background:url(images/sprite.gif) no-repeat;
	width:16px;
	height:20px;
	float:left;	
	text-indent:-9999em;
	margin-right:20px;
}
a.email {
	background-position:0 7px;
}
a.email:hover {
	background-position:-24px 7px;
}
a.print {
	background-position:0 -20px;
}
a.print:hover {
	background-position:-24px -20px;
}
a.home {
	background-position:0 -52px;
}
a.home:hover {
	background-position:-25px -52px;
}
#header .banner {
	position:absolute;
	right:0;
	z-index:1;
	top:9px;
}
#nav-main {
	height:23px;
	background:url(images/bg-nav-main.jpg) repeat-x;
	position:absolute;
	top:180px;
	width:970px;
}
#nav-main ul {
	margin:0;
	padding:0;
}
#nav-main li {
	list-style:none;
	float:left;
	background:url(images/pipe-nav-main.jpg) no-repeat 0 5px;
	position:relative;
	height:24px;
}
#nav-main li.first {
	background:none;
}
#nav-main li a {
	float:left;
	padding:3px 33px;
	color:#fff;
	font-size:14px;
}
#nav-main li a:hover {
	color:#999;
}
#nav-main li ul {
	position:absolute;	
	top:23px;
	left:0;
	background:#0A4884;
	display:none;
}
#nav-main li ul li {
	clear:both;
	height:auto;
	background:none;
	padding:5px 0;
	border-bottom:1px solid #666;
}
#nav-main li ul li a {
	width:132px;
	font-size:12px;
}
.sidebar {
	float:left;
	width:212px;
	overflow:hidden;
}
.widget {
	width:182px;
	float:left;
	background:#dfe2e5 url(images/bg-widget.jpg) repeat-x;
	margin-top:10px;
	padding:0 10px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
}
.blue {
	background:#00abe5 url(images/bg-blue.jpg) repeat-x left bottom;
	padding:0;
	text-align:center;
	width:212px;
	color:#fff;
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	margin:0 0 10px 0;
}
.blue a {
	color:#fff;
}
.blue a:hover {
	color:#999;
}
.widget small {
	font-size:9px;
	}
.login {
	background:#0a4884 url(images/bg-login.jpg) no-repeat;
	margin:0;
	color:#fff;
	line-height:11px;
}
ul.form {
	margin:0;
	padding:0;
	float:left;
	width:174px;
}
ul.form li {
	list-style:none;
	font-size:10px;
	float:left;
	clear:both;
	padding-bottom:5px;
	width:174px;
}
ul.form li input.txt {
	width:174px;
}
ul.form li.submit {
}
.widget h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding:5px 0 0 0px;
	margin-bottom:5px;
}
.news .icon {
	margin-top:-23px;
	float:right;
	padding-right:10px;
}
.news ul {
	margin:0;
	padding:0px 0 10px 0;
	float:left;
}
.news ul li {
	float:left;
	clear:left;
	list-style:none;
	padding:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	width:182px;
}
#content {
	float:left;
	width:528px;
	padding:0 8px;
	overflow:hidden;
}

#content.full-width {
	width:730px;
}
.content {
	background:#f6f7f7;
	padding:0 20px 1px 20px;
	text-align: justify;
}
#spotlight {
	width:528px;
}
.latest-news {
	background:#f6f7f7 url(images/bg-latest-news.gif) repeat-y;
	width:504px;
	height:12px;
	padding:5px 12px;
	margin:10px 0;
}
.latest-news a {
	color:#47494A;
}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#007ccc;
	padding:10px 0!important;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#007ccc;
	margin-bottom:5px;
}
#content h3 span.date {
	font-weight:normal;
	font-size:10px;
	float:right
}
.updates .details {
	border-bottom:1px solid #ccc;
	padding:0 0 20px 0;
}
#content .updates h3 {
	margin-bottom:15px;
}
.mailing {
	margin:0;
}
.mailing p {
	padding:5px 0 5px 0;
	margin:0;
}
.mailing label {
	color:#007ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.gallery {
	padding:0;
	width:211px;
	background:url(images/bg-gallery.jpg) repeat-x;
}
.gallery h3 {
	padding-left:20px;
	margin-bottom:4px;
}
#footer {
	width:890px;
	clear:both;
	background:url(images/bg-widget.jpg) repeat-x;
	height:13px;
	padding:6px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	line-height:11px;
}
#footer ul {
	float:left;
	margin:0;
	padding:0;
}
#footer ul li {
	float:left;
	list-style:none;
	border-right:1px solid #fff;
	height:10px;
}
#footer ul li.last {
	border:none;
}
#footer ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	padding: 0 5px;
	float:left;
	line-height:10px;
}
#footer ul li a:hover {
	color:#999;
}
#footer p {
	float:right;
	margin:0;
	color:#fff;
}
.footer-pre {
	clear:both;
}



.CalendarBody
{
	position:absolute;	
	display:none; 
	background-color:#A8D3FF; 
}

.CalendarTitle
{
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #429933;	
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;	
}

.CalendarClose
{
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #429933;
	width:10px;
	padding:4px;
	cursor:pointer;
}


.CalendarDayClass
{
	font-family: sans-serif,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;		 	
}

.CalendarDayClassHover
{
	font-family: sans-serif,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#008800;	
	cursor:pointer; 	
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;	
}

.CalendarBlankCell
{
	background-color:#A8D3FF;
}

.head2
{
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
color:#8D5E40;
font-weight:bold;
letter-spacing: normal;
line-height: 1.4em;
}
.form input.txt, .form textarea, .form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border:1px solid #2086C8;
}
.form input.txt {
	padding:2px;
}
label.error {
	color:#FF0000;
}
table.calendar table {
	margin:0;
}
table.calendar td {
	text-align:center;
}
table.nopadding td, table.nopadding td {
	padding:0;
}
table.nopadding table td, table.nopadding table td {
	padding:4px 10px 4px 5px; }
.nomargin { margin:0 }
.designed {
	font-size:11px;
	color:#cbd2d2;
	text-align:right;
	line-height:11px;
padding:6px 40px;
width:890px;
clear:both;
}
.designed a {
	color:#cbd2d2;
}
.designed a:hover {
	color:#333;
}
#newsletter .error {
	clear:left;
	float:left;
}