/* PAGE LAYOUT STYLES */

body {
	font-family: 'Asap', sans-serif;
	font-size: 90%;
	line-height: 140%;
	color: #336699;/* sets the blue bkg color of the page */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
	background-color: #A3B4C0;
	font-weight: 400;
}

h1, h2, h4, .title, .subtitle, .footer, .promo, .titlebar, .reverseTitle, .serifItalicQuotes, .captionGallery  {
	/* font-family: 'Merriweather', serif;*/
	font-family: 'Crete Round', serif; }

#container {/* this is the white box that holds everything */
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #FFF;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px; /* this gives the blue border at the top so it looks like a white box on top */
	margin-right: auto; /* centres the white box on the page no matter how wide the browser is */
	margin-bottom: 20px;
	margin-left: auto; /* centres the white box on the page no matter how wide the browser is */
	background-color: #FFF;
} 
#LeftCol { /*this is the left container holding the picture and the side navigation (which is in another div)*/
	width: 240px;
	float: left;
}

#navContainer {/* this is the div holding the navigation bar */
	color: #FFF;
	padding: 0px;
	background-color: #FFF;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
}

#header {  /* this is the div holding the header with logo and image */
	padding: 0;
	background-color: #FFF;
}  
#picture {
	width: 152px;
	height: 100px;
	background-color: #0F0;
}

#mainContent {  /* this is the scrolling div holding the main text */
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	overflow: auto;  /* adds a scrollbar if there's more content than the height of the div */
	width: 710px;
	float: right; /*makes it float to the right of the left nav stuff*/
} 

#mainContentGallery {  /* this is the scrolling div holding the main text */
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 15px;
	overflow: auto;
	padding-right: 10px;
	width: 985px;
	background-color: #000;
} 

.floatingDiv {
	/*this is just for little sidebars on the right in the main copy*/
	font-style: normal;
	font-size: 12px;
	line-height: 120%;
	float: right;
	width: 250px;
	background-color: #063777;
	color: #FFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	-moz-border-radius: 15px;
border-radius: 15px;
}

.floatingDivOrange {
	/*this is just for little sidebars on the right in the main copy*/
	font-style: normal;
	font-size: 12px;
	line-height: 120%;
	float: right;
	width: 250px;
	background-color: #FF9933;
	color: #FFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	-moz-border-radius: 10px;
border-radius: 15px;
}

/* CSS STYLES */

td, th {
	line-height: 24px;
	color: #333333;
}
.serifItalicQuotes {
	font-size: 120%;
	line-height: 150%;
	font-style: italic;
	font-weight: 400;
}

.quotedBy {
	font-size: 95%;
	font-style: normal;
}

h1 {
	font-size: 150%;
	line-height: 100%;
	color: #039;
	display: block;
	font-weight: 400;
}
h2 {
	font-size: 120%;
	line-height: 110%;
}
h3 {
	font-size: 110%;
	line-height: 110%;
	color: #039;
}

h4 {
	line-height: 110%;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: .5em;
}

h5 {
	line-height: 110%;
	color: #039;
	font-weight: bold;
}
h6 {
	font-size: 11px;
	line-height: 110%;
	color: #F60;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: .6em;
	letter-spacing: .4em;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-size: 24px;
	line-height: 30px;
 	background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.navLink {
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	color: #000033;
}

.titlebar {
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

.big {
	font-size: 120%;
}

input.small {
	width: 50px;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer {
	margin-top: 8px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #E2EAEF;
	font-size: 95%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent .floatingDiv p a {
	color: #09F;
	font-weight: bolder;
	text-decoration: none;
}

#container #mainContent .floatingDiv p a:hover, #container #mainContent .floatingDiv p a:focus, #container #mainContent .floatingDiv p a:active  {
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
}

.reverseTitle {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	color: #FFF;
}
.boldOrangehead {
	line-height: 110%;
	font-weight: bold;
	color: #F93;
	font-size: 105%;
}

#container #mainContent .floatingDiv p {
	line-height: 160%;
}
.caption {
	font-size: 83%;
	margin-top: 5 px;
	padding-top: 5px;
	line-height: 110%;
	font-style: italic;
	color: #063777;
	margin-bottom: 10px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}

.captionGallery {
	font-size: 90%;
	line-height: 110%;
	font-style: italic;
	color: #000000;
	margin-bottom: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
