/* CSS Document */


/* Standard Styles
----------------------------------------------------------------------- */

body {
	background-image: url(../images/bkgd_pattern.jpg)!important;
	background-position: top left;
	background-repeat:repeat;
	font-weight: normal;
	padding: 0px;
    font-size:1.0em; /* 16x1.0=16 */
    line-height:1.25em; /* 16×1.25=20 */
	font-family: Helvetica, Arial, Verdana, sans-serif, "Century Gothic";
	color:#2c2628;
	*font-size:small;
	*font:x-small;
}

html, body {
	height: 100%;
	min-height: 100%;
  	margin: 0;
	padding: 0;
}


/* Page Structure
------------------------------------------------------------------------ */

/* Underlayer - This layer sits beneath the site to fill in the background
area when the footer sticks to the bottom
------------------------------------------------------------------------ */

#underlayer {
	position:absolute;
	z-index:1;
	width:100%;
	min-height: 100%;
	height: 100%;    
	text-align: center;	
	background-repeat: no-repeat;
}
#underlayer.bg1 {
	background-image: url(../images/bkgd_01.jpg);
}
#underlayer.bg2 {
	background-image: url(../images/bkgd_02.jpg);
}
#underlayer.bg3 {
	background-image: url(../images/bkgd_03.jpg);	
}
#underlayer.bg4 {
	background-image: url(../images/bkgd_04.jpg);	
}
#underlayer.bg5 {
	background-image: url(../images/bkgd_05.jpg);	
}
#underlayer.bg6 {
	background-image: url(../images/bkgd_06.jpg);	
}
#underlayer.bg7 {
	background-image: url(../images/bkgd_07.jpg);	
}

/* Mast Head Styles
------------------------------------------------------------------------ */

#layerwrapper {
	position:absolute;
	z-index:2;
	width:100%;
	background: none;
	min-height: 100%;
	height: 100%;    
	text-align: center;	
}


/* contentarea
------------------------------------------------------------------------ */


#contentwrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#content {
	padding: 0;
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
}


/* Center Square
------------------------------------------------------------- */

#centersquare {
    position:absolute;
    left: 50%; 
    top: 50%;
	width:480px;
	height: auto;
	text-align: center;	
	margin-left: -240px; /* half of the width */
    margin-top: -240px; /* half of the height */
	float:left;
	border: 5px solid #818181;
}


#intro {
	text-align: center;	
	font-size:1.6em; /* 16x1.0=16 */
	line-height:1.6em; /* 16×1.25=20 */
	font-weight:lighter;
	color:#bbb;
	width:480px;
	background: #fff;
	padding-bottom:10px;
}

/* Drill page content
------------------------------------------------------------------------ */
div#drillbody {
	width:70%;
	margin:auto;
	border: 5px solid #818186;
	background-color:white;
	height:500px;
	text-align:left;
	padding: 0 20px;
	overflow-y:auto;
	
}
div#drillbody h1 {
	color: #A8BF44;
	font-size:20px;
}
div#drillbody h2 {
	color: #818186;
	font-size:18px;
}
div#drillbody h3 {
	color: #C0C0C0;
	font-size:16px;
}
div#drillbody ul {
	list-style:disc;
	margin-left:25px;
	font-size:12px;
}

/* Div Buttons
------------------------------------------------------------------------ */


div.boxed{
	zoom:1;
}


div.boxed:after
{
	clear:both;
	content:'';
}

div.boxed a.boxed, div.boxed a.boxed_nolytebox {
	text-align: left;
	line-height: 44px;
	padding-left: 20px;
	width:460px;
	height:44px;
	background: #fff;
	color: #a8bf44;
	float:left;
	display:block;
	text-decoration:none;
	border-width: 5px 0 0 0;
	border-style:solid;
	border-color:#818181;
}
div.submenu {
	border-width: 1px 0 0 0!important;
	border-style:solid;
	border-color:#a8bf44;
	text-align: left;
	line-height: 44px;
	height: 44px;
	background-color:#a8bf44;
	float:left;
	width:450px;
	padding-left: 30px;
	color:white;
}
div.submenu a {
	color:#e7e7e7;
}
div.submenu a:hover {
	color:#fff;
	text-decoration:underline;
}
div.boxed a.boxed:hover, div.boxed a.boxed_nolytebox:hover {
	opacity:1.0;
	filter:alpha(opacity:100);
	background: #a8bf44;
	display:block;
	color: #fff;
}


div.boxed a.boxed span, div.boxed a.boxed_nolytebox span {
	text-decoration:none;
	display:block;
	color: #a8bf44;
	
}

div.boxed a.boxed span.white, div.boxed a.boxed_nolytebox span.white {
	color:#fff;
	font-size:1.0em; /* 16x1.0=16 */
	display:inline;

}

/* Fonts
------------------------------------------------------------------------ */


/* Headings */


h1 {
	font-size:2.25em;
	color: #fff;
	margin:30px 0 20px 0;
    line-height:1.25em; /* 16×1.125=18 */
}

h2 {
	font-size:1.7em;
	color: #28A8C0;
	margin:20px 0 10px 0;
    line-height:1.25em; /* 16×1.125=18 */
}

h3, h4, h5, h6, h7 {
	color: #333;
	margin:0px 0 0px 0;
    line-height:1.25em; /* 16×1.125=18 */
}

h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
h5 {font-size:1em;}
h6 {font-size:0.9em;}
h7 {font-size:0.8em;}

/* Links */

a:link	{
	color: #28a8c0;
	font-weight: normal;
	text-decoration:none;
}

a:visited {
	color: #28a8c0;
	font-weight: normal;
	text-decoration:none;
} 

a:hover   {
	color:#ff6600;
	font-weight: normal;
	text-decoration:none;
} 

a:active  {
	color: #28a8c0;
	font-weight: normal;
	text-decoration:none;
}