/*
	mainedentalaccess.org
	Composition 1
	Grey: #666666
	Orange: #de5d00
	Blue: #556e9b
	Goldenrod: #edbe01
	Charcoal: #342e2a
*/


/*
CSS Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	General Formatting
*/

* {
	padding: 0;
	margin: 0;
	}
	
body {
	font: 62.5%/1.4em 'Lucida Sans', Verdana, Sans-Serif;
	color: #666666;
	background: #342e2a;
	}
	
#wrapper { 
	margin: 0 auto;
	width: 990px;
	}

#faux {
	background: url(images/faux.gif);
	overflow: auto; /* Fix for IE */
	width: 100%
	}

#header {
	width: 990px;
	height: 135px;
	background: #de5d00;
	}
	
#headerfront {
	width: 990px;
	height: 135px;
	background: url(images/faux.gif);
	}
	
#header img, #headerfront img {
	margin-left: 170px;
	}

#leftcolumn { 
	display: inline;
	width: 150px;
	margin-top: 80px;
	float: left;
	background: #556e9b;
	}

#content {
	display: inline;
	position: relative;
	margin: 0 20px 5em 20px;
	width: 540px;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
#rightcolumn {
	display: inline;
	position: relative;
	margin-bottom: 20px;
	margin-top: 80px;
	width: 250px;
	float: right;
	background: #edbe01;
	font-size: 1.2em;
	line-height: 1.5em;
	}

#footer, #footerlinks { 
	clear: both;
	margin: 0 0 20px 170px;
	width: 540px;
	text-align: center;
	}

#footerlinks {
	margin: 0 0 1em 170px;
}

#footer {
	margin: 0 0 4em 170px;
}

.clear {
	clear: both;
	background: none;
	}
	
table td {
	padding: 1em;
	}

.leftcol {
	width: 105px;
	}
	
/*
	Typography
*/

#content a {
	word-wrap: break-word; /* wraps long links in IE, Safari, and Chrome so they do not break layout */
}

a, a:visited {
	text-decoration: none;
	color: #de5d00;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	color: #556e9b;
	}
	
#footer a, #footer a:visited, #footerlinks a, #footerlinks a:visited {
	color: #666666;
	}
	
#footer a:hover, #footerlinks a:hover {
	text-decoration: underline;
	color: #556e9b;
	}
	
#footerlinks {
	text-transform: uppercase;
	}
	
h1, h2, h3 {
	padding: 2em 0 0 0;
	line-height: 1.2em;
	}
	
h1 {
	font-size: 1.6em;
	color: #556e9b;
	text-transform: uppercase;
	padding-top: 1em;
	}
	
h2 {
	font-size: 1.4em;
	color: #de5d00;
	}
	
h3 {
	font-size: 1.2em;
	color: #666666;
	}
	
h1 a:hover, h2 a:hover , h3 a:hover {
	text-decoration: underline;
	color: #556e9b;
	}
	
p {
	padding: 2em 0 0 0;
	}
	
#content object {
	margin: 2em 0 0 0;
	}
	
table {
	margin-top: 2em;
	}
	
#footer p, #footerlinks p {
	font-size: 0.9em;
	line-height: 1.7em;
	font-weight: bold;
	}
	
#content ul, #content ol {
	list-style-type:none;
	overflow: auto;
	padding-left: 3em;
	padding-top: 1em;
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol, #content ul ul ul {
	padding-top: 0;
	}

#content li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
	margin-top: 1em;
}

.textcenter {
	text-align: center;
	}
	
.small {
	font-size: 0.9em;
	}

/*
	Right Column
*/

#rightcolumn div {
	background: #ffffff;
	width: 250px;
	overflow: auto;
	margin-bottom: 15px;
}

#rightcolumn p, #rightcolumn h1, #rightcolumn h2, #rightcolumn h3 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

#rightcolumn p {
	padding-bottom: 0.5em;
	line-height: 1.3em;
	padding-top: 0.2em;
	}

#rightcolumn h2 {
	text-transform: uppercase;
	font-size: 1.0em;
	padding-top: 0.5em;
	}

/*
	Navigation
*/

#navcontainer {
	width: 150px;
	border-top: 8px solid #ffffff;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	width: 150px;
	font-size: 10.5px;
	text-indent: 10px;
	line-height: 3.0em;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #556e9b;
	border-bottom: 8px solid #ffffff;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #de5d00;
	color: #fff;
}

/*
	Images
*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 0 1em;
	display: inline;
}

img.alignleft {
	margin: 0 1em 0 0;
	display: inline;
}

.alignright {
	float: right;
	position: relative;
}

.alignleft {
	float: left;
	position: relative;
}
	
a img {
	border: none;
}