/* CSS styles for Steve McNally DJ website
*/

body {
	font: 10px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 15px 0 0;
	background: #eaf1fa url(../images/bgPic.jpg) no-repeat right top;
}

p {
	padding-top: .5em;
}

h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	color: #5db4eb;
	text-align: left;
	position: absolute;
	top: -75px;
}

h2 {
	color: #5db4eb;
	text-align: right;
	padding-right: 20px;
	font: bold 1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu a, a:link, a:visited {
	font-weight: bold;
	color: #5db4eb;
	text-decoration: none;
	line-height: 2em;
	font-size: 11px;
}

#menu a:hover {
	font-weight: bold;
	color: #3084d3;
	text-decoration: underline;
}

#menu a:active {
	font-weight: bold;
	color: #5db4eb;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #3084d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}

a:hover {
	color: #5db4eb;
	text-decoration: underline;
}

a:active {
	color: #3084d3;
	text-decoration: none;
}

#centeringTable {
	width: 100%;
	height: 100%;
}

#outerBorder {
	width: 750px;
	height: 500px;
	border: 3px solid #5db4eb;
	background-color: #FFFFFF;
}

#container {
	border: 1px solid #5db4eb;
	top: 5px;
	left: 5px;
	margin: 4px;
	height: 490px;
	background: url(../images/mic.jpg) no-repeat right bottom;
	text-align: left;
	padding: 0;
}

#menu {
	width: 150px;
	text-align: right;
	position: absolute;
	top: 150px;
	letter-spacing: -.1em;
}

#menu ul {
	list-style-type: none;
	padding: 0;
}

#copy {
	width: 525px;
	position: absolute;
	padding: 0px 40px 5px 5px;
	overflow: auto;
	height: 361px;
	top: 150px;
	margin-left: 170px;
}

#footer {
	font-size: 9px;
	color: #5db4eb;
	text-align: center;
	width: 100%;
}

#footer a {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
}

.highlight {
	color: #5db4eb;
	font-weight: bold;
}

#ABIAlogo {
	position: absolute;
	top: 395px;
	padding-left: 10px;
}

form.contact fieldset {
	border: 1px solid #5db4eb;
	padding: 3px 10px;
}

form.contact legend {
	font-weight: bold;
	font-size: 12px;
	color: #5db4eb;
}

form.contact label.fixedwidth {
	width: 240px;
	float: left;
	display: block;
}

.smallText {
	font-size: 9px;
	line-height: .2em;
}

.smallText a {
	font-size: 9px;
	line-height: .2em;
}

.quote {
	font-style: italic;
	padding-right: 55px;
	padding-left: 0;
	font-size: 11px;
}

.quoteNameLocation {
	font-weight: normal;
	font-style: normal;
	border-left: 1px solid #5db4eb;
	padding-left: 5px;
	margin-left: 50%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -6px;
	letter-spacing: .2ex;
	color: #555555;
}

a img {
	border-style: none;
}

#header {
	padding-left: 10px;
	top: 105px;
	position: absolute;
	width: 730px;
}

.linkLogos {
	float: left;
	border: 1px solid #5db4eb;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 2px;
}