/* 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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:verdana;}
h1 {font-size:3em;line-height:1;margin-bottom:0em;}
h2 {font-size:2em;line-height:1;margin-bottom:0em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:0em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {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:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;}
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;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
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;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.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;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:0px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}

input.text, input.title {width:222px;padding:2px;}
input.title {font-size:1.5em;}
/*textarea {width:222px;height:115px;padding:2px;}*/
textarea {padding:2px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}

form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

hr {background:#2d565e;color:#2d565e;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}



.clearer {
	clear:both;
}
blockquote {
	background: #ADDCE1 url(images/blockquote.png) no-repeat top left;
	border: 1px solid #D7D7D7;
	padding: 10px 10px 0px 40px;
}
/*-- Main structure for the layout --*/
body {
	color: #B1CED2;
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #000;
}
#background {
	background:#05363f url(images/main-bg.jpg) repeat-y;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
	background:url(images/content-bg.jpg) no-repeat;
}
#contentWrapper {
	overflow: hidden;
	clear:left;
	padding:0px 10px
}

#Content {
	margin: 0 0px 0 0;
	padding: 20px 0px 10px;
	float: right;
	width: 750px;
}

#Content1 {
	margin: 0 0px 0 0;
	padding: 20px 0px 10px;
	float: left;
	width: 100%;
}


#Footer {
	padding: 10px 10px 0px;
	background:url(images/content-bg.jpg) no-repeat;
	color:#fff;
	width:950px;
	margin:0 auto;
	text-align:left
}

/*-- Heading styles --*/
h1 {
	font: normal 34px/36px;
	letter-spacing: -1px;
        margin-bottom:18px;
}
h2 {
	font: bold 24px/30px;
	letter-spacing: -1px;
        margin-bottom:18px;
        color:#f48938;
}
h3 {
	font: bold 17px/27px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	color: #9BE9F6;
}
h4 {
	font: bold 14px/24px Verdana, Geneva, sans-serif;
}
h5 {
	font: bold 13px/20px Verdana, Geneva, sans-serif;
	color: #fff;
}
h6 {
	font: bold 12px/18px Verdana, Geneva, sans-serif;
}

/*-- Link styles --*/
a, a:link {
	color: #A5D8E1;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F48938;
	text-decoration:underline;
}
a:visited, {
	color: #b1ced2;
}

#navwrap-bottom a:link, #navwrap-bottom a:visited, #navwrap-bottom a:active {
	color: #000;
	text-decoration:none;
}
#navwrap-bottom a:hover {
	color: #000;
	text-decoration:underline;
}


.entry a.more-link { /*-- Removes underline from more link --*/
	text-decoration:none;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #b1ced2;
	text-decoration:none;
	font-size:11px;
}
#Footer a:hover {
	color: #b1ced2;
	text-decoration:underline;
}

/*-- Header styles --*/
#headerwrap {
	padding: 0;
	text-align: center;

}
#header {
	width:841px;
	height:23px;
	margin:0px auto;
	text-align:right;
	padding:15px 119px 0 0;
	color:#a5d8e1;
	background:url(images/header-bg.jpg) no-repeat;
	font-size:11px

}
#header p {
	margin: 0px;
}
.title { 
	font: bold 30px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 600px;
	padding-top: 15px;
}
.title a:hover {
	text-decoration:none;
        color: #FFF;
}
.description { 
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float: left;
	clear: left;
	padding-top: 7px;
}
.topnav {
	float:right;
	color: #000;
	text-align:right;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 10px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

/* Navigation Styles */
#menu {
	width:960px;
	position:relative;
	margin:0 auto;
	display:block;
	height:35px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:solid 1px #e5e5e5
}
#menu ul li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 8px 20px;
}
#menu ul li a:hover {
	color:#f76606;

}


/*-- Post styles --*/
.posttitle {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 5px;
}
.posttitle a:hover {
	text-decoration:none;
}

#navwrap {
	height:35px;
	background: #fff;
	clear: both;
	position:relative;
	border-top:solid 1px #a1b3b7;
	border-bottom:solid 1px #a1b3b7
}

#navwrap-bottom {
	background: #addce1;
	clear: both;
	position:relative;
}

#navwrap-bottom .nav-bottom {
color:#000;
	width:960px;
	height:43px;
	margin:0 auto;
	text-align:left;
	background: url(images/bottom-design.gif) top right no-repeat;
}

#navwrap-bottom .nav-bottom div {
	margin-top:15px;
	padding-left:15px
}

/*-- Sidebar styles --*/
#sidebar h5 { /*-- This is the title of each widget --*/
	background: url(images/sidebarh3.jpg) no-repeat top center;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

#sidebar li { list-style-type: none; }

#sidebar ul {
	padding: 8px;
	margin-bottom: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
	border:none;
	background:none;
}
#sidebar ul li {
	border: 1px solid #CCC;
	background: #FFF url(images/boxbg.png) repeat-x top;
	margin-bottom:10px;
	padding: 7px;
}
#sidebar ul li ul li {
	margin-left: 8px;
	background: url(images/arrow.png) no-repeat left top;
	padding-left: 9px;
	padding-bottom: 5px;
	border:none;
	margin-bottom:0;
	padding-top: 0px;
}
#sidebar ul.children {
	padding-top:3px;
}
#sidebar ul.children li { /*-- This styles the sub categories in the hierarchy --*/
	background: url(images/childbullets.png) no-repeat left top;
	padding-bottom:2px;
}

