/*
Some important notes about this style sheet.
The Westcare web site will be accessed by the blind and visually imparied. With that in mind, please note:

1) All font sizes and <p> line heights must be specified in % values.
2) Do not use low contrast colours.
3) The paragraph line hight must not be made any lower than 180%.
4) Text anchors must have the text-decoration set to 'underline'.
5) The long description styles are not contained in this style sheet. They are located in 'longdesc/style_longdesc.css'.
*/

body {
	background-image:url(../images/background.gif);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#5295cd;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
}

html, body {
   height: 100%;
}

#nav {
	width:748px;
	z-index:20;
	background-image: url(../images/background_root_menu.gif);
}

.container {
	margin: 0 auto;
	width:788px;
	height:100%;
	background-image:url(../images/background_main.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding-left:50px;
}

.topmenuul{
	list-style-type:none;

}

.topmenuli{
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
}

.topmenutitle{
	display:block;
	width:82px;
	background-image:url(../images/background_root_menu.gif);
	height:36px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:70%;
	color:#fff;
	padding:22px 0px 0px 0px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	z-index:30;	
}

.submenuli a{
	display:block;
	width:120px;
	background-color:#f08e24;
	text-decoration:none;
	color:#fff;
	font-size:70%;
	padding:3px 10px 3px 10px;
	border-top:solid 1px #f29e43;
	border-bottom:solid 1px #ce7a1f;
}

.submenuli a:hover{
	background-color:#ffa734;
	text-decoration:none;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul {
	top: auto;
	left: auto;
}

#mailhome {
	position:relative;
	top:260px;
	left:215px;
	width:300px;
	z-index:60;
	height:61px;
}

#mailhome img {
	border:none;
	float:left;
}

#comment {
	position:relative;
	top:260px;
	left:30px;
	width:95px;
	z-index:60;
}

#comment img {
	border:none;
}

#mail {
	position:relative;
	top:290px;
	left:440px;
	width:145px;
	z-index:60;
}

#mail img {
	border:none;
}


/* This is the home page content style */

#homecontent {
	clear:left;
	position:absolute;
	top:360px;
	padding:20px 20px 20px 20px;
	width:441px;
	
	margin-left:20px;
	
	z-index:50;
	background-image:url(../images/background_content_home.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fff;
	
	font-size:80%;
	color:#356585;
	line-height:180%;
	
}

#homecontent h1 {
	font-size:170%;
	font-weight:normal;
	color:#fff;
	margin:0px 0px 30px 0px;
}

#homecontent h2 {
	font-size:135%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;
}


#homecontent h3 {
	font-size:115%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}

#homecontent h4 {
	font-size:105%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}

#homecontent h5 {
	font-size:95%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}

#homecontent h6 {
	font-size:85%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}







#homecontent li {
	list-style-image:url(../images/li.gif);
	line-height:18px;
}


#homecontent img {
	border:solid 5px #e9e9e9;
	margin:3px;
}

#homecontent a {
	text-decoration:underline;
	color:#006699;
}

#homecontent a:hover {
	text-decoration:underline;
	color:#006699;
	background-color:#e5eef4;
}


/* This is the style for every page other than the home page */
#content {
	clear:left;
	position:absolute;
	top:360px;
	margin-left:20px;
	width:700px;
	
	z-index:50;
	background-image:url(../images/background_content.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fff;
}

#content h1 {
	font-size:170%;
	font-weight:normal;
	color:#fff;
	margin:0px 0px 0px 30px;
}

#content h2 {
	font-size:135%;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;
}


#content h3 {
	font-size:115%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}

#content h4 {
	font-size:105%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}

#content h5 {
	font-size:95%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}

#content h6 {
	font-size:85%;
	font-weight:normal;
	color:#5483d2;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #cfdcf2;	
}





#content p {
	font-size:80%;
	color:#356585;
	padding:0px 30px 10px 30px;
	line-height:180%;
}

#content img {
	border:none;
}

#content a {
	text-decoration:underline;
	color:#006699;
}

#content a:hover {
	text-decoration:underline;
	color:#006699;
	background-color:#e5eef4;
}

