/*======================================
Auther: Mach10 Design, Inc.
Date:
Client: IAAO 
========================================*/


/*
This section defines all standard HTML tags.
========================================*/
* {
	margin:0; padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	visibility: hidden;
}

a {
	color: #022A6E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
}

#number1 {
	list-style-type: decimal;
	list-style-image: none;
	background-image: none;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#alpha1 {
	list-style-type: upper-alpha;
	list-style-image: none;
	background-image: none;
}
#alpha2 {
	list-style-type: lower-alpha;
	list-style-image: none;
	background-image: none;
}

#mainContent ul {
	margin-left: 1.0em;
	list-style-type: disc;
	margin-bottom: 2em;
}

#mainContent li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0em;
	margin-top: .7em;
	margin-bottom: .5em;
}

/*
This section defines all layout tags.
========================================*/

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#welcomePanel {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: .3em;
	margin-bottom: .3em;
	text-align: right;
	font-weight: 400;
	display:none;
}

#leftPanel {
	width: 182px;
	float: left;

}


#leftPod1 {
	background-color: #999;
	padding: 0.3em;
}

#leftPod2 {

}

#rightPanel {
	float: right;
	width: 160px;
	background-color: #FFFFCC;
	margin-bottom: 0.6em;
	margin-left: 0.6em;
	border: 1px solid #FFCC66;
}

#rightPanel h4 {
	background-color: #FFCC66;
	font-size: 1em;
	color: #996600;
	padding: .2em;
	text-transform: uppercase;
}

#rightPod1  {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	padding-top: .3em;
	padding-bottom: .6em;
}

#rightPod2 {

}

#mainContent {
	background-color: #FFF;
	padding: .3em;

}

#footer {
	height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.8em;
	padding-top: 1em;
	padding-bottom: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#D2D1D1;
	border-bottom-color: #EDECEC;
	display:none;
}

#footer a {
	color: #666;
}
#footer a:hover {
	text-decoration: none;
}

#search {
	padding-top: 1.3em;
	padding-right: 0.5em;
	padding-left: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98B0D1;
	padding-bottom: 1.4em;
}

#listLogo {
	text-align: center;
	margin-top: 1.0em;
}

#accountForm  {

}

#accountForm label  {
	text-align: left;
	padding-right: .2em;
	font-size: .9em;
	display:block;
}
#accountForm td  {
	text-align: left;
}
#accountForm strong  {
	padding-right: .4em;
}

#accountForm fieldset {
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	margin-bottom: 1.5em;
}

#accountForm legend  {
	font-weight: bold;
	color: #04347A;
}

#accountForm input  {
	margin-bottom: .6em;
}

/*
This section defines all custom style tags.
========================================*/
div.clearfloats {
	clear:both;
}

.masterHead {
	height: 100px;
	background-image: url(images/topBanner.gif);
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}

.masterHead a {
	color: #FFF;
	text-decoration: underline;
}

.masterHead a:hover {
	text-decoration: none;
}

#topPageImage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.leftPanel {
	vertical-align: top;

}

.rightPanel {
	vertical-align: top;
}

#mainContent {
	padding: .2em .8em .2em .8em;
	line-height: 1.4em;
}
#mainContent image {
}


#mainContent h2 {
	font-size: 1.4em;
	color: #CC9900;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	font-weight: 600;
	margin-bottom: 0.3em;
}


#mainContent h2 a {
	text-decoration: underline;
	color: #000099;
	font-size: 0.6em;
}
.breadNavMenu {
	margin-left: .2em;
}


#mainContent h2 a:hover {
	text-decoration: none;
}

#mainContent h3  {
	font-size: 1.1em;
	font-weight: 600;
	color: #996600;
	margin-bottom: 0.2em;
}

.topMenu {
	margin-top: 0.0em;
	margin-right: 1em;
	float: right;
	padding-top: 0px;
	display:none;
}
.headerRow  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98B0D1;
	padding-left: .3em;
	background-image: url(images/bg5.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98B0D1;
	background-position: center bottom;
	background-repeat: repeat-x;
	font-weight: 600;
	color: #000;
	font-size: 0.9em;
}
.oddrow {
	background-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-color: #CCC;
	font-size: .8em;
	color: #0A1B4A;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: .3em;
}
.evenrow {
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-color: #EEE;
	font-size: 0.8em;
	color: #0A1B4A;
	padding: .3em;
}

.rightPanel h3 {
	font-size: 1.1em;
	margin-bottom: .2em;
}

.noprint { display:none;}
.mainContentPrint { width:100%;}

#navcontainer {
	display:none;
	width:0px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-indent: 0.8em;
}

#navcontainer a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #98B0D1;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #003366;
	text-decoration: none;
	
}

#navcontainer a:hover {
	background-color: #98B0D1;
	color: #fff;
}

#navSub {
	color: #FFFFFF;
	text-indent: 2.0em;
}



#navSub a {
	color: #000066;
	background-color: #BCD0EB;
	display: block;
	background-image: url(images/bg_sub1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: .8em;
}

#navSub a:hover {
	color: #003399;
	text-indent: 2.6em;
}
#navSub2 {
	text-indent: 3.0em;
}

#navSub2 a {
	color: #0033FF;
	background-color: #D8E3F2;
	background-image: url(images/bg_sub2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0.8em;
}

#navSub2 a:hover {
	color: #003399;
	text-indent: 3.4em;
}


