

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #eee;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Body
------------------------------------------------------------ */
	
body {
	background: #fff;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #444444;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 100px;
	margin: 0 auto;
	width: 960px;
}

#title-area {
	float: left;
	
	padding: 20px 0 0;
	width: 235px;
}
	
#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	padding: 20px 0 0;
	width: 500px;
}

#header .widget-area .textwidget {
	padding: 0;
	text-align: right;
}

#header .facebook {
	background: url(../images/blog/icon-facebook.png) no-repeat left center;
	padding: 2px 5px 2px 22px;
}

#header .subscribe {
	background: url(images/blog/icon-subscribe.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}
	
#header .twitter {
	background: url(../images/blog/icon-twitter.png) no-repeat left center;
	margin: 0 10px;
	padding: 2px 5px 2px 22px;
}

#header .linkedin {
	background: url(images/blog/linkedin.png) no-repeat left center;
	margin: 0 10px;
	padding: 2px 5px 2px 22px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */



.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/blog/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 179px;
}

#header ul.nav li:hover ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */
/*
#nav {
	background:url(../images/blog/nav.png);
	clear: both;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
	height:40px;
}
#nav h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:2px 0;
	padding:0px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
}
#nav .wrap {
	margin: 0 auto;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 10px 15px 8px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #d5d5d5;
	color: #215a6f;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/blog/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 16px;
	width: 10px;
}

#nav li a:hover .sf-sub-indicator {
	background: url(images/blog/arrow-down-hover.png) no-repeat;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #215a6f;
	border-top-width: 0;
	color: #215a6f;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 148px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #215a6f;
	color: #fff;
}

#nav li li a:hover .sf-sub-indicator {
	background: none;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#nav li ul a { 
	width: 150px;
}

#nav li ul ul {
	margin: -33px 0 0 169px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}
*/

/* Primary Navigation Extras
------------------------------------------------------------ */
/*
#nav li.right {
	float: right;
	font-size: 12px;
	padding: 10px 15px 8px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/blog/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/blog/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}

*/
/* Secondary Navigation
------------------------------------------------------------ */
/*
#subnav {
	background-color: #d5d5d5;
	border-bottom: 1px solid #ccc;
	clear: both;
	font-weight: bold;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
}

#subnav .wrap {
	margin: 0 auto;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	display: block;
	font-size: 11px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #f1811a;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}	

#subnav li a .sf-sub-indicator {
	background: url(images/blog/arrow-down-hover.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #D5D5D5;
	border: 1px solid #454545;
	border-top-width: 0;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 148px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #454545;
}

#subnav li li a .sf-sub-indicator {
	background: none;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 150px;
}

#subnav li ul ul {
	margin: -33px 0 0 169px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}

*/

#navHead {
	background:url(../images/blog/nav.png);
	clear: both;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
	height:40px;
}
#navHead h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:2px 0;
	padding:0px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
}

/* Inner
------------------------------------------------------------ */

#inner {
	margin: 20px auto;
	width: 960px;
	-moz-box-shadow: 0 1px 2px #999; 
	-webkit-box-shadow: 0 1px 2px #999;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content-sidebar #inner {
	background: url(../images/blog/inner-cs.png);
}

.sidebar-content #inner {
	background: url(images/blog/inner-sc.png);
}
	
.content-sidebar-sidebar #inner {
	background: url(images/blog/inner-css.png);
}
	
.sidebar-sidebar-content #inner {
	background: url(images/blog/inner-ssc.png);
}
	
.sidebar-content-sidebar #inner {
	background: url(images/blog/inner-scs.png);
}
	
.full-width-content #inner {
	background: #fff;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 780px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 25px;
	width: 400px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 580px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.sidebar-content-sidebar #content {
	padding: 25px 25px 25px 15px;
	width: 410px;
}

.full-width-content #content {
	width: 910px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 40px;
}

.home .post {
	border-bottom: 1px solid #ddd;
}

