/*
* Master.css | © Cody Henschel 2007
* - This contains the generic CSS definitions
* - excluding browser specifics in all logical
* - cases.
*/

/* HTML Elements */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4a4b25;
	line-height: 1.4em;
}
body {
	background-color: #2a2a2a;
	margin: 0;
}
a:link, a:visited, a:active, a:hover {
	color: #b24c0a;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.imgBorderLeft {	
	border-color:#ebebeb;
	border-style:solid;
	border-width:3px;
	margin-right:20px;
	margin-left:25px;
	float:left;
}
.imgBorder {	
	border-color:#ebebeb;
	border-style:solid;
	border-width:3px;
}
.table {
	margin-left:25px;
}
.row1 { 
	background-color:#f6f6f6;
}

.row2 {
	background-color:#e8e8e8;
}

/* Wrappers */
#banner-row {
	background-image: url(../images/header-repeat.gif);
	background-repeat: repeat-x;
	background-color: #930;
	height: 105px;
}
#content-row {
	background-color: #fff;
}
#footer-row {
	background-image: url(../images/footer-repeat.gif);
	background-repeat: repeat-x;
	background-color: #333;
	height: 108px;
	font-size: 12px;
	color: #5e5e5e;

}
.effective-space {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	color: #5c2806;
	size: 18px;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:25px;
	border-bottom: 1px dashed #cbcbcb;
	padding-bottom:4px;
	margin-right:270px;
}

/* Content specific tags */

/* -- Welcome Image Tags */
#welcomeImage {
	margin: 0;
	padding: 0;
	width: 859px;
	height: 238px;
}

/* -- Banner Image Tags */
#welcomeImage {
	margin: 0;
	padding: 0;
	width: 859px;
	height: 268px;
}

/* -- Content Tags */
#contentMain {
	float: left;
	width: 570px;
	margin-bottom:20px;
}
#contentMain h1 {
	color: #5c2806;
	size: 26px;
	font-weight: normal;
	margin: 15px 0px .5em 25px;
}
#contentMain p {
	margin: 15px 0px .5em 25px;
}
#contentMainWide {
	float: left;
	width: 842px;
	margin-bottom:20px;
}
#contentMainWide h1 {
	color: #5c2806;
	size: 26px;
	font-weight: normal;
	margin: 15px 0px .5em 25px;
}
#contentMainWide p {
	margin: 15px 0px .5em 25px;
}
#abstract {
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: 400;
	margin: 15px 0px .5em 25px;
}
.colour2 {
	color: #b24c0a;
}
#contentSide {
	float: left;
	width: 290px;
	text-align: right;
}
#contentSide hr {
	border: 0;
	border-top: 1px dashed #acacac;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 192px;
}
#contentSide h2 {
	size: 18px;
	color: #5c2806;
	font-weight: normal;
	margin: 15px 0px .25em 0px;
}

/* -- Footer Tags */
#footerText {
	margin-top: 50px;
	float: left;
}
#footerText a:link, #footerText a:visited, #footerText a:active, #footerText a:hover {
	color: #5e5e5e;
	font-weight: 400;
	text-decoration: underline;
}
#footerText a:hover {
	text-decoration: none;
}

/* -- Main Nav tags */
#mainNav {
	width: 100%;
	margin: 0;
	padding: 0;
}
#mainNav li {
	margin: 20px 45px 15px 7px;
	padding: 0;
	float: left;
	text-align: center;
	list-style: none;
	text-transform: uppercase;
	font-size: 16px;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active, #mainNav a:hover {
	color: #66563c;
	text-decoration: none;
}
#mainNav a:hover {
	color: #30271a;
	text-decoration: none;
}
/* --Humming Bird Stuff */
#absoluteDiv {
	position: absolute;
	top: 31px;
	width: 100%;
	height: 1px;
}
#birdNest {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#transparentPNG { behavior: url(/morganheights/architecture/styles/iepngfix.htc); }