@charset "UTF-8";
/* CSS Document */

#header{
	width:475px;
	float:left;
	height:116px;
}
#address{
	width:375px;
	float:right;
	height:116px;
}
#address h2{
	color:#f5f5f5;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:24px;
	padding:4px;
	margin:0;
}
#address p{
	color:#fff;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:18px;
	padding:4px;
	margin:0;
}
.clear{
	clear:both;
}
.invisible{
	visibility:hidden;
	color:#999;
	margin:0;
	padding:0;
	
}
.back_top {
	background-image: url(../images/background_citifit.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.main_left {
	background-image: url(../images/body_left_citifit.png);
	background-repeat: repeat-y;
	background-position: right;
}
.main_right {
	background-image: url(../images/body_right_citifit.png);
	background-repeat: repeat-y;
	background-position: left;
}
.main_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	text-shadow:#000 2px 2px 3px;
}
.normal_black {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
}
.normal_black A:link {color:#444; text-decoration:none}
.normal_black A:hover {color:#444; text-decoration:underline}
.normal_black A:visited {color:#444; text-decoration:none}
.normal_black A:active {color:#444; text-decoration:none}
ul.normal_black {
	list-style:disc;
	margin-left:-14px;
	}
.new_footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.new_footer A:link {color:#FFF; text-decoration:none}
.new_footer A:hover {color:#FFF; text-decoration:underline}
.new_footer A:visited {color:#FFF; text-decoration:none}
.new_footer A:active {color:#FFF; text-decoration:none}
.big_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #000;
	margin: 0px;
}
.medium_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #000;
	margin: 0px;
}
.medium_title A:link {color:#444; text-decoration:underline}
.medium_title A:hover {color:#444; text-decoration:underline}
.medium_title A:visited {color:#444; text-decoration:underline}
.medium_title A:active {color:#444; text-decoration:underline}

.main_back {
	background-color: #eeeeee;
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu_blue, .menu_green, .menu_orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 17;
	color: #FFF;
	height:24px;
	padding-bottom: 7px;
	list-style:none;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-position: 0px 0px;
	padding-left:30px;
	padding-top:4px;
	padding-bottom:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.menu_blue {
	background-image:url(../images/bullet_blue.png);
}
.menu_green {
	background-image:url(../images/bullet_green.png);
}
.menu_orange {
	background-image:url(../images/bullet_orange.png);
}
.menu_blue a:hover, .menu_green a:hover, .menu_orange a:hover {
	background-image:url(../images/bullet_white.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 17;
	color: #BBB;
	height:24px;
	padding-bottom: 7px;
	list-style:none;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-position: 0px 0px;
	padding-left:30px;
	padding-top:4px;
	padding-bottom:0px;
	margin-left:-30px;
	margin-bottom:0px;
	margin-top:0px;
	text-decoration:none;
}
.menu_blue a:link, .menu_green a:link, .menu_orange a:link, .menu_blue a:visited, .menu_green a:visited, .menu_orange a:visited, .menu_blue a:active, .menu_green a:active, .menu_orange a:active {
	color: #FFF;
	text-decoration:none;
}


