/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #495779;
}

#pageContainer {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/********** Menu bar *********/
#topmenu {
	padding: 0px 0px 0px 0px;
	height: 23px;
	width: 740px;
	margin: 1px 0px 2px 100px;
	background-color: #F5822B;
	z-index: 20;
	clear: both;
}

#header {
	height: 140px;
	width: 840px;
	margin: 0px;
	padding: 0px;
	}

#header #name {
	display: none;
}
	
#header #websolutions {
	display: none;
}
		
/********** Main content area *********/
#contentContainer {
	position: relative;
	top: 20px;
	font-size: 90%;
	padding: 0px;
	width: 840px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 20px;
	background-image: url(../images/sail_shades_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	border: 1px solid #888;
}	

#pageInfo {
	position: absolute;
	margin-left: 230px;
	margin-top: 16px;
	width: 532px;
	height: 18px;
	text-align: right;
	color: #222222;
	left: 69px;
	top: 107px;
}

/* This is positioning the content on the page */
#pageContent {
	position: relative;
	width: 740px;
	height: 420px;
	margin: 0px 0px 0px 100px;
	padding: 0px;
	z-index: 30;
}

/* Style for entry HTML page */
#pageContent #home {
	margin: 0px;
}

#pageContent #home #top {
	margin: 0px;
}

#pageContent #home #address {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 95%;
}

/******************************* dynamic content ******************************/

.contentWrapper {
	float: right;
	width: 470px;
	height: 417px;
	top: 0px;
	margin: 0px;
	padding: 0px 8px;
	font-size: 90%; 
	overflow: auto;
}

.contentWrapperFull {
	font-size: 100%;
	padding: 0px 6px;
	margin: 5px 0px 10px 0px;
	clear: both;
}

.contentWrapperLeft, .contentWrapperRight {
	font-size: 100%;
	width: 215px;
	padding: 0px 6px;
	margin: 0px;
}

.contentWrapperLeft {
	float: left;
}

.contentWrapperRight {
	float: right;
}

.contentClear {
  clear: both;
  margin: 0px;
  padding: 0px;
}	
	
.contentClearLine {
  clear: both;
  margin-top: 6px;
  padding-bottom : 3px;
  border-top : 1px solid #aaaaaa;
}	
	
.textOnlyBox {
	text-align: left;
	padding: 0px;
	margin: 4px 0px;
}
	
.textOnlyBox #title_bold {
	float: left;
	width: 100px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;	
	font-size: 100%;
}
	
.textOnlyBox #title_normal {
	float: left;
	width: 100px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;	
	font-size: 100%;
}
	
.textOnlyBox #comment {
	float: left;
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;	
	font-size: 100%;
}

.textOnlyBox a {
	text-decoration: none;
	color: #000000;
}
	
.textOnlyBox a:hover {
	text-decoration: underline;
}
	
.textOnlyBox p {
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

/* image style in content listing */	
.textOnlyBox .right {
	float: right;
	padding: 8px 0px 5px 0px;	
}

/* image style in content listing */	
.textOnlyBox .left {
	float: left;
	padding: 8px 0px 5px 0px;	
}

.textOnlxBox img, .textOnlyBox .left {
	margin: 8px 10px 8px 0px;
}	

.textOnlyBox .right {
	margin: 8px 0px 8px 10px;
}	

/* width defined in showPage.php header */	
.imageBox, .imageBoxRight  {
	float: left;
}

.imgDisp {
  width: auto;
  margin: 2px;
  padding: 2px;
}
	
.imageBoxRight {
	float: right;
}
	
.imageBox img, .imageBoxRight img {
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
	margin: 6px auto;
	text-align: center; 
}

.imgDisp img, .imgDisp img {
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
	margin: 0px 0px;
}

h5 {
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;	
	font-size: 100%;
	text-decoration: none;
}

h4 {
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;	
	font-size: 100%;
}

.commentBox {
	float: left;
	text-align: left;
	padding: 5px 0px;
	margin-left: auto;
	margin-right: auto;
}
	
.commentBoxLeft {
	float: left;
	text-align: left;
	padding: 5px 0px 5px 15px;
	margin-left: auto;
	margin-right: auto;
}

/* START - Extra content displayed under the lefthand menu options */
.contentWrapperExtra {
	float: left;
	margin: 3px 8px 0px 0px;
	width: 230px;
	height: 415px;
	font-size: 12px;
	overflow: hidden;
	z-index: 30;
	padding: 0px 8px;
}

.contentWrapperExtra h4 {
	font-size: 14px;
	font-weight: bold;
}

.contentWrapperExtra ul, #contentWrapperExtra ol {
	padding: 2px 0px 0px 3px;
	margin: 2px 0px 0px 3px;
	list-style-position: inside;
	list-style-type: square;
}

.contentWrapperExtra img {
	margin: 8px 1px;
}

.contentWrapperExtra .textOnlyBox {
	margin: 0px;
	padding: 0px;
}

.contentWrapperExtra  .contentClearLine {
	border-width: 0px;
}
/* END - Extra content displayed under the lefthand menu options */


 
#pageContent #home #top img {
	margin: 5px;
	float: left;
	width: 306px;
}

