/* XHTML Tags*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/template/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
h2 { /* Used for Page Titles */
	height: 30px;
	background-image: url(../images/template/h2-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #004C1F;
	padding: 3px 0px 5px 30px;
	margin: 0px 0px 0px 15px;
	text-align: left;
}
h3 { /* Used for Content Titles */
	font-size: 12px;
	font-weight: bold;
	color: #004C1F;
	margin: 0px 0px 20px 0px;
}
h4 { /* Soft Contents Restoration login page link to eStore */
	height: 3px;
	/* background-image: url(../images/template/bottom-menu-bg.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #004C1F;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
h5 { /* Soft Contents Restoration login page link to eStore */
	height: 3px;
	/* background-image: url(../images/template/bottom-menu-bg.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #004C1F;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
p {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	text-align: left;
}
strong {
	font-weight: normal;
	color: #004C1F;
}
/* ID's */
#top-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 255px;
	background-image: url(../images/template/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#top-bg h1 { /* Used for Site Title and CCRN Logo */
	position: absolute;
	top: 50px;
	left: 50%;
	width: 309px;
	height: 60px;
	background-image: url(../images/template/logo-ccrn-sm.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px -360px;
}
#top-bg h1 span {
	display: none;
}
#container {
	position: relative;
	top: 120px;
	width: 730px;
	height: auto;
	font-size: 12px;
	margin: 0px auto;
}
ul#p-nav {
	height: 36px;
	width: auto;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
}
ul#p-nav li {
	float: left;
	margin: 0px 1px 0px 1px;
}
ul#p-nav li a {
	display: block;
	width: 118px;
	height: 35px;
	background-image: url(../images/template/menu-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;	
}
ul#p-nav li a:hover {
	display: block;
	width: 118px;
	height: 35px;
	background-image: url(../images/template/menu-button.gif);
	background-repeat: no-repeat;
	background-position: left -36px;
	color: #E1E1E1;
	text-decoration: none;
}
ul#p-nav li a span {
	background-image: url(../images/template/menu-logo-wt.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 2px 10px 2px 18px;
	line-height: 32px;
}
#prev {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 48px;
	right: 25px;
}
#prev ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#prev ul li {
	display: inline;
	margin-left: 5px;
}
#prev ul li a {
	color: #0E562B;
	font-weight: normal;
	text-decoration: none;
}
#prev ul li a:hover {
	color: #B4CE9B;
}
#col-1, #col-2 {
	text-align: left;
}
#col-1 a:link, #col-2 a:link, #col-1 a:visited, #col-2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00752F;
	font-style: italic;
}
#col-1 a:hover, #col-2 a:hover {
	color: #004C1F;
}
#col-1 {
	float: left;
	width: 292px;
	height: auto;
	background-image: url(../images/template/col-2-border.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	margin: 0px 0px 10px 15px;
	padding: 0px 28px 25px 0px;
}
#col-1.small {
	width: 225px;
}
#col-1 h4 {
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	width: 90%;
	background-color: #004C1F;
	margin: 0px;
	padding: 2px 5px 3px 5px;
}
#col-1 img {
	margin: -5px 0px 0px -20px;
}
#col-1 img.checkbox {
	margin: 0px 0px 0px 0px;
}
#col-2 {
	float: right;
	height: auto;
	width: 340px;
	margin: 0px;
	padding: 0px 25px 25px 0px;
}
#col-2.large {
	width: 400px;
}
#col-2 img.details {
	border: 1px solid #C7DCB5;
	padding: 2px;
}
#col-2 h5 {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#col-2 p.float-right {
	width: 210px;
	padding: 0px;
	margin: 0px;
}
#col-1.evendivide input {
	width: 155px;
}
#col-1.evendivide {
	width: 200px;
	margin: 0px 0px 25px 0px;
	padding: 0px 40px 0px 120px;
}
#col-1 p.checkbox input {
	width: auto;
}
#col-2.evendivide {
	width: 245px;
	margin: 0px 0px 25px 0px;
	padding: 0px 60px 0px 60px;
}
span.subItem {
	margin-left: 24px;
}
div.float-left {
	height: 462px;
}
p.contact-descr {
	width: 325px;
	height: auto;
	clear: both;
}
p.contact-descr textarea {
	width: 320px;
}
p.buttons {
	position: relative;
}
#updatebutt, #deletebutt {
	width: 65px;
	height: 25px;
}
#deletebutt {
	position: absolute;
	top: 0px;
	left: 75px;
}
#map {
	margin: 5px 0px 25px -15px;
}
#map a:link, #map a:visited {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#map a:hover {
	color:#FF0000;
}
#map ul {
	list-style: none;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
#map table {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}
#map table td {
	padding: 5px 10px 5px 10px;
	border-bottom: dashed 1px #999999;
}
#map table #tableheader td {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	background-color: #C7DCB5;
	border: none;
}
#map table td#edit {
	text-align: center;
}
#back-links a {
	color: #0E562B;
	text-decoration: none;
}
#back-links a:hover {
	color: #B4CE9B;
}
ul#back-links {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: left;
}
#back-links li {
	display: inline;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#showDetails {
	text-align: right;
	font-size: 11px;
	width: 725px;
	margin: 20px 0px 0px 8px;
}
#showDetails h3 {
	color: #FFFFFF;
	position: relative;
	top: 24px;
	right: 30px;
	margin: 0px;
	padding: 0px;
}
#showDetails h4 {
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	width: 673px;
	height: 26px;
	background-image: url(../images/template/location-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 0px 0px 45px;
	margin: 0px 0px 10px 0px;
}
#showDetails p {
	margin: 10px 30px 0px 30px;
	padding: 5px 10px 0px 10px;
	border-top: dashed 1px #CCCCCC;
	text-align: right;
}
#showDetails ul{
	margin: 0px 30px 0px 30px;
	padding: 0px;
	width: auto;
	text-align: right;
}
#showDetails li {
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}
#showDetails a:link, #showDetails a:visited {
	color: #004C1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#showDetails a:hover {
 color: #000000;
}
#city-name {
	border-right: solid 1px #000000;
}
#footer {
	width: 100%;
	clear: both;
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
#footer p {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #CCCCCC;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}
/* Clases */
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.error {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

.gridview {
	color: #004C1F;
}

.gridview strong {
	font-weight: bold;
}
.gridview input {
	width:auto;
}
.smallLink a {
	font-size:10px;
	color: #0E562B;
	font-weight: normal;
	text-decoration: none;
}
.smallLink a:hover {
	color: #B4CE9B;
}
.smallBoldText {

	font-weight:bold;
	font-size: 9px;
}
.PageCount {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	float: left;
	width:100%;
}
.ShowPage {
	float: right;
	width:200px;
	margin: 0px;
	text-align: right;
}

.RecordCountWithSearch {
	text-align: right;
	margin: 0px;
}
#slogan {

	float:right;
	display: block;
	position: absolute;
	top: -100px;
	right: 0px;
	text-align:right;
	color: #004C1F;
	font-size:14px;
}

div#warning {
	height: 30px;
	background-image: url(../images/template/h2-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	font-weight: normal;
	color: red;
	padding: 3px 0px 15px 30px;
	margin: 0px 0px 0px 15px;
	text-align: left;
}
#slogan h1{
	font-size:22px;
	color: red;
	margin:0px;
	padding:0px;
}

#slogan b{
	font-size:20px;
	margin:0px;
	padding:0px;
}
