/* LTG (c)2008 amazon pixels */
/* basic layout  required */


body
		{
			margin: 10px;
			padding: 5px;
			background-color: #ffffff;
			background-image: url(images/88square_back.png);
			background-position: top center;
			text-align: center;
			font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
			font-size: 11px;
			font-style: normal;
			line-height: 14px;
			font-weight: normal;
			text-transform: none;
			color: #555555;
		}

img {border: 0;}

		.yellow { color: #ffcc00; }
		.orange { color: #ff6600; }
		.blue { color: #006699; }
		.brown { color: #663300; }
		.safecolor { color: #cc9933; }
		.sitecolor { color: #e8a712; }
		
		.hide {display: none;}
		.show {display: block;}

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

a.titleonly {text-decoration: none; border-bottom: 1px dashed #969696;}

/* primary fixed frame w/background layout and styles */
		#frame
		{
			position: relative;
			width: 780px;
			min-height: 600px;
			height: auto;
			
			margin: 0;
			padding: 0;
			
			border: 0px dashed #cccccc;
		}
		
		#memberlogin
		{
			position: relative;
			text-align: right;
			border: 0px dashed #006699;
			padding-bottom: 2px;
			margin-bottom: 2px;
			z-index: 11;
		}
/* header container contains branding + navigation w/ visual presentation */			
		#header
		{
			margin: 0;
			padding: 0;
			position: relative;
			width: auto;
			height: 230px;
			background-color: transparent;
			border: 0px dashed #ffcc00;
		}

/* navigator and nav layouts and styles */
		
#navigator
		{
			position: absolute;
			margin: 0;
			padding: 0;
			left: 0px;
			top: 2px;
			width: 578px;
			height: 220px;
			background-color: transparent;
			
			float: left;
			/* -moz-border-radius: 2%; */
			border: 0px solid #cccccc;
			
			z-index: 10;
			display: block;
		}
		
		
#sectorNav {
			height: 22px;
			width: 578px;
			min-width: 578px;
			max-width: 578px; 
			border-bottom: 2px solid #cccccc;
			background-image: url(images/menu/menu-panel-01.gif);
			background-position: top left;
			background-repeat: no-repeat;
			}
			
#visual-module {
			height: 174px;
			width: 578px;
			max-width: 578px; 
			border: 0px solid #cccccc;
			/* background-image: url(images/menu/menu-panel-02.png);
			background-position: top left;
			background-repeat: no-repeat; */
			background-color: #ffffff;
			}

#mainNav {
			height: 22px;
			max-width: 578px; 
			border-top: 2px solid #cccccc;
			background-image: url(images/menu/menu-panel-03.gif);
			background-position: bottom left;
			background-repeat: no-repeat;
			}
			
/* nav horizontal layouts styles */
#sectorNav.navcontainer ul {
	width: auto;
	height: auto;
	font-family: Univers, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 1% 0 0 0;
	white-space: nowrap; /* to deal with print wrap in firefox */
	background-color: transparent;
	border: 0px dashed #FFF;
	
}

#mainNav.navcontainer ul {
	width: auto;
	height: auto;
	font-family: Univers, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 1% 0 0 0;
	white-space: nowrap; /* to deal with print wrap in firefox */
	background-color: transparent;
	border: 0px dashed #FFF;
}

/* if not IE??? not used adjusted line-height instead
html>body #mainNav.navcontainer ul {
	padding: 1% 0 0 0;
}

html>body #sectorNav.navcontainer ul {
	padding: 1% 0 0 0;
}
*/

.navcontainer ul li { 
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1.2%;
	padding-right: 1.2%;
	display: inline;
	}

.navcontainer ul li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #777777;
	background-color: transparent;
}

.navcontainer ul li a:link {
	color: #777777;
	background-color: transparent;
}

.navcontainer ul li a:visited {
	color: #666666;
	background-color: transparent;
}

.navcontainer ul li a:hover {
	color: #006699;
	background-color: transparent;
}


/* this is how we style set and style current class */
.navcontainer ul li  a.current {color: #ff6600;}			
			
/* where the logo and branding lives */	
#header-top
		{
			position: relative;
			width: auto;
			height: 100px;
			left: 0px;
			top: 0px;
			border: 0px solid #ffcc00;
			background-color: transparent;
			/* background-image: url(images/ltg_logo.png); */
			background-position: top right;
			background-repeat: no-repeat;
			text-align: right;
			display: block;

		}

/* where the photo lives */			
#simple-module
		{
			position: relative;
			display: block;
			width: auto;
			height: 130px;
			background-color: #e8a712;
			
			text-align: right;
			/* background-image: url(images/box/corner_tr.gif); background-position: top right; background-repeat: no-repeat; */
			border: 1px solid #999999;
			border-left: 0px solid #999999;
			/* -moz-border-radius-topright: 2%; */
		}
		
#simple-module img {display: inline; border-bottom: 1px solid #999999; padding: 0; margin: 0; background-color: transparent;}

/* basic layout  required required for homepages */
#content-container
		{
			position: relative;
			width: auto;
			height: 100% !important; /* must use 100% for IE */
			
			margin: 0;
			padding: 0;
			/* -moz-border-radius-bottomleft: 2%;*/
			/* -moz-border-radius-bottomright: 2%;*/
			
			border: 1px solid #999999;
			border-bottom: 0px solid #999999;
			background-color: #ffffff;
			clear: both;	
		}
		
		#columnOne
		{
			position: relative;
			float: left;
			left: 0;
			width: 23%;
			height: 100%;
			min-height: 100%;
			border: 0px solid #999999;
			text-align: left;
			padding: 1.85%;
			padding-top: 0;
			background-color: #ffffff;
		}
		

		#columnTwo
		{
			position: relative;
			left: 0px;
			right: 0px;
			float: left;
			width: 45.8%;
			height: 100%;
			border: 0px solid #999999;
			text-align: left;
			background-color: #ffffff;
		}
		
		
		#columnThree
		{
			position: relative;
			float: right;
			right: 0;
			width: 23%;
			min-height: 100%;
			height: 100%;
			border: 0px solid #ffcc00;
			text-align: left;
			padding: 1.85%;
			padding-top: 0;
			background-color: #ffffff;
		}
		

		#columnOne.homepage {width: 23%;}
		#columnTwo.homepage {width: 47%;}
		#columnThree.homepage {width: 23%; padding-left: 1%;}
		
		
		#columnOne.sub3c {width: 20%;}
		#columnTwo.sub3c {width: 43%; padding: 2%; border-left: 1.20px solid #999999;}
		#columnThree.sub3c {width: 24%; padding: 1%; padding-top: 0;}
		
		#columnOne.sub2c {width: 68%; padding: 2%; border-right: 0px solid #999999;}
		#columnTwo.sub2c {float: right; width: 24%; padding: 1%; padding-top: 0;}

		#globalfooter { clear: both;
		border: 0px dashed  #006699;
		}


/* generic styles and classes*/	

		h1 {font-family: Univers, Helvetica, Arial, sans-serif;
			font-size: 18px;
			font-style: normal;
			line-height: 24px;
			font-weight: bold;
			text-transform: none;
			color: #006699;
			background-color: transparent;
			background-image: url(images/rule.png);
			background-position: left bottom;
			background-repeat: repeat-x;
			margin: 0; 
			padding: 0;
			}
			
		h2{font-family: Univers, Helvetica, Arial, sans-serif;
			font-size: 18px;
			font-style: normal;
			line-height: 22px;
			font-weight: bold;
			text-transform: none;
			margin: 0; 
			padding: 0;
			}
		
		h3{font-family: Univers, Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			text-transform: none;
			color: #663300;
			margin: 0; 
			padding: 0;
			}
		
		h4{font-family: Univers, Helvetica, Arial, sans-serif;
			font-size: 13px;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			text-transform: none;
			margin: 0; 
			padding: 0;
			}
		
		.tagline {color: #ffffff;
			padding-top: 5px;
			margin: 5px;
			margin-top: 0;
			margin-right: 8px;
			font-style: oblique;
			text-transform: uppercase;
			letter-spacing: 0.15em;
			}
		
		i {color: #006699; 
			font-style: oblique;
			}
		ul {}
		ol{}
		dir {list-style-type: none; padding-left: 0; margin-left: 0; padding-top: 0; margin-top: 0;}
		dir li {margin: 1%;}
		li {margin: 2%;}
		
		.clear {clear: both;}
		.nomargintop {margin-top: 0;}
		.nomargintopbottom {margin-top: 0; margin-bottom: 0;}
		.moremargintop {margin-top: 0.25em;}
		.bordered {border: 1px solid #999999;}
		.centered {text-align: center;}
		.date {margin-top: 1em;}
		.small {font-size: 10px;}
	h2.smaller {font-size: 17px;}

#columnTwo h2 {font-family: Univers, Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-style: normal;
			line-height: normal;
			font-weight: bold;
			text-transform: none;
			color: #006699;
			margin: 14px 0 0 0; 
			padding: 0;
			}
			
p {	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 11px;
	}

p.hilite {background-color: #e8a712; padding: 2%;}
.cap {text-transform: capitalize;}
.quote {
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-style: italic; 
	font-size: 12px;
	color: #006699;
	font-weight: normal;
	}

blockquote {
	padding: 0;
	margin: 10px;
	padding: 2%; 
	border: 2px dotted #e8a712; 
	color: #006699;
	text-align: left;
}

blockquote p {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
}

cite:before {
content: "\2014 "; /* auto mdash */
}

cite {display: block;
text-align: right;
}

#praises blockquote {
	border: 0;
	padding: 0;
	margin-right: 7px;
	padding: 2%;
	color: #006699;
	text-align: left;
	}


/* subnav vertical layouts styles */
#subNav.navcontainer-vert {
	left: 10%;
	width: 100%;
	height: 100%;
	font-family: Univers, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0px dashed #FFF;
	
	}

