
/******  GENERAL STYLES  ******/

html, body {
	height: 100%;
	background-image:url(../i/back3.jpg);
	background-attachment: fixed;
	background-position:fixed;
}

html { 
	background-color: #82C9FF;
	background-attachment: fixed;
}

body, div, form, td, p {	
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	margin: 0;
	padding: 0;
}

em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}

em.nowrap {
	color: #666;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

img	{
	border:	solid 1px #666;
}

img.nrm {
	border:	none;
}

img.extra_buffer {
	padding: 30px 0 30px 0;
	border:	none;
}

blockquote {
	border-left: dotted 1px #f60;
	margin: 0 3em 0 1em;
	padding: 0 0 0 1em;
}

/******  <H>TAG STYLES  ******/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #FF9100;
	margin: 0 0 1.5em 0;
	padding: 0;
	text-align:right;
}

h2 span {
	color: #f60;
	font-weight: bold;
	text-transform: uppercase;
}

h2 em.nowrap {
	color: #4b4b4b;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

h3 {
	line-height: 1.0em;
	color: #015353;
	margin: 1.5em 0 0.75em 0;
	padding: 0;
	font-weight:bold;
}

/******  DXF MENU  ******/

#content_left  {
	position: fixed; 
	top: 40px;
	left: 30px;
	margin: 0;
	padding: 0;
}

#content_left ul {
	text-transform: uppercase;
	list-style-position: inside;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#content_left ul li {
	margin: 0;
	padding: 0 10px 10px 0;
	/* float: left; */
}
#content_left ul li a {
	color:#FF910;
}
#content_left ul li a:hover {
	color: #c30;
	text-decoration: none;
}

/******  MAIN CONTENT  ******/

#content_main {
	position: relative;
	top: 40px;
	left: 17em;
	width: 75%;
	margin: 0;
	padding: 0 10px 0 0;
	z-index: 5;
}

#content_main p {
	margin: 0 0 1.2em 0;
	padding: 0;
}

#content_main ul li {
	list-style-image: url('i/icn_bullet.png');
	padding: 0.2em 0 0.3em 0;
}

/******  CONTENT MENU  ******/

#content_right  {
	position: absolute;
	top: 85px;
	left: 58em;
	margin: 0;
	padding: 0 0 0 1em;
	border-left: dotted 1px #f60;
	white-space: nowrap;
}

#content_right p {
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px 0 5px 0;
	padding: 0;
}

#content_right ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#content_right ul li {
	margin: 0;
	padding: 0 0 2px 0;
}

#content_right p.buffer_top {
	margin: 0;
	padding: 10px 0 0 0;
}

/******  FOOTER  ******/

#dxf_footer {
	position: fixed;
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 300px;
	/*background-color: #4c4c4c;*/
	margin: 0;
	padding: 0;
	z-index: 50;
	overflow:hidden;
}

#brand {
	position: relative;
	top: 0px;
	left: 0em;	
	width: 1600px;
	height: 300px;
	background-repeat: no-repeat;
}

#copyright {
	position: relative;
	bottom: 0px;
	left: 40em;	
	width: 340px;
	height: 100px;
	background-repeat: no-repeat;
}

#dxf_footer p {	
	color: #000;
	margin: 0;
	padding: 60px 0 0 80px;
	white-space: nowrap;
}

#dxf_footer p a {
	color: #f60;
	font-weight: normal;
}

#dxf_footer p em {
	width: 30px;
	height: 30px;
	margin: -20px 0 0 22em;
	display: block;
}



/******  ANCHOR LINKS  ******/

a, 
a:active, 
a:link, 
a:visited {
	color: #f60;
	text-decoration: none;
	border-bottom: none;
}

#content_left ul li a, 
#content_left ul li a:active, 
#content_left ul li a:link, 
#content_left ul li a:visited,
#content_right p a, 
#content_right p a:active, 
#content_right p a:link, 
#content_right p a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: none;
}

a:hover,
#content_left ul li a:hover,
#content_right p a:hover {
	color: #c30;
	text-decoration: none;
	border-bottom: 1px dotted #c30;
}

a.image, 
a.image:active,
a.image:link, 
a.image:visited, 
a.image:hover {
	text-decoration: none;
	border-bottom: none;
}




/******  HIDDEN DIVS  ******/

#story {
	line-height: 21px;
	display: block;
	padding: 0 0 200px 0;
/*	opacity: 1;
	_filter: alpha(opacity=100);
*/
}

#mod_schedule,
#mod_about,
#mod_contact,
#mod_handbook,
#mod_schools,
#mod_teachers,
#mod_likenoother {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 200px 0;
/*	opacity: 0;
	_filter: alpha(opacity=0);
*/

}


/******  FONT SIZES & STUFF  ******/

body, div, form, td, p 		{ font-size: 14px; text-align:justify;}

h2 							{ font-size: 20px; text-align:right;}
h3 							{ font-size: 17px; line-height:21px;}

#content_left ul li,
#content_right p,
#content_right ul li		{ font-size: 13px; }

#content_main p				{ line-height: 1.45em; }