@charset "utf-8";
/* CSS Document */

* {
	
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}




/*NATIVE TAGS STYLES*/
body {
	
	background: url(../images/bg_tile.png) #002240 repeat-x;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	
}

body > div {
	
	width: 950px;
	margin: 0px auto;
	
}

a {
	
	color: #478AC7;
	border: 0px none;
	text-decoration: none;
	
}

a.button{
	padding: 7px;
	background: #304f6b url(../images/button_bg.jpg) no-repeat;
	text-decoration:none;
	
	}
	
	a.button:hover{
	
	color: #FFF;
	text-decoration:none;
	
	}


a:hover {
	
	color: #09F;
	text-decoration: underline;
	
}

a:active{outline: none;}
a:focus{-moz-outline-style: none;}

img {

	border: 0px none;

}

label {
	
	color: #00386f;
	margin-left: 10px;

}

.input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #D2D2D2;
	padding: 6px !important;

}

.button {

	height: 28px;
	background: url(../images/button_bg.jpg) no-repeat #2F4F6B;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border: 1px solid #2F4F6B;
	padding: 0px 10px;
	margin: 0px 0px 0px 10px;

}

td {
	
	padding-right: 10px;

}


/*CUSTOMIZATION CLASES*/

.clear {
	
	clear: both;
	
}



/*GENERAL CONTENT STYLE*/

h1 {
	
	height: 41px;
	font-size: 35px;
	font-weight: normal;
	color: #FFF;
	padding: 5px 10px 5px 42px;
	margin-left: -10px;
	background: url(../images/h1_bg.jpg) no-repeat top left #667D90;
	
}

h2 {

	font-size: 25px;
	font-weight: bold;
	color: #1e4261;
	margin-bottom: 25px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dotted #1e4261;
	
}

h3 {

	font-size: 20px;
	font-weight: bold;
	color: #3677B1;
	margin-bottom: 10px;
	
}

h4 {

	font-size: 20px;
	font-weight: normal;
	color: #1e4261;
	
}

.posth1 {

	width: 178px;
	height: 28px;
	background: url(../images/posth1_bg.jpg) top left no-repeat;
	border: 1px solid #FFF;
	margin-left: -10px;
	
}

p {
	
	font-size: 15px;
	color: #00386f;
	padding-bottom: 15px;
	
}

p a {
	
	text-decoration: underline;
	
}

.quotes {
	
	font-weight: bold;
	font-style: italic;
	color: #990000;
	
}





/*GENERAL SLICES*/

/*HEADER*/
#header {

	height: 136px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/top_bg.jpg) right top no-repeat;
	color: #FFF;

}

#header #logo {

	margin-left: 17px;

}

#header > .rightBox {
	
	width: 370px;
	text-align: right !important;
	float: right;
	position: relative;
	margin: 35px 0px 0px 0px;

}

.rightBox span {

	float: left;

}

.rightBox .divisor {
	
	margin-right: 15px;

}

.rightBox a {
	
	color: #FFF;
	margin: 0px 15px 0px 0px;
	float: left;

}

.rightBox p {
	
	text-align: right;

}

.rightBox a:hover {
	
	color: #7db7eb;

}

.rightBox .textSizebtn {

	float: left;
	margin: 2px 5px;

}

.rightBox .row {

	float: right;

}

.rightBox #searchBox {
	
	margin: 20px 0px 0px 0px;

}

#searchBox {
	
	width: 223px;
	height: 16px;
	background: #FFF;
	border: 1px solid #DDDEDF;
	padding: 3px;

}

#searchBox > .theInput {
	
	width: 197px;
	color: #7d7d7d;
	padding: 0px;
	border: 0px none;
	margin-left: 3px;

}


/*SITE BODY*/

#siteBodyWrapper {
	
		background: url(../images/sitebodywrapper_bg.png) no-repeat center top;
		padding: 0px;

}

#siteBody {

	background: url(../images/siteBody_bg.jpg) repeat-x #FFF;
	border: 1px solid #FFF;
	padding-left: 17px;
	
}


/*MENU*/

#menu {
	
	height: 45px;
	
}


#menu li {
	
	background: url(../images/menu_divisor.gif) no-repeat right top;
	font-size: 13px;
	text-transform: uppercase;
	color: #1e4261;
	padding: 17px 11px;
	float: left;
	display: inline;
	list-style:none;
	
}

#menu a:hover {
	
	color: #900;
	
}

#menu a.last {
	
	background: none;
	
}


/*CONTENT*/

#contentWrapper {
	
	width: 620px;
	float: left;
	
}

#contentBlock {
	
	background: url(../images/contentwrapper_bg.jpg) no-repeat bottom left;
	padding: 0px 30px 45px 10px;
	
	
}
#contentBlock p {
	text-align:justify;
	line-height: 20px;
	
	
}
#contentBlock ol a, #contentBlock ul a {
	text-decoration:underline;
	
	}
#contentBlock ul, #contentBlock ol {
	color: #00386f;
	text-align:justify;
	
}
#contentBlock ol li{
	list-style-position:
	
	}
#contentBlock ul {
	margin-left: 30px;
	margin-bottom: 25px;
	
	}

.liMargin {
	margin-top: 15px;
	margin-left: 183px;
	
	}

