@charset "utf-8";
@import url("menu-800.css");
@import url("forms.css");

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	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 */
	color: #333333;
}
#content {
	float:left;
	width:470px;
	padding-top:20px;
	text-align: left;
}
ul#list1{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
padding-right:20px;
list-style-type:disc;
margin-left:15px;
padding-left:10px;
}
ul#list1 li {
padding-bottom:10px;
}
#content p{
padding-right:20px;
}
#content-home {
	float:left;
	width:480px;
	padding-top:20px;
	text-align: left;
	background-image:url(../images/pages/t_home_img.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#content-home p{
padding-right:20px;
}
#content-form {
	float:left;
	width:700px;
	padding:20px 20px 0px 0px;
}
div#content h2, div#content-home h2, div#content-form h2 {
margin:0;
margin-bottom:-5px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#c40a2b;
background-image:url(../images/pages/h2_underline.gif);
background-repeat:no-repeat;
background-position:0px 13px;
padding-bottom:3px;
width:350px;
}
.thrColFixHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background-image:url(../images/kfc-team-members-header-800.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:144px;
	padding: 0 10px 0 20px; 
}
#header-thin {
	background-image:url(../images/pages/kfc-banr.gif);
	background-repeat:no-repeat;
	width:843px;
	height:67px;
	padding: 0;
	float:left;
	margin-bottom:10px;
}
div#linkback {
float:left;
margin-left:-5px;
margin-top:32px;
width:178px;
height:52px;
background-image:url(../images/navigation/empty.gif);
background-repeat:no-repeat;
text-indent:-9999px;
display:block;
cursor:pointer;
}
#screen-size {
	margin: -31px -2px 0px 0px;
	_margin: 17px 0px 0px 0px;/*IE6*/
	#margin: 17px 0px 0px 0px;/*IE7*/
	float:right;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	width:69px;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
}
#screen-size a {
	color:#d0848f;
	text-decoration:none;
}
#screen-size a#active-screen-800 {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 270px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px; 
	margin: 10px 0px 0px 0px;
}
.thrColFixHdr #mainContent {
	margin: -30px 0px 0px 20px;
} 
#footer {
	padding: 7px 0px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 40px;
	margin: 10px auto 20px auto; 
}
#footer #links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	color:#FFFFFF;
}
#footer #links a {
	text-decoration:none;
	color:#FFFFFF;
	padding: 0px 10px 0px 0px;
}
#footer #links a:hover {
	text-decoration:underline;
}
#footer span#footer-text {
	color:#999999;
	font-size:10px;
	font-weight:bold;
	float: left;
	padding-top:8px;
	margin-left:0px;
}
#footer span#footer-whoby { color:#FFFFFF; margin-left:80px; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/*content*/
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#970403;
text-transform:uppercase;
margin-bottom:-12px;
_margin-bottom:-20px;
#margin-bottom:-20px;
}
h4, h4 a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#2a8abd;
margin-bottom:0px;
}
h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#970403;
text-transform:uppercase;
margin-bottom:0px;
}
ul#normal-list {
font-family:Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
ul#normal-list a {
color:#333333;
}
ul#normal-list a:hover {
text-decoration:underline;
color:#970403;
}
/*end content*/
/*faqs*/
dt {
    font-weight: bold;
	color:#970403;
  }
  dd {
    margin: 0;
    padding: 0px 0px 10px 14px;
  }
/*end faqs*/
/*meet the team*/
table#meet-the-team-list
{
    border-color: #CCCCCC;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
	border-spacing: 0;
    border-collapse: collapse;
	margin-bottom:30px;
}

td#meet-the-team-list {
    border-color: #CCCCCC;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    margin: 0px;
    padding: 10px;
	width:200px;
}
span#name1 {
color#000000;
font-size:13px;
font-weight:bold;
}
span#details {
color#000000;
font-size:12px;
}
hr {border: none 0; 
/*border-top: 1px dashed #cccccc;/*the border*/
border-top: 1px solid #cccccc;/*the border*/
width: 400px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
img#img_mtt {
margin-bottom:3px;
}
/*end meet the team*/
/* position description */
ul#pos-desc { list-style-type:disc; color:#333333;font-family:Tahoma, Arial, Helvetica, sans-serif; }
ul#pos-desc li { padding:5px; }
ul#pos-desc-sub { list-style-type:circle; color:#333333;}
ul#pos-desc-sub li { padding:5px; }
ol#pos-desc-ol { list-style-type:georgian; color:#333333; list-style-position:inside;}
span#pos-desc-team { color:#970403; text-transform:uppercase; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
span#pos-desc-managers { color:#00274d; text-transform:uppercase; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
/* end position description */
/* index page*/
#content-index {
	float:left;
	width:680px;
	padding-top:20px;
	text-align: left;
	background-image:url(../images/pages/t_home_img.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#content-index p{
padding-right:20px;
}
div#content-index h2 {
margin:0;
margin-bottom:-5px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#c40a2b;
background-image:url(../images/pages/h2_underline.gif);
background-repeat:no-repeat;
background-position:0px 13px;
padding-bottom:3px;
width:350px;
}
/* end index page*/
