* { padding: 0; margin: 0; border: 0; } 

body { font-size: 76%; text-align: center; color: #399; font-family: Georgia, "Times New Roman", Times, serif; background-color: #cff; background-attachment: scroll; height: 100%; border-top: 20px solid #303; border-bottom: 20px solid #303; }
/*main divs*/
#headerbg { background-image: url(../headergradient.png); background-repeat: repeat-x; width: 100%; }
#header { background-image: url(../header.png); height: 150px; margin-top: 50px; margin-right: auto; margin-left: auto; }
#nav-wrapper { background-image: url(../back-nav.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#nav { height: 31px; position: relative; order-right-style: solid; }
#content-wrapper {
	background: #cff;
	width: 100%;
	float: left;
}
#content { padding: 41px 0; order-right-style: solid; }
#left {
	position: relative;
	width: 215px;
	float: left;
	padding-bottom: 41px;
}
#leftbottom { width: 215px; float: left; margin-top: 50px; }
#right {
	position: relative;
	width: 511px;
	float: right;
	padding-bottom: 41px;
}
#footer-wrapper { background-image: url(../footerbg.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; width: 100%; height: 100px; float: left; border-top: 1px solid #fff; border-bottom: 10px solid #303; }
#content, #header, #nav, #footer { width: 756px; text-align: left; margin: 0 auto; order-right-style: solid; }
/* navigation elements
-------------------------------------------------------- */
#nav ul {
	text-align: right;  
	width: 600px; 
	position: absolute;
	right: 0; 
}

#nav li { display: inline; float: right; }
#nav #nav-home {
	position: absolute;
	left: 0; 
}
#nav a {
	display: block;
	float: left;
	padding: 6px 12px;
	color: #399;
	text-decoration: none;
	font-size: 1.2em;
}

#nav a:hover { color: #FFF; }

#nav a.current { color: #fff; background-position: 0 0; }
/* home elements
-------------------------------------------------------- */
#home .dyk li { background-position: 0 0; padding: 0 0 9px 21px; }
li { list-style: none; }
/* content elements
-------------------------------------------------------- */
h3 { font-size: 1.4em; font-weight: normal; color: #606; margin-bottom: 6px; border-bottom: 1px solid #3b5488; }
h2 { color: #606; font-size: 1.5em; }
#right p, #right li {
	padding-bottom: 1em;
	line-height: 1.4em;
}
#content li { background-position: 0 0; padding-left: 12px; position: relative; margin-left: 20px; padding-left: 20px; }
#home h1 { color: #399; font-size: 1.4em; font-weight: normal; padding-bottom: 21px; }
#footer a:hover {
	color: #FFF;
}

#footer p {
	color: #4c68a1;
	padding: 30px 0;
	text-align: right;
}

#footer a { color: #4c68a1; }
/* form elements
-------------------------------------------------------- 
form {
	border-top: 1px solid #3b5488;
	border-bottom: 1px solid #3b5488;
	margin: 2em 0;
}

input, select, textarea {
	font: 1.2em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 6px;
	display: block;
	border: 1px solid #3b5488;
	background: #1c253b;
	color: #FFF;
}

fieldset { 
	border: none; 
	display: block;
}

label, form p {
	padding: 6px 0 !important;
	margin: 0 !important;
}

legend {
	font-size: 1.4em;
	padding: 6px 0 12px 0;
	color: #69c2ff;
}

form strong.required { color: #69c2ff; }

input.normal { width: 460px; }
select.normal { width: 473px; }
textarea.normal { width: 460px; height: 150px; }

p.submit {
	position: relative;
	display: block;
}

input.button {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 15px;
	color: #FFF;
	border: 1px solid #1c253b;
	background: #3b5488;
}
*/

form { color: #606; font-size: 1.2em; vertical-align: top; }
input, select, textarea { padding: 3px; border: 1px solid #3b5488; background: #1c253b; color: #FFF; background: #fff; color: #000; font: 1em Georgia, "Times New Roman", Times, serif; width: auto; border: solid 1px #606; }
textarea { font-family: Georgia, "Times New Roman", Times, serif; height: 6em; }
img input { width: auto; }
input.button {
	padding: 3px 15px;
	color: #FFF;
	border: 1px solid #1c253b;
	background: #3b5488;
	width: auto;
	cursor: pointer;
}
p { color: #606; font-size: 1.1em; margin-left: 20px; }
span { color: #606; font-size: 1.1em; font-style: italic; margin-left: 0; padding-left: 0; }
a { color: #606; text-decoration: underline; }
a:hover { color: #399; text-decoration: underline; }
