body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	text-align: left;
	color: #ffffff;
	background: #1d1d1d;

}
p, td{
	font-size: 14px;
}
p.large, td.large{
	font-size: 19px;
}
span.small{
	font-size: 12px;
}
.small{
	font-size: 12px;
}
.tiny{
	font-size: 10px;
}
/* TINY MCE CSS FIXES */
p{
	text-align: left;
}

/* FIREFOX == IE for Header sizes */
h1 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3.home {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Custom Header sizes */

h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	margin: 10px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
/*** template colur classes ***/
.primary{
	color: #457cbf;
}
.secondary{
	color: #e3bb31;
}
.tertiary{
	color: #fbdb4a;
}
.white{
	color: #ffffff;
}
.grey{
	color: #858585;
}






/**** DIV CONTAINERS *****/
div.divWrapper {
	text-align: center;
	margin: auto;
	background-color: #363636;
	padding-top: 35px;
	/* remove extra whitespace at bottom of page */
	margin-bottom: -12px;
}
div.divBkgd {
	margin: auto;
	background-color: #1d1d1d;
	padding-top: 0px;
}
div.divHeader {
	width: 880px;
	height: 34px;
	margin: auto;
	text-align: left;
	padding-top: 0px;
	/*background-image: url('../images/header.jpg');
	background-position: top center;*/
}
div.divHeaderLeft {
	float: left; 
	width: 250px; 
	padding-left: 40px; 
}
div.divHeaderRight {
	float: right; 
	width: auto; 
	padding-right: 40px; 
}
div.divBody {
	width: 880px;
	text-align: left;
	margin: auto;
	margin-top: 0px;
}
div.divBodyBkgd {
	width: 580px;
	min-height: 301px;
	text-align: left;
	margin: auto;
	margin-top: -5px;
	padding: 0px;
	background-color: #2f8dfa;
	background-image: url('../images/bodyShimmer.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
td.tdHeaderBodyWrapper{
	background-color: #575757;
	background-image: url('../images/bkgdShimmer.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
div.divFooter {
	width: 880px;
	text-align: left;
	margin: auto;
	padding-top: 35px;
	background-image: url('../images/bkgdFooter.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
td.tdFooterWrapper{
	background-image: url('../images/bkgdFooterShimmer.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
td.tdFooterLeft{
	text-align: left;
}
td.tdFooterRight{
	text-align: right;
}
div.divFooterNav{
	font-size: 11px;
	color: #577daa;
}
/* Footer Link Colour */
div.divFooterNav a:active{
	color: #577daa;
	text-decoration: none;
}
div.divFooterNav a:visited{
	color: #577daa;
	text-decoration: none;
}
div.divFooterNav a:link{
	color: #577daa;
	text-decoration: none;
}
div.divFooterNav a:hover{
	color: #577daa;
	text-decoration: underline;
}

div.copyright{
	padding-top: 130px;
	font-size: 11px;
	color: #555555
}
div.copyright p{
	font-size: 11px;
}
div.copyright a{
	color: #555555;
	text-decoration: none;
}

/** content wrappers and containers **/
div.divContent{
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.bodyLeftWrapper{
	float: left;
	width: 280px;
	margin: 0px;
	margin-top: 1px;
	/*border: 1px solid #00ff00;*/
}
div.bodyLeftContent{
	padding: 0px;
	padding-top: 0px;
}

div.bodyRightWrapper{
	float: right;
	width: 580px;
	margin: 0px;
	/*border: 1px solid #ff0000;*/
}
div.bodyRightContent{
	padding: 0px;
	padding-top: 0px;
}
div.bodyRightContent table.basic td{
	font-size: 14px;
	padding-bottom: 6px;
}

/** nav - menu - wrapper */
div.menu {
	margin: auto;
	width: auto;
	height: 18px;
	/*border: 1px solid #0000ff;*/
}


/** sub nav for admin/member/etc type pages */
div.navSub{
	border: 1px solid #DEDEDE;
	background: #FCFCFC;
	padding: 7px;
	font-size: 11px;
}

/*** sidebar ***/
div.sidebar{
	padding-top: 40px;
	font-size: 11px;
}
div.sidebar a:active {
	font-size: 11px;
	color: #6c6c6c;
	text-decoration: none;
}
div.sidebar a:visited {
	font-size: 11px;
	color: #6c6c6c;
	text-decoration: none;
}
div.sidebar a:link {
	font-size: 11px;
	color: #6c6c6c;
	text-decoration: none;
}
div.sidebar a:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}


/***** flashQuotes *****/
div.flashQuotes{
	border: 1px solid #ff0000;	
	height: 160px;
}


/***** Page Headers *****/
div.pageHeader h1{
	/*display: block;
	width: 900px;*/
	z-index: 1000; /* IE Fix*/
	margin: 0px;
	/* text-indent: -200em;
	background-repeat: no-repeat; */
}
/*** tables ****/
table.basic td {
	padding: 3px;
}

table.basicSmall td {
	padding: 3px;
	font-size: 11px;
}
table.details{
	width: 880px;
}
table.details th{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #EDEDED;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.details td{
	font-size: 12px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.details th.actions{
	background: cornsilk;
}
table.details td.actions{
	background: cornsilk;
	text-align: center;
}
/* alternating row colors */
tr.rowStyle1{
	background: none;
}
tr.rowStyle2{
	background: #F9F9F9;
}
table.smallFont td{
	font-size: 10px;
}
table.mediumFont td{
	font-size: 11px;
}

/**** LISTS *****/
ul.basic li{
	padding: 2px;
	font-size: 14px;
}
ol.basic li{
	padding: 2px;
	font-size: 14px;
}
ul.basicSmall li{
	padding: 2px;
	font-size: 12px;
}
ul.basicSmall li em{
	font-size: 11px;
}
ol.basicSmall li{
	padding: 2px;
	font-size: 12px;
}
ol.basicSmall li em{
	font-size: 11px;
}
ul.basicLarge li{
	padding: 2px;
	font-size: 20px;
}
ol.basicLarge li{
	padding: 2px;
	font-size: 20px;
}
li.basicNone{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}
ul.basicArrow li{
	padding: 2px;
	font-size: 14px;
}
ol.stepsh3 {
}
ol.stepsh3 li{
	padding: 2px;
	font-size: 22px;
}
ol.stepsh3 li h3{
	margin-bottom: 0px;
}
ol.stepsh3 li p{
	margin-top: 3px;
	font-size: 14px;
}
ol.stepsh3 ul li{
	margin-top: 2px;
	font-size: 14px;
}
ul.stepsh3 {
}
ul.stepsh3 li{
	padding: 2px;
	font-size: 22px;
}
ul.stepsh3 li h3{
	margin-bottom: 0px;
}
ul.stepsh3 li p{
	margin-top: 3px;
	font-size: 14px;
}
ul.stepsh3 ul li{
	margin-top: 2px;
	font-size: 14px;
}

/*** bullets - img ***/
img.bulletLarge{
	padding-right: 10px;
}

/*** div boxes ***/
div.featureBoxPrimary{
	border: 1px solid #5ab5d2;
	background-color: #f1fcff;
	padding: 15px;
	padding-top: 0px;
}
div.featureBoxPrimary a:active{
	color: #5ab5d2;
	text-decoration: none;
}
div.featureBoxPrimary a:visited{
	color: #5ab5d2;
	text-decoration: none;
}
div.featureBoxPrimary a:link{
	color: #5ab5d2;
	text-decoration: none;
}
div.featureBoxPrimary a:hover{
	color: #5ab5d2;
	text-decoration: underline;
}

div.featureBoxSecondary{
	border: 1px solid #f98900;
	background-color: #fff9f2;
	padding: 15px;
	padding-top: 0px;
}
div.featureBoxSecondary a:active{
	color: #f98900;
	text-decoration: none;
}
div.featureBoxSecondary a:visited{
	color: #f98900;
	text-decoration: none;
}
div.featureBoxSecondary a:link{
	color: #f98900;
	text-decoration: none;
}
div.featureBoxSecondary a:hover{
	color: #f98900;
	text-decoration: underline;
}

div.featureBoxTertiary{
	border: 1px solid #fbdb4a;
	background-color: #fffdf5;
	padding: 15px;
	padding-top: 0px;
}
div.featureBoxTertiary a:active{
	color: #fbdb4a;
	text-decoration: none;
}
div.featureBoxTertiary a:visited{
	color: #fbdb4a;
	text-decoration: none;
}
div.featureBoxTertiary a:link{
	color: #fbdb4a;
	text-decoration: none;
}
div.featureBoxTertiary a:hover{
	color: #fbdb4a;
	text-decoration: underline;
}
div.dismiss{
	margin-bottom: 0px;
	text-align: right;
	font-size: 11px;
}





/*** hr ****/
hr{
	border: 0px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
div.hr{
	border: 0px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

/** sign-in text - top right of page **/
#divLogin {
	width: 900px;
	margin: auto;
}
div.loginText {
	text-align: right;
	z-index: 500;
	margin: auto;
	font-size: 11px;
	padding: 6px;
	padding-bottom: 0px;
}

/* BREAD CRUMBS */
#breadCrumbLeft{
	float: left;
	font-size: 10px;
}
#breadCrumbRight{
	float: right;
	font-size: 10px;
}
div.breadCrumbLeft{
	float: left;
	font-size: 10px;
	color: #979797;
	margin: auto;
	padding: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.bodyBreadCrumb {
	width: 880px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding-left: 0px; 
	text-align: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	/*border-bottom: 1px solid #b0b0b0;
	background: #ededed;*/
}

#breadCrumbLeft select{
	font-size: 10px;
}
#breadCrumbRight select{
	font-size: 10px;
}
#breadCrumbLeft input{
	font-size: 10px;
}
#breadCrumbRight input{
	font-size: 10px;
}


/*** Notices div boxes ***/
div.notices{
	width: 880px;
	margin: 0 auto;
	padding-left: 0px; 
	text-align: left;
}
#noticeConfirm{
	border: 1px solid #00A20B;
	background: #E9FFEB;
	color: #00A20B;
	padding: 7px;
}
div.noticeConfirm{
	border: 1px solid #00A20B;
	background: #E9FFEB;
	color: #00A20B;
	padding: 7px;
}
#noticeNotice{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 10px;
		
}
div.noticeNotice{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 10px;
		
}
h3.noticeNotice{
	margin-top: 0px;
	color: #FFAE00;
}
#noticeError{
	border: 1px solid #C41818;
	background: #FFEDED;
	color: #C41818;
	padding: 7px;
}
div.noticeError{
	border: 1px solid #C41818;
	background: #FFEDED;
	color: #C41818;
	padding: 7px;
}
h3.noticeError{
	margin-top: 0px;
	color: #C41818;
}
div.noticeError a:active{
	color: #C41818;
	text-decoration: underline;
}
div.noticeError a:visited{
	color: #C41818;
	text-decoration: underline;
}
div.noticeError a:link{
	color: #C41818;
	text-decoration: underline;
}
div.noticeError a:hover{
	color: #C41818;
	text-decoration: none;
}

#validationNotice{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 10px;
		
}
div.validationNotice{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 10px;
		
}
h3.validationNotice{
	color: #FFAE00;
	font-size: 21px;
}

/*** Pagination links ***/
#paginationLinksLeft{
	float: left;
	font-size: 11px;
}
#paginationLinksRight{
	float: right;
	font-size: 11px;
}
#paginationLinksLeft select{
	font-size: 10px;
}
#paginationLinksRight select{
	font-size: 10px;
}
#paginationLinksLeft input{
	font-size: 10px;
}
#paginationLinksRight input{
	font-size: 10px;
}


