/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #333333;
}

body, tr,
td, input,
select, textarea 	{font:normal 12px/20px Arial, Helvetica, sans-serif;}

a:link 			{color:#3d5212; text-decoration:none;}
a:visited 	{color:#3d5212; text-decoration:none;}
a:hover 		{color:#3d5212; text-decoration:underline;}
a:active 		{color:#3d5212; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:14px; margin:0 0 12px;}
h2 					{font-size:14px; margin:8px 0;}
h3 					{font-size:12px; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

a.snapshot { text-decoration: none; } 

span.red {
  color: #FF0000;
}

p.pdfdownload {
  background: url("../images/pdf.jpg") no-repeat 0 0;
  padding: 10px 0 10px 45px;
}

table {
  margin-bottom: 10px;
}

table.withborders td, table.withborders th {
  border: 1px solid #ccc;
  padding: 2px;
}

table.withborders tr th {
  font-weight: bold;
  padding: 2px;
  background: #99cc33;
}



ul.bullet-point-list {
	list-style-type: none;
	margin: 0;
	margin-top:5px;
}

ul.bullet-point-list li
{
	background: url("../images/bullet-point.jpg") no-repeat 0 5px;
	padding-left: 30px;
	padding-top: 1px;
	margin-bottom:5px;
	min-height: 30px;
}

.bullet-point-list li h2 {
  margin-bottom: 0;
}

/* Standard Layout */

#wrapper {
	position: absolute;
	background:#fff url("../images/content-bg.gif") repeat-y 0 0;
	width: 880px;
	text-align: left;
	left: 50%;
	margin-left: -440px;
}

#header {
	position: relative;
	top: 0;
	left: 177px;
  background: #99cc33 url("../images/logo.gif") no-repeat top right;
	padding: 0px;
	width: 703px;
	height: 178px;
}

#header h1, #header h2 {
  text-indent: -9000px;
}

#content {
  float: left;
  margin-left: 177px;
	width: 701px;
	min-height: 385px;
	height: auto;
	overflow: auto;
  background: url("../images/sidebar-bg.jpg") no-repeat top right;
}

#content-main {
  position: relative;
  width: 312px;
  height: 100%;
  padding: 36px;
  padding-top:30px;
  background: #fff;
}

#content-side {
  float: right;
  width: 248px;
  height: 100%;
  padding: 36px;
}

#content-side p span {
  color: #99cc33;
}

#content-side p span.caps {
  color: #000;
}

#side-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 177px;
	min-height: 597px;
	background-image: url(../images/sidebar-6.jpg);
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	font-size: 10px;
	clear:both;
	height: 15px;
	width: 854px;
	background:#b0b0b3;
	text-align: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#footer a:link 			{color:#000; text-decoration:none;}
#footer a:visited 	{color:#000; text-decoration:none;}
#footer a:hover 		{color:#3d5212; text-decoration:underline;}
#footer a:active 		{color:#3d5212; text-decoration:none;}


/* Navigation */

#nav {
  position: relative;
	list-style: none;
	background: url("../images/nav-bg.jpg") repeat-x 0 0;
	height: 24px;
	width: 860px;
	margin-top:0px;
	z-index: 900000;
	text-transform: uppercase;
	padding-top:5px;
	padding-left: 20px;
	line-height: 1.3em;
}

#nav ul {
	margin-top: 0px;
	margin-right: 10px;
	background: url("../images/nav-divider.jpg") no-repeat right;
	padding-right: 10px;
}

/*this one is bad*/
/*#nav li {
  display:inline;
  list-style: none; 
  padding:3px 20px 3px 20px;
}*/

#nav a {
  padding:3px 10px 3px 10px;
}

#nav a:link 			{color:#333; text-decoration:none;}
#nav a:visited 	  {color:#300; text-decoration:none;}
#nav a:hover 		  {color:#fff; text-decoration:none;  background: #333;padding:3px 10px 3px 10px;}
#nav a:active 		{color:#3d5212; text-decoration:none; background: #99cc33;padding:3px 10px 3px 10px;}

/*a Style the top level menu items (the ones that are always shown)*/
.webgen-menu-horiz-dd ul > li > {
  background: url("../images/nav-divider.jpg") no-repeat right;
}

