@charset "utf-8";
/* The House Share website stylesheet */

@media screen {
.oneColElsCtr #containerOne {
	width: 721px;	
	background-image: url(../images/img_page_background.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
.oneColElsCtr #mainHeader {

	height: 99px;
	width: 721px;
}
.oneColElsCtr #banner{
	height: 291px;
	width: 721px;
}
.oneColElsCtr #mainMenu {
	background-image: url(../images/img_menu_background.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 721px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-indent: 60px;
	margin: 0px;
	line-height: 24px;
}	
.courseDesc {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin: 30px;
}	

.oneColElsCtr #mainContent {
	height: auto;
	width: 590px;
	margin: 20px 91px 20px 63px; /* top, right, bottom, left */
	padding: 0;
}

.oneColElsCtr #mainFooter {
	background-image: url(../images/img_background_footer.gif);
	background-repeat: no-repeat; 
	width: 590px;	
	height: 35px;
}

.divider {
	background-image: url(../images/img_divider.gif);
	height: 2px;
	width: 590px;
	background-repeat: repeat-x;
	background-position: left 0px ; 
	margin: 7px 0px 7px 0px; /* top, right, bottom, left */
}
.subBoxAuto {
/* used for page divs */
}

.imgFrame {
	background-image: url(../images/img_picture_frame.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 31px 44px 50px 29px; /* top, right, bottom, left */
	margin-bottom: 0px;
	margin-top: 0px;
}	


.subheading {
	font-style: italic;
}	
	
/* redefined HTML tags */
p {
line-height:17px;
}
li {
line-height:17px;
}
h1 {
	font-size:22px;
	height: 40px;
	line-height: 60px;
	color: #b91f32;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #b91f32;
	height: 10px;
	
}

a:link {
	color: #b91f32;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b91f32;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #b91f32;
}

/* menu */
A:LINK.menu {
	color :  #FFFFFF;
	text-decoration :  none;
}
A:VISITED.menu  {
	color :  #FFFFFF;
	text-decoration :  none;
}
A:HOVER.menu  {
	color :  #CCCCCC; 
	text-decoration :  none;
}

body {
	color: #231f20;
	font-size: 12px;
	background: #b9b9ba;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
} /* end media@screen */.calenderCourse {
	font-weight: bold;
	color: #B91F32;
}
