@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg.gif) no-repeat top center #2097C9;
}


/* Containers */
.homeContainer {
	width: 890px;
	height: 650px;
	border: 5px solid white;
	margin: 0 auto;
}

.pageContainer {
	width: 890px;
	border: 5px solid white;
	margin: 0 auto;
	background-color: white;
}

.navbar {
	width: 890px;
	height: 29px;
}

.homeContent {
	background: url(images/mainbg.gif) no-repeat;
	width: 890px;
	height: 650px;
}

.subContent {
	width: 890px;
	height: auto;
	background-color: white;
	background-image: url(images/gradient.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.subContent2 {
	width: 890px;
	height: 1000px;
	background-color: white;
	background-image: url(images/gradient.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/* Font Styles */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #EB2228;
	text-transform: uppercase;
}

/* Footer */
.footer {
	margin: auto;
	padding: 15px 0 50px 0;
	width: 890px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4ced4;
	text-decoration: none;
	margin: 5px 0 0 5px;
}
.footertext a:link, .footertext a:visited, .footertext a:active {color: #c4ced4;text-decoration: underline;}
.footertext a:hover {color: #660000;text-decoration: underline;}
/* end Footer */

/* jQuery Portfolio Styles Start */
#largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 50px;
	height: 50px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
/* jQuery Portfolio Styles End */
