

/*v1.0 | 20080212*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}


/*`Basic HTML
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: 13px/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
A:focus
{
	outline: 1px dotted none;
}
HR
{
	border: 0 solid #CCC;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/*`Headings
----------------------------------------------------------------------------------------------------*/
H1
{
	font-size: 25px;
}
H2
{
	font-size: 23px;
}
H3
{
	font-size: 21px;
}
H4
{
	padding-top: 10px;
	font-size: 19px;
}
H5
{
	font-size: 17px;
}
H6
{
	font-size: 15px;
}
/*`Spacing
----------------------------------------------------------------------------------------------------*/
OL
{
	list-style: decimal;
}
UL
{
	list-style: square;
}
LI
{
	/*[disabled]margin-left:30px;*/
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin-bottom: 5px;
}


/*
960 Grid System ~ Core CSS.
Learn more ~ http://960.gs/

Licensed under GPL and MIT.

`Containers
----------------------------------------------------------------------------------------------------*/
.container_12, .container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/*`Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.container_12 .grid_3, .container_16 .grid_4
{
	width: 220px;
}
.container_12 .grid_6, .container_16 .grid_8
{
	width: 460px;
}
.container_12 .grid_9, .container_16 .grid_12
{
	width: 700px;
}
.container_12 .grid_12, .container_16 .grid_16
{
	width: 940px;
}
/*`Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha
{
	margin-left: 0;
}
.omega
{
	margin-right: 0;
}
/*`Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1
{
	width: 60px;
}
.container_12 .grid_2
{
	width: 140px;
}
.container_12 .grid_4
{
	width: 300px;
}
.container_12 .grid_5
{
	width: 380px;
}
.container_12 .grid_7
{
	width: 540px;
}
.container_12 .grid_8
{
	width: 620px;
}
.container_12 .grid_10
{
	width: 780px;
}
.container_12 .grid_11
{
	width: 860px;
}
/*`Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1
{
	width: 40px;
}
.container_16 .grid_2
{
	width: 100px;
}
.container_16 .grid_3
{
	width: 160px;
}
.container_16 .grid_5
{
	width: 280px;
}
.container_16 .grid_6
{
	width: 340px;
}
.container_16 .grid_7
{
	width: 400px;
}
.container_16 .grid_9
{
	width: 520px;
}
.container_16 .grid_10
{
	width: 580px;
}
.container_16 .grid_11
{
	width: 640px;
}
.container_16 .grid_13
{
	width: 760px;
}
.container_16 .grid_14
{
	width: 820px;
}
.container_16 .grid_15
{
	width: 880px;
}
/*`Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3, .container_16 .prefix_4
{
	padding-left: 240px;
}
.container_12 .prefix_6, .container_16 .prefix_8
{
	padding-left: 480px;
}
.container_12 .prefix_9, .container_16 .prefix_12
{
	padding-left: 720px;
}
/*`Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1
{
	padding-left: 80px;
}
.container_12 .prefix_2
{
	padding-left: 160px;
}
.container_12 .prefix_4
{
	padding-left: 320px;
}
.container_12 .prefix_5
{
	padding-left: 400px;
}
.container_12 .prefix_7
{
	padding-left: 560px;
}
.container_12 .prefix_8
{
	padding-left: 640px;
}
.container_12 .prefix_10
{
	padding-left: 800px;
}
.container_12 .prefix_11
{
	padding-left: 880px;
}
/*`Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1
{
	padding-left: 60px;
}
.container_16 .prefix_2
{
	padding-left: 120px;
}
.container_16 .prefix_3
{
	padding-left: 180px;
}
.container_16 .prefix_5
{
	padding-left: 300px;
}
.container_16 .prefix_6
{
	padding-left: 360px;
}
.container_16 .prefix_7
{
	padding-left: 420px;
}
.container_16 .prefix_9
{
	padding-left: 540px;
}
.container_16 .prefix_10
{
	padding-left: 600px;
}
.container_16 .prefix_11
{
	padding-left: 660px;
}
.container_16 .prefix_13
{
	padding-left: 780px;
}
.container_16 .prefix_14
{
	padding-left: 840px;
}
.container_16 .prefix_15
{
	padding-left: 900px;
}
/*`Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3, .container_16 .suffix_4
{
	padding-right: 240px;
}
.container_12 .suffix_6, .container_16 .suffix_8
{
	padding-right: 480px;
}
.container_12 .suffix_9, .container_16 .suffix_12
{
	padding-right: 720px;
}
/*`Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1
{
	padding-right: 80px;
}
.container_12 .suffix_2
{
	padding-right: 160px;
}
.container_12 .suffix_4
{
	padding-right: 320px;
}
.container_12 .suffix_5
{
	padding-right: 400px;
}
.container_12 .suffix_7
{
	padding-right: 560px;
}
.container_12 .suffix_8
{
	padding-right: 640px;
}
.container_12 .suffix_10
{
	padding-right: 800px;
}
.container_12 .suffix_11
{
	padding-right: 880px;
}
/*`Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1
{
	padding-right: 60px;
}
.container_16 .suffix_2
{
	padding-right: 120px;
}
.container_16 .suffix_3
{
	padding-right: 180px;
}
.container_16 .suffix_5
{
	padding-right: 300px;
}
.container_16 .suffix_6
{
	padding-right: 360px;
}
.container_16 .suffix_7
{
	padding-right: 420px;
}
.container_16 .suffix_9
{
	padding-right: 540px;
}
.container_16 .suffix_10
{
	padding-right: 600px;
}
.container_16 .suffix_11
{
	padding-right: 660px;
}
.container_16 .suffix_13
{
	padding-right: 780px;
}
.container_16 .suffix_14
{
	padding-right: 840px;
}
.container_16 .suffix_15
{
	padding-right: 900px;
}
/*`Clear Floated Elements
----------------------------------------------------------------------------------------------------
http://sonspring.com/journal/clearing-floats*/
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}


