/* Schoel.com   |   screen.css   |   2/25/08 */

* {margin: 0; padding: 0;}

body {
	background: #dbddc5 url(../images/background.jpg) repeat-x top left;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #000; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	}
	
#wrap {
	width: 900px; 
	text-align: left; 
	margin: 0 auto 20px auto; 
	background: #fff;
	}
	
#header {
	width: 900px;
	height: 383px;
	float: left;
	position: relative;
	}
	
#SlideShowDiv {
	width: 900px;
	height: 383px;
	margin: 0;
	}
	
#logo {
	border: none;
	margin: 0 0 0 -10px;
	}
	
#nav {
	position: absolute;
	top: 20px;
	left: 0;
	}
	
#nav ul {
	text-transform: uppercase;
	font-size: 1.2em;
	list-style: none;
	line-height: 26px;
	margin-top: 50px;
	}
	
#nav a {
	color: #70753c;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 20px;
	}
	
#nav a:visited {
	color: #70753c;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 20px;
	}
	
#nav li a:hover {
	color: #000000;
	background: url(../images/crossbar.gif) 0 -2px no-repeat;
	/*_background: none;*/
	}
	
#nav a.current {
	color: #000000;
	background: url(../images/crossbar.gif) 0 -2px no-repeat;
	/*_background: none;*/
	}
	
#internal-wrapper {
	width: 900px;
	margin: 0;
	}
	
#internal-wrapper h2 {
	font-size: 1.9em;
	color: #e86c24;
	margin: 15px 0 0 20px;
	font-weight: normal;
	}
	
#internal-wrapper p {
	font-size: 1.2em;
	color: #000;
	}

	
#magnets-left {
	float: left;
	width: 239px;
	background: #fff url(../images/magnets-left-background.jpg) no-repeat top left;
	* padding-bottom: 10px;
	margin: 0;
	}
	
#magnets-left p {
	font-size: 1.2em;
	color: #58595b;
	margin: 2px 5px 5px 110px;
	font-style: italic;
	width: 120px;
	}
	
#magnets-left a img.magnet-image, #magnets-right a img.magnet-image {
	display: inline;
	margin: 5px 10px 5px 20px;
	float: left;
	border: none;
	background: none;
	* background: none;
	}
	
a.magnet-01, a.magnet-02, a.magnet-03, a.magnet-04 {
	display: block;
	height: 30px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 10px 10px 50px;
	padding-top: 5px;
	padding-right: 20px;
	color: #eb8b4e;
	text-decoration: none;
	background: url(../images/arrow.gif) 160px 3px no-repeat ;
	* background: url(../images/arrow.gif) 100px 3px no-repeat;
	}
	

	
a:hover.magnet-01, a:hover.magnet-02, a:hover.magnet-03, a:hover.magnet-04 {
	color: #000;
	background: url(../images/arrow-rollover.gif) 160px 3px no-repeat;
	* background: url(../images/arrow-rollover.gif) 100px 3px no-repeat;
	}

	
#magnets-left #magnet-01 {
	height: 155px;
	* height: 168px;
	}
	
	
#magnets-left #magnet-02 {
	height: 162px;
	}

#magnets-right {
	float: right;
	width: 239px;
	background: #fff url(../images/magnets-right-background.jpg) no-repeat top right;
	* padding-bottom: 10px;
	}
	
#magnets-right p {
	font-size: 1.2em;
	color: #58595b;
	margin: 0 5px 5px 0;
	font-style: italic;
	}
	
	
#magnets-right #magnet-03 {
	height: 155px;
	* height: 168px;
	}
	
#magnets-right #magnet-04 {
	height: 162px; 
	}
	
#content {
	width: 390px;
	margin: 0 15px 10px 259px;
	padding-top: 410px;
	* padding-top: 30px;
	}
	
#content p {
	padding-bottom: 15px;
	line-height: 18px;
	
	}
	
#content ul {
	margin-left: 25px;
	padding-bottom: 5px;
	}
	
#content li {
	list-style: disc;
	line-height: 16px;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
#content a {
	text-decoration: underline;
	color: #70753c;
	font-weight: bold;
	}
	
#content a:visited {
	color: #9aa156;
	}
	
#content a:hover {
	color: #e86c24;
	text-decoration: underline;
	}

#content-box {
	margin: 0 10px 0 0;
	padding: 10px 0px 10px 10px;
	background: #fff url(../images/content-box-02.gif) no-repeat;
	height: 70px;
}

