@charset "utf-8";
body  {
	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: #000000;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	background-image: url(../images/bannerslices/2009MainBannerSLice.jpg);
}
.twoColFixRtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 0px;
} 
.menu {
	margin-bottom: 10px;

}

.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #666666;
	margin-top: 6px;
	padding-top: 10px;
	margin-bottom: 3px;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: normal;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h3 {
	margin-top: 3px;
	margin-bottom: 2px;
}


h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	font-weight: lighter;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
}
p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 3px;
	line-height: 150%;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #831133;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}



.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.menu {
}

.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #container #footer p {
	font-size: 9px;
	color: #666666;
}



.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.twoColFixRtHdr #container #footer #web-design-city tr td p a {
	color: #666;
	text-decoration: none;
	font-size: 9px;
}

.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;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	top:25px;
	left: -1px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:12px;
	width:150px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	background-color: #831133;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
/* style the links hover */
.menu :hover{
	color:#CCCCCC;
	background-color: #530B20;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:179px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.feedTitle {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FF00FF;
}
a {
	color: #831133;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent table {
	color: #360715;
	font-weight: lighter;
	background-image: none;
	background-repeat: repeat-x;
}

a:hover {
	color: #3A0716;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 a {
	text-decoration: underline;
}


.headline {
	text-decoration: none;
	color: #993333;
}
.feedBurnerFeedBlock {
	font-style: italic;
	font-weight: lighter;
}
.twoColFixRtHdr #container #footer a {
	font-weight: bold;
	font-size: 11px;
}
.twoColFixRtHdr #container #mainContent #partner a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
h6 {
	font-size: 24px;
	color: #666;
}
