/*//---------------------------------------------*/
/*// Name: Cheyenne Tonopah Animal Hospital - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		body {
			background: url(images/bg.jpg) #13143d repeat-x;
			height: 864px;
			font-family: Tahoma, Times, Sans-serif;
			font-size: 12px;
			color: #000000;
		}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/


	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		td.bgNav {
			background: url(images/nav-middle.jpg) repeat-x;
			height: 40px;
		}

		table.nav a {
			display: block;
		}

		table.nav span {
			display: none;
		}

		a.home {
			background: url(images/home-up.jpg) no-repeat;
			width: 88px;
			height: 26px;
		}

		a.home:hover {
			background: url(images/home-over.jpg) no-repeat;
			width: 88px;
			height: 26px;
		}

		a.about {
			background: url(images/about-up.jpg) no-repeat;
			width: 115px;
			height: 26px;
		}

		a.about:hover {
			background: url(images/about-over.jpg) no-repeat;
			width: 115px;
			height: 26px;
		}

		a.services {
			background: url(images/services-up.jpg) no-repeat;
			width: 146px;
			height: 26px;
		}

		a.services:hover {
			background: url(images/services-over.jpg) no-repeat;
			width: 146px;
			height: 26px;
		}

		a.gallery {
			background: url(images/gallery-up.jpg) no-repeat;
			width: 110px;
			height: 26px;
		}

		a.gallery:hover {
			background: url(images/gallery-over.jpg) no-repeat;
			width: 110px;
			height: 26px;
		}

		a.contact {
			background: url(images/contact-up.jpg) no-repeat;
			width: 135px;
			height: 26px;
		}

		a.contact:hover {
			background: url(images/contact-over.jpg) no-repeat;
			width: 135px;
			height: 26px;
		}

	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		div.footer {
			background: url(images/footer.jpg) repeat-x;
			height: 56px;
			font-size: 10px;
			color: #ffffff;
			padding-top: 10px;
		}

		div.footer  img {
			position: relative;
			top: 8px;
		}


/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/

	td.content {
		background: url(images/bg-content.jpg) repeat-y top;
		width: 740px;
		padding: 0px;

	}

	div.newsletterBox {
		background: url(images/bg-box.jpg) no-repeat;
		float: right;
		margin-right: 32px;
		width: 218px;
		height: 270px;
	}

	ul {
		margin: 0px 60px 0px 60px;
	}
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		p.title {
			border-bottom: solid #000000 thin;
			padding-bottom: 10px;
			margin-top: 15px;
		}

		h1 {
			border-bottom: solid #000000 thin;
			padding: 0 0 8px 1px;
			margin: 13px 30px 30px 30px;
			font-size: 20px;
			color: #be1e2d;
			font-weight: bold;
			text-shadow: 1px 1px #b3b3b3;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		p {
			margin: 30px;
			line-height: 25px;
		}

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		a {
			text-decoration: none;
			color: #be1e2d;
		}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		img.blue {
			border: solid 2px #282a73;
		}

		img.red {
			border: solid 2px #be1e2d;
		}

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		div.paragraph {
			margin: 30px;
		}

	.borderTable
	{
		border: 1px solid #00007f;
	}
	.tableRowHeader
	{

	}
	.tableRowFooter
	{

	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{

	}
	.labelColumn
	{

	}
	.tableRow1 {
		background-color: #ececff;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
