/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
	background-color: #44A4E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;     
	color: #000000; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 80%;
	text-align: center;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #800000; 
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #800000; 
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

/*************************************************/
/** Layout Divs **********************************/
/*************************************************/

#wrapper{
	width: 1000px;
}

#header{
	height: 175px;
	width: 1000px;
	background-image: url(../images/web/shadowHeader.png);
	background-position: center;
	background-repeat: no-repeat;
}

	#headerLeft{
		padding: 40px 50px 0px 0px;
		float: left;
		height: 125px;
		width: 400px;
		text-align: left;
	}
	
	#headerRight{
		padding: 50px 100px 0px 0px;
		float: right;
		height: 125px;
		width: 400px;
		text-align: right;
		clear: none;
	}
	
#navigation{
	height: 60px;
	width: 1000px;
	background-image: url(../images/web/shadowNavigation.png);
	background-position: center;
	background-repeat: no-repeat;
}

	.navigationTable{
		border: 0px; 
		border-collapse: collapse; 
	}
	
	.navigationCell{
		padding: 0px 0px 0px 0px;
		height: 50px;
		width: 100px;
	}	
	
#content{
	min-height: 150px;
	width: 1000px;
	background-image: url(../images/web/shadowHollow.png);
	background-position: center;
	background-repeat: repeat-y;
}

	#contentBreadCrumb{
		padding: 10px 40px 10px 40px; 
		text-align: left;
		font-size: 120%;
		font-weight: bold;
		color: #800000;
	}
	
	#contentMain{
		padding: 10px 40px 10px 40px; 
		text-align: left;
	}

		.contentBottomNavigationTable{
			width: 100%;
			text-align: center;
		}

		.contentBottomNavigationCell{
			text-align: center;
			vertical-align: top;
			padding: 25px 0px 0px 0px;
		}

#footer{
	height: 75px;
	width: 1000px;
	background-image: url(../images/web/shadowFooterFish.png);
	background-position: center;
	background-repeat: no-repeat;
}

#copyRight{
	padding: 50px 0px 0px 0px;
	font-size: 80%;
}

/*************************************************/
/** form tables **********************************/
/*************************************************/

.formTable{
	background-color: #3399CC;
	background-color: #CCCC99;
	border: 2px solid #336699;
	text-align: left;
	min-width: 50%; 
}

.formLabel{
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
}

.formCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.formNote{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	color: #990000;
}

.formSection{
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;	
}

/*************************************************/
/** portfolio tables *****************************/
/*************************************************/

.portfolioTable{
	background-color: #FFFFFF;
	border: 2px solid #336699;
	text-align: left;
	width: 100%;
}

.portfolioImage{
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
}

.portfolioLabel{
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
	color: #990000;
	font-weight: bold;
}

.portfolioCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
/*	width: 60%; */
}

.portfolioHR{
	color: #336699;
	width: 100%;
	text-align: center;
}

/*************************************************/
/** information tables ***************************/
/*************************************************/

.infoTable{
	border-collapse: collapse;
	border: 2px solid #336699;
	text-align: left;
	width: 100%;
}

.infoCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.infoHead{
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: center;
	vertical-align: top;
	background-position: center; 
	background-repeat: repeat-x;
	background-image: url(../images/web/infoHeadBack.jpg); 
}

/*************************************************/
/******************  navigation ******************/
/*************************************************/

/* home */

#navigationUL_Home{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Home li a{
	display: block;
	width: 100px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonHome.png); 
}

#navigationUL_Home li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonHomeHover.png); 
}

/* portfolio */

#navigationUL_Portfolio{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Portfolio li a{
	display: block;
	width: 100px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonPortfolio.png); 
}

#navigationUL_Portfolio li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonPortfolioHover.png); 
}

/* quote */

#navigationUL_Quote{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Quote li a{
	display: block;
	width: 100px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonQuote.png); 
}

#navigationUL_Quote li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonQuoteHover.png); 
}

/* chat */

#navigationUL_Chat{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Chat li a{
	display: block;
	width: 100px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonChat.png); 
}

#navigationUL_Chat li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonChatHover.png); 
}

/* contact */

#navigationUL_Contact{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Contact li a{
	display: block;
	width: 100px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonContact.png); 
}

#navigationUL_Contact li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(../images/web/buttonContactHover.png); 
}

.hiddenPic{
	display: none;
}
