/* SellingLTC.com */
/* Main.css */
/* by Jason C. Zimdars */
/* Modified February 24, 2004
--------------------------------------- */


.SchoolChart{
	font-size: 12px;
	color: #000;
	border: 3px solid #360;	
}
.SchoolChart TD{
	color:#000;
	padding: 5px;	
	border-bottom: 1px solid #690;
}
.SchoolChart TH{
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #690;
	}


body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #EEE url("images/body_tile.gif") repeat top center;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* header
--------------------------------------- */

#header {
	text-align: left;
	border: 1px solid #690;
	color: #FFF;
	line-height: 1.2em;
	background: #690 url("images/header.jpg") repeat-y top left;
	padding-left: 10px;
	clear: both;
	}
	
#logo {
	margin: 10px;
	}

#agent {
	float: right;
	font-size: 70%;
	margin: 0 5px 0 0;
	}

#agent h1 {
	color: #FFF;
	border-color: #FFF;
	font-size: 120%;
	background-color: transparent;
	}

/* Structure
--------------------------------------- */

#frame {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 750px;
	text-align: left;
	border: 2px solid #000;
	color: #000;
	background: #FFF url("images/frame_tile.gif") repeat-y top center;
	}

.M #frame, .MS #frame {
	background: url("images/frame_tile_M.gif") repeat-y top center;
	}

.mainCol {
	width: 400px;
	float: right;
	margin-left: 15px;
	}

.subCol {
	width: 295px;
	float: left;
	margin: 0;
	}

.extraCol {
	width: 175px;
	float: right;
	margin: 0;
	background: transparent url("images/extra_tile.gif") repeat-x top left;
	}

.container {
	}

.content {
	}
	
.MS .container {
	float: left;
	width: 100%;
	}

.SME .container, .MSE .container, .ME .container {
	width: 540px;
	float: left;
	}

.SME .mainCol, .MSE .mainCol {
	width: 300px;
	}

.SME .mainCol {
	margin-left: 0;
	}

.SME .subCol, .MSE .subCol {
	width: 185px;
	margin-left: 5px;
	}

.MS .mainCol, .MSE .mainCol, .ME .mainCol {
	float: left;
	}

.M .mainCol {
	float: none;
	width: 720px;
	}

.ME .mainCol {
	width: 500px;
	}

.MSE .subCol, .MS .subCol {
	float: right;
	}

.M .extraCol, .SM .extraCol, .MS .extraCol {
	display: none
	}

.M .subCol, .ME .subCol {
	display: none;
	}

/* column contents
---------------------------------------- */

.subCol .content {
	text-align: left;
	font-size: 70%;
	line-height: 1.3em;
	font-style: normal;
	padding: 0;
	margin: 0 10px 0 0;
	color: #000;
	background-color: transparent;
	}

.mainCol .content {
	text-align: left;
	font-size: 75%;
	line-height: 1.5em;
	font-style: normal;
	padding: 0;
	margin: 0;
	}

.extraCol .content {
	text-align: left;
	font-size: 70%;
	line-height: 1.3em;
	font-style: normal;
	padding: 0;
	margin: 10px;
	color: #FFF;
	background-color: transparent;
	}

.extraCol li, .subCol li {
	list-style-type: none;
	padding: .5em 0em .5em 0em;
	margin: .5em 0em .5em 0em;
	}
	
.extraCol ul, .subCol ul {
	margin: 0;
	padding: 0;
	}





/* Footer
------------------------------------ */

#footer {
	color: #000;
	font-size:70%;
	line-height: 1.4em;
	background: #690 url("images/footer.jpg") repeat-y left top;
	padding: 0;
	text-align: left;
	clear: both;
	border-top: 4px solid #000;
	border-bottom: 8px solid #000;
	border-left: none;
	border-right: none;
	height: 72px; 
	}

#bottomNav {
	margin: 15px 0 0 25px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	}
	
#legal {
	color: #000;
	background-color: transparent;
	margin: 5px 0 0 25px;
	padding: 0;
	}

#legal a:link, #legal a:visited, #agent a:link, #agent a:visited {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
  border:0;
  }
  
#legal a:visited, #agent a:visited {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  }
  
#legal a:hover, #agent a:hover {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-bottom: 2px solid #FFF;
  }

#bottomNav a:link, #bottomNav a:visited {
  color: #000;
  background-color: transparent;
  text-decoration: none;
  border: none;
  }
  
#bottomNav a:visited {
  color: #000;
  background-color: transparent;
  }
  
#bottomNav a:hover {
  color: #000;
  background-color: transparent;
  border-bottom: 3px solid #000;
  }


/* Navigation
------------------------------------- */

#nav {
	/*display: none;*/
	height: 36px;
	background: #EEE url("images/grey_metal_36h.gif") repeat 0 -36px;
	font-size: 75%;
	line-height: 36px;
	color: #333;
	clear: both;
	}

