﻿/*------------------------------------
     HTML Tags
     
	Note: Most HTML tags are specified in the FTB styles so
	that the content editor and front-end styles are the same
------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #B7D9F1;
}


/* -----------------------------------
     IDs & Classes: General Layout
------------------------------------*/
#master {
	width: 790px;
	margin: 10px auto 0px auto;
	background-color: #FFFFFF;
}

#header_master {
	margin-bottom: 20px;
}

#content_master {}

#content_master #content_home_master {}
	/* or */
#content_master #content_page_master {}

#footer_master {
	height: 33px;
	margin-top: 25px;
	background: url(../images/design/footer.gif) no-repeat center bottom;
}


/* -----------------------------------
     IDs & Classes: Border
------------------------------------*/
#border_top {
	height: 33px;
	background: url(../images/design/top.gif) no-repeat left top;
}

table#border_sides {
	width: 100%;
}

table#border_sides td#border_sides_left {
	width: 33px;
	background: url(../images/design/left_slice.gif) repeat-y left;
}

table#border_sides td#border_sides_right {
	width: 32px;
	background: url(../images/design/right_slice.gif) repeat-y right;
}

#border_bottom {
	height: 33px;
	background: url(../images/design/foot.gif) no-repeat center bottom;
}


/* -----------------------------------
     IDs & Classes: Header
------------------------------------*/
/* Header : Logo and Telephone Number */
#header_master #header_top {}

#header_master #header_top #header_top_logo {
	float: left;
}

#header_master #header_top #header_top_phone {
	float: right;
	padding-right: 13px;
}

#header_master #header_top #header_top_logo img,
#header_master #header_top #header_top_phone img {
	display: block;
}


/* Header : Top Navigation */
#header_master #header_nav {
	padding-right: 13px;
}

#header_master #header_nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* -----------------------------------
     IDs & Classes: Header : Navigation
------------------------------------*/
/* Header : Navigation : Item */
#header_master #header_nav ul li {
	float: left;
	margin-left: 1px;
}

#header_master #header_nav ul li .header_nav_item_left {
	float: left;
	width: 8px;
	height: 25px;
	background: url(../images/design/icon_left_off.gif) no-repeat left bottom;
}

#header_master #header_nav ul li a {
	display: block;
	float: left;
	line-height: 25px;
	background: url(../images/design/icon_middle_off.gif) repeat-x center bottom;
	color: #FFFFFF;
}

#header_master #header_nav ul li .header_nav_item_right {
	float: left;
	width: 8px;
	height: 25px;
	background: url(../images/design/icon_right_off.gif) no-repeat right bottom;
}

/* Header : Navigation : Item - Current / Hover */
#header_master #header_nav ul li:hover .header_nav_item_left,
#header_master #header_nav ul li.current .header_nav_item_left {
	background-image: url(../images/design/icon_left_on.gif);
}

#header_master #header_nav ul li:hover a,
#header_master #header_nav ul li.current a {
	background-image: url(../images/design/icon_middle_on.gif);
}

#header_master #header_nav ul li:hover .header_nav_item_right,
#header_master #header_nav ul li.current .header_nav_item_right {
	background-image: url(../images/design/icon_right_on.gif);
}


/* -----------------------------------
     IDs & Classes: Header : Top Bar
------------------------------------*/
#header_master #header_bar {
	height: 71px;
	background: url(../images/design/top_bar.gif) no-repeat center top;
}

#header_master #header_bar img {
	display: block;
}

#header_master #header_bar #header_bar_text {
	float: left;
	width: 172px;
	padding: 23px 0px 0px 16px;
}

#header_master #header_bar #header_bar_login {
	float: left;
	width: 96px;
	padding-top: 20px;
}

#header_master #header_bar #header_bar_links {
	float: left;
	width: 133px;
	padding: 17px 0px 0px 42px;
}

#header_master #header_bar #header_bar_links img {
	float: right;
	padding-bottom: 5px;
}

#header_master #header_bar #header_bar_ff {
	float: left;
	width: 214px;
	padding: 8px 0px 0px 42px;
}


/* -----------------------------------
     IDs & Classes: Footer
------------------------------------*/
#footer_master #footer_left,
#footer_master #footer_left a,
#footer_master #footer_right,
#footer_master #footer_right a {
	color: #444444;
}

#footer_master #footer_left {
	float: left;
	padding: 8px 0px 0px 21px;
}

#footer_master #footer_right {
	float: right;
	padding: 8px 21px 0px 0px;
}