/*** div actions boxes ***/
#actions1{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 7px;
	padding-top: 0px;
	margin: auto;	
}
#actions1 h3{
	margin-top: 3px;	
}

div.destroyWarning{
	border: 1px solid #FFAE00;
	background: #FFFDF9;
	color: #FFAE00;
	padding: 7px;
	/*border: 1px solid #C41818;
	background: #FFEDED;
	color: #C41818;
	padding: 7px;*/
	padding-top: 0px;
	margin: auto;	
}
div.destroyWarning h3{
	margin-top: 3px;	
}

/*** Messages ***/
table.messageTemplate {
}
table.messageTemplate td:last-child{
	padding-left: 10px;
}
table.messageTemplate img{
	padding-right: 0px;
}
table.messageTemplate h4{
}
table.messageTemplate h4 span{
	font-size: 15px;
	font-weight: normal;
}
table.messageTemplate form #submit {
	font-size: 17px;
	
}

table.messageFormOptions {
}
table.messageFormOptions td:last-child{
	padding-left: 10px;
}
table.messageFormOptions img{
	padding-right: 0px;
}
table.messageFormOptions h4{
}
table.messageFormOptions h4 span{
	font-size: 15px;
	font-weight: normal;
}
table.messageFormOptions form #submit {
	font-size: 17px;
	
}

