﻿/* css document */

#container {
   text-align: center; width: 86%; margin: 0 auto; 
}
#main {
    margin-left: 4px; background: url(../images/leftbg.jpg) left repeat-y; /* left shadow*/
}
#maininner {
    margin: 0 4px;
    background: #fff url(../images/leftbg.jpg) right repeat-y; /* right shadow */
}
.topnavOuter {
    margin-right: 4px;
    background: #fff;
    /*height: 165px;*/
    text-align: left;
}
#headernav {
	/*background: #fff url(../images/midheaderline.gif) bottom repeat-x;*/
	background: #fff;
	height: 21px;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color:#666633;
	padding: 17px 0 0 17px;
}
#headernavline {
	height:1px;
}

#contentContainer {
     clear: both; 
     padding: 15px 0;
}
#left {
    float:left;
    width:200px;
    background:url(../images/verticalseperator.jpg) right repeat-y;
}
#center {
    margin-left: 210px;
    margin-right: 205px;
}
#Admincenter {
    margin-left: 210px;
    margin-right: 225px;
}
#right {
    float:right;
    width:185px;
    height: 100%;
    background: url(../images/rightvertline.gif) left repeat-y;
}
#adminright {
    float:right;
    width:200px;
    height: 100%;
    background: url(../images/rightvertline.gif) left repeat-y;
}

#leftNav {
    margin: 10px 10px 10px 15px;
    height: 100%; 
}

#rightcontent {
	height: 100%;
	margin: 10px 0 20px 10px;
}
#rightNav {
    text-align: left;
    margin: 10px 10px 10px 15px;
    height: 100%;
}

#leftList {
    width: 150px;
    background: #EAE9DB URL(../images/leftboxtop.gif) top left no-repeat;
    clear: both;
    display: block;
    text-align: left;
    list-style: none;
    padding: 20px 10px 10px 10px;
    margin: 0;
}
#leftList LI {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 4px 0; 
    vertical-align: middle; 
    text-align: left;
    /*background: url(../images/leftsideline.gif) bottom repeat-x;*/
}
#leftList a {text-align: left; color: #666633; text-decoration: none; font-size: 11px; font-weight:normal;}
#leftList a:hover {color:#a32e00;}
#imghofunder {text-align: left; margin-left:18px;}
#hofunderOuter {text-align: left; margin: 0 0 0 12px;}
