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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/headerbg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 840px;
	margin: 0 auto;
}

#topnavigation {
	width: 840px;
	height: 36px;
	background-image: url(images/topnavbg.jpg);
	text-align: right;
}
	
#logo {
	width: 311px;
	float: left;
}
	
#testimonial {
	width: 529px;
	float: right;
	height: 100px;
	background-image: url(Images/testimonialbg.jpg);
}

#testimonialtext {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		margin-top: 30px;
		margin-left: 70px;
		margin-right: 40px;
		text-align: justify;
		clear: both;
}

#tagline {
	clear: both;
}

#demo {
	width: 461px;
	float: left;
}

#taglinegraphic2 {
	width: 379px;
	float: right;
}

#taglinegraphic3 {
	width: 840px;
	clear: both;
}

#main {
	width: 840px;
	clear: both;
	position: relative;
}


#column1 {
	float: left;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	width: 365px;
}

#column1a {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

#column2 { 
	width: 365px;
	float: left;
	padding: 15px 30px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

#column2a { 
	margin-left: 314px; 
	margin-right: 190px;
	padding: 15px 30px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}


#galleries {
	
}

#archive {
	background-repeat: no-repeat;
	padding-left: 0px;
}

#potd {
	background-image: url(Images/potdbg.jpg);
	background-repeat: no-repeat;
	padding-left: 90px;
}

#didyouknow {
	width: 325px;
	height: 69px;
	background-image: url(Images/didyouknow.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.didyouknowtext {
	padding-left: 130px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#bottomnav {
	clear: both;
	width: 100%;
	text-align: center;
	background-image: url(Images/bottomnavbg.jpg);
	background-repeat: repeat-x;
	background-color: #2c2e32;
}

#footer {
	clear: both;
	width: 100%;
	background-image:url(Images/footerbg.gif);
	background-repeat: repeat-x;
	background-color: #252429;
	height: 55px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.bluetext {
		color: #1455ac;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	
}

.whitetext a {
	text-decoration: none;
	color: #FFF;
}

.greytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	text-decoration: none;	
}

.greytext a {
	text-decoration: none;
	color: #999;
}

.greytext a:hover {
	text-decoration: underline;
	color: #999;
}

.greytext a:visited {
	text-decoration: none;
	color: #999;
}