/**** testimonial stuff ****/
div.testimonialSnipit{
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.testimonialSnipitText{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
div.testimonialSnipitName{
	text-align: right;
}



/*** formi ***/
div.formiWrapper{

}
div.formiDialogSuccess{
	border: 1px solid #00A20B;
	/*background: #E9FFEB;*/
	color: #00A20B;
	padding: 10px;
}
div.formiDialogSuccess h3{
	color: #00A20B;
	font-size: 21px;
	margin-top: 0px;
}
div.formiDialogValidation{
	border: 1px solid #FFAE00;
	/*background: #FFFDF9;*/
	color: #FFAE00;
	padding: 10px;
}
div.formiDialogValidation h3{
	color: #FFAE00;
	font-size: 21px;
	margin-top: 0px;
}
div.formiDialogError{
	border: 1px solid #C41818;
	/*background: #FFEDED;*/
	color: #C41818;
	padding: 10px;
}
div.formiDialogError h3{
	color: #C41818;
	font-size: 21px;
	margin-top: 0px;
}



/*** forms ***/
div.formBox1{
	margin: auto;
	border: 1px solid #DEDEDE;
	background: #FCFCFC;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
}
div.formBox1 > h1:first-child{
	margin-top: 0px;
}
div.formBox1 > h2:first-child{
	margin-top: 0px;
}
div.formBox1 > h3:first-child{
	margin-top: 0px;
}
div.formBox1 > h4:first-child{
	margin-top: 0px;
}
div.formBox1 > h5:first-child{
	margin-top: 0px;
}
div.formBox1 > h6:first-child{
	margin-top: 0px;
}

input.textTiny{
	width: 30px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textSmall{
	width: 100px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textShort{
	width: 100px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
input.textMedium{
	width: 250px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

}
input.textLong{
	width: 400px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
textarea{
	width: 400px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-family: sans-serif;
	font-size: 13px;
}
textarea.textareaMedium{
	width: 400px;
	height: 250px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
textarea.textareaMediumShort{
	width: 400px;
	height: 100px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
select.categories{
	width: 400px;
}

input.textMediumFat{
	width: 250px;
	font-size: 25px;
	background-color: #FFFFFF;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;

}
input.buttonFat{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}

form div.formImageWrap img{
	border: 1px solid #858585;	
}




/**** A ****/
/* Primary Colour */
a:active{
	color: #e3bb31;
	text-decoration: underline;
}
a:visited{
	color: #e3bb31;
	text-decoration: underline;
}
a:link{
	color: #e3bb31;
	text-decoration: underline;
}
a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/* Secondary Colour */
a.secondary:active{
	color: #ffffff;
	text-decoration: underline;
}
a.secondary:visited{
	color: #ffffff;
	text-decoration: underline;
}
a.secondary:link{
	color: #ffffff;
	text-decoration: underline;
}
a.secondary:hover{
	color: #e3bb31;
	text-decoration: underline;
}
/* Tertiary Colour */
a.tertiary:active{
	color: #ffffff;
	text-decoration: underline;
}
a.tertiary:visited{
	color: #ffffff;
	text-decoration: underline;
}
a.tertiary:link{
	color: #ffffff;
	text-decoration: underline;
}
a.tertiary:hover{
	color: #457cbf;
	text-decoration: underline;
}