#nav li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 -5px 0 0;
	padding: 0;
	background: url("images/nav_buttons.gif") repeat 0 -36px;
	height: 36px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav a:link, #nav a:visited {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 11px;
  margin: 0;
  color: #333;
  background: url("images/nav_buttons.gif") repeat 0 0;
  font-weight: bold;
  border-bottom: none;
  }
  
#nav a:visited {
  color: #333;
  background-color: transparent;
  }
  
#nav a:hover {
  color: #FFF;
  background-image: none;
  }

#nav strong {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 11px;
  margin: 0;
  color: #333;
  background: #EEE url("images/nav_buttons.gif") repeat 0 -72px;
  font-weight: bold;
  border-bottom: none;
	}

#subnav {
	font-size: 75%;
	line-height: 1em;
	color: #333;
	text-align: center;
	}

#subnav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 26px;
	background: url("images/subnav.gif") repeat 0 -26px;
	}

#subnav ul {
	margin: 0;
	padding: 0;
	}
	
#subnav a:link, #subnav a:visited {
  padding: 7px;
  margin: 0;
  color: #333;
  background: url("images/subnav.gif") repeat left top;
  font-weight: bold;
  border-bottom: none;
  display: block;
  }
  
#subnav a:visited {
  color: #333;
  background-color: transparent;
  }
  
#subnav a:hover {
  color: #FFF;
  background-image: none;
  border-bottom: none;
  }

#subnav strong {
  padding: 7px;
  margin: 0;
  color: #FFF;
  background: #360 url("images/subnav.gif") no-repeat 0 -26px;
  font-weight: bold;
  border-bottom: none;
  display: block;
  }

/* Links
------------------------------------- */

a:link, a:visited {
  color: #996;
  background-color: transparent;
  text-decoration: none;
  border:0;
  font-weight: bold;
  }
  
a:visited {
  color: #CC9;
  background-color: transparent;
  border-color: #CC9;
  }
  
a:hover {
  color: #996;
  background-color: transparent;
  border-color: #996;
  border-bottom: 2px solid #996;
  }
  
a:link img, a:visited img, a.noborder {
	border-bottom: none;
	background-color: transparent;
	}


/* Headers
------------------------------------- */

h1, h2, h3, h4 {
	margin: 1.2em 0 .5em 0;
	padding: 0;
	}

h1 {	
	font-style: normal;
	font-weight: bold;
	font-size: 210%;
	line-height: 1.1em;
	color: #996;
	padding-bottom: 3px;
	border-bottom: 1px solid #996;
	}

h2 {	
	font-style: normal;
	font-weight: bold;
	font-size: 175%;
	line-height: 1.1em;
	}

h3 {	
	font-style: normal;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.1em;
	}

h4 {	
	font-style: normal;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.1em;
	}

/* Forms
------------------------------------- */

form.contact {
	background-color: #EEE;
	color: #000;
	padding: .5em 1em .5em 1em;
	border-top: 1px solid #666;
	}
	
form.contact p {
	clear: both;
	padding: .5em 0 0 0;
	margin: 0;
	text-align: right;
	}

form.contact label {
	float: left;
	width: 35%;
	text-align: right;
	}
  
form.contact input, form.contact select, form.contact textarea {
	float: right;
	width: 60%;
	text-align: left;
	}

.required {
	color: #F00;
	background-color: transparent;
	}

form.contact .submit {
	color: #000;
	background-color: #FC0;
	font-weight: bold;
	text-align: center;
	border-width: 2px;
	border-color: #FFC #F90 #F90 #FFC;
	border-style: solid;
	}
	

/* general classes
------------------------------------- */

p {
	margin: .5em 0 1em 0;
	padding: 0;
	}

li {
	padding-top: .5em;
	padding-bottom: .5em;
	}

.small {
	font-size: smaller;
	}

.right {
	float: right;
	margin-left: 10px;
	}

.left {
	float: left;
	margin-right: 10px;
	}

.hidden {
	display: none;
	}
	
/* tables
------------------------------------- */
table.one {
	border: 2px solid #000;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #690;
	color: #000;
	}

table.one th {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #360;
	}

table.one td {
	background-color: #FFF;
	color: #000;
	padding: 2px;
	margin: 2px;
	}

table.two {
	border: 2px solid #000;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #CC9;
	color: #000;
	}

table.two th {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #996;
	}

table.two td {
	background-color: #FFF;
	color: #000;
	padding: 2px;
	margin: 2px;
	}

summary {
	color: #000;
	background-color: transparent;
	}
	
/* misc
------------------------------------- */
.small {
	font-size: smaller;
	}

.left {
	float: left;
	margin-right: 10px;
	}

.right{
	float: right;
	margin-left: 10px;
	}

dl, dt, blockquote, code, pre {
	color: #000;
	background-color: inherit;
	}