/* Styles for Version 4 Browsers */
/* Styles for the Dropdown Menus */
.daddyTbl {
	background-color : #FFFFFF;
	layer-background-color : #FFFFFF
}
.childTbl { background-color : #FFFFFF; text-indent: 10px; }
.childTbl a {
	color : #000000;
	font : 14px Arial, Helvetica, sans-serif;
	text-decoration : none
}
.childTbl a:hover {
	color : #FFFFFF;
	text-decoration : none
}
.childTxt {
	background-color : #EADAAB;
	color : #666666;
	font : 14px Arial, Helvetica, sans-serif
}

/* The Captions and Descriptions For the Portfolio Images */
.imgCaptionshd {
	color : #D4D0C8;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif
}
.imgCaptions {
	color : #D4D0C8;
	font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	margin-left : 6px
}
.imgCaptionsbg {
	background-image : url(http://www.mysite.com/assets/img_main/loading.gif);
	background-repeat : no-repeat;
	color : #D4D0C8;
	font : 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif
}
.imgCaptions a:link { color : #666666; text-decoration : underline }
.imgCaptions a:visited { color : #CCCCCC; text-decoration : underline }
.imgCaptions a:hover { color : #FFFFFF; text-decoration : underline }

/* The Main Content Layer */
.maintext { 
	color : #333333;
	font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	text-align : justify
}
.maintext a:link { color : #000000; text-decoration : none }
.maintext a:visited { color : #999999; text-decoration : none }
.maintext a:hover { color : #ECBC91; text-decoration : none }
.maintext h1 {
	color : #D4D0C8;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif;
}

.maintext h3 {
	color : #99CC00;
	font : bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 0px;
}

p.mnlinkbar {
	font : 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	margin-bottom : 5px;
	text-align: center;
}

.maintext2 { 
	text-align : justify;
	color : #663399;
	font : 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif
}
.maintext2 a:link { color : #FF6633; text-decoration : none }
.maintext2 a:visited { color : #FF6633; text-decoration : none }
.maintext2 a:hover { color : #99CC00; text-decoration : none }

/* Lists*/
li {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 12px;
	margin-bottom : 12px;
	margin-right : 48px;
	margin-top : 12px
}

ol { color : #333333 }

ul { color : #333333 }

/* The Sidebar Layer */
.sidebar { 
	text-align : justify;
	color : #FF6633;
	font : 13px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif
 }
.sidebar p {margin-left : 12px}
.sidebar h2, h3 {
	color: #666666;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 12px;}
}
.sidebar a:link { color : #000000; text-decoration : none }
.sidebar a:visited { color : #666666; text-decoration : none }
.sidebar a:hover { color : #000000; text-decoration : none }

/* The Sidebar2 Layer */
.sidebar2 { 
	text-align : justify;
	color : #666666;
	font : 8px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif
 }
.sidebar2 p {margin-left : 5px}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs { color : #000000; margin-bottom : 2px; margin-top : 0px }
.navSubs a { color : #000000 }
.navSubs a:hover { color : #FFFFFF }

/* The Text Links and Copyright at Bottom of Portfolio Pages */
p.linkbar {
	color : #666666;
	font : 11px  Arial, Helvetica, sans-serif;
	margin: 16px 0px 6px 6px;
}
.linkbar a:link { color : #FFFFFF; text-decoration : underline }
.linkbar a:visited { color : #666666; text-decoration : underline }
.linkbar a:hover { color : #D4D0C8; text-decoration : underline }

/* The Text Links For Banners Sidebar */
p.linkbar2 {
	color : #666666;
	font : 11px  Arial, Helvetica, sans-serif;
	margin: 16px 0px 6px 6px;
}
.linkbar2 a:link { color : #FF6633; text-decoration : underline }
.linkbar2 a:visited { color : #666666; text-decoration : underline }
.linkbar2 a:hover { color : #D4D0C8; text-decoration : underline }


/* Popup Layers*/
.popupDaddy {
	background-color : #666666;
	layer-background-color : #666666
}
.popupChild { background-color : #D4D0C8 }
.popupChild p {
	color : #666666;
	font : 12px Arial, Helvetica, sans-serif;
	margin: 0px 12px 6px 12px;
}
.popupChild h1 {
	color : #FFFFFF;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 12px 0px 12px;
}


/* HR Color*/
hr {
  border: 1px dashed;
  width: 100%;
  color: #FF6633;
  background-color: #FF6633;
  height: 2px;
}


/* Portfolio Menu Scrolling Layer*/
#LayerSubmenu {position:absolute; left:0px; top:0px; width:200px; z-index:102;}


/*Styles Applied to Float Images left or right */
.imgfloatright { float : right; padding-left : 10px; padding-right : 0px }

.imgfloatleft { float : left; padding-left : 0px; padding-right : 10px }
