/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}



/* Page Header */

#header {
	position: relative;
	width: 990px;
	height: 125px;
	margin: 0;
	padding: 0;
}

#header a img {
	border: none;
	position: absolute;
	top: 10px;
	left: 20px;
}

#header p {
	font-family: 'Dancing Script', arial, serif;
	position: absolute;
	top: 0px;
	left: 625px;
	font-size: 200%;
	color: #6699ff;
	text-shadow: 1px 1px 3px #888;
}



/* Navigation */

#nav {
	clear: left;
	padding: 0;
	width: 990px;
	list-style: none;
}

#nav li {
	width: 14%;
	height: 35px;
	display: block;
	float: left;
	text-align: center;
	background-color: #3366cc;
	background-image: url('images/navbar.jpg');
	background-repeat: repeat-x;
	border-right: 1px solid #003399;
	border-left: 1px solid #6699ff;
}

#nav li:first-child {
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	border-left: none;
}

#nav li:last-child {
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	border-right: none;
}

#nav li:hover {
	background-color: #6699ff;
	background-image: none;
}

#nav li a {
	display: block;
	width: 100%;
	padding: 10px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	text-shadow: 0px -1px 0px #003399;
}



/* Main Content */

#content {
	clear: left;
	margin: 0;
	padding: 50px 0px 50px 0px;
	float: left;
	width: 700px;
	min-height: 600px;
	text-align: left;
}

#content h1 {
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 175%;
	font-weight: bold;
	color: #6699ff;
	text-shadow: 1px 1px 3px #ccc;
}

#content h1 span {
	display: block;
	font-size: 55%;
	font-weight: regular;
	color: #666;
}

#content h2 {
	text-align: left;
	font-size: 95%;
	font-weight: bold;
	color: #003366;
}

#content h3 {
	text-align: center;
	font-size: 90%;
	color: #003366;
}

#content h4 {
	text-align: center;
	font-size: 90%;
	color: #333333;
}

#content p {
	font-size: 90%;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 5px 0px;
	color: #666;
	text-align: justify;
	text-shadow: 1px 1px 3px #ccc;
}

#content ul {
	font-size: 80%;
	margin: 0px 0px 5px 40px;
	padding: 0;
	color: #000000;
	list-style: none;
}

#content .divider {
	padding: 10px 0px 20px 20px;
}

#content .clear {
	width: 700px;
	height: 1px;
}

#content .threecol {
	float: left;
	margin: 10px 20px 10px 0px;
	width: 220px;
	text-align: center;
}

#content .threecol:hover h3 {
	border-top: 5px solid #6699ff;
}

#content .threecol h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 125%;
	font-weight: bold;
	color: #6699ff;
	text-shadow: 1px 1px 3px #ccc;
}

#content .threecol h3 {
	width: 220px;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #666;
	border-top: 5px solid #ccc;
}

#content .threecol p {
	margin: 10px;
	padding: 0;
	text-align: justify;
}

#content .threecol a {
	display: block;
	float: right;
	margin: 1px 1px 0px 0px;
	padding: 5px 25px;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	background-color: #6699ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:2px 2px 0px #333;
	-webkit-box-shadow:2px 2px 0px #333;
	box-shadow:2px 2px 0px #333;
	text-shadow: 0px -1px 0px #3366cc;
}

#content .threecol a:hover {
	margin: 2px 0px -1px 0px;
	background-color: #3366cc;
	-moz-box-shadow:1px 1px 0px #333;
	-webkit-box-shadow:1px 1px 0px #333;
	box-shadow:1px 1px 0px #333;
	text-shadow: 0px -1px 0px #003399;
}

.threecol img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #888;
	-moz-box-shadow:2px 2px 5px #888;
	-webkit-box-shadow:2px 2px 5px #888;
	box-shadow:2px 2px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.twocol {
	width: 235px;
	padding: 10px 10px 0px 10px;
	margin: 10px;
	float: left;
	text-align: center;
	img-align: center;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.twocol p {
	margin: 5px 5px 0px 5px;
	padding:5px;
	font-style: italic;
}

.clear {
	clear: both;
	width: 990px;
	height: 1px;
}



/* Image Border and Shadow */


.img-shadow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	margin: 10px 10px 0 10px !important;
	margin: 10px 10px 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.img-shadowr {
	float: right;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	margin: 10px 10px 0 10px !important;
	margin: 10px 10px 0 5px;
}

.img-shadowr img {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}



/* Image Viewer Box */


#options {
	float: left;
	position: relative;
	list-style: none;
}

#options li {
	margin: 0;
	background-image : url(images/button.jpg);
	border-left: 1px solid #6699cc;
	border-bottom: 1px solid #cccccc;
	width: 200px;
}

#options li a:hover {
	background-image : url(images/button-mouseover.jpg);
	padding: 4px 0px 4px 12px;
}

#options li a {
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	color: #cccccc;
	display: block;
	font-weight: bold;
	font-size: 85%;
}

.mouseover span{
	position: absolute;
	padding: 30px;
	left: -1000px;
	visibility: hidden;
	z-index: 100;
}

.mouseover:hover span{
	visibility: visible;
	top: -5px;
	left: 147px;
}

#viewer {
	margin: 30px 0px 30px 0px;
	height: 350px;
}



/* Right Column */

#rightcol {
	margin: 10px 30px 0px 0px;
	padding: 0;
	float: right;
	width: 200px;
	text-align: center;
}

#rightcol h1 {
	font-family: 'Dancing Script', arial, serif;
	margin: 30px 0px 20px 0px;
	padding: 5px 0px 10px 0px;
	color: #3366cc;
	font-size: 150%;
}

#rightcol a {
	text-decoration: none;
	color: #6699ff;
	margin-left: 80px;
}

#rightcol a:hover {
	text-decoration: underline;
}

#rightcol p {
	margin-left: 30px;
	text-align: left;
	font-size: 95%;
	color: #444;
	text-shadow: 1px 1px 3px #ccc;
}

.rightcolbox {
	margin-bottom: 20px;
}

#rightcol .rightcolbox a {
	display: block;
	width: 190px;
	margin-left: 0px;
	padding: 5px;
	text-decoration: none;
	border-top: 5px solid #ccc;
}

.rightcolbox img {
	float: right;
}

.rightcolbox h2 {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 120%;
	text-align: left;
}

.rightcolbox h2 span {
	display: block;
	margin-left: 20px;
}

.rightcolbox p {
	margin: 0;
	padding: 0;
	color: #;
	text-align: justify;
	font-size: 85%;
}

#rightcol .rightcolbox a:hover {
	border-top: 5px solid #6699ff;
}

.rightcolbox a:hover h2 {
	color: #6699ff;
}




/* Footer */

#footer {
	clear: left;
	width: 990px;
	text-align: left;
	font-size: 85%;
	line-height: 1.5em;
	color: #fff;
	background-color: #3366cc;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 0px -1px 0px #003399;
}

#footer p {
	width: 375px;
	float: right;
	margin: 0;
	padding: 0;
}

#footer a {
	display: inline;
	color: #fff;
	text-decoration: underline;
	margin-right; 10px;
}

#footer a:hover {
	color: yellow;
}

#footernav {
	margin: 10px 0 0 30px;
}

