/* CSS Document */

body {
	behavior: url(csshover.htc);
	background: transparent url(images/mainBackground.jpg) repeat-x; 
	font: .75em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #7474ae;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3e3e6b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d0a637;
	font-weight: bold;
	text-decoration: underline;
}

h1 { /* standard headline */
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	font: 1.25em Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

#container {
	margin: 0 auto; /* center */
	text-align: left;
	position: relative; /* EI hack */
	width: 770px;
	height: 100%;
	border: 2px solid #3e3e6b;
	background: #d1d7e0 url(images/columnBackground.jpg) no-repeat bottom right;
}

#header {
	width: 770px;
	height: 75px;
	background: #3e3e6b;
}

#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 202px;
	height: 60px;
	background: transparent url(images/croninLogo.gif) top left no-repeat;
}

#logo a { 
     display:block; 
     width:202px; 
     height:0px !important; 
     padding: 60px 0 0 0; 
     margin:0; 
     overflow:hidden; 
     height /**/:115px; 
}

#flashMovie {
	position: relative;
	width: 770px;
	height: 200px;
	color: #FFF;
	border-bottom: 4px #3e3e6b double;
	background: black;
}

#Listings {
	position: absolute;
	left: -1px;
	top: 309px;
	width: 200px;
	padding: 4px 10px;
	border: 1px solid #3e3e6b;
	background: #a8aac3;
} 

#Listings h2 {
	font-size: 1.25em;
	margin: 0px 0px 1em 0px;
	padding: 0;
}

#Listings h3 {
	font-size: 1em;
	font-style: italic;
	margin: 0;
	padding: 0;
}

#Listings ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
}

#Listings a:hover {
	color: white;
}

#quote {
	position: absolute;
	top: 450px;
	right: 0px;
	width: 140px;
	font-size: 1.25em;
	line-height: 1.75em;
	font-weight: bold;
	font-style: italic;
	color: #3e3e6b;
	text-align: center;
	margin: 0;
	padding: 20px 10px;
	background: #f2f4f6;
	border-top: 1px solid #3e3e6b;
	border-bottom: 1px solid #3e3e6b;
	border-left: 1px solid #3e3e6b;
}

#quote .signature {
	text-align: right;
	font-size: .75em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#mainContent {
	position: relative;
	width: 350px; 
	margin: 0px 0px 70px 220px;
	padding-top: 30px;
	border-left: 1px solid #3e3e6b;
}

#mainContent h1 {
	padding: 5px 10px;
	color: #FFF;
	text-transform: uppercase;
	background: #3e3e6b url(images/headerLines.gif) right top no-repeat;
}

#mainContent p {
	margin-left: 30px;
}

#mainContent li {
	list-style-type: square;
}

#mainContent .listLevel1 li {
	list-style: none;
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #3e3e6b;
}

#mainContent .listLevel2 ul {
	margin: 0px 0px 1em 0px;
	padding: 0;
}

#mainContent .listLevel2 li {
	list-style-type: square;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	background: transparent;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .75em;
	margin: 200px 0 20px 0;
}