#content-box a{
	text-decoration: underline;
	color: #ea6c24;
}

#content-box a:hover{
	text-decoration: underline;
}

#content-box img{
	float: left;
	padding: 0 10px 0px 0;
	border: none;
}

#content-box h2{
	margin: 15px 5px 0px 0px;
	font-size: 1.4em;
}

#footer {
	clear: both;
	width: 900px;
	text-align: center;
	background-color: #949c50;
	padding: 20px 0;
	font-size: 1.1em;
	}
	
#footer ul {
	text-align: center;
	margin-left: 270px;
	padding-top: 5px;
	}
	
#footer li {
	list-style: none;
	float: left;
	}
	
#footer a {
	color: #000;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #000;
	}
	
#footer a:hover {
	color: #eee;
	} 
	
#footer-index{
	padding: 0 0 15px 0;
}
	
/*--------------------INTERNAL----------------------*/

#internal {
	background: #dbddc5 url(../images/background-internal.jpg) repeat-x top left;
	}
	
#header-internal {
	width: 900px;
	height: 212px;
	background: url(../images/header-about-us.jpg) no-repeat;
	}
	
#logo-internal {
	margin: 20px 0 0 10px;
	border: none;
	}
	
#nav-internal {
	width: 200px;
	float: left;
	margin-top: 0;
	* margin-top: 20px;
	}
	
#nav-internal ul li {
	text-transform: uppercase;
	font-size: 1.2em;
	list-style: none;
	line-height: 26px;
	}
#nav-internal a {
	color: #70753c;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 60px;
	}
	
#nav-internal a:visited {
	color: #70753c;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 60px;
	}
	
#nav-internal li a:hover {
	color: #000000;
	background: url(../images/crossbar-internal.gif) -1px -5px no-repeat;
	/*_background:none*/
	}
	
#nav-internal a.current {
	color: #000000;
	background: url(../images/crossbar-internal.gif) -1px -5px no-repeat;
	/*_background:none*/
	}
	
#content-internal-wrapper {
	width: 900px;
	}
	
#content-internal-wrapper p {
	font-size: 1.2em;
	color: #000;
	}
	
#content-internal {
	width: 650px;
	margin: 25px 15px 20px 200px;
	border-left: 1px dotted #000;
	padding-left: 20px;
	}
	
#content-internal h2 {
	font-size: 1.8em;
	color: #e86c24;
	font-weight: normal;
	margin-bottom: 10px;
	width: 650px;
	}
	
#content-internal h3 {
	font-size: 1.2em;
	padding-top: 5px;
	}
	
#content-internal p {
	padding-bottom: 15px;
	line-height: 20px;
	}
	
#content-internal img {
	float: right;
	padding: 3px;
	border: #70753c solid 1px;
	margin: 3px 0 10px 10px;
	}
	
#content-internal img#logo-image {
	float: right;
	padding: 0;
	border: none;
	margin: 3px 0 10px 10px;
	}
	
#content-internal ul {
	padding-bottom: 20px;
	}
	
#content-internal li.projects {
	list-style: disc;
	margin-left: 15px;
	}
	
#content-internal li {
	list-style: none;
	font-size: 1.2em;
	line-height: 24px;
	}
	
#content-internal a {
	text-decoration: underline;
	color: #70753c;
	font-weight: bold;
	}
	
#content-internal a:visited {
	color: #9aa156;
	}
	
#content-internal a:hover {
	color: #e86c24;
	text-decoration: underline;
	}
	
#content-internal h3 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
	
#content-internal h3 a:visited {
	color: #000;
	}
	
#content-internal h3 a:hover {
	text-decoration: #000;
	}
	
#content-internal ul.projects {
	margin-left: 25px;
	}

#content-internal ul.projects li {
	list-style: disc;
	}
	
#content-internal li.sub-li {
	font-size: 1.2em;
	line-height: 24px;
	list-style: circle inside;
	margin-left: 25px;
	
}	

table{
	width: 515px;
	font-size: 1.2em;
	margin: 10px 0;
	border-collapse: collapse;
}

thead{
	font-weight: bold;
	background-color: #DBDDC7;
}

#table-style tr{
	border-bottom: solid 1px red;
}

#table-style td{
	padding: 7px;
    border: 1px solid #C3C3C3;
    vertical-align: top;
}
