/* GLOBAL */

body {
	background: #05314d url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/9995/background.gif) repeat-x 0 97px;
	color: #fff;
	line-height: 18px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
}

a, a:active, a:hover, a:visited {
	color: #fff;
}

p {
	margin-bottom: 18px;
}

h1 {
	border-bottom: 1px solid #000;
	color: #fbf5ec;
	font-family: "Times New Roman", Palatino, Times, serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 6px;
 	padding-bottom: 10px;
	text-transform: uppercase;
}
div#center h1 {
	line-height:26px;
}

h2 {
	border-bottom: 1px solid #000;
	color: #dbcbb1;
	font-family: "Times New Roman", Palatino, Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 36px;
 	padding-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	margin-bottom: 4px;
}

.clear {
	clear: both;
}

.header h1 {
	border-bottom: 0;
	margin-bottom: 6px;
	padding-bottom: 0;
}

.header h2 {
	border-bottom: 0;
	color: #05314d;
	font-size: 17px;
	line-height: 18px;
	margin-top: 0;
	padding-bottom: 0;
}

.header p {
	float: right;
	font-size: 24px;
	margin-bottom: 0;
}

.header .content h1 a {
	color: #05314d;
	text-decoration: none;
}

h2.contact {
	color: #fbf5ec;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 0;
}

.double-border {
	border-bottom: 1px solid #3b738b;
	margin-bottom: 12px;
}

.flat-bottom, .contact.flat-bottom {
	margin-bottom: 0;
}

#masthead a {
	display: block;
	height: 287px;
	text-indent: -9999px;
	width: 760px;
}

/* STRUCTURE */

#center {
	background: transparent;
    float: left;
    padding: 12px;
    width: 509px;
}

#footer {
	background: #05314d url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/9995/background.gif) repeat-x;
	padding: 18px 0;
	text-align: center;
}

.header {
	background: transparent url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/9998/header.gif) repeat-x;
	border-top: 25px solid #05314d;
	clear: left;
	color: #05314d;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	height: 72px;
	text-transform: uppercase;
}

.header .content {
	margin: 0 auto;
	padding: 15px 30px 0;
	width: 700px;
}

.header .content p {
	font-family:"Times New Roman", Palatino, Serif;
}

#main {
	background: #05314d url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/10007/main.gif) no-repeat;
	margin-bottom: 9px;
}

#main-bottom {
	background: transparent url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/10010/main-bottom.gif) no-repeat bottom center;
	padding-top: 18px;
}

#masthead {
	background: transparent url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/10001/masthead.jpg) repeat-x;
	clear: both;
	height: 287px;
}

#nav {
	background: transparent url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/10004/nav.gif);
	height: 42px;
}

#right {
	background: transparent;
    float: right;
    padding: 12px;
    width: 202px;
}

#right h3 {
	font-weight:bold;
}

#wrapper {
	background: #05314d url(http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/9995/background.gif) repeat-x;
    margin: 0 auto;
    width: 760px;
}

img#ctc {
	margin: 15px 0 0 0;
}

/* NAVIGATION */

#nav ul {
	padding: 12px 0 0 60px;
}

#nav li {
    float: left;
}

#nav li a {
	color: #182430;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	text-decoration: underline;
}

/* FORMS */

form {
	margin-bottom: 18px;
}

label {
	float: left;
	margin-bottom: 9px;
}

input, textarea {
	background: #2a546e;
	border: 1px solid #000;
	clear: left;
	color: #fff;
	margin-bottom: 9px;
	padding: 3px;
	width: 195px;
}

input[type=submit] {
	width: auto;
}

/* DICTIONARY LISTS */

dt {
	clear: left;
	float: left;
	font-weight: bold;
	padding-right: 5%;
	text-align: right;
	width: 25%;
}

dd {
	float: left;
	width: 70%;
}