@charset "UTF-8";
body {
	font-size: 62.5%;
	/*font-size: 55px;*/
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.2em;
}
p {
	/*font-size: 1.2em;*/
}
a {
	text-decoration: underline;
}

a img {
	border: none;
}
#nav a, #secnav a {
	text-decoration: none;
}

#container #schoolspecific #schoollogo {
	text-align: center;
	/*width: 156px;*/
}
#logovertical {
	/*width: 156px;*/
}

/* @group Documents (Downloads) */
#content table.documents img { 
	float: none;
	padding: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 4px;
	border: none;
}

#content table.documents a {
	padding: 0;
	background-image: none;
}
#content table.documents p {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @group Article Clearing */
.arttext {
	clear: both;
	font-size: 1.2em;
}

.article {
	clear: both;
}

/* @end */

.clear {
	clear: both;
}

.googlesearch {
	width: 70%;
}


/* Hide or Show School Name */
#container.noshow #schoolspecific h1 {
	text-indent: -5000px;
}

/* @group Table Controls */
#content .article {
	/*overflow: hidden;*/
}
#container #wrapper #content .article .arttext table {
	/*max-width: 500px !important;*/
	border-collapse: collapse;
	/*border: 1px solid #d7d7d7;*/
	font-size: 0.8em;
}
#container #wrapper #content .article .arttext table table {
	font-size: 1em;
}
#container #wrapper #content .article .arttext table td {
	padding: 10px;
	border: 1px solid #afafaf;
	/*background-color: #ecfda7;*/
}

/* @end */


#basic-accordian {
	padding:0px;
	width: 100%;
}

#basic-accordian .documents_content {
	 float:right;
	 width:70%;
}

#basic-accordian .documents_toc_nav {
	width:30%;
	float:left;
}

.accordion_headings {
	padding: 5px 10px;
	background: #b1b1b1;
	color:#FFF;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	cursor:pointer;
}
.accordion_headings:hover {
	background:#CCC;
}
.accordion_child {
	padding: 0px 15px 15px;
	background:#e7e7e7;
}
.header_highlight {
	background: #e7e7e7 url(../images/default/documents_tab.jpg) left repeat-y;
	color: #333;
	text-align: right;
	border-right: none;
}
.header_highlight:hover {
	background:#e7e7e7 url(../images/default/documents_tab.jpg) left repeat-y;
	color: #333;
	cursor: default;
}
.article .arttext #basic-accordian h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.article .arttext #basic-accordian p {
	font-size: 1.2em;
}
.article .arttext #basic-accordian p small{
	color: #333;
	margin-top: 1em;
	padding-top: .3em;
	display: table;
	border-top:  1px solid #333;
}

#content ul {
	font-size: 1em;
}
#content ul li {
	margin-bottom: 5px;
}
#content ol {
	font-size: 1em;
}
#content ol li {
	margin-bottom: 5px;
}

#sandbox ul {
	list-style-position: inside;
}