.box {
	background: #FFF url(images/boxbg.png) repeat-x top;
	padding: 20px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}


/* Sub-Navigation Styles
----------------------------------------------- */
#sidebar {
	float: left;
	padding: 20px 0px 10px 0px;
	width: 310px;
}

#column {
	width: 185px;
	font-size: 11px;
	line-height: 11px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#subnav ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#subnav li a {
	margin: 0;
	width: 170px;
	display: block;
	border-bottom: 1px solid #DDD;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 15px;
}

#subnav a {
	color: #353535;
	text-decoration: none;
}

#subnav a:hover {
	background-color: #FFF;
}

#subnav li a.currentgrey, #subnav li a.currentgrey:hover {
	border: 0;
	color: #fff;
	background: url(images/subnav-bg.gif) no-repeat;
	font-weight: bold;
	font-size: 13px;
	line-height: 10px;
}
#subnav li a.currentorng, #subnav li a.currentorng:hover {
	border: 0;
	color: #fff;
	background: url(images/subnav-bg-orng.gif) no-repeat;
	font-weight: bold;
	font-size: 13px;
}

p.light {
	background-color: #F5F5F5;
	border: 1px solid #E9E9E9;
	padding: 7px;
}
p.dark {
	background-color: #969696;
	border: 1px solid #525252;
	padding: 7px;
	color: #FFFFFF;
}

p.info {
	padding: 10px;

	border: 1px solid #ccc;

	background: #e2e2e2;
}

#submit-label, #register-label,#Register-label, #Submit-label {
    
    visibility:hidden;
}

#submit {background:transparent url(images/background-submit.png) repeat scroll 0%;

    font-size:1.4em;
	border-color:#CCC #999 #999 #CCC;
	border-style:double;
	border-width:3px;
	color:#333;
	padding:0.15em;
}

/* new style added */
div.fieldwrapper{
width: 98%;
overflow: hidden;
padding: 5px 0;
text-align:left;
}

div.fieldwrapper label.styled{
padding-top:10px;
float: left;
text-align:right;
width: 29%;
border-bottom: 1px solid #5195CE;
margin-right: 5px;
}

div.fieldwrapper div.thefield{
float: left;
margin-bottom: 5px;
background-color: #E6E6E6;
padding-right:5px;
width:205px;

}

div.fieldwrapper div.thefield2{
float: left;
margin-bottom: 5px;
background-color: #fff;
padding-right:5px;
width:305px;

}



div.fieldwrapper div.alert{
    clear:both;
    margin-left:25%;
    color:red;
}


div.fieldwrapper div.thefield input{
border: 1px solid #9E9E9E;
width:200px;
padding:5px;
}
div.fieldwrapper div.descr{
padding-left:300px;
margin-left:20px;
color:gray;
}

.font-14 {font-size:14px}
.font-12 {font-size:12px}
.font-11 {font-size:11px}
.font-9 {font-size:9px}

#menu .unleash {position:absolute;width:109px;height:109px;top:-39px;right:0px}

.top-section-div1 {width:270px;float:left;padding:26px 0}
.top-section-div2 {width:670px;float:left;color:#fff;padding:30px 0}
.border-bottom {border-bottom:solid 1px #2d565e}
.border-right {border-right:solid 1px #2d565e}

.section-div1 {width:560px;float:left;padding:10px 30px 0 0;line-height:18px}
.section-div2 {width:333px;float:left;color:#fff;padding:10px 0 0 16px;line-height:18px}

.section-div2 li { list-style-type: none; margin-bottom: 18px;}
.section-div2 ul { list-style-type: none; }

.form-div1 {width:103px;float:left;margin-bottom:10px;line-height:18px}
.form-div2 {width:222px;float:left;color:#fff;margin-bottom:10px;line-height:18px}


.footer-div1 {width:580px;float:left;padding:20px 30px 30px 0;line-height:18px}
.footer-div2 {width:200px;float:left;color:#fff;padding:20px 0 30px 30px;line-height:18px}

.footer-link-block {background:#0b363e;padding:3px;margin-bottom:5px;width:160px;display:inline-block}


.light-blue {color:#9be9f6}

.light-blue1 {color:#b1ced2}
.light-blue1 a {color:#f48938}
.light-blue1 a:hover {color:#9be9f6}

.orange {color:#f48938}

.post-title {color:#f48938}
.post-title a {color:#f48938;text-decoration:none;}
.post-title a:hover {color:#9be9f6;text-decoration:none;}

.post {border-bottom:solid 1px #2d565e;margin-bottom:14px;}

.font-g {font-family:Georgia}

.aligncenter {text-align: center}

.afftitle { font-size:14px; font-family:Arial, Helvetica, sans-serif;margin-top:6px;font-weight:500;color:white; padding-top:12px;}
.signupimg { margin:6px 0 7px 0; padding-top:10px; text-align:center;}
.heading{color:#ffffff;} 
.heading:hover{ color:#DC5D27;}
.active{color:#DC5D27;}

