

body {
	padding: 15px;
	margin: 0px;
	background-color: #fff;
	font-family: Sabon, Baskerville, Garamond, "Book Antiqua",serif;
}
div, form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 1020px;
	padding: 0px;
	border: 0px solid #666;
}
	#header {
		position: relative;
	}
	#content {
		margin:0 0 0 490px;
		width: 520px;
	}
	#footer {
		position: absolute;
		left: 0px;
		top: 650px;
		width: 450px;
	}

h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 0px;
}

p {
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
}
a {
	border: 0;
	color: #000;
	text-decoration: none;
}

.contentText a {
	text-decoration: underline;
}
a img {
	border: 0;
}

#content p:first-child {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
}




#main strong {
	color: #000;
	font-size: 1.0em;
}

#main img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* header & menu bits */
#header h1.logo {
	position:absolute;
	width: 450px;
	margin: 0px;
}
#menu {
	padding-left: 470px;
	width:550px;
	top: 0px;
	margin-bottom:30px;
	}
	#mainNav,
	#mainNav li {
		margin: 0px;
		padding: 0px;
		list-style:none outside;
	}
	#mainNav {
		text-transform: uppercase;
		padding:0 0 10px 20px;
		border-bottom: 2px solid black;
	}
	#mainNav li {
		display: inline;
		font-size: 14px;
		padding: 0 12px 0 0;
	}
	#mainNav li.active span {
		font-weight: bold;
	}
	#mainNav li a:hover {
		text-decoration: underline;
	}

/* content bits */
#content .contentText ul {
	list-style:none inside;
}

#content .contentText ul li {
	font-style: italic;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none outside;
}

#content .captionBox {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


#content a {
	font-weight: bold;
	text-decoration: underline;
}


#content .contribImg {
	float: left;
	margin-right: 10px;
}

#content .contributors ul li a {
	text-decoration: none !important;
}

#content .contribSummary {
	padding-left: 160px;
}






.subNav .contentText {
	padding-left: 160px;
	width: 520px;
}

.subNav .contentText .contentText {
	padding-left: 0px;
}


/* SHARED SUBNAV STYLING */
.sectionNav,
.menuTree,
.sectionNav li,
.menuTree li {
	color: #fff;
	padding: 0;
	margin: 0;
	width: 140px;
	float: left;
	display: inline;
	line-height: 1em;
}
.sectionNav li {
	background: #ccc;
	border-bottom: 1px solid #fff;
}
.sectionNav li li,
.menuTree li li {
	border-top: 1px solid #fff;
	border-bottom: 0;
}
.sectionNav a,
.sectionNav .inactive,
.menuTree a,
.menuTree .inactive {
	color: #333333;
	font-weight: bold;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #cccccc;
}
.sectionNav li li a,
.menuTree li li a {
	font-weight: normal;
	padding: 5px 12px;
	background: #aaaaaa;
}
.sectionNav a:hover,
.menuTree a:hover {
	background: #000;
}

/* dreamgirl edit styles */
ul li .dgButton a {
	display: inline;
	padding: 0 2px;
}

.contributors ul, ul.sponsors {
	padding: 0px;
	list-style-type: none;
}

.contributors li {
	text-align: center;
	float: left;
	width: 160px;
	height: 250px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.contributors li .image {
	height: 220px;
}

.contributors li .image img {
	vertical-align: middle;
}
.contributors dt {
	margin-left: 0px;
}

ul.sponsors {
	clear: both;
	margin-left: 30px;
	vertical-align: middle;
}
ul.sponsors li {
	display: inline;
	vertical-align: middle;
	height: 55px;
	margin-left: 10px;
}

ul.sponsors li img {
	vertical-align: middle;
}


/* dreamgirl CMS styles*/
.newButton {
	display: block;
}
.buttonContainer {
	display: inline;
}

#dgInlineFeedback {
	width: 259px;
	height: 242px;
	color: #000;
	background: url(../dreamgirl/images/success.png)!important;
	background: url(../dreamgirl/images/success.gif);
}


.dgInlineForm {
	width: 500px;
	border: 0px;
	margin: 0px;
	position: absolute;
	margin-left: -200px;
	margin-top: 12px;
	visibility: visible;
	overflow: hidden;
	z-index: 100;
}

iframe {
	position: absolute;
	width: 500px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.dgInlineButton {
	border: 0px;
	background-color: transparent;
}

.dgInlineButtonActivated {
	background-color: #ccc;
	margin-right: 3px;
}

.dgActiveElement {
	border: 1px dashed #eebddc;
	z-index: 100 !important;
}

.dgInactiveElement {
	background-color: transparent;
}

.dgButtonLink {
	border: 0px;
	margin-right: 3px;
}
