/*  Formi CSS */

div.formiWrapper{
}

div.formiWrapper div.formiDialogSuccess{
	padding: 10px;
	border: 1px solid #00A20B;
	background: #E9FFEB;
	color: #00A20B;
}

div.formiWrapper div.formiDialogValidation{
	padding: 10px;
	background-color: #fff3e5;
	border: 1px solid #f98900;
	color: #f98900;
}
div.formiDialogValidation h3{
	margin-top: 0px;
	color: #f98900;
}

div.formiWrapper div.formiDialogError{
	padding: 10px;
	border: 1px solid #C41818;
	background: #FFEDED;
	color: #C41818;

}




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

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

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


/* Custom Header sizes */

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






/**** DIV CONTAINERS *****/
div.divWrapper {
	text-align: center;
	margin: auto;
	background-color: #c3c3c3;
	background-image: url('../images/bodyShimmer.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	/* remove extra whitespace at bottom of page */
	margin-bottom: -12px;
}
div.divHeader {
	width: 970px;
	height: 128px;
	text-align: left;
	background-image: url('../images/header.jpg');
	background-position: top center;
	margin: auto;
}
div.divHeaderLeft {
	float: left; 
	width: 250px; 
	padding-left: 53px; 
	padding-top: 74px;
}
div.divHeaderRight {
	float: right; 
	width: auto; 
	padding-right: 40px; 
	padding-top: 89px;
}
div.divBody {
	width: 900px;
	text-align: left;
	margin: auto;
	margin-top: 15px;
}
div.divFooter {
	width: 900px;
	text-align: left;
	margin: auto;
	border-top: 2px dotted #e3e3e3;
	padding-top: 15px;
	background: #f98900;
	background: #e3e3e3;
	font-size: 12px;
}
div.copyright{
	text-align: center;
}
div.copyright p{
	font-size: 11px;
}
div.copyright a{
	color: #858585;
}


/*** inner content container for fixed template padding ***/
div.divContent{
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*** div special containers ***/
div.special1{
}

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

/**** LISTS *****/
ul.basic li{
	padding: 2px;
}
ol.basic li{
	padding: 2px;
}
li.basicNone{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

/*** hr ****/
hr{
	border: 0px;
	border-top: 1px dotted #858585;
}

/*** forms ***/
input.textTiny{
	width: 30px;
	background-color: #FCFCFC;
	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: #FCFCFC;
	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: #FCFCFC;
	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: #FCFCFC;
	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: #FCFCFC;
	border-top: 1px solid #9B9B9B;			 		   
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}


/**** A ****/
/* Primary Colour */
a:active{
	color: #5ab5d2;
	text-decoration: none;
}
a:visited{
	color: #5ab5d2;
	text-decoration: none;
}
a:link{
	color: #5ab5d2;
	text-decoration: none;
}
a:hover{
	color: #5ab5d2;
	text-decoration: underline;
}
/* Secondary Colour */
a.secondary:active{
	color: #f98900;
	text-decoration: none;
}
a.secondary:visited{
	color: #f98900;
	text-decoration: none;
}
a.secondary:link{
	color: #f98900;
	text-decoration: none;
}
a.secondary:hover{
	color: #f98900;
	text-decoration: underline;
}
/* Tertiary Colour */
a.tertiary:active{
	color: #fbdb4a;
	text-decoration: none;
}
a.tertiary:visited{
	color: #fbdb4a;
	text-decoration: none;
}
a.tertiary:link{
	color: #fbdb4a;
	text-decoration: none;
}
a.tertiary:hover{
	color: #fbdb4a;
	text-decoration: underline;
}

