/* 

STYLE SHEET FOR [x] WEB SITE
Michael Watson
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #CCCCCC;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #0819DE;
	background-color: #FFFFFF;
		}
		
#masthead {
	background-color: #000099;
	width: 100%;
	background-image: url(../img/layout/headerBanner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
		}

		
#logo {
		}

#content {
	background-image: url(../img/layout/IRMT_Logo.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
	padding-top: 45px;
	padding-bottom: 20px;
		}
#main-content {
	float: right;
	width: 700px;
	display: inline;
	padding-right: 30px;
}
#sidebar {
	float: left;
	width: 220px;
	display: inline;
}



#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 5px;
		}

.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}
.fltlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.half-list {
	float: left;
	width: 250px;
	padding-left: 50px;
}

/* ---------- 3. links and navigation ---------- */

a:link {

}

a:visited {

}
		
a:hover {

		}

ul[class^="horizontal"] li {
  margin: 0 -1.1em 0 1em;
  left: 0;
}
@media Screen, Projection { }
@media screen, projection {
}


/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 1.5em;
	color: #000099;
	padding-top: 20px;
		}

h2 {
	font-size: 1.2em;
	color: #333333;
	padding-top: 20px;
	font-weight: bold;
		}
#agg h2 {
	padding-top: 30px;
}


h3 {
	font-size: 1.1em;
	padding-top: 20px;
		}
		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1em;
	padding-top: 14px;
	line-height: 1.5em;
		}

ul {
	padding-top: 14px;
	line-height: 1.5em;
	color: #000099;
	padding-left: 20px;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}

/* ---------- 7. forms ---------- */	
		
form {
		
}

fieldset {

}

legend {

}

label {

}
#rounded-corner
{
	margin: 0.1em;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 0.8em;
	color: #039;
	background: #b9c9fe;
	margin: 0px;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.a {
	text-align: center;
	width: 60%;
	margin-left: 20%;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.agreement {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
