/* CSS Document */
/* Author: Bewebsmart UK Design Solutions, March 2008 */
/* CSS file built from scratch for Seashells Care and Support Services

/* standard tag styling */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: left;
}

h1 {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #000000;
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
}	

h2 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #000000;
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}

h3 {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #000000;
	font-size: small;
	text-transform: none;
	text-align: left;
	font-weight: bold;
}	

img {
	margin: 0px;
	border: none;
}

table {
	border: none;
}

td {
	padding: 0px;
}

td img {
	display: block;
}

a:link {
	color: #007774;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #007774;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #007774;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}		

form .p_title {
	text-align: right;
}

form .p_box {
	text-align: left;
}
	
/* table styling - note: td styling is after the various table definitions */
/* Page table */
.table_mainpage {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.table_mainpage td {
	padding: 0px;
}
		
/* Titlebar table */
.table_mainpage .td_titlebar_right .table_titlebar {
	width: 100%;
	border: none;
}

.table_mainpage .td_titlebar_right .table_titlebar .td_left {
	padding: 0px;
	background-image: none;
}

.table_mainpage .td_titlebar_right .table_titlebar .td_right {
	padding:0px;
	background-image: none;
}

.table_mainpage .td_titlebar_right p {
	color: #FFFFFF;
	text-align: right;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}				

/* Menubar table */
.table_mainpage .td_menubar table {
	background-color: #009C98;
	width: 156px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.table_mainpage .td_menubar td {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.table_mainpage .td_menubar a:link {
	color: #EAEAEA;
	text-decoration: none;
}

.table_mainpage .td_menubar a:active {
	color: #EAEAEA;
	text-decoration: none;
}

.table_mainpage .td_menubar a:visited {
	color: #EAEAEA;
	text-decoration: none;
}

.table_mainpage .td_menubar a:hover {
	color: #000000;
	text-decoration: underline;
}


.table_mainpage .td_menubar table p {
	margin: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-size: medium;
}

/* Footer table */	
.table_footer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
	border: none;
}

.table_footer td {
	vertical-align: top;
}
			

.table_footer p {
	font-size: 11px;
	text-align: left;
	margin: 0px;
}

.table_footer img {
	display: inline;
	float: right;
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}	

.table_footer td_footer_validators {
	text-align: right;
}	

/* Navigation table on the front/home page only */
.table_frontpage_nav {
	width: 100%;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: none;
}	

.table_frontpage_nav td {
	padding: 2px;
	vertical-align: top;
}

.table_frontpage_nav img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}	

.table_frontpage_nav a:hover img {
	padding: 2px;
	border: 1px solid #009C98;
}	

.table_frontpage_nav h3 {
	font-size: medium;
	padding: 2px;
	margin: 0px;
}	

.table_frontpage_nav p {
	font-size: small;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}	

.table_mainpage .td_maincontent .table_frontpage_nav .td_text {
	width: 45%;
}

/* individual table cell (td) styling */
.table_mainpage .td_banner {
	background-color: #009C98;
}

.table_mainpage .td_phone {
	background-color: #009C98;
	background-image: url(../images/seashells_banner_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
}	

.table_mainpage .td_phone .p_phone {
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: inherit;
	margin-left: inherit;
	font-size: x-large;
	color: #000000;
	text-align: right;
	font-weight: bold;
}

.table_mainpage .td_phone .p_size {
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: inherit;
	margin-left: inherit;
	font-size: small;
	color: #000000;
	text-align: right;
	font-weight: bold;
}

.table_mainpage .td_phone a:link {
	color: #000000;
	text-decoration: none;
	font-size: medium;
}

.table_mainpage .td_phone a:active {
	color: #000000;
	text-decoration: none;
	font-size: medium;
}

.table_mainpage .td_phone a:visited {
	color: #000000;
	text-decoration: none;
	font-size: medium;
}

.table_mainpage .td_phone a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: medium;
}
	

.table_mainpage .td_menubar {
	background-color: #000000;
	text-align: center;
	font-size: medium;
}

.table_mainpage .td_menubar table {
	margin-left: auto;
	margin-right: auto;
}		

.table_mainpage .td_menubar p {
	color: #FFFFFF;
}

.table_mainpage .td_menubar .img_care_general {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.table_mainpage .td_menubar .img_care_forum_wales {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}	


.table_mainpage .td_titlebar_left {
	background-image: url(../images/seashells_titlebar_left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.table_mainpage .td_titlebar_right {
	background-image: url(../images/seashells_titlebar_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.table_mainpage .td_lowerbanner_left {
	background-image: url(../images/seashells_lowerbanner_left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.table_mainpage .td_lowerbanner_left p {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.table_mainpage .td_maincontent {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.table_mainpage .td_maincontent ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.table_mainpage .td_maincontent li {
	list-style-position: outside;
	list-style-type: circle;
}

.table_mainpage .td_maincontent li p {
	margin-top: 5px;
	margin-bottom: 5px;
}	
	
.table_mainpage .td_spacer {
	background-color: #000000;
	padding: 0px;
}	
	
/* miscellaneous paragraph styles */
.table_footer .p_designed_by {
	text-align: right;
}

.table_mainpage .p_intro {
	font-size: medium;
}					

.asterisk {
	color: #FF0000;
}	

.table_mainpage .td_menubar .p_care_forum_wales {
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
				

/* miscellaneous image styling */
.img_intro {
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px;
	float: right;
	border: 1px solid #000000;
}	

/* Top layers */
#highlight {
	background-color: #EAFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 10px 10px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#hightlight h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#highlight table {
	margin-left: 0px;
}

#highlight td {
	padding: 0px;
}		

#highlight td.right {
	width: 50%;
}	

#highlight img.news {
	float: left;
	margin: 10px 2px 0px 5px;
}


/* End of css styling file */


