/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #fff;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000;
	line-height: 12pt;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	position: relative;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	line-height: 12pt;
	vertical-align: top;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

li{
	list-style: circle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  12px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #A4B1C0;
	text-decoration: none;
}
a:visited {
	color: #91A2B5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #A4B1C0;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 212px;
	width: 100%;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	clear: both;
}

div#nav {
	position: absolute;
	top: 139px;
	width: 129px;
	left: 0px;
}

div#content {
	position: absolute;
	top: 139px;
	left: 140px;
}

/* Creates the div container for the footer. */
div#footer {
	font-size: 7px;
	text-align: center;
	margin-top: 25px;
}

div#copyright {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	font-size: 9px;
	text-align: left;
	color: #000;
}

div#copyright a, div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #747474;
}

div#copyright a:hover, div#copyright a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top:15px;
	right:0;
	border: 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- *//* CSS Document */

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	color: Gray;
}
.subtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	color: Black;
}
.member {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	color: #4B5F76;
	background: #fc6;
}
.bus_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	color: #039;
}

.small{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  9px;
}

.line {  text-decoration: underline}

input {
	border : thin groove #036;
}
.dot_border{
	border : thin dotted Black;
}
.dash_border{
	border : thin dashed Black;
}

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 0 auto;
	display: block;
}

a#admin:hover {
	background-position: 0% -18px;
}