/*  
	Theme Name: 	WordPress Theme 846
	Theme URI: 		http://template-help.com/
	Description:	A theme from Template-Help.com Collection
	Version: 		2.7
	Author: 		Template_Help.com 
	Author URL: 	http://www.Template-Help.com/ 
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
* { padding:0; margin:0;}
	html { font:90%/1.5 'Open Sans',sans-serif;}
	body { background:#0f2a3e; color:#2c3440;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
h1
{
	font-size:2em;
}

h2
{
	font-size:1.5em
/* 1.5*16 = 24 */
}

h3
{
	font-size:1.17em
/* 1.17*16 = 18.72 */
}

h4
{
	font-size:1em
/* 1*16 = 16 */
}

h5
{
	font-size:.83em
/* 0.83*16 = 13.28 */
}

h6
{
	font-size:.75em
/* 0.75*16 = 12 */
}
.clear { clear: both;}

	table, td, div, img { border:0; /*border-collapse:collapse;*/}
	td {vertical-align:middle;}
	ul, li { list-style: none;}
	p {line-height:1.5;margin:0 0 1em}
		
a {/*text-decoration: underline;*/ color:#2c3440;}
a:hover {text-decoration: none;}

	input, select, textarea { vertical-align:middle; color:#000;}
	input.text, select, textarea { padding:2px 0px 3px 6px; border:1px solid #cfd6d9;}
	
	
/*** Main ***/
	.main {  /*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); min-width:980px;*/}
	.main {  background:url(images/tail.jpg) repeat-x center top #fff;}
	.main-width { width:960px; margin:0 auto;}
	
	.header { height:251px; /*overflow:hidden;*/ border:1px solid #fff;}
	
	.header .top {overflow:hidden;}
	.header .top .corner-left { width:300px; float:left; margin:0px 0px 0px 0px; margin-right:-3px;}
	.header .top .corner-right { float:right; margin:0px 0px 0px 0px; margin-left:-3px;}
	.header .top .corner-center { /*height:100%;*/ overflow:hidden;}
	.header .top .corner-center img { border: solid #fff; border-width:0 1px;}
	
/*** Menu ***/
	.menu { padding:0px 0px 0px 10px; clear:both;}
	
	.menu ul { list-style:none; width:100%; overflow:hidden; /*height:100%;*/}
	.menu ul li { float:left; /*height:100%;*/ border-right:1px solid #fff; padding:8px 25px 15px 26px;}
/*** Menu Styling ***/
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#above-header #top_header_menu,
#above-header .menu {
	border-bottom: 1px solid #FFF;
}
#below-header #top_header_menu,
#below-header .menu {
	border-top: 1px solid #FFF;
}
#top_header_menu,
.menu {
	width: 100%;
	margin: -3px auto 0; 
	padding: 2px 0 2px;
	background: none;
	height: 35px;
	text-transform: uppercase;
}
#top_header_menu ul,
.menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 5px; padding: 0;
}
#top_header_menu li,
.menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 0 0 10px;
}
	
#top_header_menu li a,
.menu li a {
	color: #FFF;
	display: block;
	font-weight: 600;
    margin: 0; padding: 3px 10px;
	text-decoration: none;
}
 
#top_header_menu li a:hover,
.menu li a:hover {
	color: #000;
	background: #fff /*url(images/menu-active-bg.gif) repeat-x*/;
}

/* second level stuff */
#top_header_menu li ul,
.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: 36px;
	width: 190px;
	margin: 0; padding: 0;
}
#top_header_menu li li,
.menu li li {
	padding: 0;
}
#top_header_menu li li a,
.menu li li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 6px 10px;
	border-top: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #316C94 /*url(images/menu-active-bg.gif) repeat-x*/;
}
#top_header_menu li li a:hover,
.menu li li a:hover {
	background: #FFF /*url(images/menu-bg.gif) repeat-x*/;
	color: #000;
	padding: 6px 10px;
}
#top_header_menu li ul,
.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: 36px;
	width: 190px;
	margin: 0; padding: 0;
}
#top_header_menu li ul ul,
.menu li ul ul {
	margin: -36px 0 0 189px;
}
#top_header_menu li:hover ul ul,
#top_header_menu li:hover ul ul ul,
#top_header_menu li.sfhover ul ul,
#top_header_menu li.sfhover ul ul ul,
.menu li:hover ul ul,
.menu li:hover ul ul ul,
.menu li.sfhover ul ul,
.menu li.sfhover ul ul ul {
	left: -999em;
}
#top_header_menu li:hover ul,
#top_header_menu li li:hover ul,
#top_header_menu li li li:hover ul,
#top_header_menu li.sfhover ul,
#top_header_menu li li.sfhover ul,
#top_header_menu li li li.sfhover ul,
.menu li:hover ul,
.menu li li:hover ul,
.menu li li li:hover ul,
.menu li.sfhover ul,
.menu li li.sfhover ul,
.menu li li li.sfhover ul {
	left: auto;
}
#top_header_menu li:hover,
#top_header_menu li.sfhover,
.menu li:hover,
.menu li.sfhover { 
	position: static;
}