#content li {
	list-style-image:url(../images/li.gif);
}



.backtotop {
	margin:10px 0px -25px 0px;
	border:0px;
}

.backtotop img {
	border:0px;
}


#top {
	position:absolute;
	top:58px;
	background-image:url(../images/skyjpg);
	background-repeat:no-repeat;
	background-position:top;
	width:738px;
	height:302px;
	z-index:10;
}

#badge {
	position:relative;
	top:190px;
	width:55px;
	left:585px;
	z-index:70;
}

#homebadge {
	position:relative;
	top:210px;
	width:55px;
	left:545px;
	z-index:70;
}

.footer {
	width:165px;
	float:right;
	margin:20px 0px 0px 0px;
}


#sidebar {
	position:relative;
	top:210px;
	left:512px;
	width:180px;
	padding:15px;
	background-image:url(../images/sidebar_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#397ba9;
	z-index:60;
	color:#fff;
}

#sidebar h1 {
	font-size:140%;
	font-weight:normal;
	color:#fff;
	margin:0px 0px 20px 0px;
}

#sidebar h2 {
	font-size:70%;
	font-weight:normal;
	color:#fff;
	padding:10px 0px 0px 0px;
	border-top:solid 1px #6b9dbf;
}

#sidebar h3 {
	font-size:100%;
	font-weight:bold;
	color:#ffd24f;
	margin:0px;
}

#sidebar p {
	font-size:80%;
	color:#fff;
	margin:0px;
}

#sidebar strong {
	margin:0px 0px 20px 20px;
}

#sidebar img {
	border:none;
}

#sidebar a {
	color:#fff;
	text-decoration:none;
}

#sidebar a:hover {
	background-color:#5990b7;
}

.sidebarbottom {
	position:relative;
	width:210px;
	height:20px;
	background-image:url(../images/side_bottom.gif);
	left:512px;
	top:210px;
	z-index:200;	
}

.advert {
	position:relative;
	width:210px;
	left:512px;
	top:220px;
	z-index:200;
	color:#fff;
	font-size:12px;
	text-align:center;
	
}

.advert img {
	border:none;	
}

.advert a {
	border:none;
}

.tsa {
	position:relative;
	top:14px;
	width:143px;
	left:20px;
	z-index:90;
}

.dsc {

float: left;
padding: 2px;
}

#people {
	position:absolute;
	background-image:url(../top_images_static/home01.jpg);
	background-repeat:no-repeat;
	top:58px;
	z-index:11;
	width:740px;
	height:321px;
}

/*
#people {
	position:absolute;
	top:58px;
	z-index:11;
	background-image:url(../top_images_home/rotate.php);  "What the?" I hear you ask. This pertains to the random image rotation. Any image located in the 'top_images' directory will be included in the rotation.
	width:465px;
	height:259px;
}
*/
 
#buttons {
	position:absolute;
	top:70px;
	padding-left:270px;
	z-index:15;
}

#buttons img {
	border:none;
}

.imgright {
	background-color:#cbe6fa;
	padding:5px;
	margin:0px 10px 3px 0px;
	float:right;
}

.imgleft {
	background-color:#cbe6fa;
	padding:5px;
	margin:0px 10px 3px 0px;
	float:left;
}

#divisions {
	position:absolute;
	background-color:#21689f;
	background-image:url(../images/background_divisions.gif);
	width:718px;
	height:200px;
	display:none; 
	top:100px;
	padding:10px;
	z-index:90;
	font-size:11px;
	color:#97b8d2;
}

#divisions a {
	color:#ffcc33;
	text-decoration:none;
}

#divisions a:hover {
	color:#fff;
	text-decoration:none;
}


#divisions table {
	width:718px;
}

#divisions strong {
	color:#ffcc00;
}

.divborder {
	border-right:solid 1px #407ba8;	
}

#divisions td {
	width:130px;
	padding:10px;	
	vertical-align:top;
}

.close {
	display:block;
	width:695px;
	background-color:#1c384f;
}

.product {
	border-bottom:solid 1px #cfdcf2;
	width:135px;
	text-align:center;
	float:left;
}

.product img {
	border:none;
}


