/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	color: #333333;
	margin: 20px;
	padding: 0;
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0 0 12;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	border-top: #000000;
	border-bottom: #000000;
	margin-top: 18px;
	background: url(../images/lftcolbk.gif) repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 450px;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 15px;
	border: 1px dashed #FF6600;
	color: #333333;
	background: #FFFFFF;
}
#left {
	width: 130px;
	float: left;
}
#right {
	width: 158px;
	float: left;
	background: #FFD334 url(../images/bkgrt1.jpg) no-repeat;
	border: 1px solid #999999;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #000000;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #FFFFFF;
}
#left a:visited {
	color: #FFFFFF;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #C13529;
	font-weight: bold;
	text-decoration: none;
}
#center a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#center a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#right a:link {
	color: #000000;
		font-weight: bold;
	text-decoration: none;
}
#right a:visited {
	color: #333333;
		font-weight: bold;
	text-decoration: none;
}
#right a:hover {
	color: #826800;
		font-weight: bold;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	color: #000000;
	/* letter-spacing: .15em; */
	border-color: #000000 !important;
}
h1 {
	margin: 0;
	color: #006699;
	font: italic bold 1.8em Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

/**************** menu coding *****************/
#menu {
	position: relative;
	z-index: 2;
	top: 0px;
	width: 130px;
	left: 0px;
	margin: 0;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 12px;
}
#menu a {
	display: block;
	font: bold 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-indent: 6px;
	width: 130px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	color: #FFFFFF;
}
#menu a {
	background: #893236 url(../images/bkglt1.jpg);
	text-decoration: none;
	color: #FFFFFF;
}
#menu a, #menu a:visited {
     color: #fff; 
}
#menu a:hover {
	color: #ffffff;
	background: #000000;
}
#menu a:active {
     color: #000;
     background: #ccc; 
}
#menu li {
     list-style-type: none; 
}
#menu ul li {
     position: relative; 
}
#menu li ul {
	position: absolute;
	top: 0;
	left: 120px;
	display: none;
	z-index: 1000;
}
/* #menu ul li ul li {
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
} */
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
     float: left;
     height: 1%;
     }* html #menu ul li a{height: 1%; 
}/* End */
div#menu ul, #menu ul ul,
div#menu ul ul ul {
     margin: 0;
     padding: 0;
     list-style-image: none;
     width: 138px; 
}
div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul {
     display: none; 
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
     display: block; 
}
/* end menu coding */
.sewbutton {
}
.enlarge {
	font-size: 9px;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
}
