/* ----- Main Structure ----- */


/* Homepage */
#hcontainer {width: 670px; height: 645px; margin:auto;  }
#hcontainershadow {width: 670px; height: 645px; background-image:url(../images/homecontainer.png);}
#hcontainercontent {width: 670px; height: 645px; background-image:url(../images/homecontainer.gif);}
#hcontent {width: 630px; height: 605px; padding: 20px; }
#htop {width: auto; height: 410px;}
#hmid {width: auto; height: 110px; background-image:url(../images/h_textbkgrd.jpg); }
#hmid_left {width: 105px; height: auto; float:left;}
#hmid_right {width: 490px; height: auto; float:left; }
#hbot {width: auto; height: 85px;}
#hcopyright {width: 670px; height: 25px; margin:auto;}

/* Subpages */
#scontainer {width: 800px; height:auto; margin: auto; }
#scontainershadow {width: 800px; height: 645px; margin: auto; background-image:url(../images/subcontainer.png); background-repeat:no-repeat;}
#scontainercontent {width: 800px; height: 645px; margin: auto; background-image:url(../images/s_navibkgrd.gif); background-repeat:no-repeat;}
#sleft {width: 670px; height: auto; float: left; padding-left: 15px;}
#sright {width: 80px; height: auto; float: right;  padding-left:10px; padding-right: 25px; padding-top: 140px;}

#smain {width: 670px; height: auto;  }
#scontentshadowtop {width: 670px; height: 440px; background-image:url(../images/sub_top.png); background-repeat:no-repeat;}
#scontentshadowmid {width: 670px; height: auto; background-image:url(../images/sub_mid.png);}
#scontentshadowbot {width: 670px; height: 50px; background-image:url(../images/sub_bot.png); background-repeat:no-repeat;}
#scontenttop {width: 670px; height: 440px; background-image:url(../images/sub_top.gif); background-repeat:no-repeat;}
#scontentmid {width: 670px; height: auto; background-image:url(../images/sub_mid.gif);}
#scontentbot {width: 670px; height: 50px; background-image:url(../images/sub_bot.gif); background-repeat:no-repeat;}
#stop {width: 650px; height: auto; padding-top:20px; padding-left:20px; }
#smid {width: auto; height: auto; padding-left:125px; padding-right:40px; background-image:url(../images/s_textbkgrd.gif);}
#sbot {width: 650px; height: auto;  }


/* Portfolio */
#prow {width:505px; height:175px;}
#pcolumn {width: 125px; height:175px; padding-right:1px; float:left;}
#prow2 {width: 115px; height: 115px; background-color:#393939; padding: 5px;}
#prow3 { margin-top:1px; width: 115px; height: 39px; background-color:#393939; padding:5px;}

/* ----- Formatting ----- */

body { background-image:url(../images/background.gif); background-color: #000000;}


.Default {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;	
	line-height: 20px;
}

.DefaultBold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;	
	line-height: 20px;
}

.Portfolio {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;	
	line-height: 20px;
}

.PortfolioBold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff200;
	text-align: left;
	line-height: 20px;
}

.DefaultBoldItalics {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;	
	line-height: 20px;
	font-style:italic;
}


.copyrighttext{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;	
	line-height: 15px;
}

a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #ffffff;}
a:active {text-decoration: none; color: #ffffff;}

p {
	margin-top:0px;
	line-height: 20px;
}
