/* 
    Document   : layout
    Created on : June 3, 2006, 9:49 PM
    Author     : cprince
    Description:
        This style sheet contains structural layout for the site theme.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
   display: block;
   font-size: 36px
}

/* ************************************************************************ */
/* Body and Main Styles                                                     */
/* ************************************************************************ */

body {
   font-family: "Verdana", sans-serif;
   font-size: 12pt;
   color: #3a2a7e;
   background-color: white;
   margin: 0;
   padding: 0px;
}



/* ************************************************************************** */
/* Page Header                                                                */
/* ************************************************************************** */

#header {
   background-image: url('/resources/calanthe/header-fill.jpg');
   background-repeat: repeat-x;
	background-color: #663333;
   color: white;
   width: 100%;
   height: 150px;
   padding-left: 0px;
   margin-left: 0px;

}

#header h1 {
   background-color: #663333;
   color: white;
   font-family: Georgia,'Times New Roman',times,serif;
   font-size: 36pt;
   margin: 0;
   padding: 35px;
   text-align: center;
   vertical-align: middle
}

/* ************************************************************************** */
/* Left Bar                                                                   */
/* ************************************************************************** */

#localnavigation {
   background-image: url('/resources/calanthe/standard-left-fill.jpg');
   background-repeat: repeat-y;
   border-right: 2px solid black;
   position: absolute;
   width: 120px;
   height: 100%;
   float: left;
   padding-left: 50px;
   font-family: "Verdana", sans-serif;
   font-size: 10pt;
   color: #3a2a7e;
   background-color: white;
}

#localnavigation a {

   background-color: white;
   color: black;
   display: block;
   text-transform: uppercase;
   padding: 5px;
}

#squarebutton {
   border: 1px dotted red;
   height: 125px;
   width: 125px;
   margin: 3px;
   margin-top: 10px;
}


/* ************************************************************************** */
/* Content Area                                                               */
/* ************************************************************************** */

#breadcrumbs {
   width: 100%;
   padding-left: 5px;
   padding-top: 10px;
	padding-bottom: 10px;
   width: 84%;
   position: absolute;
   left: 200px;
   font-size: 10pt;
}

#content {
   padding: 3px;
   margin-top: 20px;
   position: absolute;
   left: 175px;
}



#copy {
   border-top: 1px solid black;

}

/* ************************************************************************** */
/* Footer                                                                     */
/* ************************************************************************** */

#clearheader {
   padding-top: 5px;
   clear: both;
}

#footer {
   background-color: #663333;
   clear: both;
   color: white;
}

#footer td {
   font-size: 8pt;
   text-align: center;
}

#footer a {
   background-color: #663333;
   color: white;
}

