html, body {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    background-color: #E9E2C8;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-size: 1em;
    color:#000000;
}

a:link {
    color:#000000;
}

a:visited {
    color:#000000;
}

p a:link {
    font-size: .9em;
    color:#29537C;
    font-weight:bold;
}
p a:active {
    font-size: .9em;
    color:#29537C;
    font-weight:bold;
}
p a:visited {
    font-size: .9em;
    color:#29537C;
    font-weight:bold;
}

p a:hover {
    font-size: .9em;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

p {
    font-size: .8em;
    color:#000000;
    line-height:1.3em;
    margin-top:5px;
}

h1 {
    margin: 0px;
    font-size: .75em;
}

h2 {
    font-size: .9em;
    margin-top: 10px;
	margin-bottom: 10px ;
	border-bottom:1px dashed #2C4F27;
	padding-bottom:5px;
}

h3 {
    font-size: .9em;
    margin: 0px;  
}

h4 {
	font-size: .8em ;
	margin-bottom: 2px ;
}

label {
	font-weight: bold ;
}
#contentSection h2, #contentSection_home h2{
    font-size: .9em;
    color:#2C4F27;
    font-weight:bold;
}

#contentSection p, #contentSection_home p{
	margin-bottom: 25px ;
}

div.padder {
    padding: 15px;
}

#content_home {
    position: relative;
    margin: 0px auto 0px auto;
    height: 100%;
    width: 760px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    text-align:left;
    background-image: url('side_bg.jpeg') ;
    background-repeat: repeat-y ;
}

#content {
    position: relative;
    margin: 0px auto 0px auto;
    width: 760px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    text-align:left;
    background-image: url('side_bg.jpeg') ;
    background-repeat: repeat-y ;
}

#header {
    position: relative;
    width: auto;
    height: 80px;
    background-color: #336699;
    text-align: left;
    margin: 0px;
    white-space: nowrap;
}

#header h1 span {
    display: none ;
}

#header h1 {
    width: 760px ;
    height: 80px ;
    background-image: url(garlandco_header.jpg);
    background-repeat: no-repeat;
}

#contentSection {
    position: relative;   
    padding-left: 15px;
    padding-top:15px;
    padding-right:15px;
    margin: 0px 0px 0px 180px;
    height: 630px; /* MUST BE HERE FOR IE */
}
/* MUST BE HERE FOR MOZILLA */
html>body #contentSection  {
    min-height: 630px;
    height: auto;
}

#contentSection_home {
    position: relative;
    height: 630px;
    padding-left: 15px;
    padding-top:15px;
    padding-right:15px;
    margin: 0px 0px 0px 180px;
    padding-bottom: 40px ;
}

/* MUST BE HERE FOR MOZILLA */
html>body #contentSection_home {
    min-height: 630px;
    height: auto;
}
#footer{
    position: absolute;
    right: 0 ;
    bottom: 0 ;
    width: 760px;
    height: 20px;
    background-color: #336699;
    text-align: center;
    margin: 0px;
    padding-top:8px;
    margin-top: 50px ;
  
}
.date {
    position: relative;
    height: 20px;
    text-align: left;  
    font-size: .7em;
  
    color:#ffffff;
    font-weight:bold;
    float:left;
    margin-left: 10px;
}

.policy {
    position: relative;
    width: auto;
    height: 20px;
    text-align: right;
    margin-right: 10px;
    font-size: .7em;
  
    color:#ffffff;
    font-weight:normal;
    float:right;  
}



#footer a:link {
    color:#ffffff;
}

#footer a:visited {
    color:#ffffff;
}

#footer a:active {
    color:#ffffff;
}

#footer a:hover {
    color:#ffffff;
    text-decoration:none;
} 

#leftarea {
    position: absolute;
    top: 80px;
    left: 0px;
    height: 465px;
    width: 170px;
    background-color: #E4EAF1;
    text-align:left;
}

#quick_links_container {
	margin-top: 16px;
	margin-left: 16px;
}

#quick_links {
	padding: 0px; /* MUST BE HERE FOR MOZILLA */
	width: 120px;
}


#quick_links li {
	display:block;
	margin: 0px;
	padding-bottom:8px; /* leading between main items */
	
}


#contact_info  {
    position:relative;
    font-size: .7em;
    color:#000000;
    font-weight:normal;
    margin-top:15px;
    padding-left:15px;
    line-height: 1.28em ;
}

address {
	padding-top: 13px ;
    color:#000000;
    font-weight:normal;
    font-style: normal;
}

#search {
    position: absolute;
    width: 300px;
    text-align:right;
    margin: 15px 0px 0px 0px;
    height: auto;
    z-index:5;
    padding-left:430px;
   
    font-size: .8em;
    color:#000000;
}

.button_sm {
    border:0px;
    font-size: 8px;
   
    background-color: #D0DBE8;
    color: #000000;
    height:18px;
    width:20px;
    font-weight: bold;
    cursor:hand;
    margin-left:5px;
    padding-bottom:3px;
}

#search input {
    width: auto;
    font: 11px Arial, Helvetica, sans-serif;
    color: #000000;
    border: 1px solid #336799;
    margin-top:3px;
    padding:1px 3px 1px 3px;
  
} 

#caldiv {
    position:absolute;
    width:170px;
    margin-top:165px;
    margin-left:-5px;
  
}

#whitespace {
    width:auto;
    height:20px;
}

.feature {
    width: 550px;

}
img.feature_photo {
    float: right;
    margin-left: 20px;
    }

#contentSection_home h5{
	margin: 0 ;
    font-size: .8em;
    background-color: #C4B890;
    color: #ffffff;
    height:16px;
    width:auto;
    font-weight: bold;
    padding:1px;
    text-align:center;
}