#subNav.navcontainer-vert ul {
	list-style: none;
	margin: 0;
	margin-left: -4px;
	margin-right: 4px;
	padding: 0;
	border: 0px dashed #FFF;
}

html>body #subNav.navcontainer-vert ul li {
	width: auto;
}

#subNav.navcontainer-vert ul li {
	margin: 0;
	padding: 3%;
	padding-left: 1%;
	padding-right: 1%;
	border-bottom: 1px dotted #cccccc;
}

html>body #subNav.navcontainer-vert ul li a {
	width: auto;
}

#subNav.navcontainer-vert ul li a {
	display: block;
	width: 100% !important;
	background-color: transparent;
	text-decoration: none;
}


#subNav.navcontainer-vert ul li a:link {
	background-color: transparent;
	text-decoration: none;
}

#subNav.navcontainer-vert ul li a:visited {
	text-decoration: none;
	background-color: transparent;
}

#subNav.navcontainer-vert ul li a:hover {
	text-decoration: none;
	background-color: #efefef;
}

#subNav.navcontainer-vert ul li a.current {
	text-decoration: none;
	background-color: transparent;
	color: #ff6600;
	font-weight: bold;
}

/* callout items layouts styles */
div.resource {width: 87%; padding: 0; margin: 6%;  border: 1px solid #e8a712; border-top: 0;}
div.resource h2 {height: 24px; font-size: 15px; line-height: 25px; background: #e8a712 ; color: #FFFFFF; padding: 0; margin: 0; text-align: center;}
div.resource p {text-align: left; margin: 2%; padding: 2%;}

#columnTwo div.resource {width: 87%; padding: 0; margin: 6%;  border: 1px solid #e8a712; border-top: 0;}
#columnTwo div.resource h2 {height: 24px; font-size: 15px; line-height: 25px; background: #e8a712 ; color: #FFFFFF; padding: 0; margin: 0; text-align: center;}
#columnTwo div.resource p {text-align: left; margin: 2%; padding: 2%;}

div.promo-box {width: 87%; padding: 0; margin: 6%;  border: 1px solid #006699; border-top: 0;}
div.promo-box h2 {height: 24px; font-size: 15px; line-height: 25px; background: #006699; color: #FFFFFF; padding: 0; margin: 0; text-align: center;}
div.promo-box p {text-align: left; margin: 2%; padding: 2%;}

h2.brown {color: #663300;}