/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(screen.css);
/* end StyleCatcher imports */

/* Setup for banner div */
#banner {
width: 190px;
height: 140px;
padding-right: 10;
}

.banner-pic {
    width: 188;
    height: 140;
}

.banner-title {
    width: 752;
    height: 200;
}

.banner-tab {
    border: 0;
    width: 100%;
}

/* General Formatting */
.cjust {
text-align: center;
}

.rjust {
text-align: right;
}

.colred {
    color: #FF0000;
}

.mpghdr {
    font-weight: bold;
    color: #49A4B3;
    font-size: 28px;
}

/* Alternating Comments Style */
.even { 
    background-color: #FFF;
    padding:8px;
    margin-bottom:5px;
}

.odd {
   background-color: #F4F4F4;
   padding:8px;
   margin-bottom:5px;
   border:2px dotted #999;
}

.author {
   background-color: #E6E4E4;
   border: 2px solid #000000;
   font-weight: bold;
   margin-bottom: 5px;
   padding: 8px;
}

/* **************************** */
/* Main Navigation Menu */
#nav, #nav ul {
	float: left;
	width: 100em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #49A4B3;  /* eda; */
	border-width: 0 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #49A4B3;  /* #7C6240; */
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: bold;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
        color: #FFFFFF;
	background-color: #49A4B3;  /* eda; */
}


/* **************************** */

.paren {
    font-size: 9px;
}

label#vertalign {
    vertical-align: top;
}

td#ctcl {
    width: 150px;
    vertical-align: top;
}

td#ctcr {
    width: 300px;
    vertical-align: top;
}

/* **************************** */
/* Setup for Visitor Map Div */

#vismap {
width: 600px;
height: 600px;
}


