@charset "UTF-8";

/* 
Started from a Dreamweaver standard layout and various pre-defined styles
Customized Oct 2008+ for Cutting Edge Services by
Cincinnati Computer Concepts www.cinticomputer.com
*/

/* LAYOUT STYLES */
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align:center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	margin: 0;
	padding: 0px 0 3px 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	/* most of the formating for this div is in the p7pm stylesheet */
	background: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	clear:both;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /*orig had 20 px left pad*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	clear:both; /* did I add this? */
	position:relative; /* so can use absolute positioning within this div */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	clear:both; /* did I add this? */
	position:relative; /* so it flows correctly below the div above */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	clear:both;
}
.oneColFixCtrHdr #footer p img{
	/* vertical-align: middle; */
}

/* WEBDEV STYLES */
.oneColFixCtrHdr #containerBelow {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: right;
	padding-right: 0;
	clear:both;
	position:relative;
}
.webDev {
	font-size: 11px;
	color: #999999;
}
a.webDev:link, a.webDev:visited, a.webDev:active {
	color: #9999FF;
	text-decoration: none;
}
a.webDev:hover {
	text-decoration: underline;
}

/* TEXT STYLES */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.small {
	font-size: 9px;
}
.medium {
	font-size: 12px;
}
.big {
	font-size: 16px;
}
.xbig {
	font-size: 24px;
}
.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
.justified {
	text-align: justify;
}
.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
.leading {
	line-height: 150%;
}
.arialRMTB {
	font-family: "Arial Rounded MT Bold", sans-serif;
}

/* PRINT STYLES */
@media print {
td #printFontSize {
	font-size: 130%;
} 
#navigation, #printHide {
	visibility:hidden;
}
}

/* LINK STYLES */
a:link, a:visited, a:active {
	color: #008800;
	text-decoration:none;
}
a:hover {
  color: #006600;
}
a.hidden {
  color: #000000;
}
a.hidden:visited {
  color: #000000;
}
a.hidden:hover {
	color: #0000CC;
}
a.hidden:active {
  color: #000000;
}
a.nav:link {
	color: #333333;
	padding: 2px;
}
a.nav:visited {
	color: #cccccc;
	padding: 2px;
}
a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}
a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}
a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footnav:link, a.footnav:visited, a.footnav:active {
	color: #CC6600;
}
a.footnav:hover {
	text-decoration: none;
}
a.front:link, a.front:visited, a.front:active {
	color: #0000CC;
}
a.front:hover {
	color: #CC6600;
}
a.medblue:link, a.medblue:visited, a.medblue:active {
	color:#333399;
}
a.medblue:hover {
	color:#FF9900;
}
a.white:link, a.white:visited, a.white:active {
	color:#FFFFFF;
}
a.white:hover {
	color:#FF9900;
}

#registration {
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	font-size:13px;
}
ul.hotels
{
list-style-type:none;
padding:0px;
margin:0px;
}
li.fairfield{ 
background-image:url(../images/fairfield.jpg);
background-repeat:no-repeat;
background-position:0px -2px; 
padding-left:25px;
margin-bottom:25px;

	
}

li.comfort{
	background-image:url(../images/comfort_inn.jpg);
background-repeat:no-repeat;
background-position:0px -2px; 
padding-left:25px;
margin-bottom:25px;
}

li.cutting_edge{
background-image:url(../images/cutting_edge.jpg);
background-repeat:no-repeat;
background-position:0px -2px; 
padding-left:25px;
margin-bottom:25px;
	
}