/* CSS Document */

/*---------------------------------------- NORMALIZATION ----------------------------------------*/

html ul {

	padding: 0em 0em 0em 1em; /* takes top and bottom margin off of lists */
	margin: 0em 0em 0em 1em;
}

/*---------------------------------------- MAIN BACKGROUND ----------------------------------------*/

body {

	margin: 0;
	padding: 0;
	background: #ffffff url(../images/cloudBG.jpg) no-repeat 50% 0%; /* sets cloud background to no-repeat and center aligned */
}

/*---------------------------------------- MAIN CONTENT ----------------------------------------*/

table#mainContent {

	margin-top: -44px; /* takes away the cellspacing of 44px to the top of the table while leaving it on top bottom and right */
	background: url(../images/contentCloudBG.jpg) no-repeat left 44px;
}
table#contentBGExtend {

	background: url(../images/blueExtend.jpg) repeat-y; /* creates the blue extension of the content cell */
}
td.mainContent {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	color: #000000;
}
td.mainContent a {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005a9c;
	font-weight: normal;
	text-decoration: underline;
}
td.mainContent a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4393cd;
	font-weight: normal;
	text-decoration: underline;
}
.blueLineMargin {

	margin-top: 0.5em; //adds space between header and line
}
.header {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #005e9f;
}
.smallerHeader {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #005e9f;
}
.contentHeader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
a.backToTop, a.backToTop:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #005a9c;
	text-decoration: underline;
}
small a, a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #005a9c;
	text-decoration: underline;
}
.note {

	font-size: 16px;
	font-weight: bold;
}

/*---------------------------------------- SIDE CONTENT ----------------------------------------*/

table.sideBrownBox {

	background: url(../images/boxRepeat.png) repeat-y left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #005c9e;
}
table.brownBoxTop {

	background: url(../images/boxTop.png) no-repeat left top;
}
table.brownBoxBottom {

	background: url(../images/boxBottom.png) no-repeat left bottom;
}
table.brownBoxBottom td {

	padding: 1em; /* creates padding for content */
}
td.sideTopPadding {
	
	padding-top: 3em; /* creates spacing between cells on side column */
}

/*---------------------------------------- CONTACT INFO AND BOTTOM NAV ----------------------------------------*/

table#addressPhone {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
td#bottomNav {

	padding: 1em 0em 2em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #005c9e;
	text-decoration: none;
}
td#bottomNav a {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #005c9e;
	text-decoration: none;
}
td#bottomNav a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #005c9e;
	text-decoration: underline;
}
	