@charset "utf-8";

/* DIV formatting */

body {
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	overflow: auto;
}

#container {
	background-color: #FFFFFF;
	width: 960px;
	margin: 15px auto 25px auto;
	border: 1px solid #CCCCCC;
	text-align: left;
	box-shadow: 3px 3px 9px #CCCCCC;
	-webkit-box-shadow: 3px 3px 9px #CCCCCC;
	-moz-box-shadow: 3px 3px 9px #CCCCCC;
}

header {
	background-color: #FFFFFF;
	padding: 20px 0 0 20px;
}

nav {
	background-color: #EBEBEB;
	background: -webkit-linear-gradient(top, #EBEBEB, #CCCCCC);
	background: -moz-linear-gradient(top, #EBEBEB, #CCCCCC);
	background: -ms-linear-gradient(top, #EBEBEB, #CCCCCC);
	height: 40px;
	line-height: 40px;
}

nav ul {
	list-style: none;
	padding-left: 20px;
}

nav li {
	display: inline;
}

nav a:link, nav a:visited  {
	background-color: #EBEBEB;
	background: -webkit-linear-gradient(top, #EBEBEB, #CCCCCC);
	background: -moz-linear-gradient(top, #EBEBEB, #CCCCCC);
	background: -ms-linear-gradient(top, #EBEBEB, #CCCCCC);
	padding: 12px 10px 12px 10px;
	text-decoration: none;
	font-weight: bold;
}

nav a:hover {
	background-color: #999999;
	background: -webkit-linear-gradient(top, #999999, #666666);
	background: -moz-linear-gradient(top, #999999, #666666);
	background: -ms-linear-gradient(top, #999999, #666666);
	color: #FFFFFF;
}

nav a:active {
	color: #EBEBEB;
}

#graphic {
	padding: 0;
}

article {
	/* background-color: #9EFEB7; */
	float: left;
	width: 675px;
	margin-top: 20px;
	padding: 0 20px 0 20px; /* */
}

aside {
	/* background-color: #FFFF00; */
	float: right;
	width: 200px;
	margin-top: 20px;
	padding: 0 20px 0 20px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CCCCCC; /* */
}

footer {
	clear: both;
	padding: 10px 0 0 20px;
	height: 40px;
	width: 940px;
	border-top: 1px solid #CCCCCC;
	font-size: 0.7em;
}

.photo {
	width: auto;
	margin-left: 10px;
	margin-bottom: 5px;	
	float: right;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* text formatting */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin-top: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-top: 0;
}

p {
	color: #333333;
	margin-top: 0;
}

/* link formatting */

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #999999;
}

/* Form and warning message formatting */

form {
	width: 660px;
	margin: 10px 0 10px 10px;
	padding: 0 0 5px 0;
/*	background-color: #EFF4F8;  */
}

.label {
	float: left;
	width: 275px;
	margin-right: 10px;
	font-size: 0.81em;
	text-align: right;
	font-weight: bold;
	clear: left;
}

.legend {
	background-color: #F5F5F5;	
}

.textInput { 
	width: 250px;
	background-color: #F5F5F5;
}

.warning {
	font-weight: bold;
	color: #FF0000;
}

.textfieldRequiredMsg {
	display: inline;
	font-weight: bold;
	color: #FF0000;
}

.captcha {
	margin-left: 285px;
}

.button {
	margin-top: 5px;
	margin-left: 300px; 
	padding: 10px 20px;
	font-weight: bold;
}

