/* By : accieon  */
/* For : Huron Valley Lutheran High School (hvlhs.org)  */
/* Date : 28th April 2008 */

/* menu classes */

#dropmenudiv{
position:absolute;
border:1px solid #9E8D45;
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9E8D45;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

#dropmenudiv a:hover{
background-color: #FFB554;
}


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: verdana, "ms sans serif", arial, helvetica;
border-style: solid;
border-width: 1px;
font-size: 12px;
}

.no-border {
font-family: verdana, "ms sans serif", arial, helvetica;
border-style: solid;
border-width: 0px;
font-size: 12px;
}


/* page default settings */

body, td {
font-family: verdana, "ms sans serif", arial, helvetica;
color: #333;
font-size: 12px;
line-height: 1.5em
}

body {
margin: 0px;
padding: 0px;
background-color: #191919;
}

.full-size-table {
width: 912px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #ff9900;
text-decoration: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

.pad-right {
padding-right: 30px;
}

.pad-righta {
padding-right: 60px;
}

/* images */

.back {
background-image: url("images/back.jpg");
background-repeat : repeat-x;
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.nav-back {
background-image: url("images/nav-back.jpg");
background-repeat : repeat-x;
}

.right-top-img {
background-image: url("images/right-top-img.jpg");
background-repeat : no-repeat;
}

.right-line {
background-image: url("images/brown.jpg");
background-repeat : repeat-y;
background-position: right;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 7px;
padding: 2px 1px 3px 15px;
}

/* links */

.nav a {
font-family: arial;
color: #000;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 11px 12px 11px 12px;
background-image: url("images/nav-back.jpg");
background-repeat : repeat-x;
display: block;
}

.nav a:hover{
background-image: url("images/over.jpg");
background-repeat : repeat-x;
color: #fff;
}

.bot-links a{
font-family: arial;
color: #333;
text-decoration: none;
}

.bot-links a:hover{
font-family: arial;
color: #333;
}

/* background colours */

.gray {
background-color: #4e4c4a;
}

.graya {
background-color: #dad9d9;
}

.orange {
background-color: #ffa128;
}

.gold {
background-color: #9e8d45;
}

.white {
background-color: #fff;
}

/* borders */

.border {
border : #333 1px solid;
}

.border-left {
border-left : #7f5014 1px solid;
}

.border-top {
border-top : #7f5014 1px solid;
}

/* text */

.orange-txt {
color: #ffa128;
}

.white-txt {
color: #fff;
}

.small-txt {
font-family: arial;
font-size: 11px;
color: #333;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
Line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 11px;
}