#active {
}
/*
This section defines all site map tags.
=============================================================================================================*/

.map {
	list-style-type: none;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

.map1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-image: url(images/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	margin-top: 1.0em;
}

.map2 {
	margin-left: 4.0em;
	background-image: url(images/bg_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	font-size: .9em;
}


.map3  {
	margin-left: 8.0em;
	background-image: url(images/bg_arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.0em;
	font-size: .8em;
}

/*
This section defines all vendor information.
=============================================================================================================*/
#venderPod {
	border: 1px solid #CCC;
	margin-bottom: 2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#venderLogo {
	/*float: left;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#venderPod image {
	margin: 0px;
	padding: 1.0em;
}

#venderInfo {
	/*float: right;*/
	background-color: #EEE;
	vertical-align: top;
	padding: 1em;
	font-size: .9em;
}

#venderInfo h3  {
	color: #04347A;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#venderInfo h4  {
	color: #996600;
	font-size: 1.0em;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

#venderInfo h5  {
	color: #000;
	font-size: 0.9em;
	margin-top:0;
	margin-bottom: .2em;
	padding-bottom: .2em;
	font-style: italic;
}


#venderDetails {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 1.0em;
	font-size: 0.8em;
	line-height: 1.3em;
}

#venderDetails p  {
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

/*
This section defines all careers/classified ad tags.
=============================================================================================================*/
#classifieds {

	}
	
#classifieds fieldset {
	margin-bottom: 2.0em;
}	

#classifieds legend {
	font-weight: 600;
	color: #04347A;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

.classifiedsTable1 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: .89em;
	margin-bottom: .5em;
}

.classifiedsHeader1  {
	padding: .2em;
	font-weight:500;
	background-color: #04347A;
	color: #FFF;
}

.classifiedsHeader2  {
	padding: .2em;
	text-align: right;
	font-weight:500;
	background-color: #04347A;
	color: #FFF;
}

.classifiedsTableRow1 {
	background-color: #EEE;
	padding: .2em;
}
.classifiedsTableRowPost1 {
	text-align: right;
	background-color: #EEE;
	padding: .2em;
}
.classifiedsTableRow2 {
	background-color: #DCEAFD;
	padding: .2em;
}
.classifiedsTableRowPost2 {
	text-align: right;
	background-color: #DCEAFD;
	padding: .2em;
}
.pageImage  {
	margin-bottom: 1em;
	margin-left: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
}
#mainContent ol {
	margin-left: 2.0em;
	list-style-type: none;
	margin-bottom: 2.0em;
}
#memberSearchBox {
	background-color: #E5EAF2;
	border: 1px solid #7F9DB9;
	margin-bottom: 1.0em;
	padding: .5em .5em .5em .5em;
}

/*
AssessorNet Pages
===================================================*/
#assessornet  {
	background-color: #FFF;
}

#assessornet ul  {
	margin-top: 0em;
	margin-right: 0.8em;
	margin-bottom: 1.8em;
	margin-left: 0.8em;
}
#assessornet li {
	background-image: url(images/icon_talk.gif);
	background-repeat: no-repeat;
	background-position: left .1em;
	padding-left: 1.3em;
}
#assessornet h4 {
	font-size: .9em;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #98B0D1;
}

.smallText  {
	font-size: .8em;
}

.logo_assessorNet {
	margin-left: 1.0em;
	margin-bottom: 1.0em;
}


#assessornet fieldset {
	border: 1px solid #868FB0;
	background-image: url(images/bg_assessornetFieldset.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 1.0em;
	padding-right: 0px;
	padding-bottom: 1.0em;
	padding-left: 0px;
}

#assessornet fieldset p {
	margin-left: 1.5em;
	padding-top: 1em;
	padding-bottom: 0px;
}

#assessornet legend  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	color:#868FB0;
	font-size: 1.2em;
}

#assessornet label {
	display:block;
}

#assessornet input {
	width: 200px;
}

#assessornet .button {
	color: #000;
	background-image: url(images/bg_button.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 0.8em;
	background-color: #FFF;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 150px;
	text-align: center;
	border: 1px solid #666;
	margin-right: 2em;
}

#assessornet input:focus, textarea:focus {
	background: #ffc;
}

#assessornet tr:hover {
  background-color:#98B0D1;
  color: #FFF;
 }
 
#assessornet .checkbox  {
	padding: 0px;
	width: 10px;
	margin-left: 2em;
	height: 20px;
}

#assessornetList{
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
}

#success, #fail  {
	background-color: #B9E88A;
	border: 1px solid #36882B;
	font-weight: bold;
	color: #006600;
	background-image: url(images/icon_success.gif);
	background-repeat: no-repeat;
	background-position: .4em;
	padding-left: 3em;
	padding-top: .6em;
	padding-bottom: .6em;
	font-size: 1.2em;
	margin-top: .5em;
	margin-bottom: .5em;
}
#fail  {
	background-color: #EAADAD;
	border: 1px solid #990000;
	background-image: url(images/icon_fail.gif);
	color: #A50000;
}

.requiredField  {
	background-color: #F7D5D5;
	border: 2px solid #990000;
	background-image: url(images/icon_required.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: .2em;
	padding-bottom: .2em;
}
#required  {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0000;
}

#mask{
	background-color: #fff;
	width:770px;
	height:46px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
}

.maskfont{
	font-size:0.9em;
}