#latest_additions {
    float: left;
}

#hotstuff {
    float: right;
}

.category_links {
    width:265px;
    margin:0;
    margin-top: 20px ;
    border: 1px solid #C4B890;
    padding:1px;
    height:163px;
}


.home_sm_text{
    margin:0px;
    font-size: .7em;
    color: #000000;
    line-height:1.8em;
    width:auto;
    font-weight: normal;
    padding:10px;
    text-align:left;
}

.home_sm_text a {
    color: #000000;
}

.home_sm_text a:hover {
    text-decoration:none;
}

#cms_links{
    position: relative;
    margin-top: 2px ;
    padding-left: 5px ;
}

.block-list {
    font-size: .95em;
    color: #000000;
    text-align:left;
    margin:3px 0px 0px 0px;
    padding-top:0px;
    padding-left:0px;
    padding-bottom:3px;
}


.block-list a {
    font-size: 1em;
    color: #000000;
}

.block-list a:hover {
    text-decoration:none;
}

.block-list ul, .block-list li {
    display: block;
    font-size: .75em;
    color: #000000;
}
.block-list li {
    padding-top: 3px ;
    padding-right: 3px ;
    padding-left: 5px ;
    padding-bottom: 3px ;
    margin-top: 3px ;
}

.alt {
    background-color:#EBE7DA;
}

.light {
  background-color: #FFF;
}

.dark {
  background-color: #FFFFFF;
}

.small {
  font-size: 11px ;
}

.warn {
  font-size: 11px ;
  color: red ;
}

#copyright {
    position: relative;
    width: inherit;
    height: 20px;
    text-align: center;
    margin: 0px;
    padding-top:8px;
    font-size: .7em;
  
    color:#000000;
    font-weight:normal;
}

/* module-v-heading is used for tables with the heading at the top */
/* module-h-heading is used for tables with the heading on the side */


#module-v-heading, #module-h-heading
{
    font-size: .8em;
    padding: 1px 1px 1px 2px;
    vertical-align: top;
    width:500px;
    margin-top:20px;
    margin-bottom:20px;
  
}

#module-v-heading th, #module-h-heading th
{
    font-size: .8em;
    padding: 1px 1px 1px 2px;
  
  
  
}

#module-v-heading th{
  vertical-align: top;
  text-align: left;
  width:auto;
}

#module-h-heading th {
  vertical-align: top;
  text-align: center;
  background-color: #C4B890;
  color: #FFFFFF;
}

#module-v-heading td, #module-h-heading td{
  font-size: .8em;
  line-height:1.1em;
  padding-top: 3px ;
  padding-bottom: 3px ;
  padding-left: 3px ;
  padding-right: 3px ;
  vertical-align: top;
  text-align: left;
  width:auto;
  border:1px solid #C4B890;
}


.cal_details th {
  	font-size: .75em;
  	line-height:1.1em;
  	padding-top: 3px ;
  	padding-bottom: 3px ;
  	padding-left: 3px ;
  	padding-right: 3px ;
  	vertical-align: top;
  	text-align: left;
  	width:100px;
  	border:1px solid #C4B890;
  	background-color:#EBE7DA;
  	font-weight:bold;
	
}

.cal_details td {
  font-size: .8em;
  line-height:1.2em;
  padding-top: 3px ;
  padding-bottom: 3px ;
  padding-left: 3px ;
  padding-right: 3px ;
  vertical-align: top;
  text-align: left;
  width:350px;
  border:1px solid #C4B890;
}

.smdate{
  
    font-size: .75em;
    padding-top: 5px;
    vertical-align: top;
    width:auto;
    line-height:1.5em;
  
}
.rowitemhead{
  
    font-size:.8em;
    width:auto;
    padding:0px;
    font-weight:bold;
}
.rowitemhead2{
  
    font-size:.8em;
    width:auto;
    padding-left:5px;
    font-weight:bold;
    background-color:#EBE7DA;
    margin-top:10px;
}

.rowitemtext{
  
    font-size: .75em;
    line-height:1.5em;
    padding-bottom: 15px;
    vertical-align: top;
    width:auto;
}
.rowitemtext2{
  
    font-size: .8em;
    line-height:1.5em;
    padding-bottom: 20px;
    vertical-align: top;
    width:auto;
    margin-bottom:20px;

}
.rowitemtext3{
  
    font-size: .75em;
    line-height:1.2em;
    vertical-align: top;
    width:auto;
    margin-bottom:10px;
    border-bottom: 1px solid #EBE7DA;
    border-top: 1px solid #EBE7DA;
}
.horizontal_rule {
    border-top: 1px solid #000000;
    }
  
.button_sm2 {
    border:0px;
    font-size:.8em;
   
    background-color: #336799;
    color: #ffffff;
    width:auto;
    font-weight: bold;
    cursor:hand;
} 

.fieldcell input {
    width: auto;
    font: .9em Arial, Helvetica, sans-serif;
    color: #000000;
    border: 1px solid #0066cc;
    background-color: #FFF7DE;
    }
.fieldcell select {
    font: 1em Arial, Helvetica, sans-serif;
    color: #000000;
    width:auto;
    background-color:#ffffff
    }
#section1 {
    margin-top:10px;
    margin-bottom:10px;
    } 
/* Main Body Content goes in this TD */
#main {
  padding: 0 ;
  height:500px;
}

.department_list {
	width: 90% ;
}

.department_list th {
	background-color: #EBE6D9 ;
	font-size: .9em ;
}

.department_list td{
	font-size: .85em ;
}

#mainMenuGarland {
	position:relative;
	text-align: left;
	font-color: #ffffff;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 145px;
	
	
}
