/*-----------------------------------------------------------------------------
Main Style Sheet

version:   1.0
author:    SHANE GRAMLING
email:     shane@gramlingdesign.com
website:   http://www.gramlingdesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}






/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 71%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background-image: url(images/iic-bkg);
	background-repeat: repeat-x;
	background-color: #665B70;
	
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

.floatingleft
{
	float: right
}



.bodytext {
	font:Lucida Grande, Lucida Sans, Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size:12.5px;
	color:#333333;
	line-height: 16px;
}


.footertext {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:21px;
	color:#B5B5B5;
	text-decoration: none;
	color:#FFFFFF;
}



.bodytexttitle {
	font-size:12px;
	color:#413558;
	line-height: 21px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}



.heading {
	font-size:24px;
	color:#959236;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
}


.headinggray {
	font-size:35px;
	color:#E4E4E4;
	font-family: "FrizQuadrata BT", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1pt;
	text-transform: uppercase;
}





.emp-title {
	font-size:15px;
	color:#665B70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
}

.emp-extension {
	font-size:12px;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -2px;
}




.headingsmaller {
	font-size:28px;
	color:#B0DAFF;
	font-family: "FrizQuadrata BT", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1pt;
	text-transform: uppercase;
}

.headingsmallerWHITE {
	font-size:28px;
	color:#FFFFFF;
	font-family: "FrizQuadrata BT", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1pt;
	text-transform: uppercase;
}



.bodycontentwitmargins {
	margin-left:30px;
	margin-right: 40px;
	margin-top: 22px;
}

.bodycontentNOmargins {
}







a.regularlink:link {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	line-height: 21px;
	text-decoration:underline;

}
a.regularlink:hover {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4E4E4E;
	line-height: 21px;
	text-decoration: none;

}
a.regularlink:visited {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	line-height: 21px;
	text-decoration:underline;

}
a.regularlink:active {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 21px;

}



#content {
	height:auto;
	padding-left:38px;
	border:0px;
	width: 620px;
	text-align: left;
	margin-top:-1px;
	background-image:url(images/layout/VertShadowSides.png);
	background-repeat:repeat-y;
	min-height:800px;
	padding-top: 8px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

#righttext {
	margin-left: 20px;
	margin-top: 38px;
	}



/* =Misc 2
-----------------------------------------------------------------------------*/
.bodytextBLACK {
	font:Lucida Grande, Lucida Sans, Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size:12.5px;
	color:#000000;
	line-height: 21px;
}

#nahs-link a { width: 99px; height: 118px; display: block; }

/*START CONVEYE LINK*/
#conveyelink { width:204px; height:116px; margin-left:auto; margin-right:auto;}
#conveyelink a  { width:204px; height:116px; display:block; background: transparent url(http://www.conveye.com/permalinks/conveye-link-medium.png) no-repeat; background-position: 0px 0px; }
#conveyelink a:hover { background-position: -204px 0px;}
#conveyelink a:active { background-position: -204px -1px; border:medium;}   
  
/*END CONVEYE LINK*/