@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(../assets/header_bg.png) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	color:#999999;
	font-size:16px;
}

h2 {
}

h3 {
}

h4 {
	font-size:9px;
	color:#999999;
}

a {
	text-decoration:none;
	color:#000033;
	/*border-bottom:dotted 1px #000033;*/
}

a:hover {
	color:#003333;
}

a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb, a.icon, a.img:link, a.img:visited, a.img:hover 
{
	/*border: none;*/
	text-decoration: none;
} 
 
ul {
	list-style-type: none;
}

/*input {
	background-color:#CCCCCC;
}			

input.blur {
	border: 2px solid #fff;
	color: #999;
}
*/
#container {
	margin:0 auto;
	width:800px;
}

#header {
	padding:10px 0 0 35px;
	height:158px;
	background:url(../assets/logo.png) no-repeat;
	color:#FFFFFF;
}

#header_links {
	position:relative;
	float:right;
	width:500px;
	z-index:1;
	top: 60px;
	vertical-align:middle;
}

#content_container {
	/*padding:30px;*/
}

#upper_content_area {
	float:left;
	width:600px;
}

#upper_content_area_myfran {
	float:left;
	width:200px;
	height:400px;
	background-color:#fdd280;
}

#upper_content_area_myfran_right {
	position:relative;
	margin-left:200px;
	width:550px;
	height:340px;
	padding:20px 20px 0 30px;
}

#fran_side_bar_bottom {
	width:800px;
}

#upper_content_area_programs {
	float:left;
	width:300px;
}

#upper_content_area_programs_right {
	position:relative;
	margin-left:300px;
	width:450px;
	height:340px;
	padding:60px 20px 0 30px;
}

#upper_content_area_programs_right h1 {
	margin:0;
	position:absolute;
	width:108px;
	height:85px;
	top: -17px;
	left:432px;
	z-index:1;
}

#upper_content_area_locations {
	float:left;
	width:150px;
	padding-top:15px;
	/*background-color:#fff1c7;*/
}

#upper_content_area_locations_events_top {
	width:149px;
	height:17px;
	/*padding-top:10px;*/
	background:url(../assets/s_events.png) no-repeat;
}

#upper_content_area_locations_events_middle {
	width:110px;
	height:100px;
	padding:0 10px;
	text-align:center;
	overflow:hidden;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	left: 5px;
}

#upper_content_area_locations_events_middle h1 {
	color:#990000;
	font-size:14px;
}

#upper_content_area_locations_events_middle p {
	color:#003366;
}

#upper_content_area_locations_events_bottom {
	width:149px;
	height:17px;
	background:url(../assets/s_events3.png) no-repeat;
}

#upper_content_area_locations li {
	margin: 0;
	padding-bottom:5px;
	text-align:center;
	background:url(../assets/btns.png) no-repeat center;
}

#upper_content_area_locations a {
	display: block;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	padding: 0  15px;
	line-height: 2.5;
}


#upper_content_area_locations_right {
	/*position:relative;*/
	margin-left:150px;
	width:335px;
	height:400px;
	padding:5px 20px 0 5px;
	left: 0px;
}

#upper_content_area_locations_right h1 {
	color: #006699;
	font-size:24px;

}

#upper_content_area_locations_right_gallery {
	/*position:relative;*/
	margin-left:150px;
	width:622px;
	height:400px;
	padding:5px 20px 0 5px;
	left: 0px;
}

#locations_pic_container {
	position:absolute;
	width:800px;
	height:400px;
	/*z-index:-100;*/
	left: 0px;
	top: 1px;
	overflow: hidden;
}

#hold {
	width:800px;
	height:400px;
}

#hold .img {
	width:300px;
	height:320px;
	padding-right:2px;
	padding-top:10px;
}

#side_bar {
	margin-left:600px;
	width:200px;
	height:400px;
}

#fran_upper_content_area {
	float:left;
	width:600px;
}

#fran_upper_content_area_preq {
	width:800px;
}

#fran_side_bar {
	margin-left:600px;
	width:200px;
	height:450px;
}

#lower_content_area {
	height:132px;
	padding-top:15px;
}

#footer {
	padding:5px 0 5px 0;
}

#footer p {
	font-size:10px;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#333333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.info {
	width: 15px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-collapse: collapse;
	visibility: hidden;
}
