@charset "UTF-8";
/* CSS Document */


#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}



/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #fde9b1;
	color: #000;
	font-family: "Trebuchet MS",
             "Lucida Sans Unicode",
             "Lucida Grande",
             "Lucida Sans",
             "Arial",
             sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#fullWidthHeader {
	border-bottom: 0px;
	font-weight: bold;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background: #fde9b1 url(../images/header.png) no-repeat;
	height: 192px;
	margin: 0px auto 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	position: relative;
	display: block;
	width: 960px;
}
/* Commonly used to style page titles. */


.h1 {
	color: #008fcf;
	font-size: 1.8em;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: none;
	font-weight: lighter;
	margin-bottom: 0;
	margin-top: .3em;
	line-height: 1em;
}

.h1_hd {
	color: #008fcf;
	font-family: times, "Times New Roman", times-roman, georgia, serif;
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: 100;
}

.h2 {
	color: #008fcf;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}


.h3 {
	font-weight: bolder;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.8em;
	color: #008fcf;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	text-indent: -2em;
}

.h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #0000;
	line-height: 1.4em;
	font-weight: 100;
	letter-spacing: 1px;
}


/* Commonly used to style section titles. */


.copywrite {
	font-size:.8em;
	text-align: center;
}


.ribbon {
	text-align: center;	
}


.quote {
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	margin: 0em;
	line-height: 1em;
}

.quote_box {
	height: 70px;
	width: 165px;
	padding: 0px;
	position: relative;
	border-width: 1px;
	margin: 0px;
}



img.floatright {
	margin: 5px;
	float: right;
}

img.floatleft {
	float: left;
	padding: 0em;
	position: relative;
	margin: 0em 1em .5em 0px;
}

img.floatlove {
	float: left;
	padding: 0em;
	margin: 0em 0.7em 0em 0px;
	position: relative;
}

img.floatgrnt {
	margin: .3em 0.3em 0em;
	float: right;
}


.txtfloat  {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}




img {border: 0; text-decoration: none;}


a img {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}




/* Sets the style for unvisited links. */
a,  a:link {
	color: #008fcf;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #b49d61;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FFF;
	text-decoration: none;
	background: #008fcf;
	font-size: 108%;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #008fcf;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #004e2a;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 98%;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	border-right: 1px solid #e7d095; /* Sets the right border properties for an element using shorthand notation */
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 12em;
	padding: 10px;
	margin: 0px;
}


#outerWrapper #contentWrapper #calColumn1 {
	border-right: 1px none; /* Sets the right border properties for an element using shorthand notation */
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 43em;
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}










#outerWrapper #contentWrapper #rightColumn1 {
	border-left: solid 1px #e7d095; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 9.5em;
	margin: 0em;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 11.2em 0 14em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px;
}


#outerWrapper #contentWrapper #contentform {
	margin: 0 4em 0 0em; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px;
}






#fullWidthFooter  {
	border-bottom: 0px;
	font-weight: bold;
	padding: .7em 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	height: 76px;
	margin: 0em auto 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	position: relative;
	display: block;
	background: url(../images/footer.png) no-repeat;
	width: 960px;
	font-size: 1em;
	text-indent: 6px;
}




#containerpop
{
	width: 100%; /* Change this to the width of your layout */
	text-align: left;
	background: #fde9b1;
	margin: 0px auto;
}









.italic  {
	font-style: italic;
}

.indent  {
	text-indent: 100px;
}

.bold {
	font-weight: bold;
}

.bold_sub {
	font-weight: bold;
	font-size: 1.25em;
}



.centre {
	font-weight: bold;
	text-align: center;
}


.centre_ivd {
	font-weight: bold;
	text-align: center;
	font-size: .88em;
}
