/* Universal Typography and Colours */
body {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	margin: 0; 
	padding: 0; 
	font-size: 75.5%; 
	background-color: #CCC;
	background-image: url(../images/background.gif);
}

ul, li {										/* creates a margin on the top of listed tags */
	margin-top: 5px;
}

h3 { 
	font-size: 180%;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: 0.5em;
	text-decoration: none; 
}

h2 { 
	font-size: 120%; 
	font-family:  Helvetica, Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: 0.5em; 
	text-decoration: none; 
} 

h5 { 
	font-size: 120%; 
	font-family:  Helvetica, Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: 0.2em; 
	text-decoration: none; 
} 

a:link { 
	color: #707070;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif; 
	font-size: 100%; 
	font-weight: normal; 
	text-decoration: none; 
}

a:visited { 
	color: #707070;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif; 
 	font-size: 100%; 
	font-weight: normal; 
	text-decoration: none; 
}



a:hover { 
	color: #DF4E1B;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif; 
	font-size: 100%; 
	font-weight: normal; 
	text-decoration: none; 
}

/* End Typography and Colours */

/*  Form Selectors */

form {
	margin: 0; 
	padding: 0;
}


select, input, textarea{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif; 
	font-size: .90em;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

input .mandat {
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
}


fieldset {
	background-color: #f7f5e6;
	border: 1px dashed #ede9cc;
	padding: 4px;			
}


legend {				
	color: #000000;
	border: 1px solid #cccccc;
	padding: 2px 6px;
	font-weight: bold;			
}

label {
    cursor:pointer;
}

.asterix {
    color: #ff6600;
    font-size: 14px;
}

/* End Form Selectors */

/* START PRIMARY CSS TAGS */



#main {												/* central div tag which others are placed inside */
	position: relative;
	background-image:url(../images/bg2.gif);		/* shaded background */
	width: 800px;
	padding: 10px 24px;								/* padding on top and sides creates space for insides */
}


.content { 
	color: #313131; 
	font-size: 100%; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif;
}

.navigation, a.navigation { 			/* font and colour specs for top navigation text */
	color: #333333; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif; 
	text-decoration: none; 
}

a:hover.navigation {					/* orange rollover colour of top nav links */
	color: #DF4E1B;
}

.top_links  { 	
	color: black; 
	font-size: 100%; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
}

#hdr_photo {						/* Large photo on main page  */
	position: relative;
	width: 800px;
	height: 250px; 
	background-image: url(../images/homepage_sized.jpg); 
	background-repeat:no-repeat; 
	text-align:right;
}

.hdr_main_tagline {					/* Specs for the text within the large photo on main page */
	display:block;					/* creates a block of text for easy changes without altering layout */
	width: 350px; 
	height: 100px; 
	color: #ffffff; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px; 
	padding:130px 20px 20px 420px;		/* specifies location of block of text  */
}

#hdr_banner {						/* This is where alternating ad banners go */
	position: relative;
	width: 800px;
	padding: 8px 0 8px 0;			/* creates padding on top and bottom only */
}

.hdr_banner {						/* class for main page ad banners */
	padding: 5px;					/* white gap between image and border */
	background-color: #ffffff;
	border:1px #C1CDCD solid; 		/* creates a frame border #dfdfdf*/
}

.hdr_banner:hover {					/* creates a rollover effect on ad banners  */
	border: 1px #c0c0a0 solid;  	/* rolls over the border of the ad banners */
}

#main_threecolumns { 				/* divider where 3 columns on main page appear */
	position: relative;
	color: #7c7c7c; 				/* text color */
	width: 800px;
	font-size: 1.15em;
	line-height: 1.6em;				/* leading or vertical space between lines  */
}

#main_threecolumns a b {			/*  unbolds links on text colummns and changes color */
	font-weight: normal;
	color: #666666;
}

#main_threecolumns a:hover b {		/* hover link colours for links in text columns */
	color: #e7c65b;
}

.main_col_subhdr {					/* display specs and font for three columns of info on main page */
	font-size: 15px;
	font-weight: normal;
	line-height: 18px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #CF3719;									/* #c1a149; */
	text-align:center;
	display: block;							/* creates the subheader as a block of text */
	width: 240px;
	padding: 4px 0px 4px 0px;				/* buffer zone on top and bottom of text */
	border-bottom: 1px dashed #e0e0e0;		/* underlines the subheader with a dashed line */
}

.main_onecol {
	position:relative; 
	width: 253px; 
	float:left; 
	text-align:left; 
	padding:20px 10px 0px 0px;
}


#ftr {									/* universal footer tag for primary and secondary layouts */
	padding: 0px;
	position: relative;					/* allows ftr to be shown at bottom of screen */
	width: 800px; 
	text-align:center;
	color: #555555;
}

#ftr a {								/* font size in footer links remain same as rest of ftr */
	font-size: 95%;
	color: #666666;
}


#ftr a:hover {							/* ftr links hover black */
	color: #000000;
}

/* END PRIMARY CSS TAGS */



/* START SECONDARY CSS TAGS */

#hdr_photo2 {							/* long header photo on secondary layout */
	width:800px; 
	height: 102px; 
	background-image: url(../images/hdr_main2.jpg);		/* background photo for header */
	text-align:right;
	color: #ffffff;
}

.hdr_photo2_tagline {					/* header text - tagline font specifcations */
	font-size: 11px;
	display: block;
	padding: 20px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}


.hdr_photo2_tagline h3 {				/* header text - title font specifications */
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#sdbr {									/* left sidebar secondary navigation */
	position: relative; 
	width: 140px; 
	border-left: 10px solid #ffffff; 
	float: left; 
	text-align:left; 
	background-color: #ffffff;
}

#body {									/* body content specs */
	color: red; 					/* colour of all unmarked text in the body */
	position: relative; 
	width: 625px; 
	padding-right: 25px; 				/* creates white space on right side */
	float:left; 
	text-align:left;
}


#body .text, td {						/* specifies font specs for text in tables in the body */
	font-family: "Trebuchet MS", tahoma;
	color: #6c6c6c;
	font-size: 100%;					
	line-height: 17px;					/* vertical space between lines of text */
}


#body h3 { 								/* font specs for page titles */
	text-decoration: none;
	font-size: 16px;
	line-height: 18px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #CF3719;
	font-weight: normal;
}

#body strong {							/* subhead font specs in body content */
	font-size: 13px;
	color: #CF3719;						/* orange accent */
	line-height: 23px;
}


.blockquote2 {						/* testimonials and other content to be put in body */
	margin: 20px auto;					/* centers text block and gives 20px buffer zone on all sides */
	width: 99%;
	padding: 10px 10px;					/* padding within box on top and sides */
	background-color: #f7f5e6;
	border: 1px dashed #ede9cc;
	font-size: 12px;
	line-height: 18px; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif; 
}


#body blockquote {						/* testimonials and other content to be put in body */
	margin: 10px ;					/* auto centers text block and gives 20px buffer zone on all sides */
	width: 300px;
	padding: 10px 10px;					/* padding within box on top and sides */
	background-color: #f7f5e6;
	border: 1px dashed #ede9cc;
	font-size: 12px;
	line-height: 18px; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}

/* END SECONDARY CSS TAGS */

/* BEGIN ACCESSIBILITY CSS TAGS */
.skiplink {display:none}
/* END ACCESSIBILITY CSS TAGS */