/*a Style the top level menu items (the ones that are always shown) NOT clickable ones. This seems to only effect dropdown items*/
.webgen-menu-horiz-dd ul > li > span {
  margin-top: 0px;
}

/*Style the drop down menus - this is the drop down area as a whole*/
.webgen-menu-horiz-dd ul ul {
  border: 0;
  background: url("../images/nav-bg.jpg") 0 0;
}	

/*Style the drop down menu items - drop down items that are clickable */
.webgen-menu-horiz-dd ul ul > li > a {
  background: url("../images/nav-bg.jpg") repeat-x 0 0;  
  width: 200px;
  border: 0;
}	

/*Style the hovered-over menu item*/
.webgen-menu-horiz-dd li:hover > a	{}


.webgen-menu-horiz-dd a {
  background-color: transparent;
}



/*Style the drop down menu items - drop down items that are NOT clickable */
.webgen-menu-horiz-dd ul ul > li span {
  background: url("../images/nav-bg.jpg") repeat-x 0 0; 
  width: 200px;  
  padding: 3px 3px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  
  text-decoration: none;
  font-weight: none;
  font-size: 11px;
  color: #3d5212;
  
}

/*top level menu items that arent clickable*/
ul li.none, ul li.webgen-menu-submenu-inhierarchy span {
  display: block;
  color:#3d5212; 
  padding:3px 10px 3px 10px;
}

/*2nd level menu items that arent clickable*/
.webgen-menu-submenu-inhierarchy ul li.none span  {
  display: block;
  padding:3px 10px 3px 10px;
  margin-top: -3px;
  margin-left:-10px;
  margin-bottom: -3px;
}

.webgen-menu-horiz-dd ul li.over ul { display: block; }

.webgen-menu-horiz-dd ul ul li a {
  background: #97989c url("../images/nav-bg.jpg") repeat-x 0 0;  
  width: 200px;
  border: 0;
}

.webgen-menu-horiz-dd ul ul li span {
  background: #97989c url("../images/nav-bg.jpg") repeat-x 0 0; 
  width: 200px;  
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  font-weight: none;
  font-size: 11px;
  color: #3d5212;
  position:relative;
  
}


.clr {
	clear:both;
}


/*-- FORM STYLING --*/

form {
	
}



form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form .controls {
  margin-top: 20px;
  margin-left: 153px;
}

form ul.nobullet, form ol.nobullet {
  list-style-type: none;
}

form br {clear:left;}

fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #99cc33;
	clear: both;
	padding: 10px;
	width: 500px;
}

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

label span {
  color: #FF0000;
}

legend {
  color: #000;
  font-weight: bold;
}

label, .radiolabel, longradiolabel {
	width:130px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

label.shortlabel {
  width: 80px;
  text-align: right;
}

label.mediumlabel {
  width: 120px;
  text-align: right;
}

label.longlabel, .longradiolabel {
  width: 240px;
}

.last-name-label {
	width: auto;
	padding-left: 13px;
}

input.short {
	width: 50px;
}

input.medium {
	width: 100px;
}

input.long {
	width: 200px;
}

input.button {
	width:80px;
	height: 22px;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid #99cc33;
	background: #fff;
}

input.button:hover {
  color: #fff;
  background: #333;
}

input{
	border: 1px solid #ccc;
}

input.noborder {border: none;} 

input.radio{
	width:auto;
	margin-right:10px;
	position:relative;
	top:2px;
	background-color:transparent;
}

textarea{
  border: 1px solid #ccc;
  width: 300px;
  height: 60px;
}

.fieldWithErrors input{
	background-color: #FCC;
}

.radio {
  margin-left: 140px;
}

.longradio {
  margin-left: 0;
  margin-top:5px;
  margin-left: 250px;
}

.radio label, .longradiolabel {
  width: auto;
  float: left;
  margin-left: 0;
}

.radio input.radioinput, .longradio input.radioinput {
  float: left;
  width: auto;
  margin-right: 5px;
}

form#dropdown select {
  width: 300px;
} 

form#dropdown input.formButton {
  width: auto;
}


/* -- PAGE ELEMENT STYLING -- */

#content-main h1 {
  width: 216px;
  height: 28px;
  text-indent: -9000px;
  background: url("../images/headings/home.gif") no-repeat 0 0;
}

