@charset "utf-8";
body {
	overflow: scroll;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231F20;
	background-color: #ECECEC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	width: 960px;
	height: 100px;
	background-color: #FFF;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.oneColFixCtrHdr #container #menu {
	width: 940px;
	float: right;
	background-repeat: repeat-x;
	background-image: url(../menu/csf_menu_files/button.gif);
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.oneColFixCtrHdr #container #banner {
	float: right;
	width: 960px;
	height: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.oneColFixCtrHdr #mainContent {
	width: 940px;
	background-color: #FFF;
	float: right;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: 15447c;
}
.oneColFixCtrHdr #footer {
	float: right;
	width: 960px;
	height: 30px;
}




a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
    outline: none;
}
.oneColFixCtrHdr #container #mainContent #hr {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #E66A1B;
}


a:hover img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

a:link {
	color: #15447C;
	text-decoration: none;
}
a:visited {
	color: #15447C;
}
a:hover {
	color: #06C;
	text-decoration: underline;
	
}

.clear {
clear:both;
}

.text_center {
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #887B7E;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #192073;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #213b86;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #213b86;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #213b86;
	text-align: center;
}

.oneColFixCtrHdr #container #mainContent #front_text {
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 20px;
}
.oneColFixCtrHdr #container #mainContent #front_fb {
	float: right;
	height: 480px;
	padding-top: 10px;
	overflow: visible;
}

.oneColFixCtrHdr #container #mainContent #contact_form {
	float: left;
	width: 460px;
}
.oneColFixCtrHdr #container #mainContent #contact_text {
	float: right;
	width: 960px;
	padding-bottom: 10px;
}


/* Contact Form */

#contactus fieldset
{
	width:320px;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#contactus legend, h2
{
	font-family : Arial, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color:#192093;
}

#contactus label
{
	font-family : Arial, sans-serif;
	font-size:1em;
	font-weight: bold;
	color: #192093;
}

#contactus input[type="text"],textarea
{
	font-family : Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height:160%;
	color : #000;
	padding : 5px;
	border : 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

}

#contactus input[type="text"]
{
	height:30px;
	width:240px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #A6DBFF;
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
	width:100px;
	height:35px;
	padding-left:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contactus input[type="reset"]
{
	width:100px;
	height:35px;
	padding-left:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contactus textarea
{
	height:150px;
	width:350px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #a6dbff;
}

#contactus input[type="text"]:focus,textarea:focus
{
	color : #000;
	border : 1px solid #990000;
	background-color : #00BB71;
	font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
	font-family : Arial, sans-serif;
	font-size: 0.7em;
	color:#333;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
.honour_cat {
	color: #060;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.award_cat {
	color: #192093;
}
.underline {
	text-decoration: underline;
}
.photocaptiontext {
	font-size: 0.8em;
	color: #060;
	font-style: italic;
}