/*<br /> <b>Notice</b>: Undefined index: HTTP_ACCEPT_ENCODING in <b>D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php</b> on line <b>85</b><br /> <br /> <b>Notice</b>: Undefined index: HTTP_ACCEPT_ENCODING in <b>D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php</b> on line <b>86</b><br /> <br /> <b>Notice</b>: Undefined index: HTTP_USER_AGENT in <b>D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php</b> on line <b>92</b><br /> <br /> <b>Notice</b>: Undefined index: HTTP_USER_AGENT in <b>D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php</b> on line <b>93</b><br /> <br /> <b>Warning</b>: Cannot modify header information - headers already sent by (output started at D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php:85) in <b>D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php</b> on line <b>113</b><br /> <br /> <b>Warning</b>: Cannot modify header information - headers already sent by (output started at D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php:85) in <b>D:\WWW!\SEA!\www\wp-content\themes\southeastaccess ombine.php</b> on line <b>114</b><br /> html, body*/
#INVALID-RULE
{
	/*[disabled]height:100%;*/
}
/*---------------------------------------*/
BODY
{
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3F3F3F;
	background: #FFF;
	border-top: 5px solid #537DD9;
}
A, A:visited
{
	color: #BC6839;
	text-decoration: underline;
}
A:hover
{
	color: #4472D3;
	text-decoration: none;
}
STRONG
{
	font-weight: bold;
}
H2
{
	text-transform: uppercase;
	font-size: 22px;
	margin: 20px 0 0;
	color: #4276E2;
	padding: 5px 0;
}
P
{
	/*[disabled]margin:0;*/
	/*[disabled]font-size:14px;*/
	line-height: 23px;
	/*[disabled]text-align:justify;*/
	padding: 10px 20px 0 0;
}
IMG.icons
{
	padding: 10px 25px 0;
}
UL, LI
{
	list-style: none;
}
UL
{
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	padding: 10px 0;
}
LI
{
	padding-left: 15px;
}
/*---------------------------------------*/
.wrapper
{
	margin: 0 auto;
/*the bottom margin is the negative value of the footer's height*/
}
#wrapper, .wrapper
{
	min-width: 1024px;
	margin-bottom: 20px;
}
.grid_12
{
	margin: 20px 0 20px 10px;
}
.col1
{
	float: left;
	width: 50%;
}
.col2
{
	float: right;
	width: 45%;
}
IMG.map
{
	padding: 5px;
	margin: 10px;
	border: 1px solid #DCDCDC;
}
/*Header, Eyebrow Nav & Search
/* ---------------------------------------*/
#header
{
	height: 157px;
	position: relative;
}
#header H1
{
	width: 629px;
	height: 64px;
	position: absolute;
	top: 29px;
	left: 10px;
}
#header H1 A, #header H1 A:hover
{
	display: block;
	width: 348px;
	height: 103px;
	background: url(../img/logo_southeastaccess.png) no-repeat;
	text-indent: -5000px;
}
#header #eyebrowNav
{
	text-align: right;
	font: italic bold 20px/23px helvetica, arial, verdana, sans-serif;
	position: absolute;
	top: -5px;
	left: 620px;
	width: 320px;
	height: 106px;
	text-align: right;
	padding: 31px 0 0;
	background: #7397E1 url(../img/bg_eyebrow.jpg) repeat-x bottom left;
	color: #000075;
	letter-spacing: -1px;
}
#eyebrowNav .contact-info
{
	color: #FFF;
}
#eyebrowNav .contact
{
	font: italic 19px/23px helvetica, arial, verdana, sans-serif;
	display: block;
	padding: 15px 15px 0;
}
#eyebrowNav H2
{
	text-transform: none;
	border: none;
	font-size: 22px;
	color: #000075;
	margin: 0;
	padding: 0 15px 0 0;
}
#cpa-qualified
{
	position: absolute;
	top: 44px;
	left: 434px;
	height: 91px;
	padding: 5px 0 0;
	background: url(../img/logo_cpa-australia.png) no-repeat;
}
/*Navigation Bar*/
#nav
{
	background: url(../img/bg_nav-top.png) no-repeat right top;
	height: 39px;
	padding: 12px 0 0;
	z-index: 100;
	margin-bottom: 20px;
	margin: 0 auto 20px;
}
#nav .grid_11
{
	padding: 0;
	width: 940px;
}
#nav UL
{
	list-style: none;
	z-index: 100;
	padding: 1px 6px;
	line-height: 1.8em;
}
#nav UL LI
{
	font-size: 20px;
	font-style: italic;
	padding: 0;
	margin: 0 8px 0 10px;
	letter-spacing: -1px;
	float: left;
}
#nav UL LI.last
{
	margin: 0;
}
#nav UL LI.current_page_item A
{
	display: block;
	/*[disabled]color:#F4E899;*/
	color: #BC6839;
}
#nav UL LI A:hover
{
	color: #CC3D00;
}
#nav UL LI A
{
	text-decoration: none;
	display: block;
	color: #1C427F;
	padding: 1px 6px;
}
/*Style drop down list*/
#nav LI UL
{
	position: absolute;
	line-height: 2;
	width: 260px;
	left: -999em;
	padding: 15px 0 15px 10px;
	background: #FCF7DE;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 1000;
}
#nav LI:hover UL, #nav LI.sfhover UL
{
	/*[disabled]left:auto;*/
	/*[disabled]color:#FCE772;*/
}
#nav LI UL LI A, #nav LI UL LI A:visited
{
	line-height: 20px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: #1C53AB;
	/*[disabled]width:190px;*/
	padding: 6px 9px;
/*border-radius: 6px*/
}
#nav LI UL UL
{
	margin: -35px 0 0 180px;
}
#nav LI UL LI A:hover, #nav LI.sfhover UL UL
{
	background: #5B85DB;
	color: #FFF;
	/*[disabled]background:url(/img/nav-btn.png);*/
}
#nav LI:hover UL, #nav LI LI:hover UL, #nav LI.sfhover UL, #nav LI LI.sfhover UL
{
	left: auto;
}
/*Main Content Block*/
#main-content-top
{
	background: transparent url(../img/bg_content-top.jpg) no-repeat left top;
	padding: 30px 0 0;
	margin: -20px 0 -10px -20px;
}
#main-content
{
	background: transparent url(../img/bg_content-bottom.jpg) no-repeat center bottom;
	padding: 20px 0 40px 15px;
	margin: 0 0 20px -10px;
}
#main-content-inner
{
	background: transparent url(../img/bg_content-content.jpg) repeat-y left top;
	padding: 0 0 20px 20px;
	width: 610px;
	margin: 0 0 0 -15px;
}
#sitemap.main-content-block
{
	/*[disabled]background:#ECE1C6;*/
	/*[disabled]border:1px solid #DEC791;*/
	/*[disabled]padding:20px 15px;*/
	/*[disabled]margin:0 0 20px;*/
}
.main-content-block A
{
	color: #B79B00;
	text-decoration: underline;
}
.main-content-block A:hover
{
	color: #3F3F3F;
	text-decoration: none;
}
.main-content-block P
{
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	padding: 10px 0 0;
}
.main-content-block P.with-border
{
	border-top: 1px solid #F8E2AE;
}
.main-content-block .news-block
{
	padding: 15px 0;
	border-bottom: 1px solid #DEC791;
	border-top: 1px solid #F8E2AE;
}
.main-content-block .news-block.last
{
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
.main-content-block .news-block IMG.thumb
{
	margin-top: 0 !important;
	border: 1px solid #FFF;
	clear: both;
}
.main-content-block .news-block H3
{
	margin: 0 0 5px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.main-content-block .news-block P
{
	/*[disabled]padding:0;*/
	/*[disabled]margin:0;*/
	/*[disabled]font-size:12px;*/
	/*[disabled]line-height:16px;*/
}
.main-content-block H3
{
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0;
	margin: 0;
}
.sidebar-block H3
{
	font-weight: bold;
	margin: 0;
}
.main-content-block H4, .sidebar-block H4
{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #5F4E00;
	padding: 0;
	margin: 0;
}
.pagetitle
{
	padding: 0 0 20px;
}
SMALL
{
	color: #BC6839;
	font-size: 11px;
	margin: 0 0 0 5px;
}
.navigation
{
	padding: 0 0 30px;
}
.postmetadata
{
	margin: 20px 20px 30px 0;
	padding: 6px;
	background: #FCFCFC;
	border: 1px solid #BFD1E1;
}
.alignright
{
	padding: 6px;
	margin: 0 20px 0 0;
	float: right;
	background: #FCFCFC;
	border: 1px solid #BFD1E1;
}
.alignleft
{
	float: left;
	padding: 6px;
	background: #FCFCFC;
	border: 1px solid #BFD1E1;
}
#main .post
{
	padding: 0 0 20px;
	position: relative;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 25px;
	font-size: 14px;
}
.entry UL, .entry OL
{
	background: #EBF2F8;
	border: 1px solid #BFD1E1;
	padding: 10px 20px;
	width: 90%;
}
.entry UL UL, .entry OL OL
{
	background: #F5F7F9;
	border: 1px solid #6AA3D5;
	padding: 10px 20px;
	width: 90%;
}
.entry UL
{
	background-color: #E9F3FC;
}
.entry OL, .entry UL
{
	line-height: 18px;
	margin: 10px 0;
}
.entry UL
{
	padding-left: 20px;
}
.entry UL LI, .sitemap UL LI
{
	background: url(../img/ico-bullet-arrow.png) no-repeat left 10px;
	padding: 5px 0 5px 15px;
}
.entry OL
{
	padding-left: 35px;
}
.entry OL LI
{
	list-style: decimal;
	padding: 3px 0;
	list-style-position: inside;
}
.entry BLOCKQUOTE
{
	color: #777777;
	font-style: italic;
	margin: 5px 0 5px 5px;
	padding: 0 10px 0 65px;
	width: 85%;
}
.entry .gform_wrapper UL, .entry OL .gform_wrapper
{
	background: #FFFFFF;
	border: none;
	padding: 10px 20px;
	width: 90%;
}
.entry .gform_wrapper UL UL, .entry .gform_wrapper OL OL
{
	background: #FFF;
	border: none;
	padding: 10px 20px;
	width: 90%;
}
.entry .gform_wrapper UL
{
	background-color: transparent;
}
.entry .gform_wrapper OL, .entry .gform_wrapper UL
{
	line-height: 18px;
	margin: 10px 0;
}
.entry .gform_wrapper UL
{
	padding-left: 20px;
}
.entry .gform_wrapper UL LI
{
	background: none;
	padding: 5px 0 5px 15px;
}
.sitemap
{
	width: 263px;
}
.sitemap UL
{
	background: none;
	border: none;
	padding: 10px 20px;
	width: 83%;
}
.entry UL LI, .sitemap UL LI
{
	background: url(../img/ico-bullet-arrow.png) no-repeat left 10px;
	padding: 4px 0 5px 15px;
}
.page-id-10 .sitemap
{
	margin-top: 20px;
}
.page-id-10 .alignleft
{
	margin-right: 35px;
}
DL
{
	padding: 0;
	float: left;
	margin: 10px 0;
}
DT
{
	padding: 0;
	width: 478px;
	float: right;
	color: #285E00;
	margin: 0 0 8px;
	letter-spacing: 1px;
}
DD
{
	margin: 0 25px 8px;
	padding: 0;
	color: #555;
	font-size: 95%;
	line-height: 1.5em;
}
DD.img IMG
{
	float: left;
	padding: 4px;
	margin: 0 20px 0 -25px;
	background: #FFF;
	text-indent: 0;
	border: 1px solid #D9E0E6;
	border-right-color: #C8CDD2;
	border-bottom-color: #C8CDD2;
}
#caption P
{
	float: right;
	width: 50%;
}
#caption IMG
{
	float: right;
}
/*BMS Styles
Sidebar Block*/
#sidebar
{
	/*[disabled]width:310px;*/
	/*[disabled]float:right;*/
}
.sidebar-block
{
	width: 310px;
}
.sidebar-block A
{
	/*[disabled]color:#776503;*/
	/*[disabled]text-decoration:underline;*/
}
.sidebar-block A:hover
{
	/*[disabled]color:#3F3F3F;*/
	/*[disabled]text-decoration:none;*/
}
.sidebar-block H2
{
	/*[disabled]text-transform:capitalize;*/
	text-align: center;
	width: 310px;
	height: 34px;
	background: url(../img/sprite-hottopics.png) no-repeat top right;
	margin: 0 0 -5px;
	color: #FFF;
	padding: 6px 0 0;
}
.sidebar-block P
{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 23px;
	padding: 8px 0 0;
}
.sidebar-block .with-border
{
	/*[disabled]border-top:1px solid #FBEB8F;*/
}
.sidebar-block .hover-block
{
	/*[disabled]border-top:1px solid #FBEB8F;*/
	/*[disabled]border-bottom:1px solid #E3C208;*/
	/*[disabled]padding:10px 14px;*/
}
.sidebar-block .hover-block:hover
{
	/*[disabled]border-bottom:1px solid #F8E2AE;*/
	/*[disabled]background:#FEF3B8;*/
}
.sidebar-block .hover-block P
{
	/*[disabled]font-size:12px;*/
	/*[disabled]line-height:17px;*/
}
.sidebar-block .hover-block.last
{
	/*[disabled]border-bottom:none;*/
}
/*accordion*/
.accordion
{
	width: 100%;
}
.hottopics-box
{
	background: transparent url(../img/bg_hot-topics.jpg) no-repeat bottom left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 310px;
}
.sidebar-block .accordion H3
{
	background: transparent url(../img/sprite-hottopics.png) no-repeat 0% 54%;
	border-bottom: 1px solid #9FB6E6;
	margin: 10px 0 0;
}
.accordion H3 .icon
{
	background: transparent url(../img/arrows_hot-topics.png) no-repeat 99% -17%;
	padding: 9px 0 7px 15px;
	display: block;
	font: bold 0.8em/100% Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.accordion H3:hover
{
	background: transparent url(../img/sprite-hottopics.png) no-repeat 100% 54%;
	border-bottom: 1px solid #7C9DE1;
}
.accordion H3.active
{
	background: transparent url(../img/sprite-hottopics.png) no-repeat 100% 54%;
	border-bottom: 1px solid #7C9DE1;
}
.accordion H3.active .icon
{
	background-position: right 5px;
	background: transparent url(../img/arrows_hot-topics.png) no-repeat 99% -54px;
}
.hottopics-box UL, .hottopics-box LI
{
	list-style: none;
}
.hottopics-box UL
{
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	padding: 10px 0 0;
}
.hottopics-box LI
{
	/*[disabled]padding:5px 10px;*/
}
.accordion P
{
	/*[disabled]background:#F7F7F7;*/
	margin: 0;
	text-align: left;
	padding: 10px;
	/*[disabled]border-left:1px solid #C4C4C4;*/
	/*[disabled]border-right:1px solid #C4C4C4;*/
}
/*All-Around Content Styling*/
.fix
{
	clear: both;
}
/*Featured Managment Services*/
#fbms-blocks
{
	margin-top: 15px;
	margin-left: -20px;
	padding: 0 10px 0 20px;
}
#fbms-blocks H2
{
	color: #C93400;
	margin-bottom: 20px;
}
.fbms-blocks
{
	display: inline;
	/*[disabled]position:relative;*/
	/*[disabled]float:left;*/
	/*[disabled]width:177px;*/
	margin: 20px 0 0;
	/*[disabled]float:left;*/
	/*[disabled]height:auto;*/
}
/*page styles
Footer*/
#footer
{
	background: url(../img/bg_footer.png) no-repeat bottom left;
	margin: 0 auto 20px;
	position: relative;
	padding: 0;
	line-height: 19px;
	font-size: 12px;
	width: 960px !important;
	height: auto;
}
.footer-inner
{
	background: url(../img/footer_top.png) no-repeat top left;
	height: 16px;
	width: 960px;
	margin: -16px 0 0;
}
#footer A
{
	color: #4472D3;
	text-decoration: none;
}
#footer A:hover
{
	color: #0B3080;
	text-decoration: none;
}
#toTop
{
	cursor: pointer;
}
/*Forms*/
.sendbutton
{
	padding: 5px 12px;
	background: #138;
	color: #FFF !important;
	border: none;
}
.sendbutton:hover
{
	background: #25A;
	color: #FFF;
	text-decoration: none;
}
.sendbutton:active
{
	background: #000;
}
#cforms2form.cform
{
	clear: both;
	overflow: hidden;
	width: 97%;
}
#cforms2form.cform UL LI, #cforms2form.cform OL LI
{
	list-style-type: none;
}
#cforms2form.cform SPAN.reqtxt, .emailreqtxt
{
	color: #FF0000;
	padding-left: 15px;
}
.failure, .important, .information, .success
{
	border-top: 1px solid #E8E8DE;
	color: #442;
	line-height: 250%;
	padding-left: 19px;
	width: 420px;
}
.failure
{
	background: #FE9D97 url(../img/error.png) no-repeat 12px 50%;
	border-bottom: 2px solid #EF908A;
}
.important
{
	background: #FBFBEE url(../img/important.png) no-repeat 12px 50%;
	border-bottom: 2px solid #FED7CE;
}
.information
{
	background: #FFF298 url(../img/information.png) no-repeat 12px 50%;
	border-bottom: 2px solid #C5DDF2;
}
.success
{
	background: #FBFBEE url(../img/success.png) no-repeat 12px 50%;
	border-bottom: 2px solid #C7E9B3;
}
FIELDSET
{
	background: #F6F6F6;
	color: #333333;
	margin: 0.5em 0 1.5em;
}
FIELDSET LEGEND
{
	text-transform: uppercase;
}
#cforms2form.cform FIELDSET LABEL
{
	display: block;
	float: none;
	line-height: 150%;
	color: #000073;
	font-weight: normal;
	margin: 0.5em 0 0;
	padding: 0 0 2px;
	text-align: left;
	width: 100%;
}
#cforms2form.cform FIELDSET LABEL, #cforms2form.cform FIELDSET DIV.form-option LABEL
{
	cursor: pointer;
	line-height: 100%;
}
#cforms2form.cform FIELDSET INPUT, #cforms2form.cform FIELDSET TEXTAREA
{
	display: block;
	float: none;
	margin: 0.2em 0 0;
	width: 75%;
}
#cforms2form.cform FIELDSET P INPUT
{
	display: inline;
	margin: 0.2em 0 0;
	padding: 1px;
	width: 45%;
}
#cforms2form.cform FIELDSET TEXTAREA
{
	overflow: auto;
}
#cforms2form.cform FIELDSET DIV.form-input INPUT.error
{
	background-color: #FBF4E2;
}
#cforms2form.cform FIELDSET DIV.form-input INPUT.optional
{
	margin-bottom: 0.2em;
}
#cforms2form.cform FIELDSET DIV.form-option, #cforms2form.cform FIELDSET DIV.form-submit
{
	display: block;
	float: none;
	margin: 1em 0 0;
	width: 100%;
}
INPUT.sendbutton
{
	cursor: pointer;
	padding: 0.5em 2em;
}
#cforms2form.cform FIELDSET
{
	border: 1px solid #DDD;
	padding: 10px;
}
#cforms2form.cform LEGEND
{
	padding: 5px;
}
.cf_hidden
{
	display: none;
}
/*Sidebar (Search)*/
.searchform
{
	margin: 0;
	padding: 1px 0 0;
}
.searchform .searchbox
{
	border: 1px solid #CCC;
	padding: 0 10px 0 0;
	float: left;
	width: 255px;
}
.searchform A.searchicon
{
	float: right;
	background: url(../img/search.gif) no-repeat;
	height: 16px;
	width: 16px;
	margin: 5px 0 0 5px;
}
.searchform .searchfield
{
	float: left;
	width: 222px;
	padding: 4px;
	border: 0;
	color: #999;
}
/*Color boxes*/
.info-box
{
	background: #FFF298;
	border: 1px solid #ECD852;
	color: #424242;
}
.info-box A
{
	color: #846000;
	text-decoration: none;
}
.info-box UL
{
	background-color: #E7DB89 !important;
	border: 1px dotted #ADA465 !important;
}
.info-box .size-thumbnail
{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #ADA465 !important;
}
.info-box A:hover
{
	text-decoration: underline;
}
.post .info-box
{
	margin: 10px 0;
	padding: 10px;
	line-height: 20px;
}
.post .small-info-box
{
	margin-bottom: 20px;
}
.post .small-info-box P
{
	padding: 0;
	font-size: 11px;
}
#sidebar .info-box
{
	margin: 0px 0 15px;
	padding: 10px 10px 15px;
}
#sidebar .info-box .yellow, .post .info-box .yellow
{
	color: #836000;
	font-weight: 700;
	text-transform: uppercase;
}
#sidebar .info-box H3, .post .info-box H3
{
	color: #836000;
	font-weight: 700;
}
#sidebar .info-box A, .post .info-box A
{
	color: #836000;
}
.green-box
{
	background: #DBF6BE;
	border: 1px solid #9BBF65;
	color: #5F704C;
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}
.green-box A
{
	color: #4C7C18;
	text-decoration: none !important;
}
.green-box A:hover
{
	text-decoration: underline !important;
}
.support .green-box
{
	padding: 15px;
	margin: 5px 0;
}
.support .green-box IMG.ico
{
	margin-right: 15px;
}
#main .support .green-box H3
{
	padding: 1px;
}
/*wp-pagenavi*/
.more_entries .wp-pagenavi
{
	background: #FCFCFC;
	font-size: 12px;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	height: 24px;
	text-align: center;
	padding: 5px 0;
}
.more_entries .wp-pagenavi A
{
	text-decoration: none !important;
	color: #FFF;
}
.more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi A:hover
{
	background: url(images/bg-page-navi.png) no-repeat !important;
	color: #FFF;
}
.more_entries .wp-pagenavi A, .more_entries .wp-pagenavi A:link, .more_entries .wp-pagenavi A:visited, .more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi SPAN.pages
{
	background: none;
	border: none;
	line-height: 24px;
	padding: 5px 10px 6px 8px !important;
}
.more_entries .wp-pagenavi .current
{
	color: #FFF;
}
.more_entries .wp-pagenavi .extend
{
	background: none;
	border: none;
}
/*Tables*/
TABLE
{
	font-size: 14px;
	width: 97%;
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0 20px;
}
TABLE TH
{
	font-size: 12px;
	font-weight: 400;
	background: #E9E9E9;
	color: #555;
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #D4D4D4;
}
TABLE TD
{
	background: #FCFCFC;
	border-bottom: 1px solid #D4D4D4;
	color: #333;
	border-top: 1px solid transparent;
	padding: 9px;
	border: 1px solid #D4D4D4;
}
TABLE.membership TH.gold
{
	background: #E7B737;
	border: 1px solid #CC9F23;
}
TABLE.membership TD.gold
{
	background: #FFF298;
	border: 1px solid #CC9F23;
}
TABLE.purchase
{
	margin-bottom: 25px;
}
TABLE.purchase TD
{
	border: 1px solid #D4D4D4;
	border-width: 1px 0;
}
TABLE.purchase TD.price
{
	background: #EEEEEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	border: 1px solid #D4D4D4;
}
/*ie6*/
*+HTML LEGEND
{
	/*[disabled]margin-left:-7px;*/
}
*+HTML INPUT.radio, *+HTML INPUT.checkbox
{
	/*[disabled]vertical-align:middle;*/
}
/*ie7*/
P.field
{
	/*[disabled]margin:0;*/
}
FORM .field, FORM .buttons
{
	/*[disabled]clear:both;*/
	/*[disabled]margin:0 0 5px;*/
}
FORM .field LABEL
{
	/*[disabled]display:block;*/
}
FORM UL.fields
{
	/*[disabled]margin:0 0 1.5em;*/
	/*[disabled]padding:0;*/
}
FORM UL.fields LI
{
	/*[disabled]list-style-type:none;*/
	/*[disabled]margin:0;*/
}
FORM UL.inline LI, FORM UL.inline LABEL
{
	/*[disabled]display:inline;*/
}
FORM UL.inline LI
{
	/*[disabled]padding:0 0.75em 0 0;*/
}
INPUT.radio, INPUT.checkbox
{
	/*[disabled]vertical-align:top;*/
}
LABEL, BUTTON, INPUT.submit, INPUT.image
{
	/*[disabled]cursor:pointer;*/
}
* HTML INPUT.radio, * HTML INPUT.checkbox
{
	/*[disabled]vertical-align:middle;*/
}
TEXTAREA
{
	/*[disabled]overflow:auto;*/
}
INPUT.text, INPUT.password, TEXTAREA, SELECT
{
	/*[disabled]background:#DDD;*/
	/*[disabled]color:#555;*/
	/*[disabled]height:15px;*/
	/*[disabled]padding:7px 8px 5px;*/
	/*[disabled]margin:0;*/
	/*[disabled]font:1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;*/
	/*[disabled]vertical-align:bottom;*/
}
INPUT.text, INPUT.password, TEXTAREA
{
	/*[disabled]border:1px solid #999;*/
}
TEXTAREA
{
	/*[disabled]width:200px;*/
	/*[disabled]height:100px;*/
}
INPUT.text:focus INPUT.password:focus TEXTAREA:focus
{
	/*[disabled]border:1px solid #000;*/
	/*[disabled]background:#FFF;*/
	/*[disabled]color:#000;*/
}
/*horizontal layout*/
FORM.horizontal .field
{
	padding-left: 150px;
}
FORM.horizontal .field LABEL
{
	display: inline;
	float: left;
	width: 140px;
	margin-left: -150px;
}


/*** CORE ***/
BODY
{
	/*[disabled]background:#000 url(../images/page-bg.png) repeat-x scroll top left;*/
	font-family: Arial, Helvetica, sans-serif;
}
/*** FOCUS ***/
A:focus
{
	/*[disabled]outline:none;*/
/*might want to remove this, up to you!*/
}
/*** DEFAULT HEADERS ***/
H1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 61px;
	color: #343434;
	margin: 0;
	padding: 0 0 20px;
	font-weight: normal;
	text-align: center;
}
H1 SPAN
{
	background: transparent url(../img/error.png) no-repeat scroll center left;
	padding-left: 80px;
}
H2
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*[disabled]color:#666;*/
	/*[disabled]text-align:center;*/
}
H3
{
	/*[disabled]color:#333333;*/
	font-size: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, san-serif;
	/*[disabled]text-align:center;*/
}
/*** DEFAULT LINKS ***/
A
{
	/*[disabled]color:#555555;*/
}
A:hover
{
	/*[disabled]color:#999999;*/
}
/*** CLEAR ***/
.clear
{
	clear: both;
}
/*** FORMS ***/
FORM INPUT.inputtext, FORM SELECT.inputtext, FORM TEXTAREA.inputtext
{
	background: #FFF url(../img/input-bg.jpg) repeat-x scroll 0 1px;
	padding: 8px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 19px;
}
FORM INPUT.inputtext:focus, FORM SELECT.inputtext:focus, FORM TEXTAREA.inputtext:focus
{
	border: 1px solid #999;
}
FORM LABEL
{
	font-weight: bold;
	/*[disabled]font-size:0.8em;*/
	color: #444;
}
FORM INPUT.submitbutton
{
	background: #444444 url(../img/button-bg.jpg) repeat-x scroll left top;
	border: medium none #000000;
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	width: 100px;
	height: 40px;
	margin-left: 20px;
}
#report-area FORM .submitbutton
{
	margin-left: 200px;
	font-weight: bold;
}
/*** WRAPPER ***/
DIV#sw-error-box
{
	width: 970px;
	margin: 40px auto;
}
/*** CORNERS ***/
DIV#corners-top
{
	height: 22px;
	background: transparent url(../img/top-white.png) no-repeat scroll center;
}
DIV#corners-bottom
{
	height: 22px;
	background: transparent url(../img/bottom-white.png) no-repeat scroll center;
}
/*** ERROR INFO BOX **
This div contains the <h1> and <h2> - error name and description*/
DIV.error-info
{
	/*[disabled]padding:30px 0;*/
	/*[disabled]background-color:#FFF;*/
}
/*** TABS **
this div contains the rest of the error content - BOTH the tabs and the tab content*/
DIV.bg
{
	background-color: #FFF;
	padding: 0 30px 30px;
	border-left: 10px solid #CCC;
	border-right: 10px solid #CCC;
}
/*this div contains the "tabs"*/
DIV.tabs
{
	background: #FFF url(../img/bg.jpg) repeat-x scroll bottom left;
	margin-top: 25px;
}
/*this class is used for the tabs - change the width so you can add more links!*/
DIV.column
{
	width: 260px;
	padding: 0 10px 10px;
	float: left;
	margin: 10px 15px 0px 0px;
	padding-right: 14px;
	border-right: 1px solid #DDD;
}
/*this is used for the last tab, it must always be applied!*/
DIV.column-end
{
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}
/*tab links*/
DIV.column H3
{
	background: transparent url(../img/search.gif) no-repeat scroll center left;
	margin: 30px 0;
	padding-left: 60px;
}
DIV.column H3 A
{
	color: #323232;
	text-decoration: none;
	cursor: pointer;
}
DIV.column H3 SPAN
{
	/*[disabled]padding-left:10px;*/
	height: 50px;
	display: block;
	padding-top: 10px;
}
DIV.column H3.report
{
	background-image: url(../img/report.gif);
}
DIV.column H3.sitemap
{
	background-image: url(../img/sitemap.gif);
}
/*selected tab*/
DIV.selected
{
	background: transparent url(../img/selected.gif) no-repeat scroll bottom center;
}
/*** CONTENT **
wraps all the content - both hidden and otherwise*/
#jquery-content
{
}
/*class .contextbox is applied to all the tabbed content divs*/
#jquery-content .contentbox
{
	padding: 20px;
}
/*** SEARCH CONTENT ***/
#search-area
{
	text-align: center;
}
/*** SITEMAP AREA ***/
#sitemap-area UL
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 210px;
	padding-right: 41px;
}
/*needs to be applied to last column*/
#sitemap-area UL.endcolumn
{
	padding-right: 0;
}
#sitemap-area UL LI
{
	padding: 0;
}
#sitemap-area UL A
{
	/*[disabled]font-size:0.7em;*/
	display: block;
	padding: 8px 5px;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
}
/*headers*/
#sitemap-area H4
{
	font-size: 1.5em;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
/*** REPORT AREA ***/
#report-area FORM .inputtext, #report-area FORM .submitbutton
{
	/*[disabled]font-size:0.7em;*/
	font-weight: normal;
}
#report-area FORM .submitbutton
{
	font-weight: bold;
}
SPAN.required
{
	font-weight: bold;
	color: #FF0000;
}
/*if an error occurs
this class is added WITH the above class if the message was sent, it changes the colours to green*/
P.success
{
	border-color: #004200;
	background: #00A500 url(../img/success-bg.jpg) repeat-x scroll top left;
	color: #FFF;
	padding: 10px 10px 8px 20px;
}
/*** COPYRIGHT **
* IE fixes **/
#sw-error-box DIV.tabs, #jquery-content, #jquery-content .contentbox, .error-info, DIV#sitemap-area UL LI A, DIV#sitemap-area UL LI
{
	display: inline-block;
}
#sw-error-box DIV.tabs, #jquery-content, #jquery-content .contentbox, .error-info, DIV#sitemap-area UL LI A, DIV#sitemap-area UL LI
{
	display: block;
}

