@charset "utf-8";
body  {
	font: 100% 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: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 951px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFE8C4;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 109px;
	padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 251px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	height: 500px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #sidebar1 p{
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 251px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFE8C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
} 
.twoColFixLtHdr #mainContent li{
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #mainContent ol {
color: #663333;}
.picRight {
	float: right;
	border: 1px solid #DE5E13;
	margin-left: 10px;
}


.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(images/menu_base_bg.gif);
	background-repeat: repeat;
	height: 20px;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	height: 109px;
} 
.pageIntro {
	color: #663333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #663333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #663300;
	font-weight: bold;
}
ul {
	color: #663333;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.navbar {
	height: 109px;
	width: 699px;
	text-align: right;
	background-image: url(images/menu_base_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	float: right;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
}
.testimonials {
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 10px;
	background-color: #FBECD7;
	line-height: 1.2em;
	font-style: normal;
	color: #DE5E13;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DE5E13;
	border-right-color: #DE5E13;
	border-bottom-color: #DE5E13;
	border-left-color: #DE5E13;
	float: right;
}

/* Styles for Blog */

input {font: 1em Arial, Helvetica, sans-serif; color:#870A28;}

a.darkred01:link {color: #870A28; text-decoration: underline;}
a.darkred01:link:hover {color: #DE5E13; text-decoration: none;}
a.darkred01:visited {color: #870A28; text-decoration: underline;}
a.darkred01:visited:hover {color: #DE5E13; text-decoration: none;}

body.blog h1 {font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #870A28;}
body.blog h1 a:link {color: #870A28; text-decoration: underline;}
body.blog h1 a:link:hover {color: #DE5E13; text-decoration: none;}
body.blog h1 a:visited {color: #870A28; text-decoration: underline;}
body.blog h1 a:visited:hover {color: #DE5E13; text-decoration: none;}

body.blog h3 {font: bold 0.9em Arial, Helvetica, sans-serif; color:#DE5E13; margin-top: 9px; margin-bottom: 5px;}

.blogdetails01 {font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; color: #DE5E13;}

#blogmenu01 {width: 160px; float:right; border-left: 1px solid #FFE8C4; border-bottom: 1px solid #FFE8C4; margin-left: 10px; margin-bottom: 5px; padding: 15px;}

ul#subnav03 {margin: 0;	padding: 0;	border: 0; outline: 0;}
ul#subnav03 {list-style: none; font: bold 0.9em Arial, Helvetica, sans-serif; color:#870A28; margin-bottom: 0px; margin-top: 6px; padding-bottom: 1px;}
ul#subnav03 li {list-style: none; padding-bottom: 5px;}
ul#subnav03 li a:link {color: #DE5E13; text-decoration: underline;}
ul#subnav03 li a:link:hover {color: #870A28; text-decoration: none;}
ul#subnav03 li a:visited {color: #DE5E13; text-decoration: underline;}
ul#subnav03 li a:visited:hover {color: #870A28; text-decoration: none;}

div#feedback {font: 0.8em Arial, Helvetica, sans-serif;}
div#feedback a:link {color: #DE5E13; text-decoration: underline;}
div#feedback a:link:hover {color: #870A28; text-decoration: none;}
div#feedback a:visited {color: #DE5E13; text-decoration: underline;}
div#feedback a:visited:hover {color: #870A28; text-decoration: none;}

textarea#comment {width: 400px; height: 150px; font: 1.2em Arial, Helvetica, sans-serif; color:#DE5E13;}

.commentlist {font: 0.8em Arial, Helvetica, sans-serif; color:#DE5E13; line-height: 1.3;}
.commentlist a:link {color: #DE5E13; text-decoration: underline;}
.commentlist a:link:hover {color: #870A28; text-decoration: none;}
.commentlist a:visited {color: #DE5E13; text-decoration: underline;}
.commentlist a:visited:hover {color: #870A28; text-decoration: none;}

form#commentform p {font: 0.8em Arial, Helvetica, sans-serif; color:#DE5E13; line-height: 1.3;}
form#commentform p a:link {color: #DE5E13; text-decoration: underline;}
form#commentform p a:link:hover {color: #870A28; text-decoration: none;}
form#commentform p a:visited {color: #DE5E13; text-decoration: underline;}
form#commentform p a:visited:hover {color: #870A28; text-decoration: none;}
.eventsTable td{
	vertical-align: top;
	padding-top: 5px;
}
