<!-- This is hardcoded in login2.php  -->
/* Establish General Layout Perameters*/
body, html {
	margin:auto;
	margin-top: 0px; 
	margin-bottom: 0;
}

#bgcontainer {
	width:760px;
	background: url(../images/body_bg.gif) repeat-y center;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 691px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

* html #wrapper  {
	margin-left: 68px;
}


#top {
	height: 60px;
	width: 691px;
	position: relative;
}

#top h1	{
	margin:0;
	padding:0;
	}

#logo {
	position:absolute;
	top:6px;
	left:10px;
	margin:0;
	padding:0;
	border:0;
	width:255px;
	height:51px;
	background: url(../images/logo.gif) no-repeat;
	z-index:101;
}

.alt {
	display: none;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

#main {
  clear: both;
  width: 691px;
  margin: 0;
  padding: 0;
  color: #000;
}

#nav {
	height: 39px;
	background: url(../images/nav_bg.gif) repeat-x;
}

#nav ul {
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
	padding: 12px 0;
	text-decoration: none;
	list-style-image: none;
}
#nav li {
	float: left;
	line-height: 16px;
	margin: 0;
	padding: 0 4px;
	font: 70% "trebuchet ms", georgia, verdana, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	list-style-image: none;
}

* html #nav li  {
	line-height: 22px;
	list-style-image: none;
}
	
#nav li a:link, li a:visited {
	padding: 2px 7px 2px 7px;
	border: 1px solid #939393;
	color: #000000;
	background-color: #E0E0E0;
	text-decoration: none;
	list-style-image: none;
}

#nav ul li a:hover
	{
	color:#000000;
	text-decoration:none;
	background-color: #DDD4CB;
	list-style-image: none;
	}

#nav ul li.active	{
	font-weight:bold;
	text-decoration:none;
	background-color: #E0E0E0;
	list-style-image: none;
	}

#pic {
	margin:0;
	width:691px;
	height:233px;	
}

#content {
	width: 760px;
	padding: 0;
	margin-top: 10px;
}

* html #content  {
	padding-bottom: 10px;
}

#left {
	width: 521px;
	float: left;
	padding: 3px 9px 3px 9px;
	margin-bottom: 10px;
	border: 1px solid #C7C6C6;
}

#left1 {
	width: 250px;
	float: left;
	padding: 3px 9px 3px 9px;
	margin-bottom: 10px;
	border: 1px solid #C7C6C6;
}

#middle {
	width: 241px;
	float: left;
	padding: 3px 9px 3px 9px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #C7C6C6;
}

#right {
	position: relative;
	float: left;	
	margin-left: 10px;
}

#inner {
	width: 672px;
	float: left;
	padding: 3px 9px 3px 9px;
	margin-bottom: 10px;
	border: 1px solid #C7C6C6;
}

#footer {
	width: 687px;
	clear: both;
	padding-top: 1px;
	padding-bottom:1px;
	padding-left: 5px;
	margin:0;
	background: #9D9D9D url(../images/footer_bg.gif) repeat-x;
	border-bottom: 2px solid #676565;
}

* html #footer  {
	line-height: 25px;
}

/* Content Styles */

p {
	font-size: 80%;
	font-family: "trebuchet ms", georgia, sans-serif;
	color: #000;
	text-align: justify;
}



h1 {
	font-size: 80%;
	font-weight: bold;
	font-family: "trebuchet ms", georgia, sans-serif;
	color: #000;
}

.bar {
	height:1px;
	width: 422px;
	background-color: #C4B19E;
	margin-left:auto;
	margin-right:auto;
}

.swbox {	
	height:132px;
	width: 93; 
	float: left;
	padding-right: 15px; 
}

.aboutpic {
	float: left;
	padding-right: 15px; 
}

.demo {
	width:161px;
	height:21px;
	float:right;
	padding-right:25px;
}

li {
	font-size: 80%;
	font-family: "trebuchet ms", georgia, sans-serif;
	color: #000;
	list-style-image: url(../images/li.gif);
	margin-left: 20px;
}

#login {
	background: #ADAEAE url(../images/login_bg.gif) repeat-x;
	border: 1px solid #C7C6C6;
	width: 130px;
	padding: 2px 0 0 8px;
	font-size: 80%;
	margin-bottom:10px;
}

#logo_sidebar {
	
	width: 136px;
	height:20px; 
	margin-bottom: 8px;
	padding: 1px; 
}


fieldset {
	margin: 0;
	padding: 0 0 1px 0;
	border: none;
}

legend {
	margin-left: -6px;
	font-weight: bold;
	color: #000000;
	border: none;
}

.form {
	display: block;
	width: 105px;
}

.submit {
	float: right;
	padding-right: 15px;
	padding-top:2px;
	border: none;
}

#partner {
	width: 130px;
	font: 9px "trebuchet ms", georgia, sans-serif;
	vertical-align: middle;
	
}

#footer p {
	font-size: 60%;
}

img {
	border: none;
}