/* COLORS
rule blue: #618aaf;
menu stripe blue: #b2ccd9;
menu bkg blue: #c9dae2;
footer blue: #6e91a3;
text gray: #4f565a;
text green: #567c0f;

*/
a div, a span {
	cursor: pointer;
}
body {
	background-color:#e4ecf0;
	margin: 0px;
	padding: 0px;
}
span, div,p {
	color: #4f565a;
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	text-align: left;
}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align:left;
	border-collapse:collapse;
}
a,a:link,a:visited,a:active {
	color: #567c0f;
	text-decoration: none;
}
a:hover {
	color: #618aaf;
	text-decoration: underline;
}
p {
	padding: 0px 0 0px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px 0 0px 0;
	padding: 0px;
	color:#4f565a;
}
h1 { font-size: 26px; line-height: 26px; }
h2 { font-size: 20px; line-height: 20px; }
h3 { font-size: 14px; line-height: 16px; }
h4 { font-size: 12px; line-height: 13px; }
h5 { font-size: 10px; line-height: 11px; }
h6 { font-size: 10px; line-height: 11px; }

blockquote {
	color:#666;
	margin: 0 0px 15px 0px;
	padding: 5px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	background-color: #f5f5f5;
}

ol {
	list-style-type:decimal;
	padding: 0 0 5px 20px;
	color: #339900;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 15px;
	color: #339900;
}
li {
	margin: 0;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */	
}
code {
	font-size: 100%;
}
hr {
	border: 0px;
	border-bottom: 1px dotted #cccc99;
	text-align:center;
	height: 0px;
	margin: 0px 0 10px 0;
}
img {border:0 }

/* Forms ----------------------------------------------- */
label { font-weight: bold; }
input, textarea, button, select,input[type="checkbox"] {
	background-color:#fff;
	color: #666;
	border: 1px solid #999;
	font-weight: normal;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	padding: 3px;
}
button, input[type="button"], input[type="submit"], input[type="reset"]   {
	background-color: #efefef;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover   {
	background-color: #339900;
	color: #fff;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active  {
	background-color: #fff;
	color: #333;
	border: 1px solid #339900;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{ 
	border: 1px solid #339900;
}
input[type="image"] { 
	border: none;
	padding: 0px;
}
fieldset {
	border: 1px solid #ddd;
	padding: 3px;
}
legend {
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
}
.required {
	color: #FF3330;
}
textarea {
	height: 100px;
}

/* Success, error & notice boxes for messages and errors. */
.error, .notice, .info, .success {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 2px solid #ddd;
}
.error {
	color: #D12F19;
	border-color: #FBC2C4;
	background: #fbe3e4 url(/media/img/error.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.notice {
	color: #817134;
	border-color: #FFD324;
	background: #FFF6BF url(/media/img/note.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.success {
	color: #529214;
	border-color: #C6D880;
	background: #E6EFC2 url(/media/img/success.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.info {
	color: #336699;
	border-color: #6299c5;
	background: #dff4ff url(/media/img/info.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.note, .optional {
	color: #999;
	padding-left:5px;
}
/* Layout ----------------------------------------------- */
#main {
	margin: 0 auto;
	padding: 0;
	width:900px;
	text-align:left;
	background-color:#ffffff;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

/* Header ----------------------------------------------- */
#header {
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-image: url('../img/header_bkg.gif');
}
#logo {
	float: left;
	width: 200px;
	padding: 15px 0 0 0;
}
.menu {
	padding-top: 67px;
}
#banner {
	height: 115px;
	padding: 0px;
	margin: 0px;
}
/* Content ---------------------------------------------- */
#bodyCopy {
	padding: 10px 0 10px 20px;
}
#refLinksBkg {
	background-image: url('../img/refLinks_bkg.jpg');
	height: 110px;
}
#refLinks {
	padding: 10px;
	margin: 0px;
	background-image: url('../img/refLinks_photo.jpg');
	background-position: bottom right;
	background-repeat:no-repeat;
}
.callouts {
	padding: 10px;
	margin: 0px;
	background-image: url('../img/button-bkg.gif');
	background-repeat: repeat-y;
}

/* Footer ----------------------------------------------- */
#footer {
	padding: 10px;
	margin: 0px;
	background-color:#6e91a3;
	color: #ffffff;
}
#footerMenu {
	color: #ffffff;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#footerMenu a {
	color: #ffffff;
}
#copyright {
	padding-right: 10px;
	text-align: right;
	float: right;
	color: #ffffff;
}