#content-side h1 {
  width: 143px;
  height: 28px;
  text-indent: -9000px;
  background: url("../images/headings/side-contacts.gif") no-repeat 0 0;
}

#side-photo {
  background: url("../images/sidebar-1.jpg") no-repeat 0 0;
}

#about #content, #contact #content, #links #content, #news #content, #yoursmsf #content, #services #content {
  background: #fff;
}

#services #content-side {
  padding-top: 62px
}


/* -- HOME PAGE -- */

#home #content-main h1 {
  height: 50px;
}

#home #content-main h1 {
  background: url("../images/headings/home.gif") no-repeat 0 0;
}

#home #content-side h1 {
  background: url("../images/headings/side-super-news.gif") no-repeat 0 0;
}

#home #side-photo {
}

#home #content-side {
  width: 228px;
}

#home #wrapper {
  background:#fff url("../images/content-bg2.gif") repeat-y 0 0;
}


/* -- ABOUT PAGE -- */

#about #content-main h1 {
  background: url("../images/headings/about.gif") no-repeat 0 0;
}

#about-keypersonnel #content-main h1 {
  background: url("../images/headings/keypersonnel.gif") no-repeat 0 0;
}

#about #side-photo, #about-keypersonnel #side-photo {
  background: url("../images/sidebar-3.jpg") no-repeat 0 0;
}

#about img, #about-keypersonnel img {
  float: left;
  margin-top: 10px;
}

#about #content-main h3, #about-keypersonnel #content-main h3 {
  text-transform: uppercase;
}

#about #content-main p, #about-keypersonnel #content-main p {
  margin-left: 70px;
}

#about-keypersonnel #content-side {
  width: 228px;
}

/* -- SERVICES PAGE -- */

#services #content-main h1 {
  background: url("../images/headings/services.gif") no-repeat 0 0;
}

#services #side-photo {
  background: url("../images/sidebar-4.jpg") no-repeat 0 0;
}

#services #content-main {
  width: 278px;
}

#services #content-side {
  width: 278px;
}

/* -- FORMS PAGE -- */

#forms #content-main h1 {
  background: url("../images/headings/forms.gif") no-repeat 0 0;
}

#forms #content {
  background: #fff;
}

#forms #side-photo {
  background: url("../images/sidebar-5.jpg") no-repeat 0 0;
}

#forms #content-main {
  width: 610px;
}

/* -- YOUR SMSF PAGE -- */

#yoursmsf #content-main h1 {
  background: url("../images/headings/your-smsf.gif") no-repeat 0 0;
}

#yoursmsf #side-photo {
  background: url("../images/sidebar-6.jpg") no-repeat 0 0;
}



/* -- NEWS PAGE -- */

#news #content-main h1 {
  background: url("../images/headings/news.gif") no-repeat 0 0;
}

#news #side-photo {
  background: url("../images/sidebar-1.jpg") no-repeat 0 0;
}

#news #content-main {
  width: 629px;
}

/* -- CONTACT PAGE -- */

#contact #content-main h1 {
  background: url("../images/headings/contact.gif") no-repeat 0 0;
}

#contact #content-side h1 {
  background: url("../images/headings/side-super-news.gif") no-repeat 0 0;
}

#contact #content {
  background: #fff;
}

#contact #side-photo {
  background: url("../images/sidebar-3.jpg") no-repeat 0 0;
}

#contact #content-side {
  padding-top:62px;
}

/* -- LINKS PAGE -- */

#links #content-main h1 {
  background: url("../images/headings/links.gif") no-repeat 0 0;
}

#links #side-photo {
  background: url("../images/sidebar-4.jpg") no-repeat 0 0;
}

.cellOne {
	width: 200px;
	padding: 2px;
}
.CellTwo {
	width: 70px;
	padding: 2px;
}
.cellThree {
	width: 120px;
	padding: 2px;
}
.cellFour {
	background-color: #99cc33;
	padding: 2px;
	border: 1px solid #999999;
	width: 120px;
}

.cellFive {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #999999;
	font-weight: normal;
	width: 120px;
}

.spacer {
	font-size: 10px;
	line-height: 1px;
	margin-top: 2px;
	margin-bottom: 7px;
}