/* ------------------------------------------------------------------------------------------
Based on:
YUI Base CSS - http://developer.yahoo.com/yui/base/
YUI Fonts CSS - http://developer.yahoo.com/yui/fonts/
Richard Rutter's: How to Size Text in CSS - http://www.alistapart.com/articles/howtosizetextincss
------------------------------------------------------------------------------------------ */

html {
	}


body {
	background: #c6d6e8 url(../images/blue/bg-body.jpg) repeat-x;
	color: #FFF;
}

a:link, a:visited { color:#003592; text-decoration: underline; }
a:hover, a:active { color:#003592; text-decoration: none; }

#wrapper {
	background: url(../images/blue/bg-wrapper.jpg) repeat-y;
}

#header {
	background: url(../images/blue/bg-header.jpg) repeat-x;
}

	#header p {
	}

	#header h2 {
	}

#masthead {
	background: url(../images/blue/masthead.jpg);
}

	#main-navigation {
		background: #5E8ECC url(../images/blue/bg-nav.jpg) repeat-x bottom;
		padding: 10px 0;
	}

	#main-navigation li {
		}
	#main-navigation li.first { border: none; }
		#main-navigation li a {
			color: #FFF;
			}
			
	#navigation-container-lower {
		background: url(../images/blue/bottom-nav-container.jpg) left bottom;
		padding-bottom: 5px;
		}

#main {
	background: url(../images/blue/bg-main.jpg) bottom right no-repeat;
}
	
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
		color: #FFF;
	}
#content {
}

#center {
}
	#center h2 {
		}

#right {
	color: #FFF;
}

	#right h3 {
		}
		
		#right a {color: #FFF;}

#quick-contact {
}

	#quick-contact input,
	#quick-contact textarea {
		background-color:#FFF !important;
		border:1px solid #99b5d5;
		color:#000;
		width:183px;
		line-height:18px;
		vertical-align: middle;
		margin-bottom:4px;
		padding:0px 0 2px 4px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size:1.0em;
	}
	
#footer {
	color: #FFF;
	background: #7697C4 url(../images/blue/bottom-footer.jpg) center bottom no-repeat;
}

	a:link, a:visited { color:#FFF; text-decoration: underline; }
	a:hover, a:active { color:#FFF; text-decoration: none; }

	#footer li {
		}
	#footer p.copyright {
	 color: #FFF;
	}
	
	#footer p {
		color:#FFF;
	}

/* unused elements */
#left,
#navigation-container-upper {
	display:none;
}
