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

#wrapper { 
	width: 776px;
	margin: 0px auto 0px auto;
}

div#sandwich {
    clear: both;
	width: 776px;
}

div#header {
	clear: both;
	height: 196px;
	width: 776px;
	}
	
div#headerContent {
	padding: 20px 60px 0px 41px;
	}
	
.navPadding {
	padding-right: 20px;
	padding-top: 14px;
	}


div#filling {
	clear: both;
	width: 750px;
	padding: 0;
}

div#left {
	float: left;
	width: 148px;
	padding-left: 28px;
	padding-right: 46px;
}

div#right {
    float: right;
    width: 465px;
	padding-right: 62px;
	padding-bottom: 25px;
}

div#footer {
	text-align:left;
	padding-left: 236px; /* sum of the #left width + padding, to align with content */
	clear: both;
	height: 100px;
}

div#designed {
	padding-left: 0px; /* sum of the #left width + padding, to align with content */
	height: 0px; /* was 120px */
	clear: both;
	margin-bottom: 20px; /* was 30px. Is this needed? */
	padding-top: 15px;
	padding-bottom: 20px; /* New style */
}

/* ------------------- */
/*        STYLES       */
/* ------------------- */


	
body {
	background-image: url(../assets/pg_bckgrnds/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #660066;  /* IMPORTANT */
	margin: 0px;
	padding: 0px;
}

div#wrapper { 
	background-image:url(../assets/pg_bckgrnds/background_y.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
}

div#sandwich {
	background-image:url(../assets/pg_bckgrnds/header_798h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div#headerContent {
	color: #CC66CC;
	font-weight: bold;
	font-size: 70%;
	font-family: Georgia, Times, Times New Roman, serif;
	line-height: 190%;
	}
	
#headerContent a,#headerContent a:link,#headerContent a:visited,#headerContent a:active {
	color: #FFFFFF;
    text-decoration: underline;
}

#headerContent a:hover {
	color: #FF66CC;
    text-decoration: underline;
}

#headerContent td {
	color: #FFFFFF;
    font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

#headerContent td a,#headerContent td a:link,#headerContent td a:visited,#headerContent td a:active {
	color: #FFFFFF;
    text-decoration: none;
}

#headerContent td a:hover {
	color: #FF66CC;
    text-decoration: none;
}

div#filling {
	color:#FFFFFF;
	margin-left: 13px;
	background-color: #660066; /* IMPORTANT */
}

div#content {
	color:#FFFFFF;
	font-size: 80%;
	line-height: 145%;
	background-color: #660066; /* IMPORTANT */
}

#contentEdge {
	width: 527px;
	height: 376px;
	background-image: url(../images/226x376_aqua_logo_half.jpg);
	background-repeat: no-repeat;
	background-position: right top; /*added */
}

#contentEdgeFont {
	color:#FFFFFF;
	font-size: 80%;
	line-height: 145%;
	padding-right: 250px; /*added */
}

div#right {
	color:#FFFFFF;
	font-size: 100%;
	background-color: #660066; /* IMPORTANT */
}

div#left {
	color:#CC66CC;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 90%;
	line-height: 130%;
	background-color: #660066; /* IMPORTANT */
}

#content a,#content a:link,#content a:visited,#content a:active {
	color: #FF66CC;
    text-decoration: underline;
}

#content a:hover {
    color: #CCCC99;
    text-decoration: underline;
}

#content li {
	list-style: disc;
	margin: 0 0 0 2px;
	padding: 0 0 6px 0;
	}
	
#pageTitle {
	padding: 0 28px 0 28px;
	background-image:url(../assets/misc/dot_line694px.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
span strong {
	color:#CC9;
}
	
h1 {
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 220%;
	font-weight: normal;
	margin: 0;
	color: #FFFFFF;
}	

h2 {
	font-size: 115%;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	color: #FFFFFF;
}	

h4 { /* Don't use this head. Use h2 instead */
	font-size: 115%;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	color: #FFFFFF;
}	

h3 {
	font-size: 100%;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	margin: 0;
	line-height: 130%;
	color: #CCCC99;
}	

.standfirst { /* Don't use this head. Use h3 instead */
	font-size: 100%;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	margin: 0;
	line-height: 130%;
	color: #CCCC99;
}	

h5 {
	font-size: 110%;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}

span h5 {
	padding-top: 15px;
}
	
.caption {
    color:#CC6699;
    font-size: 85%;
	line-height: 110%;
}

.imageRight {
	float:right;
	margin:0 0 5px 14px; /* these margins are top, right, bottom, left - eg clockwise from noon */
}

.imageRightEdge {
	float:right;
	margin:0 0 0 14px; /*added */
}

.imageRightClear {
	Clear:both;
	margin:0 0 0 14px; /*added */
}

.imageLeft {
	float:left;
	margin:0 14px 5px 0; /* these margins are top, right, bottom, left */
}

.sideLeft img {
	padding-bottom: 12px;
	}
	
.splitBanner {
	width: 464px;
	height: 230px;
	clear: both;
	padding-bottom: 20px;
	}
	
.splitLeft {
	width: 226px;
	margin-right: 12px;
	float: left;
	text-align: left;
	}
	
.splitRight {
	width: 226px;
	float:right;
	text-align: left;
	}
	
.splitPadding {
	margin-bottom: 8px;
	}

div#footer {
	background-image:url(../assets/pg_bckgrnds/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 70%;
	color:#CC66CC;
	}
	
div#footer p{
	padding-top: 15px;
	vertical-align: text-bottom;
	}

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

#footer a:hover {
    color: #CCCC99;
    text-decoration: underline;
}
	
#designed {
	font-size: 70%;
	color:#CC66CC;
}

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

#designed a:hover {
    color: #CCCC99;
    text-decoration: none;
}
.clearBoth {
	clear:both
	}
