/*Below are the site wide CSS attributes. Please read the comments carefully as some of the settings are sensetive.*/
/*==================================================================================================================================*/
/*Changing these settings will change the color of the links. The hex color codes can be changed at will.*/
a:link {color:#66bae3;}
a:hover {color:#0085c6;}
a:active {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
/*Changing these settings will change the background of the page. The hex color can be changed at will.*/
html {
background-color:#66bae3;
}
/*==================================================================================================================================*/
/*Changing these settings will change the footer area. The Fonts and Colors can be changed at will. CHANGING THE WIDTH AND Z-INDEX COULD BREAK THE SITE!*/
#Footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
/*===================================*/
/*Below are the sensitive attributes.*/
width:741px;
z-index:99;
clear: both;
}
/*Changing these settings will change the dark blue area the width of the banner. ANY CHANGES OTHER THAN THE COLOR SETTINGS COULD BREAK THE SITE!.*/
#Content {
background-color:#005781;
/*===================================*/
/*Below are the sensitive attributes.*/
height:750px;
width:741px;
top:0px;
z-index:9;
}
/*==================================================================================================================================*/
/*Changing these settings will change the container holding the buttons. CHANGING THESE SETTINGS COULD BREAK THE SITE!*/
#Home_Buttons {
width:741px;
height:112px;
}
/*Changing these settings will change the settings for the environment button. CHANGING THESE SETTINGS COULD BREAK THE SITE!*/
#Environment_Button {
clear:both;
float:right;
margin:5px 5px 5px 5px;
height:54px;
width:206px;
}
/*Changing these settings will change the settings for the left button. CHANGING THESE SETTINGS COULD BREAK THE SITE!*/
#Left_Button{
float:left;
height:112px;
width:302px;
margin-right:3px;
margin-left:3px;
margin-top:3px;
}
/*Changing these settings will change the settings for the center button. CHANGING THESE SETTINGS COULD BREAK THE SITE!*/
#Center_Button {
float:left;
height:112px;
width:214px;
margin-right:3px;
margin-top:3px;
}
/*Changing these settings will change the settings for the right button. CHANGING THESE SETTINGS COULD BREAK THE SITE!*/
#Right_Button {
float:left;
height:112px;
width:212px;
margin-top:3px;
}
/*Changing these settings will change the area housing the water image. CHANGING THESE SETTINGS COULD BREAK THE SITE!*/
#Home {
width:1020px;
background-image:url(site_images/Home_Background.jpg);
height:750px;
z-index:1;
margin: 0 auto 0 auto;
}
/*Changing these settings will change the menu container. CHANGING THESE SETTINGS COULD BREAK THE SITE!*/
#menu {
background-color:#0085c6;
width:741px;
height:30px;
position:relative;
}
/*Changing these settings will change the settings for the banner image. CHANING THESE SETTINGS COULD BREAK THE SITE!*/
#Banner {
width:741px;
height:72;
z-index:19;
}
/** Menu Styling **/
/** Any edits could break the site. **/
ul#navigation-1
	{ margin:0; padding:0px 16px; list-style:none; width:100%; height:30px; font:normal 12px verdana, arial, helvetica; position:absolute; top:0px}
ul#navigation-1 li
	{ margin:0; padding:0; display:block; float:left; position:relative; }
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{ padding:4px 26px; display:block; text-align:center; text-decoration:none; background:#0085c6; color:#ffffff; height:22px; border-left:1px solid #0085c6; border-right:1px solid #0085c6;}
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{ padding:4px 26px; display:block; text-align:center; text-decoration:none; background:#005781; color:#ffffff; height:22px; border-left:1px solid #ffffff; border-right:1px solid #ffffff; }
	
ul#navigation-1 li ul.navigation-2
	{ margin:0; padding:1px 1px 0; list-style:none; display:none; background:#ffffff; position:absolute; top:29px; left:-1px; border:1px solid #0085c6; border-top:none; }
ul#navigation-1 li:hover ul.navigation-2
	{ display:block; width:100%;}
ul#navigation-1 li ul.navigation-2 li
	{ width:116px; clear:left; width:100%;}

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{ clear:left; background:#0085c6; padding:4px 0; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:999; width:100%;}
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#005781; padding:4px 0; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:999; width:100%;}
	
/** IE 7 Position Exception **/
/** Any edits could break the site. **/
*:first-child+html ul#navigation-1
	{ margin:0; padding:0px 16px; list-style:none; width:100%; height:30px; font:normal 12px verdana, arial, helvetica; position:absolute; top:0px; left:0px;}

/** IE 6 Position Exception **/
/** Any edits could break the site. **/
*html ul#navigation-1
	{ margin:0; padding:0px 16px; list-style:none; width:100%; height:30px; font:normal 12px verdana, arial, helvetica; position:absolute; top:0px; left:0px;}