/*** End Menu Styling ***/
	
	.menu ul li a { /*display:block; */float:left; height:100%; letter-spacing:1px; overflow:hidden; text-decoration:none;}
	.menu ul li a { font-size:1.2em; font-weight:bold; color:#fff;}
	
	.menu ul li a:hover, .menu ul li.current_page_item a { text-decoration:underline;}
	
/*** Logo ***/
	.logo { }
	.logo .indent { padding:70px 0px 0px 36px;}
	.logo h1 { width:227px; height:44px; background:url(images/logo.gif) no-repeat 0 0; font-size:1em; font-weight: normal; color:#fff; cursor:pointer; text-indent:-1000em; overflow:hidden;}
	.logo h1:hover { text-decoration:none;}
	.description {width:227px; height:8px; margin:16px 0px 0px 0px; background:url(images/description.gif) no-repeat 0 0; font-size:1.2em; font-weight: normal; color:#2f3643;overflow:hidden; letter-spacing:1px; text-indent:-1000em;}
	
/*** Search ***/
	.search {/*overflow:hidden; height:100%;*/ padding:5px 14px 0px 0px;}
	.search form {}
	.search .text { width:130px; padding:1px 0px 2px 6px; margin:0px 10px 0px 0px;}
	.search .but { cursor: pointer;}
	
	.search_page {/*overflow:hidden; height:100%;*/ padding:30px 14px 0px 36px;}
	.search_page form {}
	.search_page .text { width:130px; padding:1px 0px 2px 6px; margin:0px 10px 0px 0px;}
	.search_page .but { cursor: pointer;}
	
/*** Slogan ***/
	.slogan { float:right; padding:39px 31px 0px 0px;}
	
	
/*** Column ***/
	.content { clear:both; height:100%; overflow:hidden; padding:0px 0px 20px 0px; background:url(images/column-bg.gif) repeat-y right 0;}
	
	.column-right { width:242px; float:right;  margin:0px 0px 0px 0px;  _margin-left:-3px; padding:16px 0px 0px 0px;}
	
/*** Widgets  ***/
	.widget { height:100%; overflow:hidden; border-bottom:1px solid #dfe3e7;}
	.widget-bg { margin:10px 0 10px 0;}
	.widget .title { height:100%; margin:0px 0px 12px 0px;}
	
	.widget h2 { font-size:1.8em; font-weight: normal; color:#2676bd; border-bottom:1px solid #2676bd; height:100%; overflow:hidden; padding:16px 10px 0px 16px;}
	
	.widget ul { margin:0px 0px 0px 1px; color:#2d2d2d; font-size:1em; height:100%;}
	.widget li { background:url(images/marker.gif) no-repeat 0 4px; padding:0px 0px 10px 11px;}
	
	.widget a { color:#2b465b; font-size:10px;}
	.widget li a { color:#2b465b; text-decoration:none; font-weight:bold;}
	.widget li a:hover { text-decoration: underline;}
	
	/*** widget_categories ***/
	.widget_categories .title { height:100%; margin:0px 0px 9px 0px;}
	.widget_categories h2 { color:#c5141b; border-bottom:1px solid #c5141b;}
	.widget_categories ul { margin:0px 0px 0px 0px; font-size:1.2em;}
	.widget_categories li { background:url(images/widget-bg.gif) repeat-x 0 bottom #fff; padding:5px 0px 8px 17px;}
	
	.widget_categories a { color:#2b465b; font-size:12px;}
	.widget_categories li a { color:#2b465b; text-decoration:none; font-weight: normal;  display:block; height:100%; }
	.widget_categories li a { background:url(images/widget-marker.gif) no-repeat 0 5px; padding:0px 0px 0px 13px;}
	.widget_categories li a:hover { text-decoration: underline;}
		
	
	/*** widget_meta ***/
	
	
	/*** widget_archive ***/	
	
	/*** widget_recent_entries ***/	
			
	/*********/
		#search form { padding:0px 0px 0px 30px;}
		
		.widget-right #search form { padding:0px 0px 0px 0px;}
		
		.widget_calendar table { margin:0px 0px 0px 10px;}
		
		.widget-right .widget_calendar table { margin:0px 0px 0px -4px;}
		
		.widget_tag_cloud h2 { text-align:left;}
		.widget_tag_cloud { text-align:center;}
		.widget_tag_cloud a {text-align:center; padding:0px 4px 0px 4px;}
		
		.widget table a {}
		
		.widget_text h2 {}
		.widget_text { background: none;}
		.widget_text div {background: none;}
		.widget_text .widget-bg {background: none;}
		
		.textwidget { padding:0px 14px 0px 40px; font-size:1.2em;}
		.textwidget {}
		
	
		
/*** Content  ***/
	.column-center { overflow:hidden; height:100%;}
	
		.column-center .indent { clear:both; /*overflow:hidden; */ padding:20px 17px 0px 38px; margin:0px 0px 0px 0px; border-bottom:1px solid #dfe3e7;}
		
		.column-center .title { overflow:hidden; overflow:hidden; padding:0px 0px 19px 0px;}
			
		.column-center .title h2 { font-size:1.8em; font-weight: normal; color:#000; overflow:hidden; padding:5px 0px 10px 35px; background:url(images/title-img.gif) no-repeat 0 0;}
		.column-center .title h3 { font-size:1.4em; color:#000;}
		
		.column-center .title h2 a, .column-center .title h3 a { color:#000; text-decoration:none;}
		.column-center .title h2 a:hover, .column-center .title h3 a:hover { text-decoration: underline;}
		
		.column-center .title .date { font-size: 1.1em; color:#017bc2; padding:6px 0px 0px 1px; }
		.column-center .title .author { font-size: 1.1em; color:#017bc2; padding:1px 32px 0px 1px;}
		
		.title-page * {  font-size:1.4em; color:#191d24;  padding:5px 0px 10px 1px;}
	
	
	.text-box { clear:both;}
	
			
	.text-box .fleft { padding:0px 0px 0px 0px; display: inline;}
	.text-box .fleft img { float:left; direction: inherit; margin:-1px 15px 4px 0px; *margin:0px 15px 3px 0px;}
	
		
	.column-center .border-bottom { border-bottom:0; padding-bottom:0px;}
		
	.comments a, .link-edit a, .navigation a { font-size:1em; color:#2676bd; text-decoration:none;}
	.comments a:hover, .link-edit a:hover, .navigation a:hover { text-decoration: underline;}
	
	.comments { clear:both; padding:1px 14px 10px 1px;}
	
	.link-edit { padding:0px 14px 10px 1px;}
	
	.navigation { clear:both; padding:10px 0px 0px 0px;}
	
	/*******/
		.column-center .welcome { margin:0px 0px 0px 0px;} 
		.welcome { background:url(images/bg-top.gif) repeat-x 0 0 #cce8f7; overflow:hidden; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
		.column-center .welcome h2 { padding:24px 0px 8px 11px;}
		.welcome .corner-left-top { background:url(images/corner-left-top.gif) no-repeat 0 0;}
		.welcome .corner-right-top { background:url(images/corner-right-top.gif) no-repeat right 0;}
		.welcome .corner-left-bot { background:url(images/corner-left-bot.gif) no-repeat 0 bottom;}
		.welcome .corner-right-bot { background:url(images/corner-right-bot.gif) no-repeat right bottom; overflow:hidden; height:100%; padding:0px 16px 11px 14px;}
		.welcome .title { padding:0px 0px 26px 0px;}
		.welcome .text-box { padding:0px 0px 0px 11px;}
		.welcome .text-box p { padding:0px 0px 9px 0px;}
		
	/*******/
	.text-box h1 {  font-size:1.8em; line-height:1.5em; font-weight: normal; color:#121212;}
	.text-box h2 {  font-size:1.7em; line-height:1.5em; font-weight: normal; color:#121212;}
	.text-box h3 {  font-size:1.4em; line-height:1.5em; color:#121212;}
	.text-box h4 {  font-size:1.3em; line-height:1.5em; color:#121212;}
	.text-box h5 {  font-size:1.2em; line-height:1.5em; color:#121212;}
	
/*** OL UL style***/
	.text-box ul { padding:2px 0px 5px 2px;}
	.text-box ul li { background:url(images/marker.gif) no-repeat 0 5px; padding:0px 0px 4px 20px; list-style-image:none; list-style:none; font-weight:normal;}
	.text-box ul li ul { margin-left:10px;}
	.text-box ul li ol { margin-left:15px;}
	.text-box ul li ol li { list-style-type:decimal;}
	
	.text-box ol { padding-left:2px;}
	.text-box ol li { /*background:none;*/ padding:0px; margin-left:13px;  font-weight:normal;list-style-type:decimal;}
	.text-box ol li ul { padding:2px 0px 5px 2px;}
	.text-box ol li ul li { font-weight:normal; background:url(images/marker.gif) no-repeat 0 5px; padding:3px 0px 9px 20px;}
	
	.text-box ul li { list-style-image:none; list-style:none;}
	.text-box ul li a {}
	.text-box ul li a:hover {}
	.text-box ul li ul { margin-left:15px;}
	.text-box ul li ol {margin-left:20px;}
	.text-box ul li ol li { list-style-type:decimal;background:none;}
	.text-box ul li ol li a { /*background:none;*/}
	
	.text-box ol { padding:5px 0px 5px 2px;}
	.text-box ol li{ /*background:none;*/ padding:0px; margin-left:20px;}
	.text-box ol li a { padding-left:0px; text-decoration:none; font-weight:normal;}
	.text-box ol li a:hover{ text-decoration:underline; }
	.text-box ol li ul li a { font-weight:normal; text-decoration:underline;}
	.text-box ol li ul li a:hover {text-decoration:none;}
	

/*** Footer ****/

	.footer { clear:both; height:100%; color:#d6dadf; background:url(images/footer-left-bg.gif) repeat-x 0 0 #0f2a3e; overflow:hidden;}
	.footer-width {  width:800px; margin:0 auto; background:url(images/footer-bg-top.gif) repeat-x 0 0;}
	.footer-bg { background:url(images/footer-bg.gif) repeat-y right 0;}
	.footer-box { background:url(images/footer-img.gif) no-repeat right 0;}
	
	.footer .indent { overflow:hidden; padding:23px 300px 33px 40px;}
	
	.footer a { color:#d6dadf; text-decoration:none;}
	.footer a:hover { text-decoration: underline;}
	
	
	
/* -----------------------------------------------------------------
---------------------------- WP ------------------------------------
----------------------------------------------------------------- */

	.info-sidebar { padding:10px 20px 20px 30px;  width: auto; color:#000; overflow: hidden; font-size:1.2em; line-height:1.4em;}
	.info-sidebar a { text-transform:none;}
	
	.pagetitle { font-size:2.1em; font-weight: normal; overflow:hidden; color: #000; text-align:center; padding:10px 0px 0px 0px;/* margin:0px 0px -20px 0px;*/}

/*--- Navigations ---*/
	.navigation { padding:15px 10px 6px 0px; clear:both; /*height:100%;*/ /*overflow:hidden; */}
	.navigation .alignleft { float: left; width:45%; text-align:left;  padding:0px 0px 0px 0px;}
	.navigation .alignright { float: right; width:45%; text-align:right; padding:0px 0px 0px 0px;}
	
	.pd-nav { padding:0; margin:0;}
	.pd-nav .alignleft { padding:0; margin:0;}
	.pd-nav .alignright { padding:0; margin:0;}
	
	.pd-title {padding-bottom:0;}
	
	.marg { margin-bottom:10px;}

/*--- Begin Images ---*/
	p img {
		padding: 0;
		max-width: 100%;}
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	img.alignright { float: right;display:inline;
		padding: 0;
		margin: 3px 0px 10px 20px;}
	
	img.alignleft {	padding: 0;	margin: 3px 25px 5px 0; float:left; display:inline;}
	
/*------*/
	.postmetadata { font-size:1.2em; clear:both; padding:12px 0px 10px 0px;}
	.postmetadata a {/*color:#3B7ECC;*/}
	.postmetadata a:hover {text-decoration:none;}
	
	/*------*/
	#tag_cloud .widget-bottom-left {padding-bottom:15px;}
	#tag_cloud .widget-heading {margin-bottom:15px;}
	#tag_cloud a {padding-left:3px;}
	
	/*--- Popup styles ---*/
	#commentspopup {}
	#commentspopup #header {background:#2F3F99 url(images/popup_header_bg.gif) top repeat-x;}
	#commentspopup .page-padding {padding:0 5px;}
	#commentspopup .page-width {width:538px; margin:0 auto;}
	#commentspopup .header-top {background:url(images/popup_header_bg_top.jpg) top repeat-x;}
	#commentspopup .header-top-right {background:url(images/popup_header_bg_top_right.jpg) top right no-repeat;}
	#commentspopup .header-top-left {background:url(images/popup_header_bg_top_left.jpg) top left no-repeat; width:100%; height:160px;}
	#commentspopup .header-padding {padding:39px 0 0 89px;}
	#commentspopup h1 {font-size:1em; margin:0; padding:0; color:#E1E7EC; text-indent:-10000em; width:141px; height:27px;}
	#commentspopup h1:hover {text-decoration: none; cursor:pointer;}
	#commentspopup .description {width:141px; height:9px; text-indent:-10000em; margin-top:2px;}
	#commentspopup .description2 {width:249px; height:27px; text-indent:-10000em; margin-top:19px;}
	#commentspopup .border-bottom-left {padding:17px 37px 10px;}
	#commentspopup p {font-size:12px;}
	
	
/*--- Begin Typography & Colors ---*/
	small {	font-size: 1em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
	small * {font-size: 0.9em;}
	small p {font-size: 0.9em;}
	
	select { width: 130px;}
		
	#commentform {font-size:1.2em;}
	
	#commentform input {
		margin: 5px 5px 1px 0;}
	
	#commentform {
		margin: 5px 10px 0 0;}
		
	#commentform textarea {
		width: 100%;
		padding: 2px;}
		
	#respond:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;}
		
	#commentform #submit {
		margin: 0 0 10px auto;
		float: right;}
		
	#respond p { padding:0px 0px 10px 0px; text-indent:0;}
	#respond form p { padding:0px 0px 10px 0px; text-indent:0;}
	
/*--- Begin Calendar ---*/
	#wp-calendar { empty-cells:show; width: 155px; font-size:1.1em;}
	
	#wp-calendar th { padding:3px 0; text-align:center; color:#000;}
	#wp-calendar td { padding:3px 0; text-align:center; color:#000;}
	
	#wp-calendar a { display: block; font-weight:bold;}
	#wp-calendar #next a { padding-right: 10px;	text-align: right; font-weight: normal;}
	#wp-calendar #prev a { padding-left: 10px;text-align: left; font-weight: normal;}
	
	#wp-calendar caption { text-align: center; color:#000; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;}
	
	
/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom:1px dashed #999;
		}
	
	blockquote {
		border:1px solid #262626;
		background:#eeeeee; padding:15px 10px 10px 20px; margin:5px 0; color:#000;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	
/* Captions */
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;}

	.wp-caption.alignleft {
		float:left;
		margin-left:0;
		margin-right:5px; }

	.wp-caption.aligncenter { 
		margin-left:auto; 
		margin-right:auto; }

	.wp-caption.alignright { 
		float:right; 
		margin-left:5px; 
		margin-right:0; }

	.wp-caption.alignleft { 
		float:left; 
		margin-left:0; 
		margin-right:5px; }

	
/* Begin Comments*/
	.alt { padding: 10px; font-size:1.2em; padding:0px 20px 0px 0px;}
	
	.commentlist {/* font-size:1.2em;*/ color:#000;
		/*padding:0px 18px 0px 20px;*/
		text-align: justify;
		}
	.commentlist a {}
	.commentlist span { color:#000;}
	
	ol.commentlist  li { list-style: none;
		margin:6px 0px 6px 0px;
		padding: 5px 10px 3px;
		/*list-style: none;*/
		border:1px solid #262626;
		background:#eeeeee;
		}
		
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff; /*margin:0px 20px 15px 0px;*/
		}
	
	.commentlist p { font-size:1.2em; color:#000;
		margin: 10px 5px 10px 0;
		}
	
	#commentform p {
		margin: 5px 0;
		padding-left:15px;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
		}
.centeredImage
    {
    text-align:center;
    display:block;
margin-right:80px;
    }

/*start course now button*/
a.imageLink1 {

display:block;

background:url(http://www.whitecardaustralia.com.au/wp-content/themes/WCA/images/startcoursenow2.png) top no-repeat;

width:212px;

height:45px;

text-decoration:none;

}

a.imageLink1:hover {

background-position:bottom;
text-decoration:none;

}

a.imageLink1 span {

visibility:hidden;

}

a.imageLink1:link {
text-decoration:none;
margin:0 auto;
text-align:center;
}

a.imageLink1:visited{
text-decoration:none;
}
/*big start course now button*/
a.imageLink2 {

display:block;

background:url(http://www.whitecardaustralia.com.au/wp-content/themes/WCA/images/startcoursenow1.png) top no-repeat;

width:333px;

height:70px;

text-decoration:none;

}

a.imageLink2:hover {

background-position:bottom;
text-decoration:none;

}

a.imageLink2 span {

visibility:hidden;

}

a.imageLink2:link {
text-decoration:none;
margin:0 auto;
text-align:center;
}

a.imageLink2:visited{
text-decoration:none;
}

a.imageLink9 {



display:block;



background:url(images/continuecourse.png) top no-repeat;



width:323px;



height:70px;



text-decoration:none;



}



a.imageLink9:hover {



background-position:bottom;

text-decoration:none;



}



a.imageLink9 span {



visibility:hidden;



}



a.imageLink9:link {

text-decoration:none;

margin:0 auto;

text-align:center;

}



a.imageLink9:visited{

text-decoration:none;

}

form#corpacc {
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 2px 2px 10px #CCCCCC;
    margin: 5px auto 0;
    padding: 20px 10px;
    text-align: center;
    width: 480px;
}
.new {
background: #FFF;
border: 1px solid #CCC;
box-shadow: 0px 0px 1px #CCC, 1px 1px 5px #FAFAFA inset;
padding: 5px 10px;
color: #444;
font-size: 14px;
margin: 5px;
text-align: left;
width: 300px;
overflow: hidden;
display: block;
transition: all 0.50s ease 0s;
border-radius: 2px;
font-family: 'Open Sans',sans-serif;
}
.button {
color: #FFF;
/* text-shadow: #999 1px 1px 2px; */
background: #BFD730;
border: 1px solid #AFC32A;
box-shadow: 0 3px 2px -2px #444;
text-decoration: none;
padding: 8px 15px;
transition: all 0.50s ease 0s;
border-radius: 2px;
font-family: 'Open Sans',sans-serif;
display: inline-block;
font-weight: 600;
}

.gray {
	color: #fff;
	border: solid 1px #555;
	background:#244459;
}
.gray:hover {
	background: #555; /* Old browsers */
}
#content th {
    border: none;
    color: #444444;
    font-size: 1.1em;
    text-align: left;
    width: 350px;
}
#content tr {
    border: none;
}
#content td{
border:none;
}
#content{
border:none;
}
.expla {
    color: red;
    font-size: 0.8em;
    margin-left: 20px;
    margin-top: -10px;
}
label.error {
    color: red;
    float: right;
    padding-right: 10px;
    vertical-align: top;
}
fieldset {
    border: medium none;
}
.required1 {
    font-size: 16px;
    margin: 0 5px;
    color:red;
}
#statesta td{border:1px solid #000000;padding:5px;}
.corpacc1 {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #CCCCCC;
    margin: 15px auto;
    padding: 20px 10px;
    text-align: center;
    width: 95%;
}
.content1 th{
	text-align:left;
	color:#444;
	width:350px;
	border:none;
	font-size:1em;
	vertical-align:central;
}
.content1 tr{
	border:none;
}

.corporatetable{
width:100%;
border-collapse: collapse;
text-align:center;
margin-bottom:15px;
}
.corporatetable th{
background: #444;
border:1px solid #ccc;
color:#fff;
padding: 5px;
}
.corporatetable td{
border:1px solid #ccc;
padding: 5px;
font-size:12px;
}
    .warning{
        background: none repeat scroll 0% 0% #EA2D22;
        border: 1px solid #E74C3C;
        margin:10px auto;
        width:100%;
        font-weight:normal;
        padding: 10px 10px 0;
    }
    .warning p{
        color:#fff;
        text-align: center;
    }
    .warning a{
        color: #fff;
        text-decoration: underline;
    }
.center{
text-align: center;
margin: 0 auto;
vertical-align: center;
}
#pageshare html, #pageshare iframe{
max-width:70px;
max-height:70px;
}