/* ------------------- */
/*      STRUCTURE      */
/* ------------------- */

* {
	margin: 0;
	padding: 0; }

/* sets the global style and layout for the whole page */
#wrapper { 
	width: 776px;
	margin: 0px auto 0px auto;
	text-align: left;
}


/* sets the global style and layout for elements within the wrapper */ 
div#sandwich {
    clear: both;
	width: 776px;
}


/* sets the style and layout for the heading area of the page */
div#header {
    clear: both;
	width: 776px;
	margin: 0;
	padding: 0;
}

div#headerLinks {
	width: 776px;
	height: 160px;
}

div#headerTabs {
	width: 776px;
	margin: 0;
	padding: 0;
	}
	
.padLeft {
	margin: 0 0 0 200px;
}

div#headerTabs img {
	padding: 0 5px 0 0;
}

div#main {
	width: 776px;
}

div#footer {
	width: 761px;
	clear: both;
}

/*-------------------------------------
Global Styles
-------------------------------------*/

body {
	font-family: Georgia, verdana, helvetica, sans-serif;
	font-size: 100%;
	background-color: #004A99;
	background-image:url(../assets/pg_bckgrnds/background_grad.gif);
	background-repeat:repeat-x;
	background-position: center top; }
	
p {
	margin: 6px 0 12px 0; } /* this is important */
	
ul {
	margin-left: 30px; } /* new */

div#sandwich {
	background-image:url(../assets/pg_tops/header_01.jpg); /* header image */
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #004A99;
}

li.flower-bullet {
	margin-bottom: 5px;
	list-style-image: url(../images/list_bullet_20x20.jpg); } /*new */
	
li.flower-bullet span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F90;
	font-weight: bold; } /*new */
	

div#headerLinks {
	padding-top: 3px;
	color: #004A99;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#headerLinks a, #headerLinks a:visited, #headerLinks a:active {
	color:#004A99;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	background: #FFF;
}

#headerLinks a:hover {
	color:#FFF;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	background: #4B8BB8;
}

#headerLinks a.selected {
	color:#FFF;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	background: #FF9900;
}

a:link, a:visited, a:active { /* default style for links */
	color: #004A99;
}

a:hover { /* default style for links */
	color: #5C98C7;
	text-decoration:none;
}

div#content, div#content2 {
	font-family: Georgia, verdana, helvetica, sans-serif;
	color: #333;
	font-size: 70%;
	line-height: 145%;
	padding-bottom: 5px;
}

/* link colour and style */
#content a,#content a:link,#content a:visited,#content a:active {
	color: #993300;
    text-decoration: underline;
}

/* link hover colour and style */
#content a:hover {
    color: #A1876E;
    text-decoration: none;
}

/* bullet lists */
#content ul, #content li {
	list-style: disc;
	margin: 0 0 0 12px;
	padding: 0 0 6px 0;
	}
	
.caption {
    color:#666666;
    font-size: 85%;
	line-height: 110%;
}	

.leftHome h2 {
	font-size: 120%;
	font-weight: normal ;
	margin: 0;
}	

h2 { /* subheading */
	font-size: 145%;
	line-height: 130%;
	font-weight: normal;
	margin: 0;
}

h4 { /* subheading */
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0;
	color: #004A99;
}

.fltLeft {
float: left;
}

.fltRight {
float: right;
}



	/* SEARCH AND RESULTS PAGE STYLES */


.pageNav {
	width: 556px;
	color:#FAB470;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 16px;
}

.pageNav strong {
	color: #999;
	font-weight: bold;
	font-size: 10px;
	}

.pageNav a, .pageNav a:visited, .pageNav a:active {
	color:#F60;
	text-decoration: none;
	background: #FBD2AD;
	padding: 4px;
}

.pageNav a:hover {
	color:#FFF;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	background: #FF9900;
}

.pageNav a.selected {
	color:#FFF;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	background: #FF9900;
}

.pageNav a:hover {
	color:#FFF;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	background: #FF9900;
}


/*-------------------------------------
Footer styles
-------------------------------------*/
	
div#footer {
	background-color: #004A99;
	text-align: left;
	font-size: 70%;
	color:#39f;
	line-height: 21px;
	padding: 12px 0 15px 0;
}

#footer a,#footer a:link,#footer a:visited,#footer a:active {
	color: #99CCE6;
    text-decoration: underline;
}

#footer a:hover {
    color: #99CCE6;
    text-decoration: none;
}
	
#designed {
	background-color: #004A99;
	font-size: 70%;
	color:#99CCFF;
	margin-bottom: 30px;
}

#designed a,#designed a:link,#designed a:visited,#designed a:active {
	color: #99CCFF;
    text-decoration: underline;
}

#designed a:hover {
    color: #66CC00;
    text-decoration: none;
}

.clearBoth {
clear: both; }

/*-------------------------------------
Brochure request form styles
-------------------------------------*/
				
fieldset.brochure-request {
					width: 330px;
					background: none;
					padding: 0;
					border: none;
				}
				
					fieldset.brochure-request div {
						padding: 8px 0;
						/*padding: 8px 0 0;*/
						float: left;
						border: none;
						color: #960;
					}
					
						fieldset.brochure-request div.last {
							border: none;
						}
					
						p.required {
							color: #960;
						}
					
						/*fieldset.brochure-request div.required label,*/
						fieldset.brochure-request div.required label span {
							color: #9cf;
						}
						
						fieldset.brochure-request div.required input,
						fieldset.brochure-request div.required textarea {
							border-color: #999;
						}
					
					fieldset.brochure-request label,
					fieldset.brochure-request input,
					fieldset.brochure-request textarea {
						float: left;
						display: inline;
					}
					
					fieldset.brochure-request label {
						width: 125px;
						margin-top: 6px;
					}
					
						fieldset.brochure-request label span {
							font-weight: bold;
							color: #47bfeb;
						}
						
						fieldset.brochure-request input.submit-buttom {
							display: inline;
							margin-left: 117px;
							border: none;
							width: 180px;
							height: 31px;
							background: none;
						}
					
					fieldset.brochure-request input,
					fieldset.brochure-request textarea {
						width: 185px;
						padding: 3px 3px 2px;
						border-top: 2px solid #999;
						border-right: 1px solid #999;
						border-bottom: 1px solid #999;
						border-left: 1px solid #999;
						background: #fff;
					}
					
					fieldset.brochure-request textarea {
						height: 150px; }
						
						fieldset.brochure-request select {
						width: 193px;
						font-family: Arial,Helvetica,sans-serif;
						font-size: 10px;
						color: #666;
						line-height: 200%; /* ? */
						float: left; /* this brings select into line for ie6 */ }
						
					fieldset.brochure-request input.radio {
						width: 10px;
						border: 0;
						clear: left; }
						
						fieldset.brochure-request input.hidden-field {
						width: 0;
						padding: 0;
						border-top: none;
						border-right: none;
						border-bottom: none;
						border-left: none;
						background: none; }

/*-------------------------------------
.rightRed - vertical basic search panel styles
-------------------------------------*/
	
.rightRed {
	background-image:url(../assets/sidepanels/redbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #B51619; }
	
.rightRedpadding {
	/*background-image:url(../assets/sidepanels/redtop.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding: 0 15px 5px 15px; /* new */
	color: #F90;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; }
	
/*-------------------------------------
.rightRedpadding - form styles 
-------------------------------------*/	

.rightRedpadding select {
	width: 122px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 200%; /* ? */
	display: block; /* ? */
	float: left; /* ? */ }
	
.rightRedpadding input {
	padding: 5px 0 5px 0; }
	
/*-------------------------------------
/END
-------------------------------------*/