@charset "utf-8";
/* Gaston Hospice Stylesheet */
body {
	margin:0;
	background-image:url(../images/pageBG.gif);
	background-repeat:repeat-x;
	background-color:#5784bd;
	font-family:Tahoma, Arial, Helvetica, serif;
	font-size:.8em;
	line-height:16px;
}
a:link { 
	color: #018a5f;
}
a:visited {
	color: #018a5f;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #018a5f;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
li {
	padding-left: 18px;
	background-image:url(../images/bullet-trans.png);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}
h1 {
	margin:0;
	font-size:24px;
	color:#FFFFFF;
}
h2 {
	margin:0;
	font-size:20px;
	color:#000000;
}
#containerRP {
	background-image:url(../images/bg_RP.gif);
	background-repeat:repeat-y;
	width:982px;
	margin:0 auto;
}
#containerNRP {
	background-image:url(../images/bg_nRP.jpg);
	background-repeat:no-repeat;
	width:982px;
	margin:0 auto;
	min-height:659px;
}
#leftCol {	
	float:left;
	padding:9px 0 0 16px;
	width:490px;
}
#logo {
	float:left;
	width:284px;
	height:240px;
}
#navigation {
	float:left;
	width:206px;
	height:240px;
}
#titleBar {
	width:455px;
	height:47px;
	background-image:url(../images/titleBar.jpg);
	background-repeat:no-repeat;
	padding:6px 0 0 35px;
	margin:0;
}
#rightCol {
	width:476px;
	float:left;
	background-image:url(../images/rcBG.jpg);
	background-repeat:no-repeat;
	background-position:119px 319px;
}
#leftContent {
	padding:6px 12px 0 35px;
	float:left;
	width:443px;
}
#homeButtons {
	float:left;
	width:480px;
	padding:16px 0 0 10px;
}
#rightContent {
	padding:6px 34px 14px 35px;
	float:left;
	width:407px;
	font-size:11px;
}
#footer {
	clear:both;
	background-image:url(../images/footerBG.jpg);
	background-repeat:no-repeat;
	height:42px;
	margin:0 16px 0 16px;
	font-size:11px;
}
.footerLinks {
	float:left;
	padding:13px 0 0 12px;
}
.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {
	color: #656565;
	margin:1px;
	padding:4px;
	background-color:#d9d9d9;
	text-decoration:none;
	border:1px solid #b2b3aa;
	font-size:11px;
}
.footerLinks a:hover {
	background-color:#cfcdcc;
	margin:1px;
	padding:4px;
	color: #000000;
	text-decoration:none;	
}
.footerRight {
	float:left;
	width:160px;
	padding:13px 0 0 16px;
}
.footerLogo {
	float:left;
	width:20px;
	padding:6px 0 0 30px;
}

/* ------------------------------------------------------------------------------------ */
/* FORM FIELDS AND BUTTONS																
/* ------------------------------------------------------------------------------------ */

.frmTextBoxS {
	width: 100px;  
	/*background-image: url(../images/form-fade.jpg);*/
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
	padding: 2px;
	color: #6d6f71;
	font-size: 11px;
}

.frmTextBoxM {
	width: 150px;  
	/*background-image: url(../images/form-fade.jpg);*/
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
	padding: 2px;
	color: #6d6f71;
	font-size: 11px;
}

.frmTextBoxL {
	width: 200px;  
	/*background-image: url(../images/form-fade.jpg);*/
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
	padding: 2px;
	color: #6d6f71;
	font-size: 11px;
}

.frmTextBoxXS {
	width: 40px;  
	/*background-image: url(../images/form-fade.jpg);*/
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
	padding: 2px;
	color: #6d6f71;
	font-size: 11px;
}

.frmTextAreaM {
	width: 325px; 
	height: 150px; 
	/*background-image: url(../images/form-fade.jpg);*/
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
	padding: 2px;
	color: #6d6f71;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.frmButtonS {
	width: 100px;  
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.frmButtonM {
	width: 200px;  
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.frmListBox
{
	/*background-image: url(../images/form-fade.jpg);*/
	background-repeat: repeat-x;
	border: 1px solid #b4b4b4;
	padding: 2px;
	color: #6d6f71;
	font-size: 11px;
}

	
.sitemap-main  {
	
	padding-left: 0px;
	padding-bottom: 10px;
  padding-top: 5px;
	
}

.sitemap-items  {
	
	padding-left: 18px;
	padding-bottom: 8px;
	
}