/* CSS Document */

body * {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/** EDITOR RELATED **/

/** These styles are defined in index.php as $defaultEditorStyles for the content only **/
.heading {
font-weight : bold;
color:#666666;
font-size:larger;
}
.title {
font-weight: bold;
color:#660066;
}
.emphasis {
font-style : italic;
}
.attention {
color:#CC0000;
}

#container {
width:800px;
height:550px;
margin:5px auto;
}

#header {
width:800px;
height : 75px;
}

#title {
display:block;
float:left;
width : 650px;
height:75px;
}

#title p {
font-size:28pt;
font-weight:bold;
color:#006600;
margin:0px 0px 0px 10px;
}

#logo {
width : 150px;
display:block;
float:left;
background-image:url("images/logo.jpg");
background-repeat:no-repeat;
height:75px;
background-position:right;
}

#mainNavigation {
height:30px;
}

#mainNavigation ul {
display:block;
list-style-type:none;
margin-left:6px;
}

#mainNavigation ul li {
display:block;
float:left;
margin : 5px 5px 0px 0px;
width:98px;
height : 20px;
text-align:center;
}

#mainNavigation ul li#navThisPage {
border : 1px solid #006600;
height : 18px;
line-height:17px;
}

#mainNavigation ul li a{
display : block;
width : 98px;
text-decoration:none;
color:#ffffff;
line-height:18px;
height:20px;
background-image:url("images/buttonBackground.jpg");
}

#mainNavigation ul li a:hover{
text-decoration:none;
background-image:url("images/buttonBackground.jpg");
background-position:0px 20px;
color:#333333;
}

#topBar {
height:50px;
margin : 0px 0px 5px 0px;
background-image:url("images/topBar.jpg");
}

#content {
width:626px;
height:280px;
overflow:auto;
display:block;
float:left;
margin: 10px 0px 10px 0px;
}

#content p {
margin : 0px 10px 10px 10px;
}

#content ul, #content ol {
margin:10px 50px 10px 40px;
}

#content a {
text-decoration:none;
color:#999999;
font-weight: bold;
}

#content a:hover {
color:#0000FF;
}

#gallery {
display:block;
float:left;
margin:10px 0px 10px 0px;
height:280px;
width:168px;
}

#gallery li {
list-style-type:none;
}

#bottomBar {
height:80px;
background-image:url("images/bottomBar.jpg");
background-position:bottom;
}

#footer {
background-color:#dedede;
width:790px;
margin:0 auto;
}

#footer p, #footer span{
text-align:center;
font-size:22px;
}

#footer p.line1 {
color:#573021;
font-weight:bold;
}

#footer p.line2 {
color:#333333;
}

#footer span.phone {
color:#006600;
}

.clear{
clear:both;
}

.editorButton {
border : 1px solid #006600;
padding:2px;
background-color:#99CCFF;
float:right;
margin-right:10px;
}

#status, #status a {
text-align:left;
color:#999999;
}

#status a {
text-decoration:none;
}

#status a:hover {
color:#0000FF;
}

#mooot {
font-size:10px;
color:#999999;
text-align:right;
margin:-15px 5px 0 0;
}

#mooot a, a:visited {
text-decoration:none;
color:#999999;
}

#mooot a:hover {
color:#0000FF;
}