/* Global HTML Reset */
body,h1,h2,h3,h4,h5,h6,p,address,blockquote,form,label,input,select,textarea,legend,label,ul,ol,li,hr { margin: 0; padding: 0; }
body {
	background: #000;
	color: #21210a;
}
hr {
	border: none 0;
	border-bottom: 1px solid #888;
	height: 1px;
}
img { border: 0; }
ol, ul {
	list-style-type: none;
}




/* Font Description */
acronym {
	font-variant: small-caps;
	border-bottom: none;
	font-size: 0.9em;
	cursor: default;
}
body {
	font-size: 76.1%;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 1.5em;
}
h1 { font-size:2em;   line-height:1.7em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
h2 { font-size:1.5em; line-height:1.5em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
h3 { font-size:1.3em; line-height:1.3em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
h4 { font-size:1.2em; line-height:1.2em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
h5 { font-size:1.1em; line-height:1.1em; font-family: Verdana, sans-serif; }
h6 { font-size:1em;   line-height:1em;   font-family: Verdana, sans-serif; }



/* Custom Elements */
#header {
	color: #ddd;
	height: 60px;
	padding: 20px;
	clear: both;
	background: #000 url(../images/initials_top.png) no-repeat top left;
}
#header-inner {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#header a {
	font-size: 1.3em;
}
#header img {
	float: left;
	margin-right: -800px;
	margin-top:12px;
	font-weight: normal;
}
#header img a {
	border-bottom: none;
}
#header img a:hover {
	border-bottom: none;
}

.contact {
	float: right;
	position:relative;
	top:-4px;
	font-size: .9em;	
}
.contact th {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: .9em;
	padding-right: 5px;
	text-align: right;
}
.contact a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}
.contact a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.status {
	color: #f04949;
	font-size: 1.3em;
}
.phoneNumber {
	font-size: 1.3em;
}



#content {
	height:450px;
	background: #f9eefa url(../images/initials_bottom.png) no-repeat top left;
	border-top: 1px solid #f7f74b;
	border-bottom: 1px solid #f7f74b;
}
#content-inner {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}



#col_text {
	float: left;
	width: 300px;
	padding: 10px 20px 0 0;
}
#col_text a {
	font-style: oblique;
	color: #923999;
}
#col_text a:hover {
	color: #ec5cf8;
}
#col_text h1 {
	line-height: 1em;
	margin:25px 0 .5em 0;
}
#col_text a.linkout {
	font-weight: normal;
	font-size: 1.2em;
}
#col_text a.linkout.outbound {
	padding-right: 12px;
	background-image: url(../images/external.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#col_text .metadata {
	font-family: Verdana, sans-serif;
	font-size: .7em;
	color: #666;
}
#col_text p {
	margin-top: 1em;
}



#col_img {
	float: right;
	width: 560px;
}
.seperator {
	float: left;
	position: relative;
	margin-left: -1px;
/*	z-index: 999;*/
}



ul#nav {
	float: left;
	height: 40px;
	margin: 60px 0 -60px -20px;
	padding: 0 10px;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: .75em;
	background-color: #EC5CF8;
	
	position: relative;
/*	z-index: 1000;*/
}
ul#nav li {
	margin: 0 10px;
}
ul#nav a {
	border: 1px solid transparent;
	text-decoration: none;
	color: #000;
}
ul#nav a:hover {
	color: #fff;
}
ul#nav li {
	float: left;
	position: relative;
	top: 10px;
}
ul#nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin: -4px 0 0 -20px;
}
ul#nav li ul li {
	width: 15em;
	font-style: oblique;
	font-weight: normal;
	font-size: .9em;
}
ul#nav li ul li a {
	color: #21210a;
	text-decoration: none;
	display: block;
	line-height: 1.4em;
	padding:7px 10px;
	background-color: #f7f7e7;
	border-top: 1px solid #f9f9e9;
	border-bottom: 1px solid #e7e7a5;
}
ul#nav li ul li a:hover {
	color: #333;
	background-color: #f5ccf8;
	border-top: 1px solid #ec5cf8;
	border-bottom: 1px solid #ec5cf8;
}
ul#nav li>ul {
	top: auto;
	left: auto;
}
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}



#footer {
	clear: both;
	background-color: #000;
	padding: 10px 20px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: .7em;
	line-height: 1.35em;
}
#footer-inner {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#footer a {
	color: #cbcbad;
	text-decoration: none;
}
#footer a:hover {
	color: #f7f7e7;
}
#footer p {
	width: 300px;
}
#footer .sister {
	float:right;
	margin-top: -4.3em;
	margin-right: 83px;
}


.white {
	color: #fff;
}