/*
General HTML tags
*/


body {
	font-size: 69%; /* For best results set to 60%, 69% or 76%. All following font sizes must be set to em's and must always be 1.0em or more*/
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
}

p {
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.8em;
}


a { color: #F50000}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #f50000;
	margin-top: 12px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	margin-top: 0.4em;
	margin-bottom: 0.4em;	
}


h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	margin-top: 0.2em;
	margin-bottom: 0.1em;	
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-top: 0.2em;
	margin-bottom: 0.1em;	
}



ul {
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.8em;
}
	
	
li {
	margin-left: -18px;
}

ol {
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.8em;
}

blockquote {
	display: block;
	width: 480px;
	font-style: italic;
	}

table {
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.8em;
}

#pagewrapper {
   width: 740px;
   position: absolute;
	top: 12px;
	left: 10px;
	float: left;
}

/*
Header section
*/

#header {
  	width: 738px;
	height: 65px;
	border: solid 1px;
	border-color: #ccc;
}
	

	
#stclogo {
	position: absolute;
   top: 8px;
   left: 8px;
}



/* Retain styles for utility menu in case needed in future

#utilitymenu {
   position: absolute;
   top:67px;
	right: 0px;
	text-align: right;
   width: 738px;
   color: #255282;
	padding-right: 5px;
	}

#utilitymenu a {
   font-size: 1.0em;
	color: #255282;
	padding-right: 3px;
	text-decoration: none;
}

#utilitymenu a:hover {
    text-decoration: underline;
}

*/

#contentwrapper {
  	width: 740px;
	margin-top: 10px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-color: #ccc;
	
}

#pagetitle {
		width: 740px;
		height: 35px;
		background-color: #F50000;
		margin-bottom: 8px;
		}

.titletext {
	font-size: 1.5em;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	line-height: 2.5em;	
	
}

#maincontent {
	padding: 8px;
}
	
/*
Footer
*/



 #footer {
   width: 739px;
	height: 20px;
	margin-bottom: 10px;
	border: solid 1px;
	border-color: #ccc #fff #fff #fff;
	color: #000;
	text-align: right;
	float: left;
	padding-top: 5px;
	position: relative;
	top: 0px;
 }
 
#footer a {
   font-size: 1.0em;
   color: #000;
   text-decoration: none;
}


#footer a:hover {
   text-decoration: underline;
}
/* End of template design and layout styles*/


/* CMS editor styles for formatting content - have been left in this CSS in case needed in future*/

.textred {
	color: #f50000
}

.textsmall {
	font-size: 1.0em;
}

.linkarrow {
	display: inline;
	padding-top: 2px;
}


.boxlhscontentorange {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 172px;
	background-color: #eab697
}

.boxsmlblueleft {
   font-size: 1.1em;
   color: #7315AB;
	background-color: #D0D6F4;
	width: 142px; /* Max permissible width allowing 3 boxes side by side*/
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxmedblueleft {
   font-size: 1.1em;
   color: #7315AB;
	background-color: #D0D6F4;
	width: 226px; 
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxlgeblueleft {
   font-size: 1.1em;
   color: #7315AB;
	background-color: #D0D6F4;
	width: 477px; /* Max permissible width */
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxsmlblueright {
   font-size: 1.1em;
   color: #7315AB;
	background-color: #D0D6F4;
	width: 142px; /* Max permissible width allowing 3 boxes side by side*/
	float: right;
	padding: 8px;
	margin-right: 8px;
}



.boxsmlgreenleft {
   font-size: 1.1em;
   color: #345C57;
	background-color: #BEEAB2;
	width: 142px; /* Max permissible width allowing 3 boxes side by side*/
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxmedgreenleft {
   font-size: 1.1em;
   color: #345C57;
	background-color: #BEEAB2;
	width: 226px;
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxlgegreenleft {
   font-size: 1.1em;
   color: #345C57;
	background-color: #BEEAB2;
	width: 477px; /* Max permissible width */
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxsmlgreenright {
   font-size: 1.1em;
   color: #345C57;
	background-color: #BEEAB2;
	width: 142px; /* Max permissible width allowing 3 boxes side by side*/
	float: right;
	padding: 8px;
	margin-right: 8px;
}

.boxsmlyellowleft {
   font-size: 1.1em;
   color: #D66E30;
	background-color: #FCF3B2;
	width: 142px; /* Max permissible width allowing 3 boxes side by side*/
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxmedyellowleft {
   font-size: 1.1em;
   color: #D66E30;
	background-color: #FCF3B2;
	width: 226px; 
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxlgeyellowleft {
   font-size: 1.1em;
   color: #D66E30;
	background-color: #FCF3B2;
	width: 477px; /* Max permissible width */
	float: left;
	padding: 8px;
	margin-right: 8px;
}

.boxsmlyellowright {
   font-size: 1.1em;
   color: #D66E30;
	background-color: #FCF3B2;
	width: 142px; /* Max permissible width allowing 3 boxes side by side*/
	float: right;
	padding: 8px;
	margin-right: 8px;
}

/* Styles required for form builder */

#form { /* A branding styles for whole form */
  width:480px;
  background-color: #F4F1D9; 
  font-size: 1.0em;
  padding: 15px;
  color: #255282;
  border: solid 1px;
 }

textarea {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 1.0em;
  }
  
div.row {
   font-size: 1.1em;
 }

div.rowindent {
   font-size: 1.1em;
   padding-left: 9.7em;
}

fieldset div.row { /* Prevents compounded text size in nested div*/
   font-size: 1.0em;
  }

fieldset {
 border: solid 1px;
border-color: #255282;
 }
 
legend {
font-weight: bold;
color: #255282;
} 
 
.label {
  text-align: left;
  width: 20em;
  padding-right: 1.6em;
  padding-top: 0.3em; 
 } 

div.label {
 float: left;
}

div.fsradiolabel {/* Allows control to precede the label */
  padding-left: 9.5em; /* Same value as div.rowindent minus 2 */
  padding-bottom: 0.3em;
}



