/* General CSS declarations */
body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

h1 {
	font-size: 1.5em;
	margin: 5px;
	padding: 5px;
}

h2 {
	font-size: 1.2em;
	padding: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h3 {
	font-size: 1.0em;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-style: italic;
	font-weight: normal;
}

p {
	margin: 5px;
	padding: 5px;
	line-height: 1.5em;
}

a {
	font-weight: bold;
}

/* Key Layout Divs - these are used to make the boxes scale across the site */
/* Note that all have been reduced by 0.1% in order to get around scaling errors that cause float-drop */

.onequarterwidth {
	width: 24.9%;
	float: left;
}

.onethirdwidth {
	width: 32.9%;
	float: left;
}

.halfwidth {
	width: 49.9%;
	float: left;
}

.twothirdwidth {
	width: 66.9%;
	float: left;
}

.threequarterwidth {
	width: 74.9%;
	float: left;
}

#header {
	margin: 10px;
	color: #000000;
	width: 90%;
}

#flashbanner {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#search {
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}

#content {
	clear: both;
	width: 90%;
}

#aboutmollinav,#aboutmolli  {
	background-color: #91004B;
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

#aboutmollinav a,#aboutmolli a {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

#aboutmollinav a:hover,#aboutmolli a:hover {
	color: #F04D98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F04D98;
	text-decoration: none;
}

#researchnav,#research {
	color: #FFFFFF;
	background-color: #002F5F;
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#researchnav a,#research a {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

#researchnav a:hover,#research a:hover {
	color: #00A1DE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A1DE;
	text-decoration: none;
}

#projectsnav,#projects {
	background-color: #00A1DE;
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

#projectsnav a,#projects a {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

#projectsnav a:hover,#projects a:hover {
	color: #002F5F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002F5F;
	text-decoration: none;
}

#aboutmollinav ul,#projectsnav ul,#researchnav ul {
	list-style-type: none;
	margin: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#aboutmollinav ul ul,#projectsnav ul ul,#researchnav ul ul {
	list-style-type: disc;
	margin: 10px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5;
}

#news {
	background-color: #BED600;
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #284F36;
}

.screenshots {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.screenshot {
	float: left;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer {
	clear: left;
	color: #666666;
	font-size: 0.9em;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 50px;
	margin-bottom: 10px;
}

a.external {
	padding-right: 15px;
	background: url(../images/external-link.gif) right center no-repeat;
}

.external {
	display: inline;
}

.quotebox {
	color: #666666;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	font-size: 0.9em;
	float: right;
	width: 50%;
}

.quotebox a {
	color: #FF0000;
}

.project_highlight {
	width: 25%;
	padding: 5px;
	background-color: #008CC1;
	border: 1px solid #FFFFFF;
	margin: 10px;
}

.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* Icon backgrounds */

.icondoc {
	background: url(../images/icons/icondoc.gif) left top no-repeat;
	padding-left: 20px;
}

.icondot {
	background: url(../images/icons/icondot.gif) left top no-repeat;
	padding-left: 20px;
}

.iconexe {
	background: url(../images/icons/iconexe.gif) left top no-repeat;
	padding-left: 20px;
}

.iconexp {
	background: url(../images/icons/iconexp.gif) left top no-repeat;
	padding-left: 20px;
}

.icongif {
	background: url(../images/icons/icongif.gif) left top no-repeat;
	padding-left: 20px;
}

.icongsp {
	background: url(../images/icons/icongsp.gif) left top no-repeat;
	padding-left: 20px;
}

.iconhtm {
	background: url(../images/icons/iconhtm.gif) left top no-repeat;
	padding-left: 20px;
}

.iconhqx {
	background: url(../images/icons/iconhqx.gif) left top no-repeat;
	padding-left: 20px;
}

.iconjpg {
	background: url(../images/icons/iconjpg.gif) left top no-repeat;
	padding-left: 20px;
}

.iconmdb {
	background: url(../images/icons/iconmdb.gif) left top no-repeat;
	padding-left: 20px;
}

.iconmht {
	background: url(../images/icons/iconmht.gif) left top no-repeat;
	padding-left: 20px;
}

.iconmyc {
	background: url(../images/icons/iconmyc.gif) left top no-repeat;
	padding-left: 20px;
}

#navigation .iconnet {
	background: url(../images/icons/iconnet.gif) left top no-repeat;
	padding-left: 20px;
	margin-right: -20px;
	margin-left: 5px;
}

.iconood {
	background: url(../images/icons/iconood.gif) left top no-repeat;
	padding-left: 20px;
}

.iconpdf {
	background: url(../images/icons/iconpdf.gif) left top no-repeat;
	padding-left: 20px;
}

.iconppt {
	background: url(../images/icons/iconppt.gif) left top no-repeat;
	padding-left: 20px;
}

.iconrtf {
	background: url(../images/icons/iconrtf.gif) left top no-repeat;
	padding-left: 20px;
}

.icontif {
	background: url(../images/icons/icontif.gif) left top no-repeat;
	padding-left: 20px;
}

.icontxt {
	background: url(../images/icons/icontxt.gif) left top no-repeat;
	padding-left: 20px;
}

.iconxbk {
	background: url(../images/icons/iconxbk.gif) left top no-repeat;
	padding-left: 20px;
}

.iconxls {
	background: url(../images/icons/iconxls.gif) left top no-repeat;
	padding-left: 20px;
}

.iconzip {
	background: url(../images/icons/iconzip.gif) left top no-repeat;
	padding-left: 20px;
}
th {
	font-size: 1.3em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