.liMargin1 {
	margin-left: 183px;}
	


#contentBlock .quotes {
	font-size: 12px;
}


#contentBlock .quotes > strong{
	color: #000;
}

.kAddress {
	margin-left: 195px;
	margin-top:15px;
	margin-bottom:15px;
	}
	.kAddress ul {list-style: none;}


/*RIGHT FRAME*/

#rightFrameWrapper {
	
	width: 300px;
	float: right;
	
}


/*VERTICAL MENU*/

#rightFrameWrapper #verticalMenu {
	
	text-align: right;
	margin-bottom: 20px;
	
}

#verticalMenu > .linkWrapper {
	
	width: 288px;
	padding: 10px 0px;
	border-bottom: 1px dotted #00386f;
	margin-left: 12px;
	
}


.linkWrapper > a {
	
	color: #00386f;
	font-size: 20px;
	text-transform: uppercase;
	height: 100%;
	width: 100%;
	
}

.linkWrapper > a:hover {
	
	margin-left: 12px;
	color: #FFF;
	text-decoration: none;
	
}

.linkWrapper > a:hover > div {
	
	width: 288px;
	
}

/*-----Social Icons----*/
.linkWrapper > a.facebook1 {
	display:block;
	height:27px;
	padding-left:45px;
	padding-top:5px;
	text-transform:none;
	background: url(../images/facebook.jpg) 0px 0px no-repeat;
	
}

.linkWrapper > a:hover.facebook1 {
	
	margin-left: 0px;
	color: #00386f;
	background: url(../images/facebook.jpg) 0px -32px no-repeat;
}
.linkWrapper > a.twitter1 {
	text-transform:none;
	display:block;
	height:27px;
	padding-left:45px;
	padding-top:5px;
	background: url(../images/twitter.jpg) 0px 0px no-repeat;
	
}

.linkWrapper > a:hover.twitter1 {
	margin-left: 0px;
	color: #00386f;
	background: url(../images/twitter.jpg) 0px -32px no-repeat;
}

/*---------------------*/

.linkWrapper > a > div:hover {
	
	background: url(../images/verticalmenu_button_bg.gif) repeat-y #667d90;
	margin: -11px 0px;
	cursor: pointer;
	
}

.linkWrapper > a > div > div:hover {
	
	background: url(../images/verticalmenuicon.png) no-repeat 13px;
	padding: 11px 20px 11px 45px;
	
}


/*COMPONENT BLOCK*/

#rightFrameWrapper .componentBlock > h1{
	
	margin: 0px 0px 0px 4px;
	height: 26px;
	font-size: 25px;
	background: url(../images/componentblock_right_h1_bg.jpg) no-repeat #990000;
	padding: 2px 6px 8px 37px;
	
}

h1.right-col-h1 {
	margin: 0px 0px 0px 4px;
	height: 26px;
	font-size: 25px;
	background: url(../images/componentblock_right_h1_bg.jpg) no-repeat #990000;
	padding: 2px 6px 8px 37px;
	}

#rightFrameWrapper .componentBlock > .componentBlockBody {
	
	margin: 1px 0px 0px 15px;
	padding: 18px 22px;
	background: url(../images/componentblock_right_bg.jpg) no-repeat right top;
	
}

/*FOOTER*/

#footer {
	
	height: 114px;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #FFF;
	padding: 20px;
	
}

#footer li {
	
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	list-style: none;
	float: left;
	
}

#footer a {
	
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	
	
}

#footer a:hover {
	
	color: #7db7eb;
	
}

#footer .copyright {
	
	text-align: center;
	font-weight: bold;
	background: url(../images/copyright_bg.png) no-repeat center top;
	margin: 65px 0px 0px 0px;
	padding: 16px;
	
}






/*SECTIONS SPECIFIC STYLES*/

/*HOME*/
.homeWelcomePic {

	float: left;
	border: 5px solid #2f4f6b;
	margin: 0px 30px 10px 0px;

}

.homeh1 {

	width: 412px;
	float: left;
	margin: 0px -30px 0px -30px;

}

.homePosth1 {
	
	width: 430px;
	float: left;
	margin: 0px 0px 0px -30px;

}

/*DISTRICT 15*/
.district15Pic {
	
	background-color: #667D90;
	border: 4px solid #2f4f6b;
	margin: 0px 30px 10px 15px;
	padding: 2px;

}



/*Kathy in the News*/

.news {
	
	color: #00386f;
	
}

.news > .quotes {
	
	font-size: 13px;
	
}

.news > .quotes > strong {
	
	
	text-transform: uppercase;
	
}
.news > .date {
	
	font-size: 13px;
	
}
/***********Paypal Form*************/
form.paypal input {
	display:block;
	margin: 0 auto;
}
/*Table*/



table tr td span {
	margin-left: 17px;
	*margin-left: 23px; /*this is for IE*/
	
	
	}
	
/*Images Bio Page*/
img.centeredImg {
	display:block;
	margin-left: auto;
    margin-right: auto;
	}
img.floatLeft{
	float:left;
	margin-right:10px;
	}

img.floatRight{
	float:right;
	margin-left:10px;
	margin-bottom: 1px;
	}
	
	.stay_button  {
		display:block;
		margin-left:70px;
		}