﻿/* @group General Styles */

td { 
	font-size: 8pt;
}

body {
	margin: auto;
	text-align: center;
	font: 0.8em Arial, Verdana, Futura, Tahoma, sans-serif;
	background: #3E4F75;
}

img {
	border: none;
}

p { 
	font: georgia;
	color: #000000;
	font-size: 1.3em;
}

b, strong {
	font-weight: bold;
	color: #092143;
}

a:link {
	color: #c49830;
	text-decoration: none;
}

a:visited {
	color: #776329;
	text-decoration: none;
}

a:hover, a:active {
	color: #f10a0f;
}

a.table:link {
	color: midnightblue;
	text-decoration: none;
	font-size: 14px;
}

a.table:visited {
	color: midnightblue;
	text-decoration: none;
	font-size: 14px;
}

a.table:hover, a.table:active {
	color: midnightblue;
	font-size: 14px;
}


.imageright {
	float: right;
	clear: right;
	margin-left: 8px;
}
.imageleft {
	float: left;
	clear: left;
	margin-right: 8px;
}
.imagecentered {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	display: block;
}
.caption {
	text-align: center;
	font: italic normal 12pt Georgia, "Times New Roman", Times, serif;
}
/*
.leftsq {
	float: left;
}

.rightsq {
	float: right;
}
*/
/* @end */

/* @group Layout */

#container {
	background: #ffffff repeat-y left url('/theme-images/Sidebar_B-Round.png'); /* This Is The BG Color Of The Main Div */
	width: 900px; /* Right And Left /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border: 0px solid #e9e9e9;
}

#pageHeader {
	width: 900px;
	text-align: left;
	list-style: none;
	height: 239px;
	background: url('/theme-images/header.png') no-repeat;
	
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #2D4058;
	margin: auto;
	text-align: center;
	font-family: "Myriad Pro", "MS Trebuchet", sans-serif;
	font-size: 2.4em;
	letter-spacing: 3px;
	position: relative;
	top: 150px;
	padding: 17px 20px 5px 30px;
}

#pageHeader h2 {
	color: #2D4058;
	margin: auto;
	font-size: 1.1em;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 3px;
	position: relative;
	top: 150px;
	
}
#sticker {
	position:absolute;
	width: 65px;
	height: 65px;
	margin: -250px 658px;
	z-index:99;
}


#contentContainer {
	width: 710px;
	float: right;
	text-align: justify;
	padding-top: 0px;
	background: #ffffff url('/sandbox/container-background.png') no-repeat;
}
#contentContainer #content {
	margin-left: 20px; 
	padding-bottom: 30px;
	width: 670px;
	
}

#sidebarContainer {
	text-align: left;
	width: 190px;
	float: left;
	color: #f9fc2f;
}

#sidebarContainer .sidebar {
	padding: 10px;
}

#footer {
	margin: 1px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	color: #FFC125;
	background: #3E4F75;
	height: 2.8em;
	width: 704px;
	border: 1px;
}

#footer p {
	margin: 1px;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
}

#footer a {
	color: #8585a6;
}

#footer a:hover {
	color: #ffbd3e;
	text-decoration: none;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-top: 0px;
	width: 190px;
	line-height: 1.2em;
	color: #3d3d3d;
	background: #111539;
	font-size: 1.2em;
	
}

#navcontainer li a.active {
	
	color: #f10a0f;
	font-weight: bold;
	background: #1C2247 url('/theme-images/vetcrest.png') no-repeat 10px center;
	padding-left: 32px;
	padding-right: 10px;
	
	
}

#navcontainer ul ul li a.active {
	padding-left: 40px;
	background: #2d4058 url('/theme-images/vetcrest2.png') no-repeat 20px center;
	
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}



#navcontainer ul li {
	border-bottom: 1px solid #FFD700;
	color: #ffd700;
	
}

#navcontainer ul * li {
	border-width: 0;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	color: #ffffff;
	font-family: "Myriad Pro";
}

#navcontainer a:hover {
	color: #ffffff;
	background: #839cb8;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
	font-size: smaller;
}

#navcontainer ul ul li { 
	border-bottom: 0px;
	font-size: 1.0em;
	line-height: 1em;
}



#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 40px;
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/* @end */

/* @group Global Classes */

.standout {
	font-style: italic;
	background: #7dacdc;
	padding: 10px;
	font-size: 13px;
	color: #fafffd;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}

h1 {
	color: midnightblue;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: firebrick;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
}

h3 {
	color: firebrick;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 3em;
	text-align: center;
}

h4 {
	color: midnightblue;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.1em;
	text-align: center;
}

h5 {
	color: firebrick;
	font-size: 18px;
	font-weight: normal;
	margin-top: -15px;
	text-align: center;
}

p {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #000;
	font-size: 14px;
}


.imageStyle {
}

.image-left {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.image-right {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

hr {
	border-top: 1px;
}
	
/* @end */












