@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	border: 0;
	outline: 0;
	font-size: 100%;
}
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}
.clisdell #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F3F3F3;
} 
#header {
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	margin-bottom: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#banner {
	color: #000000;
	height: 320px;
	padding-bottom: 5px;
	background-image: url(../slides/p_0006.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topNavigation {
	height: 40px;
	padding: 0px 0px 0px 0px;
	background-color: #8F1115;
}
h1 {

}
h2 {
	color: #FFFFFF;
}
h3 {
	color: #1F741D;
}
h4 {
	color: #1F741D;
	font-size: 85%;
	font-weight: normal;
}

p {
	font-size: 90%;
	line-height: 1.4;
}
a, a:link {
	text-decoration: none;
	color: #F3F3F3;
}
a:visited { }
a:focus {}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {}

.clisdell #header h1 {
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	display: inline;
}
.clisdell #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* padding keeps the content of the div away from the edges */
	background-color: #F3F3F3;
	background-image: url(../images/square1.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 16px;
}
#contactsidebar1 {
	float: right;
	width: 505px;
}

#sidebar1 h2 {
	text-align: left;
	padding-left: 35px;
	background-image: url(../images/Keys_32.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	margin-top: 15px;
}
#sidebar2 h2 {
	text-align: left;
	padding-left: 30px;
	background-image: url(../images/Home_32.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	margin-top: 15px;
}
.clisdell #container #sidebar1 p, .clisdell #container #sidebar2 p {
	color: #FFFFFF;
	padding-left: 11px;
	padding-right: 10px;
}
.clisdell #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px 20px 8px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/square1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar2 h3 {
	color: #FFFFFF;
}

.clisdell #mainContent {
	margin-top: 0;
	margin-right: 512px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 8px;
} 
.clisdell #footer {
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8F1115;
	text-align: center;
} 

.clisdell #wrap #container #footer p {
	color: #FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-size: 75%;
}

.redLetter {color: #8F1115}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#header #phone {
	padding-left: 38px;
	font-size: 14px;
	background-image: url(../images/Phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 320px;
	height: 38px;
}
#mainContent h1 {
	color: #8F1115;
}


#mainContent img {
	float: left;
	padding-right: 5px;
}
#sidebar2 img, #sidebar1 img {
	padding-right: 5px;
}
#contactsidebar1 #contactTable {

	font-size: 90%;
}
#contactsidebar1 #contactTable tr{
	line-height: 2.5;

}
#contactTable input,#contactTable textarea{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1F741D;
	border-bottom-color: #1F741D;
}
#nameTable {
	font-size: 90%;
	line-height: 1.5;
	margin-top: 10px;
}
#nameTable a {
	color: #8F1115;
}
.smallFont {
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
	font-style: italic;
}
#contactsidebar1 form {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1F741D;
	padding-left: 5px;
}

.signiture {
	font-size: 28px;
	color: #8F1115;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 0.5;
}

#mainContent p {

}

.clisdell #wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#linkContent {
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../images/drawing1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#linkContent a, #linkContent a:link {
	color: #000000;
	padding: 10px 15px 10px 15px;
}
#linkContent a:hover {
	color: #1F741D;
}
#diploma {
	padding-top: 5px;
	margin-top: 5px;
}
.clisdell #wrap #container #mainContent #diploma p {
	font-size: 12px;
	line-height: 8px;
}


.clisdell #wrap .linksbanner {
	font-size: 12px;
	line-height: 4.5;
	color: #F3F3F3;
	text-align: center;
}


.bottomWrap {
	color: #333333;
	font-size: 11px;
}

.thankyouMsg {
	padding: 20px;
}
.clisdell #wrap #container #mainContent .letters {
	margin: 0;
	padding: 0;
	font-size: 10px;

}
.clisdell #wrap #container #linkContent #linksTable {
	margin: 10px;

}
.clisdell #wrap #container #banner h1 {
	display: none;
}

