@charset "UTF-8";
/* CSS Document */

/*----------------------------------*\
-------------TAG STYLES---------------
\*----------------------------------*/

a img {
	border: none;
}

body {
	background-color:#00092d;
	background-image:url(../images/backGradient.jpg);
	background-repeat:repeat-x;
}

h1 {
	color:#00728f;
}

p {
	color: #231f20;
}
	p a {
		color: #231f20;
	}


/*----------------------------------*\
--------------ID STYLES---------------
\*----------------------------------*/

#footer p, #footer p a{
	color: #333333;
}

#mainNav {}
	#mainNav li {
		color: white;
	}
	#mainNav li a {
		color: white;
	}
	#mainNav li a:hover {
		background-color:#005f78;
	}
	
#sideCol {
	background-image:url(../images/sideCircles.gif);
	background-repeat:no-repeat;
	background-position:0 400px;
}
	#sideCol p {
		color: white;
	}

#splash .smallBox {
	background-color:#00718f;
}
#splash .text p a{
	color: #8ac0d3;
}

#thumbBox {
	background-color:#e6e7e8;
}

#wrapper1 {
	background-color: white;
	background-image:url(../images/sideColBack.png);
	background-repeat:repeat-y;
	border: 3px solid black;
}
#wrapper2 {
}
#wrapper3 {
	background-image:url(../images/upperRightHouse.jpg);
	background-position:top right;
	background-repeat: no-repeat;
}



/*----------------------------------*\
------------CLASS STYLES--------------
\*----------------------------------*/
