/* Positioning Classes */

body {
	margin-top: 10px;
	font-family: arial,sans-serif;
	font-size: 12pt;
}

/* Class */

.menuItem {
	width: 200px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

td.content {
	padding: 10px;
	vertical-align: top;
}

.imgCell {
	width: 290px;
}

.labelCell {
	width: 120px;
	vertical-align: top;
}
.inputCell {
	width: 380px;
}
.submitCell {
	text-align: right;
}

input.textInput {
	margin-bottom: 5px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-family: arial,sans-serif;
	padding: 5px;
	font-size: 10pt;
}

input.submitButton {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	font-family: arial,sans-serif;
	padding: 5px;
	font-size: 10pt;
}
	

textarea.textareaInput {
	margin-bottom: 5px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-family: arial,sans-serif;
	padding: 5px;
	width: 280px;
	height: 80px;
	font-size: 10pt;
}

select.selectInput {
	margin-bottom: 5px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	font-family: arial,sans-serif;
	padding: 5px;
	font-size: 10pt;
}

/* ID */

table#main {
	
}

table#content {
	width: 760px;
}

td#logo {
	background: url('../img/logoBG.png');
	background-position: top left;
	background-repeat: repeat-x;
	width: 1020px;
	height: 160px;
}

td#menu {
	width: 200px;
	background: #ffe6c0;
	vertical-align: top;
}

td#body {
	width: auto;
	background: url('../img/bodyBG.png');
	background-position: top right;
	background-repeat: repeat-y;
	padding: 20px;
	vertical-align: top;
}

td#footer {
	background: url('../img/footerBG.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 40px;
	font-size: 8pt;
	font-family: tahoma;
	text-align: center;
}

/* Menu Items */

td#menu-home {
	background: url('../img/menu/home.png');
}
td#menu-home:hover {
	background: url('../img/menu/home-over.png');
}
td#menu-aboutcrh {
	background: url('../img/menu/aboutcrh.png');
}
td#menu-aboutcrh:hover {
	background: url('../img/menu/aboutcrh-over.png');
}
td#menu-legacyofcare {
	background: url('../img/menu/legacyofcare.png');
}
td#menu-legacyofcare:hover {
	background: url('../img/menu/legacyofcare-over.png');
}
td#menu-thehomes {
	background: url('../img/menu/thehomes.png');
	background-repeat: no-repeat;
}
td#menu-thehomes:hover {
	background: url('../img/menu/thehomes-over.png');
	background-repeat: no-repeat;
}
td#menu-convcare {
	background: url('../img/menu/convcare.png');
}
td#menu-convcare:hover {
	background: url('../img/menu/convcare-over.png');
}
td#menu-qualitystandards {
	background: url('../img/menu/qualitystandards.png');
}
td#menu-qualitystandards:hover {
	background: url('../img/menu/qualitystandards-over.png');
}
td#menu-enquiries {
	background: url('../img/menu/enquiries.png');
}
td#menu-enquiries:hover {
	background: url('../img/menu/enquiries-over.png');
}
td#menu-inaddition {
	background: url('../img/menu/inaddition.png');
}
td#menu-inaddition:hover {
	background: url('../img/menu/inaddition-over.png');
}

td#menu-bottom {
	background: url('../img/menu/menu0bottom.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
}

/* Sub-Menu Items */

div#homes-space {
	height: 40px;
	width: 200px;
}

div#menu-sandiway {
	height: 40px;
	width: 200px;
	background: url('../img/menu/sandiway.png');
}
div#menu-sandiway:hover {
	background: url('../img/menu/sandiway-over.png');
}

div#menu-trepassey {
	height: 40px;
	width: 200px;
	background: url('../img/menu/trepassey.png');
}
div#menu-trepassey:hover {
	background: url('../img/menu/trepassey-over.png');
}

div#menu-upton {
	height: 40px;
	width: 200px;
	background: url('../img/menu/upton.png');
}
div#menu-upton:hover {
	background: url('../img/menu/upton-over.png');
}

/* HTML */

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #004631;
}

p {
	text-align: justify;
	margin-bottom: 5px;
}

/* Links */

a:link, a:visited, a:hover {
	color: #004631;
	text-decoration: none;
	border-bottom: 1px solid black;
}
a:hover {
	border-color: #004631;
	color: black;
}


.menuItem a {
	border: 0px none;
}


/* Font Types */

h1.arial {
	font-family: Arial, Arial, Helvetica, sans-serif;
}

p.arial {
	font-family: Arial, Arial, Helvetica, sans-serif;
}

h1.arial-black {
	font-family: 'Arial Black', Gadget, sans-serif;
}

p.arial-black {
	font-family: 'Arial Black', Gadget, sans-serif;
}

h1.comic-sans {
	font-family: 'Comic Sans MS', 'Comic Sans MS', cursive;
}

p.comic-sans {
	font-family: 'Comic Sans MS', 'Comic Sans MS', cursive;
}

h1.courier {
	font-family: 'Courier New', Courier, monospace;
}

p.courier {
	font-family: 'Courier New', Courier, monospace;
}

h1.georgia {
	font-family: Georgia, serif;
}

p.georgia {
	font-family: Georgia, serif;
}

h1.impact {
	font-family: Impact, Charcoal, sans-serif;
}

p.impact {
	font-family: Impact, Charcoal, sans-serif;
}

h1.lucida-console {
	font-family: 'Lucida Console', Monaco, monospace;
}

p.lucida-console {
	font-family: 'Lucida Console', Monaco, monospace;
}

h1.lucida-sans {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

p.lucida-sans {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h1.palatino {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

p.palatino {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

h1.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}

p.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}

h1.times {
	font-family: 'Times New Roman', Times, serif;
}
 
p.times {
	font-family: 'Times New Roman', Times, serif;
}

h1.trebuchet {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

p.trebuchet {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

h1.verdana {
	font-family: Verdana, Verdana, Geneva, sans-serif;
}

p.verdana {
	font-family: Verdana, Verdana, Geneva, sans-serif;
}
