/* CSS Document */

body
{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background-color: #415c77;
	background-image: url(/townsend/images/background-site.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

h1
{
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2
{
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

img
{
	border: none;
}

a:link, a:active, a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: underline;	
}	

#wrapper
{
	width: 789px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	border: 1px silver solid;
	background-color: #c6c6c6;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(/townsend/images/background-wrapper.jpg);
}


#header
{
	height: 151px;
	background-image: url(/townsend/images/header.jpg);

}


#middle
{
	padding: 30px 20px 30px 20px;
}


#menu
{
	background-image: url(/townsend/images/background-menu.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

#menu #items
{
	padding-left: 0px;
	margin: 5px 0px 0px 0px;	
}

#menu #items li
{
	list-style: none;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 8px;
}

#menu #items li a
{
	padding-left: 19px;
	text-decoration: none;
}

#menu #items li a:hover
{
	border-left: 9px solid #7c94be;
	padding-left: 10px;
	text-decoration: underline;
}


#content
{
	float: left;
	width: 425px;
	padding-right: 50px;
	padding-bottom: 70px;
}

#content a  
{
	text-decoration: underline;
}

#rightcol
{
	float: left;
	width: 117px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


#footer
{
	clear: both;
	height: 20px;
	padding: 13px 20px 13px 0px;
	margin: 0px;
	background-image: url(/townsend/images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: right;
}

#footer a
{
	color: white;
}



.mcqs-chapters
{
	width: 300px;

}

.model-sections
{
	width: 300px;
}

.models-viewmodel
{
	border: 2px solid #415c77;
	background-color: #DDDDDD;
	padding: 5px;
	text-align: center;
}

.figures-chapters
{
	width: 300px;
}

.townsend {
left:400px;
position:absolute;
top:125px;
width:130px;
}

.townsend a {width:130px;display: block;}
.townsend a span {display: hidden;}
.townsend a:hover {text-decoration: none;}

.begon {
left:539px;
position:absolute;
top:125px;
width:103px;
}
.begon a {width:103px; display: block;}
.begon a:hover {text-decoration: none;}

.harper {
left:663px;
position:absolute;
top:125px;
width:102px;
}
.harper a {width:102px; display: block;}
.harper a:hover {text-decoration: none;}
#content p.adobe {
	padding: 20px;
	border: 1px solid #ccc;
	}

#content p.adobe img {
	float: left;
	padding-right: 10px;
	}
