@import "reset.css";

body	{
	margin:0px; padding:0px;
}

/***CONTAINERS***/
#container{
	width: 1000px;
	margin:0px auto;
	text-align:left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

#header	{
	width: 100%;
	height : 50px;
	margin:0px auto;
}

#main{
	margin:0px auto;
}

#footer{
	margin:0px auto;
	clear: both;
}

#left{
	float: left;
	width: 500px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: 	normal;
}

#right{
	width: auto;
	float: left;
}

#mainBottom{
	clear: both;
	/*top:20px;
	position : relative;*/
}
/****LEFT ELEMENTS****/
#DealerKeys {
	display: none;
}

h1 {
	font-size: 18px;
	font-weight: 	bold;
	color: #000000;
}

/*#left h1,
#top h1 {
	font-size: 18px;
	font-weight: 	bold;
	color: #000000;
}*/

/*#left span,
#top span {
	color: #000000;
	font-size: 12px;
	font-weight: 	normal;
	font-family:  
}*/

/*#lc #top img {
	float: left;
	margin-right: 15px;
	clear : both;
}*/
#schoolLogo {
	float:left;
	/*text-align: center;
	height: 102px;
	width: 202px;*/
}

#schoolDescription {
	
}

/***MCTOGGLE BUTTONS***/
#McToggle button {
	/*top: -10px;
	position: relative;
	margin:0px 2px;*/
}

/***RIGHT ELEMENTS***/
#formContainer{
	width: 400px;
	border	:	2px solid #000;
}

#lc #formContainer {
	width: 970px;	
}

/** FORM STYLES **/
#formTitle{
	/*padding: 5px;*/
}
#lc #formTitle{
	width: 950px;
	height: 43px;
}
#formTitle h2{
	color:#000F;
	font-weight:bold;
	font-size: 23px;
}
#lc #formTitle h2{
	font-size: 12px;
}

.formElement{
	/*padding: 5px;*/
}
form label {
	display	: block;
}

/***FORM SUBMISSION STYLES***/
.thide{
	display: none;
}

.tshow{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/***SCHOOL INFO ELEMENTS***/
.school {
	float: left;
	margin-left:5px;
	/*border-bottom: 1px dotted #000;*/
	/*float: left;*/
	padding:10px;
	width: 97%;
	/*border-bottom: 1px dotted #000;*/
}
.schoolLogo {
	width: 200px;
	height:100px;
	float:	left;
}

.schoolLeft {
	width: 200px;
	height:100px;
	float:	left;
} 
.schoolRight {
	float:left;
}
#schoolInformation .schoolRight,
#thankyou .schoolRight {
	width: 70%;
	margin-left:20px;
	margin-bottom:10px;
	/*border-bottom: 1px dotted #000;*/
}
.school h3{
	font-weight: bold;	
	padding: 2px;
	color: #1A527B;
}

.school h2{
	font-weight : bold;	
	padding: 2px;
	/*color: #1A527B;*/
}

.school h1 {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
	display:block;
}

.school .logobox {
	/*left: 20px;
	position: relative;
	width:10%;*/
	float: left;
	display:block;
	margin-left:10px;
	border: 1px solid #CCC;
}

#progLink {
	cursor:help;
	text-decoration:underline;
}

/*** FOOTER ELEMENTS ***/
#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#footer #home {
	background:transparent url(../images/footer_pipe.jpg) no-repeat scroll 100% 70%;
}

#footer #schools {
	background:transparent url(../images/footer_pipe.jpg) no-repeat scroll 100% 70%;
}

#footer #unsubscribe {
	background:transparent url(../images/footer_pipe.jpg) no-repeat scroll 100% 70%;
	left:315px;
	position:relative;
}

#footer #privacypolicy {
	background:transparent url(../images/footer_pipe.jpg) no-repeat scroll 100% 70%;
	left:315px;
	position:relative;
}

#footer #yourcaliforniaprivacyrights {
	background:transparent url(../images/footer_pipe.jpg) no-repeat scroll 100% 70%;
	left:315px;
	position:relative;
}

#footer #sitemap {
	left:315px;
	position:relative;
}

/***MISC. STYLES***/
.clearDiv{
	clear: both;
	line-height: 0px;
}

.strong{
	font-weight: bold;
}

.error {
    color: #990000;
    font-weight: bold;
	font-size:10px;
	display: block;
}

.separator {
	border: 1px dotted #000;
	clear:both;
}