.entry-content p {
	padding: 0 0 10px;
	line-height:19px;
	word-wrap: break-word;
}

.breadcrumb {
	font-size: 12px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 20px;
}



/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.even,
.odd {
	margin: 20px 0 20px;
	height:355px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #215a6f;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 5px;
}

h1,
h2 {
	color: #215a6f;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
}

h2 a,
h2 a:visited {
	color: #215a6f;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
}

h2 a:hover {
	color: #588393;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

.h2,
.even h2 a,
.even h2 a:visited,
.odd h2,
.odd h2 a,
.odd h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

h3 {
	font-size: 24px;
}

.after-post h3,
#comments h3,
#respond h3 {
	background: url(images/blog/headline-content.png) no-repeat top left;
	color: #fff;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 0 0 -32px;
	padding: 10px 15px 0 15px;
	text-transform: uppercase;
}

.sidebar-content .after-post h3,
.sidebar-content #comments h3,
.sidebar-content #respond h3,
.sidebar-sidebar-content .after-post h3,
.sidebar-sidebar-content #comments h3,
.sidebar-sidebar-content #respond h3 {
	background: url(images/blog/headline-content.png) no-repeat top right;
	margin: 0 -32px 0 0;
}

.sidebar-content-sidebar .after-post h3,
.sidebar-content-sidebar #comments h3,
.sidebar-content-sidebar #respond h3 {
	background: url(images/blog/headline-content.png) no-repeat top center;
	margin: 0;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	background: url(../images/blog/headline-sidebar.png) no-repeat top left;
	color: #fff;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 -6px 0 -6px;
	padding: 10px 15px 0 15px;
	text-transform: uppercase;
}

.content-sidebar-sidebar #sidebar h4 {
	background: url(images/blog/headline-content.png) no-repeat top left;
}

.sidebar-sidebar-content #sidebar h4 {
	background: url(images/blog/headline-content.png) no-repeat top right;
}

.content-sidebar-sidebar #sidebar-alt h4 {
	background: url(../images/blog/headline-sidebar.png) no-repeat top right;
}

.sidebar-content-sidebar #sidebar-alt h4 {
	background: url(images/blog/headline-sidebar-alt.png) no-repeat top left;
}

.footer-widgets h4 {
	background: none;
	color: #dee3e4;
	height: auto;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul,
.after-post ul {
	margin: 0 0 15px 25px;
}

.entry-content ul li {
	list-style-type: square;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	clear: both;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* After Post
------------------------------------------------------------ */

.after-post {
	margin: 40px 0;
}

.after-post-left {
	float: left;
	padding: 10px 0 20px;
	width: 52%;
}

.after-post-right {
	float: right;
	padding: 5px 0 20px;
	width: 46%;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/blog/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ 

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #215a6f;
	padding: 5px 8px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #215a6f;
	color: #fff;
}*/


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	display: inline;
	float: right;
	padding: 0 0 15px;
	width: 330px;
}

#sidebar-alt {
	display: inline;
	float: left;
	padding: 0 0 15px;
	width: 150px;
}

.sidebar-content-sidebar #sidebar-alt {
	width: 170px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	margin: 0;
	padding: 15px 0 0;
}

.widget-area .textwidget {
	padding: 5px 15px 0;
}

.footer-widgets .widget-area .textwidget {
	padding: 5px 0 0;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 0 30px;
	padding: 0 15px 0 0;
}

.footer-widgets .widget-area ol,
.footer-widgets .widget-area ul {
	margin: 5px 0 15px 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 5px 0 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #20586d;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 15px;
	padding: 5px;
	text-transform: uppercase;
}

#sidebar #cat,
#sidebar .widget_archive select {
	width: 298px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
}

.featuredpage .hentry {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background: url(images/blog/button.png) center;
	border: 1px solid #f1811a;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	border: 1px solid #f1811a;
	background: url(images/blog/button-hover.png) center;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 10px 0 0;
}

#sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	background-color: #fff;
	color: #20586d;
	font-size: 11px;
	font-weight: bold;
	margin: 0 3px 0;
	padding: 8px 0 6px 6px;
	text-transform: uppercase;
	width: 210px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0 0 5px 15px;
}

.enews #subbox {
	background-color: #fff;
	color: #20586d;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 7px 0 0;
	padding: 8px 0 6px 6px;
	text-transform: uppercase;
	width: 218px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background-color: transparent;
}


/* Footer Widgets
------------------------------------------------------------ */
	
.footer-widgets {
	background: #1d566a;
	clear: both;
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 0;
}

.footer-widgets .wrap {
	margin: 0 auto;
	width: 960px;
}

.footer-widgets p {
	color: #fff;
	padding: 0 0 15px;
}

.footer-widgets a, .footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets-1, .footer-widgets-3 {
	float: left;
	width: 305px;
}

.footer-widgets-1 {
	padding: 0 20px 0 0;
}

.footer-widgets-2 {
	float: left;
	width: 310px;
}

.footer-widgets-3 {
	float: right;
}




/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {

	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #eee;
}

.alt,
.depth-1,
.even {
	border: 0px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}



/*--------------virtualx------------------*/

#mainWrapper{width:100%;height:auto!important; /* real browsers */height:100%; /* IE6: treaded as min-height*/min-height:750px; /* real browsers */margin:0 auto;padding:0;text-align:left;  background:#fff url("../images/bodyBg.png") repeat-x left top;}
@-moz-document url-prefix() {
  #mainWrapper{width:100%;height:auto!important; /* real browsers */height:100%; /* IE6: treaded as min-height*/min-height:687px; /* real browsers */margin:0 auto;padding:0;text-align:left;  background:#fff url("../images/bodyBg.png") repeat-x left top;}
}
.wrapperContent{width:950px;height:auto!important;padding:0 5px;text-align:left; margin:0 auto}
.headerCol {width:100%;height:40px;float:left;margin:0;padding:0;display:block;background:#fafafa;}
.welMsg {width:350px;float:left;margin:0px;padding:12px 0 0 0;color:#3e3d40; height:28px}
.welMsg p {color:#3e3d40;margin:0;padding:0px;text-decoration:none;display:block;font-size:12px;line-height:16px; font-weight:normal}
.lan_sign_Col {width:350px;float:right;margin-right:2px;padding:12px 0 0 0;color:#3e3d40; height:28px;}
.signOut {float:right;margin:0px;padding:0;color:#3e3d40; text-align:left; }
.signOut p {color:#3e3d40;margin:0;padding:0px;text-decoration:none;display:inline-block;font-size:12px;line-height:16px; font-weight:bold; float:left;}
.signOut p a {text-decoration:none;border:0;color:#3e3d40; margin-left:10px; display:inline-block; float:left !important;}
.signOut p a:hover {color:#5b5b5b; text-decoration:underline}
.lanSwitch{float:right;margin:0;padding:0; width:185px;background:url("../images/divider_top.png") no-repeat right 2px;}
.lanHead p {color:#3e3d40;margin:0;padding:0 10px 0 0;text-decoration:none;display:inline-block;font-size:12px;line-height:16px; font-weight:normal; float:right;}
.lanFlags {width:100px !important; float:right;}
.lanHead {float:left; width:85px !important;}
a.one {background:url("../images/britain_flag.png") no-repeat 0 0;float:left;width:16px;height:14px;margin:2px 8px 0 0;padding:0;}
a.two {background:url("../images/germany_flag.png") no-repeat 0 0;float:left;width:16px;height:14px;margin:2px 8px 0 0;padding:0;}
a.three {background:url("../images/arabic_flag.png") no-repeat 0 0;float:left;width:16px;height:14px;margin:2px 8px 0 0;padding:0;}
a.four {background:url("../images/chinese_flag.png") no-repeat 0 0;float:left;width:16px;height:14px;margin:2px 0 0 0;padding:0;}
.logoHolder {width:950px;height:110px;margin:0;padding:0;float:left;}
.clientLogo {width:235px; height:60px; float:left; padding:30px 0 0 0; margin:0; overflow:hidden;}
.clientLogo a {text-decoration:none;border:0;outline:none}
.clientLogo a img {text-decoration:none;border:0;outline:none}
.virtualxLogo {width:auto; height:auto; float:right; padding:30px 0 0 0; margin:0;}
.virtualxLogo a {text-decoration:none;border:0;outline:none}
.virtualxLogo a img {text-decoration:none;border:0;outline:none}



#footer {margin:0;/*background:url(../images/footerbg.png) repeat-x left top;*/ background:#666666;  clear:left; width:100%;  float:left;padding:20px 0 5px 0;}
.footerContent {margin:0 auto;width:950px; text-align:left;   color:#3e3d40;  clear:both;  height:auto; }

#footer{ width:100%; margin:0; padding:0; background:#666; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#3e3d40; height:60px; }
.footerContent{ padding:20px 0; width:950px; margin:0 auto; text-align:left;}
.footerCols{ margin:0 4px; padding:0; width:180px; float:left}
.footerCols a{ background:#666 url(../images/bgBtns_03.png) no-repeat 100% 0; height:39px; display:block; margin:10px auto; text-align:center; text-decoration:none; color:#3e3d40}
.footerCols a span{ background:#666 url(../images/bgBtns_03.png) no-repeat 0 0; height:39px; display:block; margin:0 8px 0 0 ; text-align:center; line-height:39px; padding:0 0 0 10px}
.footerCols a:hover{ color:#707173}

.footerNav {display:block;height:auto;padding:0px;margin:0px;text-align:left;float:left;width:auto;}
.footerNav ul {float:left;list-style-type:none;margin:0px;padding:0px;width:100%;}
.footerNav ul li {display:inline;line-height:19px;border-left:1px solid #ccc;padding:0px 10px;}
.footerNav ul li a {font-size:12px;text-decoration:none;text-transform:uppercase;color:#ccc!important;}
.footerNav ul li a:hover {color:#fff!important; text-decoration:none;}
.footerNav ul li.first {border-left:0px;}

.copytxt{float:right; padding:0;margin:0}
.copytxt p{float:right; padding:0;margin:0; text-align:right; text-decoration:none; font-size:12px; color:#ccc;}


.clear{ clear: both}

.blogleft_button{
	
	width:39px;
	float:left;
	position:fixed;
	top:230px;
}

.sharingleft_button{
	
	width:39px;
	float:left;
	position:fixed;
	top:320px;
}

.navigation{width:100%;height:61px; float:left;margin:4px 0;padding:0; }
div.NBLOG .nav {width:890px;height:61px; float:left;margin:0;padding:0;}
div.NBLOG .nav ul{width:100%;float:left;margin:0;padding:0; list-style-type:none}
/*div.NBLOG .nav ul li{ list-style:none;width:auto; margin:0 2px 0 0!important;padding:0;line-height:61px;float:left;height:61px; }*/
div.NBLOG .nav ul li a{margin:0; padding:0;float:left;color:#3e3d40; font-size:11px; display:block; cursor:pointer; text-decoration:none; font-weight:bold;}
div.NBLOG .nav ul li a span{ display:block;height:61px; line-height:61px; float:left; padding:0 3px 0 9px; margin:0 5px 0 0 }
div.NBLOG .nav ul li.act a, .navigation ul li:active, .navigation ul li:hover {background:url(../images/bgNav2.png)  no-repeat center right ; color:#fff}
div.NBLOG .nav ul li.act a span, div.NBLOG .nav ul li:active span, div.NBLOG .nav ul li:hover span { background:url(../images/bgNav.png) no-repeat center left; color:#fff}
.helpIcon {width:20px; height:41px; float:right; padding:20px 0 0 0; margin-right:2px;}
.helpIcon a {text-decoration:none;border:0; outline:none}
.helpIcon a img a {text-decoration:none;border:0;}


.contentWrapper {width:960px;height:auto;margin:25px 0 0 0;padding:0;float:left;background:#FFF;}
.leftCol {width:216px;height:auto;margin:0;padding:0 0 20px 0;float:left;}
ul.subNav{ list-style-type:none; width:100%; float:left; margin:0 0 10px 0; padding:0; }
ul.subNav li{ width:100%; margin:2px 0 0 0; padding:0; float:left; background:#fafafa}
ul.subNav li a b{background:url(../images/subnavGray.png) no-repeat 0px 4px; width:20px; height:20px; display:block; float:left}
ul.subNav li a:hover b, ul.subNav li.act a b{ background-position:0px 0px; width:20px; height:20px; background:url(../images/subnavRed.png) no-repeat 0 4px}
ul.subNav li a{ padding:6px 0 5px 9px; margin:0; color:#454545; text-decoration:none; display:block; font-size:12px; }
ul.subNav li.act a{ font-weight:bold }
ul.subNav li.act a,ul.subNav li a:hover { color:#000; text-decoration:none; display:block; }
.mt0 {margin-top:0px!important}

div.NBLOG .nav ul li ul{  float:left; margin:0px; padding:0px; width:952px; position:absolute; height:26px!important; background:url(../images/navBg2.png);
border-left:2px #f1f1f1 solid; border-right:2px #f1f1f1 solid;border-bottom:2px #f1f1f1 solid;
}
div.NBLOG .nav ul li ul li a{ margin:05px; float:left; font-size:11px; font-weight:normal;}
div.NBLOG .nav ul li ul li a:hover{ margin:05px; color:#b92025; text-decoration:underline; }
div.NBLOG .nav ul li ul li:hover{background-image:none!important;}
/*---------------------------------------------*/


 /*================dropdown=================*/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 100;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown-linear {
 width: 100%;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}



/* Author: Craig Erskine Description: Dynamic Menu System - Vertical */ 
ul#navmenu-v,ul#navmenu-v li,ul#navmenu-v ul { width: 160px;  margin: 0; list-style: none; } 
ul#navmenu-v li { float: left; position: relative; width: 100%; } 
ul#navmenu-v li.iehover { z-index: 1000;} 
ul#navmenu-v ul { display: none; position: absolute; top: 0; left: 100%; z-index: 9999; } 
ul#navmenu-v a { border-top: 1px solid #FFF; border-right: 1px solid #FFF; padding: 6px; display: block; background: #DDD; color: #666; font: bold 11px Arial, sans-serif; text-decoration: none; height: 1%; } 
ul#navmenu-v a:hover,ul#navmenu-v li:hover a,ul#navmenu-v li.iehover a { background: #BBB; color: #FFF; } 
ul#navmenu-v li:hover li a,ul#navmenu-v li.iehover li a { float: none; background: #BBB; }  
ul#navmenu-v li:hover li a:hover,ul#navmenu-v li:hover li:hover a,ul#navmenu-v li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover a { background: #999; } 
ul#navmenu-v li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li a { background: #999; } 
ul#navmenu-v li:hover li:hover li a:hover,ul#navmenu-v li:hover li:hover li:hover a,ul#navmenu-v li.iehover li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover a { background: #666; } 
ul#navmenu-v li:hover li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li.iehover li a { background: #666; } 
ul#navmenu-v li:hover li:hover li:hover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover li a:hover { background: #333; } 
ul#navmenu-v li:hover ul ul,ul#navmenu-v li:hover ul ul ul,ul#navmenu-v li.iehover ul ul,ul#navmenu-v li.iehover ul ul ul { display: none; } ul#navmenu-v li:hover ul,ul#navmenu-v ul li:hover ul,ul#navmenu-v ul ul li:hover ul,ul#navmenu-v li.iehover ul,ul#navmenu-v ul li.iehover ul,ul#navmenu-v ul ul li.iehover ul { display: block; }
.form{margin:0 0 10px 0;}
.btnBg{ width:105px; height:26px; background:url(../images/btn_bg.jpg) no-repeat; cursor:pointer; color:#FFF; font-weight:bold; margin:15px 0 10px 0; padding:0px; border:none}
.h150 {height:150px;}
.translation_bar {float:left; margin-bottom: 7px; padding-left: 11px; width: 100%;}	
.pb7 {padding-bottom:7px!important}
.fleft {float:left!important}
.fright {float:right!important}

/*******table col *****/
.updateStatus{ height:auto; width:auto; margin:0;}
.updateStatus table{ width:100%; border-collapse:collapse; border-top:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1; border-bottom:1px solid #d1d1d1!important;}
.updateStatus table th{ text-align:left; height:22px; padding:5px; border-bottom:1px solid #d1d1d1;  }
.updateStatus table td{ text-align:left; height:22px; padding:5px; border-top:1px solid #d1d1d1;}
.updateStatus table td a {color:#444444; text-decoration:underline;}
.updateStatus h3{font-size:15px; font-weight:bold; color:#5c5c5c; margin-top:25px; margin-bottom:5px; padding:0px;}
.updateHeader{ background-image:url(../images/updateHead_d.jpg); background-repeat:repeat-x; border-bottom:2px #d1d1d1 solid !important;}
/*.updateAltrRow{ background-color:#f9f9f9;}*/
.updateStatus table tr{border-bottom:1px #d1d1d1 solid;}
.updateAltrRowBtm{ background-color:#f9f9f9;border-bottom:1px solid #4d4d4d!important;}
.even_table{ background-color:#d5d5d5;}
.odd_table{ background-color:#ffffff;}
h2 {font-size:18px; margin:0 0 10px 0; color:#444444}
h2 a {font-size:18px; margin:0 0 10px 0; color:#444444!important; text-decoration:underline;}

h1, h2 {font-size:23px; color:#444444}
.fs12 {font-size:12px!important}
h5 {font-size:16px; margin:0 0 10px 0; color:#444444}
.art_rep {background-color: #f3f3f3;float: left; margin:10px 15px; padding:5px 15px; width: 95%;}
.art_block {float: left; margin:0px; padding: 0; height:170px; width:100%; clear:left; overflow: hidden; }

.like_tmp {float:left; margin:0px; padding: 0;width:100%;clear:left;}

a.large_tu {background:url(../images/blog/thumbs_up_large.png) no-repeat 0 0;float:left;width:21px;height:25px;margin:8px 0 0 10px;padding:0;}
a.large_td {background:url(../images/blog/thumbs_down_large.png) no-repeat 0 0;float:left;width:21px;height:25px;margin:8px 0 0 10px;padding:0;}

.like_tmp .rate_up { border-radius: 4px 4px 4px 4px; color: white; height: 40px; margin:0 5px 0 0; padding:0px; text-align: center; width: 40px; background-color: #0077AA;float:left}
.like_tmp .rate_down { border-radius: 4px 4px 4px 4px; color: white; height: 40px; margin:0 5px 0 0; padding:0px; text-align: center; width: 40px; background-color:#555555;float:left}

.like_tmp .rate_up:hover {background-color: #4c92b0;}
.like_tmp .rate_down:hover  {background-color:#7a7a7a;}
.rec_rate_up {height:18px;width: 30px;color: white;margin:15px 5px 0 0; padding:0px;text-align:center;float:left}
span.large_t {background:url(../images/blog/thumb_up.png) no-repeat 0 0;float:left;width:13px;height:15px;margin:0 0 0 10px;padding:0;}
.like_number {float: left; padding: 0; font-size: 12px; font-weight: bold; margin: 12px 5px 0 0;}
.like_text {float: left; padding: 0; font-size: 12px; font-weight: bold; margin: 12px 10px 0 0;}
.pagination{
	float:right;
}

 .pagination {
	margin:15px 0 10px 0;
	padding: 0px;
	list-style: none;
	display: block;
	clear: both;
	padding:0px 0px 0px;
}
.pagination li {
	display: inline;
	padding:0;
	margin:0;
	float:left;
}
.pagination li a {
	color: #1a1a1a;
	border: 1px solid #D1D1D1;
	padding: 3px 5px;
	font-size:12px;
	text-decoration:none;
	line-height:14px;
	float:left;
}
.pagination li a:hover {
	color: #FFF;
	border: 1px solid #5d5d5d;
	background: #b92025;
	cursor:pointer;
}
.pagination li.current a {
	color: #FFF;
	border: 1px solid #5d5d5d;
	background: #b92025;
	font-weight:bold;
} 

.pagination li.current {
	color: #FFF;
	/*border: 1px solid #5d5d5d;
	padding: 3px 5px;*/
	background: #b92025;
	font-weight:bold;
} 

.paginationDiv {
	display:inline; font-size:11px;
}
.paginationDiv a{
	text-decoration:none; color:#3e3d40; font-weight:normal;
}

.qestionhead {float: left; width: 100%; margin:0 0 5px 0; padding: 0px; }
.qestionhead_new { width: auto; margin:0 0 5px 0; padding: 0px; }
.examinee_links{float:left; width:auto; margin:15px 0 10px 0; padding:0px;}
.qestionhead h3 {margin-top:0px; float:left;}
.qestionhead .paginationDiv {padding-top: 5px;}
.qestionhead .pagination {clear:none;}

.average {color:#555555;display:inline;float:left;font-size:24px;font-weight:bold;line-height:31px;margin:0px;text-align:left;text-transform:uppercase;}
.recommended {display:block;font-size:10px;font-weight:bold;line-height:10px; color:#555555;float:left;margin:0px;text-align:left; clear:left;}	
.mb15 {margin-bottom:15px!important}
.h250 {height:250px!important}
p.text_art { float: left;padding-top: 15px;width: 100%; padding-bottom: 15px;}

.like_tmp01 {float:left; margin:0 0 0 20px; padding: 0;width:300px;}
.article_bg{width:98%; float:left; background:#eee; padding:10px;}
.content_repeat{width:98%; float:left; background:#eee; padding:10px; height:190px;}


 .workflow{
    position: absolute;
    right: 50px;
    top: 178px;
    font-size: 12px;
    text-decoration:none;
  }
    
 
 .error_messages {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin: 10px 0 20px;
  background-color: #f0f0f0;
  font-size: 12px;
}

.error_messages h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
  float:none;
}

.error_messages p {
  margin: 8px 10px;
}

.error_messages ul {
  margin: 0;
}

.error_messages ul li {
  margin-left: 20px;
}

.notice {
    background:#FFFECC url(../images/smile_notice.gif) no-repeat 10px;
    border: 1px solid #FAECB5; 
}
.success {
    background:#E2F9E3 url(../images/smile_success.gif) no-repeat 10px;
    border: 1px solid #9ECE9E;margin-top:25px!important;
}
.error {
    background:#FFEDEF url(../images/smile_error.gif) no-repeat 10px;
    border: 1px solid #FFC5CC;
}
.notice, .success, .error {
    color:#1a1a1a;
    font-size:12px;
    padding: 14px 14px 14px 68px;
    margin: 6px 0px;
}
.notice span, .success span, .error span {
    display: block;
    font-weight: bold;
    font-size:12px;
    padding-bottom: 2px;
    color:#1a1a1a;
}
.success span {
    color:#579157;
}
.error span {
    color:#CF8790
}
.notice span {
    color:#BBAB67;
}