body
{
    margin: 0;  
	padding:0;
	text-align:center; 
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background:#cccccc url(images/bg.jpg) repeat-x top;
}

#headpart
{

}
#mainpart
{
    text-align:left;
    padding:15px 0 15px 0;
	background: #ffffff url(images/fade.jpg) repeat-x;
	border-bottom:solid 1px #022067;
}

#bodypart
{
    text-align:left;
    border-left: solid 1px #999999;
    padding:15px 0 0 4em;
    float:left;
    width:45em;
    min-height:350px;
    height:auto !important;
    height:350px;
}
#bodypart h4
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background-color:#022068;
	border:solid 6px #022068;
	
}
#footpart
{
	font-size: 10px;
	text-align: center;
	color: #666666;
	padding-bottom:10px;
}
h1
{
    font: normal 12pt/12pt Georgia, "Trebuchet MS", sans-serif;
}
img
{
    border-width: 0;
}

/* ------------------------------ classes ------------------------------ */
.padImageLeft
{
    padding: 10px 10px 10px 0;
}

.padImageRight
{
    padding: 10px 0 10px 10px;
}

.clearMoz
{
    clear:both;
}
.leftAlign
{
    float:left;
}
.rightAlign
{
    float:right;
}
.sizencenter
{
    width:780px;
    margin:0 auto 0 auto;
}

/* ------------------------------ ids ------------------------------ */
/* -- main nav -- */
#mainpart ul.nav
{
    float:left;
	padding: 2px 0 10px 0;
	margin: 0px; 
    width:17em;
	list-style-type: none
}
#mainpart ul.nav li {
	padding: 0;
	margin: -1px 2px; 
    width:17em;
	position: relative;
}
#mainpart ul.nav li table
{
	font-size:1em; 
	z-index:100; 
	left:0; 
	position:absolute; 
	top:0; 
	border-collapse:collapse
}
#mainpart ul.nav li a, #mainpart ul.nav li a:visited
{
    width:14em;
    padding:2px 4px 4px 8px;
	display: block; 
	margin: 1px 0px; 
	cursor: pointer; 
	color: #000000; 
	text-decoration: none
}
#mainpart ul.nav li a:hover 
{
    padding: 2px 4px 4px 7px;
    border:solid 1px #999999;
	margin: 0; 
	background-color: #ffc20e; 
	text-decoration: none
}

#mainpart ul.nav ul
{
	left:126px;
	top:0; 
	width:17em;
	visibility:hidden; 
	position:absolute; 
	list-style-type:none;
}
#mainpart ul.nav ul li
{
    width:15em;
    padding:0;
	margin:-1px 2px; 
	position:relative; 
	background:#022068; 
	border:#FFFFFF 1px solid;
}
#mainpart ul.nav ul li a, #mainpart ul.nav ul li a:visited
{
    padding:2px 4px 4px 8px;
	color:#ffffff;
	text-decoration:none;
	display:block
}
#mainpart ul.nav ul li a:hover 
{
    padding:2px 4px 4px 7px;
    color:#000000;
    border:solid 1px #999999;
	background-color:#ffc20e;
	text-decoration:none;
}
#mainpart ul.nav li:hover ul, #mainpart ul.nav a:hover ul
{
	visibility:visible;
	
}
/* -- other stuff -- */
#bodypart h2
{
    background:url(/images/dotted-line.jpg) repeat-x bottom;
    width:100%;
    min-height:30px;
    vertical-align:middle;
    padding-bottom:2px;
    font: normal 12pt/12pt "Arial Narrow",Arial,"Times New Roman";
    text-transform:uppercase;
    color: Navy;
}
#bodypart a, #bodypart a:visited
{
    color:#0066CC;
    text-decoration:none;
}
#bodypart a:hover
{
    color:#ffc20e;
    text-decoration:none;
}

.rssEnabled
{
    display:inline; 
    float:right;
    padding:7px 0 0 0;
    vertical-align:middle;
}
.yellowArrow
{
    background:url(/images/heading_arrow.jpg) no-repeat left;
    padding: 5px 0 10px 35px;
    display:block;
    vertical-align:middle;
}

#footpart a, #footpart a:hover, #footpart a:visited
{
    color: #666666;
    text-decoration:none;
}


#imgHead 
{
    /*padding-bottom:17px;*/
    border-width:0;
}
#imgPageHead {
	border-width:0;
}


/* ------------------------------------------------------------------- */



.PantsCms_EditPanel
{
    text-align:left;
    background-color:#ffffdd;
    filter:alpha(opacity=80);
    opacity:0.8;
    border: solid 3px Gray;
    padding: 3px;
    top:20px;
    left:20px;
    position:absolute;
}
.PantsCms_EditPanel h1
{
    cursor:move;
}
.PantsCms_ModalBackground
{
    background-color: Gray;
    filter:alpha(opacity=80);
    opacity:0.8;
}

.PantsCms_ModalPopup
{
    background-color:#ffffdd;
    border: solid 3px Gray;
    padding: 3px;
    text-align:left;
}
.PantsCms_bigTextEntry
{
    width:95%;
}
.PantsCms_normalTextEntry
{
    width:60%;
}
label
{
    padding-right:5px;
    
}

.helpLink
{
    float:right;
    padding:5px;
    color:#000;
    border:solid 1px #999999;
    text-align:right;
    line-height:1.5em;
}

.helpLink a:hover, .helpLink a:link, .helpLink a:active
{
    color:#000;
}

/* -------- reorder styles --------------- */

.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#000;
}

.reorderListDemo li a {color:#000 !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}