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

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #6d9191 url(images/header_bg.jpg) center top repeat-x;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/wrapper_bg.jpg) center top repeat-y;
	}
#header {
	background: url(images/new_header.jpg) center top no-repeat;
	height: 254px;
	}
#content {
	float: left;
	width: 450px;
	margin-left: 30px;
	margin-top: 13px;
	border-left: 1px solid #6d9191;
	border-right: 1px solid #6d9191;
	border-top: 1px solid #6d9191;
	}
#content p{
	font-size: 1.3em;
	margin: 0 15px 15px 20px;
	line-height: 1.5em;
	}
#content h2 {
	font-size: 1.9em;
	background: url(images/heading_bg.jpg) left top no-repeat;
	color: #446868;
	height: 25px;
	font-weight: normal;
	text-indent: 15px;
	margin-left: 0px;
	margin-top: 0;
	}
#content h3 {
	text-indent: 15px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-decoration: underline;
}

#content h4 {
	font-size: 1.4em;
	font-weight: bold;
	text-indent: 5px;
	}
#content ul {
	list-style-type: none;
	padding: 0;
	margin: -15px 0 10px 40px;
}
#content ol {
	margin: -15px 0 10px 40px;
	padding-left: 30px;
	width: 350px;
}
#content li {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
#sidebar {
	float: right;
	width: 200px;
	margin-right: 65px;
	margin-top: 13px;
	}
#sidebar a:link, a:visited {
	text-decoration: underline;
	color:#2a3f3f;
	}
#sidebar a:hover, a:active {
	text-decoration:none;
	background-color: #ffffff;
	color:#2a3f3f;
	}
#sidebar p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin:0 5px 8px 5px;
	}
#sidebar h3{
	font-size: 1.5em;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000000;
	}
#sidebar ul {
	font-size: 1.2em;
	list-style-type: none;
	margin: -5px 0 15px 15px;
}
#footer {
	clear: both;
	background: url(images/footer.jpg) center no-repeat;
	height: 50px;
	width: 980px;
	left: auto;
	right: auto;
	}
#footer p{
	font-size: 1.1em;
	margin-left: 55px;
	padding-top:25px;
	}
	
.imgRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	}
.formText {
	margin-bottom: 0;
	margin-top: 15px;
	}
.warning {
	color: #CC0000;
	}

/* -------------------- Begin Rollover Navigation styles ----------------------- */
#navbar {
	float: left;
	margin-left: 40px;
	width: 170px;
	height: 260px;
}
#navbar ul {
	list-style-type: none;
}
#welcome a {
 float:left;
 width:170px;
 height:55px;
 background-image:url(images/navigation.jpg);
 background-position:0px 0px;
}
#welcome a:hover {
 background-position:-170px 0px;
}
body#welcome1 a#welcomeLink {
	background-image: url(images/navigation.jpg);
	background-position: -170px 0px;
}
#design a {
 float:left;
 width:170px;
 height:51px;
 background-image:url(images/navigation.jpg);
 background-position: -0px -55px;
}
#design a:hover {
 background-position: -170px -55px;
}
body#design1 a#designLink {
	background-image: url(images/navigation.jpg);
	background-position: -170px -55px;
}
#classes a {
 float:left;
 width:170px;
 height:49px;
 background-image:url(images/navigation.jpg);
 background-position: -0px -106px;
}
#classes a:hover {
 background-position: -170px -106px;
}
body#classes1 a#classesLink {
	background-image: url(images/navigation.jpg);
	background-position: -170px -106px;
}
#custom a {
 float:left;
 width:170px;
 height:51px;
 background-image:url(images/navigation.jpg);
 background-position: -0px -155px;
}
#custom a:hover {
 background-position: -170px -155px;
}
body#custom1 a#customLink {
	background-image: url(images/navigation.jpg);
	background-position: -170px -155px;
}
#contact a {
 float:left;
 width:170px;
 height:54px;
 background-image:url(images/navigation.jpg);
 background-position: -0px -206px;
}
#contact a:hover {
 background-position: -170px -206px;
}
body#contact1 a#contactLink {
	background-image: url(images/navigation.jpg);
	background-position: -170px -206px;
}
/* -------------------- End Rollover Navigation styles --------------------- */

/*-------------------Image Gallery styles--------------------*/
.photo img{
	padding: 4px;
	}
.figure p{
	font: 1.1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	}
.figure{
	float: left;
	width: 165px;
	margin: 0 0 15px 40px;
	}
/* --------- End Image Gallery styles ---------- */