#pageContent #home #top ul {
	float: right;
	width: 200px;
	margin-top: 10px;
	list-style-image: url(images/bullet_square.gif);
	list-style-position: outside;
}

#clear {
	clear: both;
	margin: 0px;
}

#popupField {
	position: absolute;
	background-color: #AEEDAE;
	width: 300px;
	right: 150px;
	top: 180px;
	border: 1px solid #229722;
	display: none;
}

#popupField #topBar {
	height: 14px;
	background-color: #ADBFDC;
	text-align: left;
	padding: 1px 1px 1px 5px;
	font-size: 80%;
}	

#popupField #topBar img{
	float: right;
	margin-top: -14px;
}	

#popupField #popupContent {
	padding: 5px;
	font-size: 90%;
}	

#contentLeft {
	display: none;
}

/************************************ MENU SYSTEM ****************************/
#menu { 
/*	background-color: #6DC242;  */
	height: 18px; 
	position: relative; 
	padding-left: 0px;
	font-size: 90%; 
	color: #000;
	z-index: 100;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap; 
}

#menu a {
	font-size: 1.1em;
	height: 19px;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

#menu a:hover {
	color: #000;
	background-color: #79C356;
}

#menu li ul {
	background-color: #F5822B;
	position: absolute;
	top: 22px;
	padding-top: 0px;
	padding-right: 0px;
	left: 0px;
	display: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 140px;
	z-index: 300;
}

#menu li.over ul, #menu li:hover ul {
	display: block; 
	z-index: 300;
}

#menu li li {
	background-color: #F5822B;
	position: relative;
	width: 140px;
	float: none; 
	z-index: 300;
}

#menu li li a {
	position: relative;
	float: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	z-index: 300;
}

#menu li li a:hover {
	background-image: none;
	position: relative;
	float: none;
	background-color: #79C356;
	z-index: 300;
}

#menu #selMenu a, #menu #selMenu a:visited, #menu #selMenu a:hover {
	border-bottom: 3px solid #79C356;
	padding-bottom: 0px;
}

#menu #selMenu li a, #menu #selMenu li a:visited, #menu #selMenu li a:hover {
	border-bottom-width: 0px;
}

	
/* ############################## POPUP IMAGE ############################## */

.popupField {
	position: absolute;
	padding: 6px;
	background-color: #3F7027;
	left: 160px;
	top: 180px;
	border: 1px solid #FFF;
	border-bottom-color: #333;
	border-right-color: #333;
	font-size: 90%;
	display: none;
	z-index: 200;
}

.popupField img {
	border: 1px solid #FFF;
	border-top-color: #333;
	border-left-color: #333;
	margin: 0px;
}

.popupField .topBar {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	top: 2px;
	right: 2px;
	text-align: left;
	font-size: 80%;
}	

.popupField #topBar img{
	float: right;
}	

.popupField #popupContent {
	padding: 5px;
	font-size: 90%;
}	

/* ########################### FORM Style ############################### */
#pageContent #inputField {
	border:  1px solid #AAA;
	padding: 2px 3px 1px 4px;
	margin: 1px 0px;
	color: #222;
	background-color: #FFF;
}

#pageContent #inputField {
	height: 16px;
}	

#pageContent #noBorder {
	border-width: 0px;
}

#pageContent table {
	margin-left: 5px;
}

#pageContent #inputArea {
	margin: 5px 0px 0px 10px;
	border:  1px solid #AAA;
}

#pageContent #mandatoryField {
	border: 1px solid #999999;
	background-color: #FFE1E1;
}

#pageContent #choiceField {
	border: 1px solid #BBBBBB;
	padding-left: 7px;
}

#pageContent #errorCell {
	background-color: #98002D;
	color: #FFFFFF;
	height: 22px;
	font-weight: bold;
	text-align: center;
}	

#pageContent .errorInfo {
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 80%;
	color: #D00;
}


#pageContent #titleCell {
	background-color: #54658B;
	color: #FFF;
	height: 22px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}	

#pageContent .mandatoryField {
	font-weight: bold;
	color: #98002D;
}

#pageContent .choiceField {
	padding-left: 0px;
}

#hrLine {
	margin: 0px;
	padding-left: 4px;
}

#hrLine table {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#hrLineSpace {
	margin: 1px;
	padding: 1px;
}

#pageContent .phoneInfo {
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 80%;
	color: #444;
}

hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA;
	width: 96%;
}

/* Frequency styles */
#productInfoLeft {
	float: left;
	width: 100px;
	padding-left: 4px;
	background-color: #EEF;
}

#productInfoMiddle {
	float: left;
	width: 210px;
	background-color: #EEF;
}

#productInfoRight {
	float: left;
	width: 80px;
	text-align: center;
	background-color: #EEF;
}

/* designed by division */
#designLink {
	position: relative;
	margin: 22px auto;
	width: 820px;
	text-align: right;
	color: #CCC;
}

#designLink a, #designLink a:visited, #designLink a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #888;
}

#designLink a:hover { 
	color: #BBB;
}
