/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body {
	padding:0;
	margin:0;
	color: #000000;
	text-align:center;
	background-color: #D6D6D6;
	background-image: url(../images/flock_background2.jpg);
	background-position:center top;
}

.clear{ clear:both}


h1 {
	font-size: 26px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	line-height:28px;	
}

.navlist {
	margin:0px;
	padding:0px;
	padding-top:18px;
	margin-left:-50px;
	width:730px;
	font-size:10px;
	z-index:10001;
	position:absolute;
	}

.navlist li
{
display: inline;
list-style-type: none;
}

.navlist a
{
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	}
	
.navlist a:hover{
	color: #8B76A0;
	}

.navlist a span
{
	display: none;
	}

.navlist a:hover span {
  display: block !important;
	position: absolute;
	top: -45px; 
	left:-50px;
	width:180px;
	height:42px;
	background-image:url(../images/popup2.png);
	color: #000;
	font-size: 14px;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
	z-index:101;
	padding-top:10px;
  } 

#outer{
	min-height:100%;
	width:951px;
	margin:auto;
	text-align:left;
	position:relative;
	background-color: #5A0C48;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	z-index:1;
}
/* top menu */ 

.midcolumn{
	width:670px;
	height: auto;
 /* min-height:500px; */
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #FFFFFF;
	margin-left:270px;
	font-size: 12px;
	float:left;
	padding-top:0px;
	margin-top:0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.midcolumn a{
	text-decoration:underline;
	color:pink;
}
.midcolumn a:hover{
	text-decoration:underline;
	color:#ec008c;
}

.midcolumn_wide{
	width:600px;
	height: auto;
	min-height:500px;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left:270px;
	font-size: 14px;
	float:left;
	padding-top:0px;
	margin-top:0px;
}

.midcolumn_wide a{
	text-decoration:underline;
	color:pink;
}
.midcolumn_wide a:hover{
	text-decoration:underline;
	color:#ec008c;
}

.column{
	width:670px;
	background-color: #5A0C48;
	height: auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.column a{
	text-decoration:underline;
	color:pink;
}
.column a:hover{
	text-decoration:underline;
	color:white;
}
#logo{
	width:140px;
	float: left;
	height: 140px;
	margin-top: 40px;
	margin-left: 10px;
}

.menu{
	min-height:100%;
	width:265px;
	text-align:left;
	position:absolute;
	background-image: url(../images/menubg3.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left:0px;
	top:0px;
	z-index:3;
}

.menu a{
	color: #464646;
	text-decoration: none;
	}
	
.menu a:hover{
	color: #ffffff;
	}


#outer p {padding-left:0px; padding-right:0px}
* html #outer{height:100%} 
#header {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	
	height:238px;
	margin-left:6px;
	margin-right:0px;
}
.topmenucontainer{
	width:800px;
	margin: 0px;
	float: right;
	height: 26px;
}
.flashcontainer{
	width:800px;
	background-color: #CCCCCC;
	margin: 0px;
	float: right;
	height: 173px;
	z-index: 1;
}
.submenucontainer{
	height: 53px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left:270px;
}

.submenucontainer a{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.addresscontainer{
	width:735px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-left:210px;
}
.addresscontainer h1{
	font-size: 14px;
	font-weight: normal;
}
.addresscontainer h2{
	font-size: 14px;
	font-weight: normal;
}
.address{
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 350px;
	height: 26px;
	padding: 7px;
}


.tel{
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 350px;
	height: 26px;
	line-height:30px;
	text-align:right;
	padding-right:20px;
}

.tel a{
color:white;
	text-decoration:underline;
}

.tel a:hover{
	text-decoration:none;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:47px;
	background-color:#8c557f;
	width:951px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:13px;
	color:white;
	z-index:4;
}

#footer a {
	color:white;
	text-decoration:none;
	}

#footer a:hover {
	color:white;
	text-decoration:underline;
	}

#clearfooter{clear:both;height:60px;}/*needed to make room for footer*/
#outer #header #addresscontainer {
}

hr {
	height:1px;
	color:#8b76a0;
	margin-top:10px;
	margin-bottom:10px;
	}

.cell-input-small {
	width:350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
}

.cell-input-large {
	width:350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
}

.cell-shade {
padding:3px;
}


.cell-none-shade {
padding:3px;
}
#main-wrapper {
	background-image: url(../images/fade-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position:relative;
}
#right-col {
	clear: right;
	float: right;
	width: 320px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#left-col {
	clear: right;
	float: left;
	width: 320px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.float-left {
	clear: right;
	float: left;
	margin-right: 20px;
}

