/*  

Description: CoachBeckman.com

Author: Center for Creative Instruction

Author URI: http://www.utoledo.edu/centers/cci/





/* ---------- Reset -----------*/





* {
	margin:0;
	padding:0;
	outline:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #FFF;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* ---------- Styles -----------*/


#header {
	display: block;
	height: 262px;
	background: #93b5d0 url(../images/header.gif) no-repeat top left;
}

#home {
	width: 130px;
	height: 70px;
	display: block;
	position: absolute;
	top: 35px;
	left: 45px;
}

#home span {
	display: none;
}

#intro {
	width: 320px;
	padding-top: 35px;
	position: absolute;
	top: 0;
	left: 450px;
	display: block;
}

#intro h1 {
	color: #010066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	display: block;
}

#intro h1 span {
	font-size: 24px !important;
	display: block;
}

#intro p {
	font-size: 12px;
	text-align: justify;
	line-height: 21px;
	margin-top: 5px;
}

#mainContact {
	background-color: #22252e;
	display: block;
	padding: 10px;
}

#mainContact p {
	color: #fff799;
	display: block;
	width: 755px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#subContact {
	display: block;
	width: 775px;
	font-size: 12px;
	padding: 15px 0;
}

#subContact table {
	width: 565px;
	margin: 0 auto;
}

#subContact table td {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}

#news {
	width: 565px;
	height: 100px;
	margin: 0 auto;
	background-color: #DDDDDD;
	margin-top: 15px;
}

#news img {
	float: left;
	display: block;
}

#news span {
	display: block;
	float: left;
	margin: 15px 0 0 15px;
	width: 330px;
}

#news span h2 {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}


#copyright {
	color: #999;
	display: block;
	width: 775px;
	padding-bottom: 50px;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}