/*********************************************/
/* Deer Park Style Sheet                     */
/*               11/12/07                    */
/*********************************************/  



/* layout
----------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}



#header {
	height: 223px;
	background-image: url(images/template/banner.gif);
}
body {
	background-color: #F3F1E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #35393C;
	line-height: 18px;
}


#headerinner {
	width: 1048px;
	height: 223px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#logo {
	height: 136px;
	padding-top: 15px;
	float: left;
	padding-bottom: 15px;
	width: 200px;
}



#presidents_message {
	height: 35px;
	width: 381px;
	float: right;
	padding-top: 80px;
}
#clear {
	clear: both;
}


#nav {
	height: 44px;
	width: 1048px;
	padding-left: 40px;
}


#logo_messagecontainer {
	height: 180px;
}

#content_container {
	width: 1048px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content_lft {
	width: 555px;
	float: left;
	margin-top: 20px;
	padding-left: 35px;
}

#links {
	margin-bottom: 30px;	
	
}
#welcome {
	width: 550px;
	margin-bottom: 30px;
}
#district_link {
	width: 192px;
	float: right;
}

#call_action {
	width: 359px;
	height: 131px;
	background-color: #DCD7C4;
	float: left;
	margin-top: 13px;
}
#content_rt {
	float: right;
	width: 400px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBB6A2;
}
#community_news {
	margin-bottom: 30px;
	padding-left: 20px;
}

#news_flash {
	padding-left: 20px;
	padding-bottom: 15px;
}

#empty_spacer {
	clear: both;
	height: 15px;
}


#important_links {
	margin-bottom: 30px;
	padding-left: 20px;
}

#school_district {
	padding-left: 20px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB6A2;
	border-right-color: #BBB6A2;
	border-bottom-color: #BBB6A2;
	border-left-color: #BBB6A2;
	margin-left: 35px;
}


/* typography
----------------------------------------------- */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #35393C;
	line-height: 18px;
}



h1 {
	font-family: "Trebuchet MS";
	color: #800000;
	font-size: 20px;
	padding-bottom: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #43484b;
}



#presidents_message h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 22px;
	padding-bottom: 10px;
}



h2 {
	font-family: "Trebuchet MS";
	color: #800000;
	font-size: 22px;
	
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #73818A;
	padding-bottom: 5px;
}
h5 {
   font-family: "Trebuchet MS";
   font-size: 14px;
   padding: 0px 0px 0px 5px;
   margin: 15px 0px 10px 0px;
   color: #FFFFFF;
   text-align: left;
   background-color:  #800000;

   } 
   
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
}

a:hover {
	color: #7D8991;
}

#calendar a {
	font-size: 11px;
}


#presidents_message a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #C99486;
	text-decoration: none;
	float: right;
	letter-spacing: 1px;
}

#presidents_message a:hover {
	color: #73818A;
}

#important_links a {
	color: #73818A;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-image: url(images/btns/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position:45%;
	display: block;
}

#important_links a:hover {
	color: #6D0000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-image: url(images/btns/arrow_red.gif);
	background-repeat: no-repeat;
	background-position:45%;
	display: block;
}


#footer a {
	color: #43484B;
	padding-right: 5px;
	line-height: 25px;
}


#footer a:hover {
	color: #800000;
	
}

#important_links ul {
	list-style-type: none;
}
#important_links li {
	padding-bottom: 10px;
}


.smallitlc {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.imgbrd {
	border: 3px solid #43484B;
	margin-right: 10px;
}

.large_txt {
	font-size: 18px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.imgpadding {
	padding-right: 10px;
	padding-left: 10px;
}


/* Calendar Styles                             */
#calendar {
	padding-left: 40px;
}

.caldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.calnumbers {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #43484b;
}


.td_left {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #43484b;
	padding: 3px;
	border-left-color: #43484b;
}
.td_right {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #43484b;
	padding: 3px;
	border-left-color: #43484b;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #43484b;
}

.td_leftbg {
	background-color: #dcd7c4;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #43484b;
	padding: 3px;
	border-left-color: #43484b;
}

.td_rightbg {
	background-color: #dcd7c4;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #43484b;
	padding: 3px;
	border-left-color: #43484b;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #43484b;
}








/*/////////////DROP DOWN NAVIGATION////////////////////////////////////

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

	
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{
	
	z-index:10 !important;
	color: #1C3038;
	margin: 0px;
	
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#ffffff;
	background-color:transparent;
	font-family:"Trebuchet MS";
	font-size:16px;
	text-decoration:none;
	padding-right: 12px;	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		

		color:#DCD7C4;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#DCD7C4;
		
		}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		
		background-repeat:no-repeat;
		background-position:92%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		background-color:#ffffff;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		border-color:#43484B;
		
	}

/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size:11px;
		color:#43484B;
		padding:3px 20px 3px 5px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		color:#800000;
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#75B1C2 !important;
		text-decoration:underline !important;
		background-image:url(images/template2_black_arrow_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		

	}
