/* main tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	margin:0px 0px 0px 0px;
	padding:0px;
}

P {	padding:0px;
	margin-top: 0px; 
	margin-bottom: 6px; 
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #972644;
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #555555;
}

H1 {
	font-size:13px;
	font-weight:bold;
	margin-top:0px; 
	padding:0px;
	margin: 0px; 
}

H2 {
	font-size:12px;
	font-weight:bold;
	margin-top: 2px; 
	margin-bottom: 0px; 
}

img {padding:4px}
.img1 {padding:0px}

.sale {color:#f00;}

select {   
	font-size: 9px; 
	font-style: normal; 
	color: #000000; 
	background-color: #6FDBE5;
}

.formStyle {   
	font-size: 9px; 
	font-style: normal; 
	color: #000000; 
	background-color: #6FDBE5;
}

/* Top Bar */

#searchbar {
	color:#fff;
	font-size: 9px;
	position: absolute;
	width:300px;
	right:0px;
	top:0px;
	height:22px;
	padding: 1px;
	text-align: right;
}

.toplinks {
	background-color:#7C9DC0;
	padding: 5px;
	font-weight:bold;
	border-top:1px solid #0D5B8C;
	border-left:1px solid #0D5B8C;
	border-right:1px solid #0D5B8C;
	background-image:url(../images/design/bluebg2.gif)
}
	
.toptitlebar {
	background-color:#DDD;
	height:77px;
	padding: 0px;
	border-bottom:4px solid #0D5B8C;
	border-left:1px solid #0D5B8C;
	border-right:1px solid #0D5B8C;
	background-image:url(../images/design/people.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/* table column structure */

.centerleftcolumn {
		width:40%;
		padding:4px 4px 0px 4px;
}

.centerrightcolumn {
padding:4px 4px 0px 0px;
}

.leftcolumn {
width:180px;
padding:0px 0px 4px 0px}

.rightcolumn {
width:190px;
padding:0px 0px 4px 0px}

/* content boxes */

.header {
	padding: 5px;
	background-color:#DDD;
	font-size:13px;
	font-weight:bold;
	} 
	
.content {
	padding: 5px;
	background-color:#F2F2F2;
	margin-bottom:4px;
	border: 1px solid #DDD;
}

/* right column */
.assoc {
	padding: 5px;
	background-color:#0D5B8C;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	} 
	
.header2 {
	padding: 5px;
	font-size:13px;
	font-weight:bold;
	background-color:#82A5CA;
	} 
	
.assoccontent {
	padding: 5px;
	background-color:#fff;
	border: 1px solid #7297C0;
}	


.franchisesearch {
	padding: 5px;
	background-color:#B5C7DB;
	border: 1px solid #7297C0;
}	

.links {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.links a {
	padding: 4px;
	display:block;
	background-color:#B5C7DB;
	border-bottom: 1px solid #7297C0;
	border-left: 1px solid #7297C0;
	border-right: 1px solid #7297C0;
	font-size: 10px;
}

/* franchise cat */

.franchises {
	color:#fff;
	background-color: #0D5B8C;
	padding: 5px;
	width:180px;
	font-size:13px;
	font-weight:bold;
}

/* featured franchise sub menu */

ul.cat {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	font-size: 10px;
	border-bottom: 1px solid #B5C7DB;
	}

ul.cat li {
	position: relative;
	}

li ul.cat {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width:120px;

	}

/* Styles for Menu Items */

ul.cat li a {
	display: block;
	text-decoration: none;
	background-color: #F3F6FA;
	padding: 4px;
	border: 1px solid #B5C7DB; /* IE6 Bug */
	border-bottom: 0;
}
	
ul.cat li a.latest {
	background-color: #B5C7DB;
}

ul.cat li a:hover {
	background-color: #D8E4EE;
	}

/* Holly Hack. IE Requirement \*/
* html ul.cat li { float: left; height: 1%; }
* html ul.cat li a { height: 1%; }
/* End */

li ul.cat li a { padding: 2px 5px; font-weight:normal} /* Sub Menu Styles */

li:hover ul.cat, li.over ul.cat { display: block;} /* The magic */

/* misc */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear, .base, .content { display: inline-block; }   
.clear:after, .container:after, .content:after, .base:after  {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear, * html .content, * html .base  { height: 1%; }
.clear { display: block; }

.bottom {border-top: 1px solid #7CA2C4; text-align:center; margin:0px 4px 0px 4px; padding:6px;}

form {padding:0px; margin:0px}

/* article page*/

.padding {padding: 4px}


