
/* Clear all paddings, margins etc.. and use default typography  */
@import '../../../styles/reset.css';
@import '../../../styles/typography.css';
@import '../../../styles/forms.css';
@import '../../../styles/buttons.css';

/* Uncomment the following line to see the alignment grid in the background  */
/* body{background:url(../images/grid.png)} */

html, table, td, tr {
	margin: 0;
	padding: 0;
}

body {
	font-family:'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	margin:0;
	padding: 0;
	background: #F7E593;
}

a {color:#303787;}

a:hover {color: blue;}
input.text {width: 135px; height: 14px; font-size: 10px;}
.container {margin:0 auto;padding:0;position:relative;text-align:left;width:800px;}

#header{
	height:105px;
	margin-left:13px;
	margin-right:auto;
	position:relative;
	width:773px;
}

#logo {
	float:left;
}

#logo h1 a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	font-size: 0;
	height: 105px;
	text-indent: -9999em;
	width: 173px;
}

#logo2{
	background: url(../images/discover-ohio-logo.gif) no-repeat;
	float:right;
	height:56px;
	margin-top:5px;
	width:87px;
}

#search {
	float: right;
	clear: both;
	margin: 0;
	vertical-align:bottom;
}



#content {
	width: 780px;
	margin:0 0 0 15px;
	padding:0;
	clear: both;
	height: 152px;
}

#content table {
	background: url(../images/espot_background.gif) no-repeat;
	border: 0;
	padding: 0;
	border-spacing: 0;
	height:100%;
}

#navigation {
	float:left;
	width:100%;
	height:300px;
	background:url(../images/main.jpg);
}

#navigation ul {
	padding: 26px 0 0 5px;
}

#navigation ul li {
	margin:0 0 4px;
	padding: 0;
	border: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 1.6em;
}

#navigation ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}	

#navigation ul li a:hover { text-decoration: underline; }

.espotheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 10px 7px 7px;
}
.espot1text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303787;
	padding: 0px 0px 0px 10px;
	line-height: 12px;
	height: 20px;

}
.espot2text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303787;
	padding: 0px 0px 0px 4px;
	line-height: 12px;
}
.espot3text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303787;
	padding: 0px 0px 0px 10px;
	line-height: 12px;
}

.espot1link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 303787;
	padding: 0px;
	line-height: 12px;
	text-decoration: underline;
	margin: 0px;
}

#footer {
	border-top:3px solid #CF0238;
	color:#666666;
	font-size:11px;
	margin:3px 2px 0pt 17px;
	padding: 0;
	width:765px;
}

#copyright {
	float: left;
}

#privacy {
	float: right;
}

.cloud_xsmall {font-size: 80%;}
.cloud_small  {font-size: 100%;}
.cloud_medium {font-size: 120%;}
.cloud_large  {font-size: 140%;}
.cloud_xlarge {font-size: 160%;}   