
* {
   padding: 0px;
   margin: 0px;
}

body {
  font: 12px verdana, sans-serif;
  color: #346;
  background: #fff url(../img/bigbg.gif);
  text-align: center;
}

#main {
 width: 80%;
 text-align: left;
 margin: 0px auto 0px auto;
 background-color: #fff}

#philosophy {
font-size: 18px;
text-align: center;
padding: 5px 0px 15px 0px;
}

#content {
 background-color: #fff;
 margin: 20px 10px 10px 170px;
}

#topheading {
 overflow: hidden;
 text-align: left;
 border-bottom: #85a1ca solid 4px;
 width: 100%;
 background-color: transparent;
}

#mainimage {
    float: left;
    width: 200px;
    height: 200px;
    background: #456;
    margin: 10px 10px 10px 0px;
}

#sidebar {
    width: 150px;
    float: left;
    text-align: center;
    font-size: 10px;
    border-right: dotted 1px #85a1ca;
}

    
#menu {
	font-size: 16px; 
    margin: 5px;
    padding: 5px;
    list-style: none;
    text-align: left;
}

#menu li a {
    color: #668;
    text-decoration: none;

}

#menu li a:hover {
    color: #334;
    background-color: #ccd;
    

}

#menu li {
margin-bottom: 5px;
}

#infoblock {
    margin: 5px;
    list-style: none;
}

#infoblock li {
margin: 10px 0px 10px 0px;
}

/*---------------------------------------------------------COLUMNS & CHROME---*/



#footer {
    background: #fff;
    text-align: right;
    padding: 10px;
    clear: both;
}


/*------------------------------------------------------------TEXT STYLES-----*/

p {
padding-bottom: 7px;
color: #346}

h1 {
  font-size: 32px; font-weight: normal; text-align: left; color: #668;
}

h2 {
  font-size: 22px; font-weight: normal; color: #668;
margin: 5px 0px;


}

h3 {
  font-size: 16px; color: #668; margin: 10px 0px 5px 0px;
}

h4 {
  font-size: 13px; display: inline; color: #668; margin: 5px 0px;
}

h5 {
  font-size: 11px; display: block; color: #668; margin: 5px 0px;
}

.admincontrol {
  color: #d33;
}

.big1 {
    font-size: 120%; font-weight: bold;
}

/*-------------------------------------------------------------LINK STYLES----*/



a {
  color: #557;
}

a:hover {
  color: #356566;
}

/*------------------------------------------------------------BLOCK STYLES----*/

ol {
margin-left: 20px; 
}

#content ol li {
    margin-bottom: 4px; margin-left: 10px;
    color: #557;
    
}

ul {
    margin: 0px 0px 5px 30px; list-style: square;
}

#content ul li {
    color: #557; margin-bottom: 8px;
}

blockquote {
    color: #557;
    margin: 10px;
    padding: 5px;
    background: #126723;
    
}

#controls {
  width: 100%;
}

label {
  float: left; width: 133px; padding-right: 2px; text-align: right; vertical-align: bottom;
}

.checklist {
margin: 10px 10px 10px 100px;
}

input,textarea,select {
  color: #85708a; border: 1px solid  #85a1ca; margin: 1px;
  background-color: #ccd;
  margin: 2px;
}

input.editcheckbox {
  margin-left: 10px; background-color: transparent; border: none;
}

div.alert {
  border: #85a1ca 1px dashed;
  color: #346; margin-bottom: 10px;
  background-repeat: no-repeat; background-image: url(../img/info.gif);
  background-position: left top; padding: 2px 2px 2px 30px;

}

div.sbox {
  overflow: auto;  height: 200px;;
}

/*-------------------------------------------------------IMAGES & BARLIST-----*/

img {
	border: none;
}

img.l {
  float: left; margin: 10px; border: #777 solid 10px;

}
img.r {
  float: right; margin: 10px; border: #777 solid 10px;
}

/* -------------------------------------------------------------------- NEWS ----------*/

div.latestnews {
border-style: solid; border-width: 0px;
}

div.news {
text-align: left;
}

div.headline {
font-weight: bold;
}

.clear {
    clear: right;
}

.clearboth {
    clear: both;
}

ul.looselist {
    margin: 10px 20%;
}

ul.looselist li {
    display: inline;
   padding: 20px;
}
