/* CSS Document */



/* 
CONTENTS
----------------------------------
1. BODY LAYOUT AND STYLES
2. RIGHT-COLUMN LAYOUT AND STYLES
3. FOOTER LAYOUT AND STYLES
----------------------------------
*/



/*********************************** BODY LAYOUT AND STYLES ***********************************/

* 			{padding: 0; margin: 0;}
html, body 	{height: 100%;}
	
.left 		{float: left;}
.right 		{float: right;}
.clear 		{clear:both;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	padding: 0;
	margin: 0;
	background: #AABCC8;
	text-align: center;
	display: block;
	}
	
#page {
	background: #fff url(../images/images/design_04.jpg) repeat-y top;
	margin: 0 auto 0 auto;
	width: 940px;
	display: block;
	text-align: left;
	}
	
#header {
	background: url(../images/images/design_02.jpg) no-repeat right top;
	;
	overflow: hidden; /* IE6 and 7 white line fix on the bottom. */
	color: #fff;
	position: relative;
	height: 120px;
	}

#bodycontent {
	float: right;
	width: 600px;
	padding: 60px 0 50px;
	margin-right: 30px;
	}
	
#gallerycontent {
	background:#FFFFFF;
	float: right;
	width: 750px;
	padding: 5px 0 5px 0;
	}
	
#left-nav {
	float:left;
	width: 270px;
	padding: 56px 0px 500px 0; /* bottom padding 500px, so the gradient blends in properly, got a better idea? write it in */
	margin-left: 30px;
	}
	
.content {
	float: left;
	width: 500px;
	margin: 0 60px 0 64px;
	}
	
.gallery {
	float: left;
	width: 750px;
	margin: 0 0px 0 0px;
	background-color:#FFFFFF
	}

div#main div.imgcaption {
	padding-right: 0px; 
	padding-left: 15px;
	margin-right: 0px;
	float: right; 
	width: 167px; 
	}
	
div#main div.imgcaption img,
div#main div.imgcaption p {
	margin: 0 0 5px 0; 
	padding: 0;
	text-align:left;
	}
	
/*********************************** RIGHT-COLUMN LAYOUT AND STYLES ***********************************/

.rightcolumn {
	float: right;
	width: 190px;
	padding: 0 0 10px 0;
	margin: 0 18px 0 0;
	}
	
.rightcolumngallery {
	float: right;
	width: 190px;
	padding: 0 0 10px 0;
	margin: 0 18px 0 0;
	}
	
.rightcolumnboxes {
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	}
	
.rightcolumncontent {
	width: 158px;
	padding: 10px 0 10px 0;
	margin: auto;
	}

	


/*********************************** FOOTER LAYOUT AND STYLES ***********************************/	
	
#footer 		{
	color: #ffffff;
	background-color: #a9bcc7;
	height: 45px;
	padding: 5px 10px 0px 10px;
	background-image: url(../images/images/design_05.jpg);
}	
#footer p 		{ /* CMS footer fix. */padding: 0; margin: 0;}		
#footer a 		{color:#ffffff; text-decoration: none;}	
#footer a:hover {text-decoration: underline;}
#footer .right 	{padding-right: 50px;}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: 007ec6;
	margin-right: 20px;
	margin-left: 2px;
	padding: 3px;
	background-color: #E6EBEE;
	text-align: left;
}
.menuItem:Hover {
	color: #000000;
	background-color: #7BFF4F;
}
.menuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #000000;
	margin-right: 20px;
	margin-left: 2px;
	padding: 3px;
	background-color: ffcc00;
	text-align: left;
}
.menuItemSel:Hover {
	color: #FFFFFF;
	background-color: #FF9900;
}
.subMenuItem1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: 007ec6;
	margin-right: 20px;
	margin-left: 6px;
	padding: 3px;
	background-color: #E6EBEE;
	text-align: left;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
.subMenuItem1:Hover {
	color: #000000;
	background-color: #7BFF4F;
}
.subMenuItem1Sel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FF0000;
	margin-right: 20px;
	margin-left: 6px;
	padding: 3px;
	background-color: #FFFFFF;
	text-align: left;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.subMenuItem1Sel:Hover {
	color: #000000;
	background-color: #7BFF4F;
}


.subMenuItem2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: 007ec6;
	margin-right: 20px;
	margin-left: 12px;
	padding: 3px;
	background-color: #E6EBEE;
	text-align: left;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
.subMenuItem2:Hover {
	color: #000000;
	background-color: #7BFF4F;
}
.subMenuItem2Sel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FF0000;
	margin-right: 20px;
	margin-left: 12px;
	padding: 3px;
	background-color: #FFFFFF;
	text-align: left;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.subMenuItem2Sel:Hover {
	color: #000000;
	background-color: #7BFF4F;
}





.footNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 20px;
}
.bodyCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 007ec6;
	text-transform: uppercase;
	text-align: left;
	background-color: #FFFF99;
	display: block;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: 007ec6;
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	font-style: italic;
	padding-top: 7px;
	padding-bottom: 3px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}


ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 25px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 25px;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}



.myQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-left: 50px;
	padding-right: 20px;
}
