/* lindsay square style sheet */

body {
background-color:#7AA230;
font-family:Verdana, Geneva, Arial, Helvetica;
font-size:14px;
font-weight:normal;
color:#333333;
margin-left:0px;
margin-right:0px;
margin-top:20px;
margin-bottom:0px;
}

.maincell {
	background-color:white;
	height:500px;
	font-size:14px;
	color:#333333;
}

.maindiv { 
	vertical-align:top;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
}

.iframediv { 
	vertical-align:top;
	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
}

.mainframe {
	width:100%;
	height:490px;
	margin:0px;
}

.firstheader {
	padding-top:0px;
	margin-top:0px;
}

.onewaybegins {
	background-image:url('../images/onewaybegins.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

.admin {
font-size:14px;
}

.imagetable {
margin-left:15px;
margin-right:15px;
}

.imageline {
font-size:9px;
height:10px;
}

.imageline2 {
font-size:9px;
height:10px;
}

.navlist {
margin-left:10px;
padding-left:10px;
}
.navlist ul {
margin-left:10px;
padding-left:10px;
}

.listbreaks li {
padding-bottom:8px;
}

.ascii {
line-height:normal !important;
}

/* page footer */
div.footer {
font-family:Verdana, Geneva, Arial, Helvetica;
color:#333333;
background-color:white;
margin:auto;
text-align:center;
font-size:10px;
font-weight:normal;
padding-top:40px;
padding-bottom:0px;
padding-left:5px;
padding-right:5px;
line-height:16px;;
}
div.footer a:link {
color:#27A8D2;
text-decoration:underline;
}
div.footer a:visited {
color:#333333;
text-decoration:underline;
}
div.footer a:hover, .footer a:active {
color:#333333;
text-decoration:underline;
}

/* all default links */
a:link {
color:#27A8D2;
text-decoration:underline;
}
a:visited {
color:#27A8D2;
text-decoration:underline;
}
a:hover, a:active {
color:#27A8D2;
text-decoration:underline;
}
a.hide {
color:#333333 !important;
text-decoration:none !important;
border-bottom:0px !important;
}
.hidelinks a {
text-decoration:none !important;
border-bottom:0px !important;
}
.textlink {
color:#27A8D2;
text-decoration:underline;
cursor:pointer;
}

/* headers */
h1 {
font-family:Verdana, Geneva, Arial, Helvetica;
font-size:20px;
color:#333333;
}

h2 {
font-family:Verdana, Geneva, Arial, Helvetica;
font-size:18px;
color:#333333;
}

h3 {
font-family:Verdana, Geneva, Arial, Helvetica;
font-size:16px;
color:#333333;
}

h4 {
font-family:Verdana, Geneva, Arial, Helvetica;
font-size:14px;
color:#333333;
}

/* list boxes */
.list {
	padding-left:5px !important;
	margin-left:5px !important;
}

.listbreaks {
  margin-left:10px; /* IE */
  padding-left:10px; /* Firefox */
  list-style-type:disc;
}
.listbreaks li {
  margin-bottom:1px;
}

ul.menu {
  margin-left:5px; /* IE */
  padding-left:0px; /* Firefox */
  list-style-type:square;
}
ul.menu li {
  margin-bottom:2px;
}

ul.subnav {
  margin-left:2px; /* IE */
  padding-left:2px; /* Firefox */
	list-style-type:none;
}
ul.subnav li {
  margin-bottom:5px;
	font-size:9px;
}




