div#bodycontent div.container {
	font-size:13px;
}

/*for text in center area*/
div#bodycontent #indent {
	margin-left: 10px;
	margin-right: 10px;
}
/*
	Styles for drawer effect
	To make the drawer effect work:
	Make your div content-sidebar-nav-1-3 have class="list"
	Use an UL for the questions, an OL for the answers.
	Use ggsDrawer(this) in the onclick of the <UL><LI>
*/
div#rightrail ul {
	background-image: none;
}
div.list ul ol,
div.list ul ul {
    display: none;
    padding: 10px 0px 0px 10px;
    line-height: 1.2em;
}
ol li span.number {
    font-size: 16px;
    color: #168DC9;
}
ol {
	margin-left: 5px
}

/*quick fix for form error styling*/
.formError {
	font-weight: bold;
	color: red;
}

/*overwrite the size of main*/
div#main {
	width: 977px;
}

/*make links longer on the right rail*/
div#rightrail ul {
	padding: 0pt 5px 20px;
}

#detail_title {
    float: left;
    padding: 45px 0 0 15px;
}

#detail_box {
    clear: both;
    width: 100%;
    margin-bottom: 45px;
}

#main #detail_photo {
    width: 110px;
    height: 110px;
    float: left;
}
