@charset "UTF-8";
/* 
  -----------------------------------
  TDXDartmouth.org CSS
  -----------------------------------
*/

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	color: #000000;
	margin: 255px 0 36px;
	font: 100% 'Palatino Linotype', Palatino, Baskerville, 'Book Antiqua', Georgia, serif;
	background: #021035 url(/images/header.jpg) no-repeat center top;
	text-align: left;
}
#outerWrap {
	background: #FFFFFF;
}
#innerWrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #021035;
	border-bottom: 1px solid #021035;
	border-left: 1px solid #021035;
	font-size: .85em;
	line-height: 1.5em;
	background: url(/images/bkg_innerWrap.gif) repeat-y;
}
#innerWrap2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #021035;
	border-bottom: 1px solid #021035;
	border-left: 1px solid #021035;
	font-size: .85em;
	line-height: 1.5em;
	background: url(/images/bkg_innerWrap2.gif) repeat-y;
}
#menubar {
	background: #000B2E;
	padding-left: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.85em;
	line-height: 1.2em;
}
#c1 {
	float: left;
	width: 520px;
}
#c2 {
	float: left;
	width: 220px;
}
#c3 {
	float: right;
	width: 220px;
}
#c4 {
	float: left;
	width: 740px;
}

.content {
	padding: 15px;
}
.content p {
	margin-bottom: 12px;
}

/*
The Dropcaps style. Georgia typeface to work around Apple text rendering bugs
*/
span.dropcap {
	font-family:'Palatino Linotype', Georgia, serif;
	float:left;
	font-size:5.75em;
	margin: 0 6px 0 0;
	padding: 0 0.05em 0 0;
	display: block;
	line-height: .775em;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	font-variant: small-caps;
}
h1 {
	margin: 0;
	font-size: 1.75em;
}
h2 {
	margin: 30px 0 0 0;
	font-size: 1.5em;
}
h3 {
	margin: 24px 0 0 0;
	font-size: 1.3em;
}
h4 {
	margin: 24px 0 0 0;
	font-size: 1.2em;
}
ul.content, ol.content {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	list-style-type: square;
}
.top {
	margin-top: 6px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	display: block;
}
.linklist {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
/*All Links on page*/
a:link {
	color: #021035;
}
a:visited, .linklist a:visited {
	color: #4D3B79;
}
a:hover {
	color: #4D3B79;
}
/*
Additive link styles for links inside 
elements assigned this class
*/
.linklist a {
	display: block;
	padding: 3px 6px;
	color: #021035;
	border: 1px solid #FFFFFF;
	background: #ADAF98;
	font-weight: bold;
	line-height: 1.4em;
}
.linklist a:hover {
	border-color: #021035;
	text-decoration: none;
	background: #FFFFFF;
}
#copyright {
	font-size: 0.75em;
	clear: both;
	margin: 0px;
	padding: 0px 20px 20px 44px;
	color: #FFFFFF;
	line-height: 1.5em;
}
#copyright span {
	display: block;
}
#footer {
	padding: 20px 20px 0px 44px;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.5em;
}
#footer a:link, #footer a:visited, #footer a:active, #copyright a:link, #copyright a:visited, #copyright a:active {
	color: #FFFFFF;
}
#footer a:hover, #copyright a:hover {
	text-decoration: none;
}


/* search field */
form.bmw_search input {
	border: 1px solid #021035;
	color: #333;
	font-size: .9em;
	padding: 3px;
	width: 250px;
	margin:0;
}
#search {
	background: url(/images/bkg_search.jpg) repeat-y left top;
	padding: 5px 5px 5px 10px;
	margin-top: 15px;
}

/* search button */
form.bmw_search button {
    border-width: 1px;
    padding: 2px;
    font-size: .9em;
    margin:0px 0px 0px 5px;
}
th {
	font-size: 1.1em;
	color: #021035;
	text-transform: uppercase;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 15px;
}
#classLists dl {
	float: left;
	width: 33%;
}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #021035;
}
legend {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
}
div.bmw_spotlightimageLinks {
margin-top: 15px;
}
div.bmw_spotlightLinks{
	margin-bottom: 15px
}
div.bmw_spotlightLinks div.bmw_link a.bma_head{
	font-size: 1.2em;
}
#lodgeLeft {
	float: left;
	width: 350px;
}
#lodgeRight {
	float: right;
	width: 320px;
}
