
/***************************************************************
	CSS written by Adam T. Gregory - 08/25/2008
***************************************************************/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #966241;
	background-color: #000000;
	background-image: url(../images/SCBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: 400;
}

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#content, #width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");
	max-width: 1000px;
	margin: 0 auto;
}

/* Change to 94% for fluid width */
#content[id], #width[id] {
	width: 860px;
	height: auto;
}

/**************************************************************
   #header: Holds the site header and header menu
 **************************************************************/

#header {
	position: relative;
	height: 216px;
	background-image: url(../images/SCHeader.jpg);
	background-position: top;
}

#headerMenu {
	float: left;
	width: 100%;
	clear: both;
}

#headerMenu ul {
	margin: 0;
	padding: 0;
}

#headerMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerMenu li a {
	float: left;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 500;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 6px;
	padding-left: 0.5em;
	color: #000000;
}

#headerMenu li a:hover {
	color: #966241;
	padding-top: 3px;
}

#headerMenu li a.here {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #999999;
	border-top-color: #404040;
	border-bottom-color: #404040;
}

#headerMenu li a.last {
	margin-right: 0;
}

/* Sets where the header images will go */

#header img.left {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 15px;
}

#header img.right {
	position: absolute;
	z-index: 0;
	top: 50px;
	right: 15px;
}

/**************************************************************
   #mainMenu: The main navigation
 **************************************************************/

#main {
	position: relative;
	height: 58px;
	background-image: url(../images/SCNav.jpg);
}

#mainMenu {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 7px;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li a {
	float: left;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight: 400;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0em;
	color: #453021;
}

#mainMenu li a:hover {
	float: left;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight: 400;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0em;
	color: #f5ae72;
}

#mainMenu li.here a {
	color: #453021;
	padding-top: 1px;
}

#mainMenu li a.last {
	margin-right: 0;
}

/**************************************************************
   .pageTitle: The page title section
 **************************************************************/
#pageTitle {
	width: 97.7%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#pageTitle h1 {
	clear: both;
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pageTitle h2 {
	color: #b4ac89;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#pageTitle h2 a {
	color: #403c00;
}

#pageTitle h2 a:hover {
	color: #966241;
}

#pageTitle h3 {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
}

#pageTitle h4 {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
}

#pageTitle h5 {
	color: #010206;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#pageTitle h6 {
	color: #010206;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#pageTitle h2, h3, h4, p, dl {
	margin: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#pageTitle p {
	color: #FFFFFF;
}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/
.sideMenu {
	background-color: #f1e9d3;
	padding: 2px;
}

ul.sideMenu {
	margin: 0;
	padding: 0;
}

.sideMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 400;
}

.sideMenu li a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #cccccc;
}

.sideMenu li a:hover {
	color: #000000;
	background-color: #eae7d2;
}

/* Change background color here - Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #857c54;
	background-color: #f1e9d3;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}

.sideMenu li.here ul li a {
	padding-left: 35px;
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.70em;
	font-weight: 400;
	background-image: url(../images/BulletCopper.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

.sideMenu li.here ul li a:hover {
	background-color: #f0e6cb;
	background-image: url(../images/BulletCopper.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #966241;
}

.maincontent {
}

/***********Main Content White***********************/
.maincontentwhite {
 background-color:;
}

.maincontentwhite h1 {
	clear: both;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.maincontentwhite h2 {
	color: #966241;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.maincontentwhite h2 a {
	color: #966241;
}

.maincontentwhite h2 a:hover {
	color: #966241;
}

.maincontentwhite h3 {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
}

.maincontentwhite h4 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
}

.maincontentwhite h5 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.maincontentwhite h6 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.maincontentwhite h2, h3, h4, p, dl {
	margin: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.maincontentwhite p {
	color: #000000;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
	background-image: url(../images/SCContent.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0.5em;
}

#pageNBG {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 0.5em;
}

.pagefooter {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	height: 22px;
	background-image: url(../images/SCFooter.jpg);
}

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/



#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -0.05em;
	background-color: #000000;
	padding-bottom: 4em;
	color: #966241;
	font-size: 1.1em;
}

/* .sideMenu: The side bar menu */

ul.footerMenu {
	margin: 0;
	padding: 0;
	text-align: left;
}

.footerMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #966241;
}

.footerMenu li a {
	display: block;
	text-decoration: none;
	color: #966241;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.footerMenu li a:hover {
	color: #b4ac89;
}

/* Active menu item */
.footerMenu li.here {
	display: block;
	padding: 0px;
	color: #ffffff;
}

/* Submenu of active menu item */
.footerMenu li.here ul {
	margin: 0;
	padding: 0;
}

.footerMenu li.here ul li a {
	padding-left: 35px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
}

.footerMenu li.here ul li a:hover {
	color: #ad0634;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 15px;
	text-align: left;
	padding-left: 0px;
}

/**************************************************************
   .copyright: Copyright
 **************************************************************/
#copyright {
	width: 97.7%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

/***********************************************************
   Width classes used by the site columns and content
 **************************************************************/
.content100 {
	width: 97.7%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

.content75right {
	width: 73%;
	margin-right: 10px;
}

.content75left {
	width: 73%;
	margin-left: 10px;
}

.leftcolumnwidth25 {
	width: 23.7%;
	margin-left: 10px;
}

.rightcolumnwidth25 {
	width: 23.7%;
	margin-right: 10px;
}

.width100 {
	width: 100%;
}

.width90 {
	width: 89.7%;
}

.width75 {
	width: 73%;
}

.width50 {
	width: 49.7%;
}

.width33 {
	width: 33%;
}

.width25 {
	width: 24.7%;
}

.width10 {
	width: 8.7%;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
	clear: both;
}

.block {
	display: block;
}

.small {
	font-size: 0.8em;
}

.green {
	color: #A1FF45;
}

.red {
	color: #ad0634;
}

.grey {
	color: #666666;
}

.grey a {
	color: #999999;
}

.grey a:hover {
	color: #eeeeee;
}

.gradient {
	margin-bottom: 2em;
}

/**************************************************************
   Round Corners
 **************************************************************/
.contentroundcorners {
	display:block
}

.contentroundcorners * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#f1e9d3
}

.contentroundcorners1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f0e7ce;
	border-right:1px solid #f0e7ce;
	background:#f0e8d1
}

.contentroundcorners2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #f0e6cb;
	border-right:1px solid #f0e6cb;
	background:#f0e8d1
}

.contentroundcorners3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f0e8d1;
	border-right:1px solid #f0e8d1;
}

.contentroundcorners4 {
	border-left:1px solid #f0e7ce;
	border-right:1px solid #f0e7ce
}

.contentroundcorners5 {
	border-left:1px solid #f0e8d1;
	border-right:1px solid #f0e8d1
}

.contentroundcornersfg {
	background:#f1e9d3
}

.sidemenuroundcorners {
	display:block
}

.sidemenuroundcorners * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#f1e9d3
}

.sidemenuroundcorners1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f0e7ce;
	border-right:1px solid #f0e7ce;
	background:#f0e8d1
}

.sidemenuroundcorners2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #f0e6cb;
	border-right:1px solid #f0e6cb;
	background:#f0e8d1
}

.sidemenuroundcorners3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f0e8d1;
	border-right:1px solid #f0e8d1;
}

.sidemenuroundcorners4 {
	border-left:1px solid #f0e7ce;
	border-right:1px solid #f0e7ce
}

.sidemenuroundcorners5 {
	border-left:1px solid #f0e8d1;
	border-right:1px solid #f0e8d1
}

.sidemenuroundcornersfg {
	background:#f1e9d3
}

.pagetitlecorners {
	display:block
}

.pagetitlecorners * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#f1e9d3
}

.pagetitlecorners1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f0e7ce;
	border-right:1px solid #f0e7ce;
	background:#f0e8d1
}

.pagetitlecorners2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #f0e6cb;
	border-right:1px solid #f0e6cb;
	background:#f0e8d1
}

.pagetitlecorners3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f0e8d1;
	border-right:1px solid #f0e8d1;
}

.pagetitlecorners4 {
	border-left:1px solid #f0e7ce;
	border-right:1px solid #f0e7ce
}

.pagetitlecorners5 {
	border-left:1px solid #f0e8d1;
	border-right:1px solid #f0e8d1
}

.pagetitlecornersfg {
	background:#f1e9d3
}

h1 {
	clear: both;
	color: #857c54;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

h2 {
	color:#403b35;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h2 a {
	color: #857c54;
}

h2 a:hover {
	color: #b4ac89;
}

h3 {
	color: #857c54;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 700;
}

h4 {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
}

h5 {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h6 {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h2, h3, h4, p, dl {
	margin: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1, .leftColumn h2, .leftColumn h4, .leftColumn h5, .leftColumn h6, .leftColumn p, .leftColumn dl {
	padding-left: 0;
	color: #666666;
}

.leftColumn h1 {
	color: #857c54;
	padding-left: 0px;
	font-size: 1.5em;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftColumn h2 {
	color: #403b35;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftColumn h3 {
	color: #857c54;
	padding-left: 0px;
	font-size: 1.1em;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .97em;
	font-weight: 400;
	color: #666666;
}

.leftColumn b {
	color: #966241;
}

.leftColumn a {
	color: #966241;
	text-decoration: underline;
}

.leftColumn a:hover {
	color: #857c54;
}

a {
	color: #966241;
}

#footer a {
	color: #966241;
	text-decoration: none;
}

#footer a:hover {
	color: #b4ac89;
}

#footer h1 {
	clear: both;
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: 500;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3cbb8;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#footer h2 {
	color: #966241;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding-top:0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#footer h2 a {
	color: #403c00;
}

#footer h2 a:hover {
	color:#ad0634;
}

#footer h3 {
	color:#ad0634;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
	color:#b4ac89;
}

b {
	color: #966241;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}

ol {
	color: #966241;
}

ol span {
	color: #966241;
}

ul {
	list-style-image: url(files/images/BulletCopper.gif);
}

del {
	color: #666666;
}

code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	line-height: 120%;
	white-space: pre;
	background: #444;
	font-family: courier, monospace;
	font-size: 1em;
	font-weight: 400;
	color: #A1FF45;
}

.leftColumn code {
	margin-left: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #966241;
}

dt {
	font-weight: bold;
	color: #966241;
}

dd {
	margin-left: 0;
	padding-left: 45px;
}

.dropcap {
	float:left;
	color:#966241;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

.dropcapImg {
	float:left;
	padding-top:2px;
	background-image: url();
	height: 67px;
	width: 88px;
	background-repeat: no-repeat;
}

/**************************************************************
   Form Elements
 **************************************************************/
form {
	margin: 2px;
}

label {
	display: block;
}




/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 10px 15px;
	padding-left: 27px;
}

blockquote.exclamation {
	background-image: url(../images/icons/exclamationgray.gif);
}

blockquote.stop {
	background-image: url(../images/icons/stopgray.gif);
}

blockquote.go {
	background-image: url(../images/icons/gogray.gif);
}

.thedate {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:49px;
	background-image: url(../images/icons/CalendarWidget49.jpg);
	background-repeat: no-repeat;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.datemonth {
	display:block;
	font-size: 0.8em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}

.datedate {
	display:block;
	font-size:1.8em;
	margin:0;
	text-align: center;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: .6em;
	padding-left: 0;
}

.news {
}

.news h2 {
	color:#ad0634;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: 400;
}

.news p {
	line-height: 1.1em;
	color: #966241;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

/**************************************************************
   Images
 **************************************************************/
 
 img.floatRight {
	background-color: #ffffff;
	padding: 7px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px none #966241;
}

img.floatLeft {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #966241;
}

img.floatRightBorder {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #966241;
}

img.floatLeftBorder {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #966241;
}

.clear {
	clear:both;
}

img.border {
	background-color: #ffffff;
	padding: 7px;
	border: 1px solid #966241;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
}

a:visited img {
	
}

.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#f1e9d3;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#b4ac89;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#f1e9d3;
	text-align:left;
	color:#966241;
	font-weight:bold;
	border: 1px solid #966241;
}

.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#f1e9d3;
	text-align:left;
	color:#966241;
	border: 1px solid #966241;
}

.cleartable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.cleartable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#f1e9d3;
	text-align:left;
	color:#966241;
	font-weight:bold;
}

.cleartable th {
	height:3em;
	padding:2px 20px 2px 7px;
	text-align:left;
	color:#966241;
	font-weight:bold;
}

.cleartable td {
	height:3em;
	padding:2px 7px 2px 7px;
	text-align:left;
	color:#966241;
}

.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}

.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#000000;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#000000;
	border: 2px solid #FFFFFF;
}

.separator {
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #966241;
}

.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #966241;
}

.separatorsmallclear {
	clear: both;
	height:10px;
}

.list2 ul {
	float: left;
	width: 10em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
}

.list2 li {
	float: left;
	width: 20em;
	margin: 0;
	background-image: url(../images/icons/bullet.gif);
	background-position: 0 -2px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	text-decoration: none;
	list-style-type: none;
	line-height: 1.2em;
}

.list2 ol li a {
	display: block;
	text-decoration: none;
}

.list2 ol li a:hover {
	color:#ad0634; /* white */
	background-color: #FFFFFF; /* brown */
}
/************* V2D Page Elements *****************************/


/* The following styles are used by V2D */
 {}

.maincontent {
	background-color: #f1e9d3;
		margin-left: 10px;
	margin-right: 10px;
}

 
.header {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B9A52C;
	padding-bottom:5px;
	letter-spacing: -1pt;
	border-bottom: 1px solid #dcbb74;
}
.subheader {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dcbb74;
}
.sectionheader {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #231417;
	padding-bottom:5px;
	letter-spacing: -0.25pt;
	border-bottom: 1px solid #231417;
}
.colheader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5pt;
	color: #231417;
}
.lineheader {
	font-family: Arial, sans-serif;
	font-size: 11px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding:2px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 15px;
}
.listheader {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #231417;
	padding-bottom:5px;
	letter-spacing: -1pt;
}
.large {
	font-size: 14px;
	font-weight: bold;
}
.dark {
	font-size: 12px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	color: #000000;
}
.tiny {
	font-size: 9px;
	color: #000000;
}
.colored {
	color: #231417;
}
.reverse {
	color: #FFFFFF;
}
A.little {
	font-size: 10px;
	color: #231417;
	text-decoration: underline;
}
A.little:Hover {
	color: #000000;
	text-decoration: underline;
}
A.red {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
A.red:Hover {
	color: #000000;
	text-decoration: underline;
}
A.little-red {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}
A.little-red:Hover {
	color: #000000;
	text-decoration: underline;
}
A.blue {
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
A.blue:Hover {
	color: #000000;
}
A.little-blue {
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
}
A.little-blue:Hover {
	color: #000000;
}
A.black {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.black:Hover {
	text-decoration: underline;
}
A.little-black {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.little-black:Hover {
	text-decoration: underline;
}
A.white {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.white:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}
A.little-white {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.little-white:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}
A.product:link {
	font-size: 14px;
	color: #AB7120;
	font-weight: bold;
	text-decoration: none;
}
A.product:visited {
	font-size: 14px;
	color: #AB7120;
	font-weight: bold;
	text-decoration: none;
}
A.product:active {
	font-size: 14px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}
A.product:hover {
	font-size: 14px;
	color: #7b213b;
	font-weight: bold;
	text-decoration: underline;
}
A.nav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.nav:Hover {
	text-decoration: underline;
}
A.subnav {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #AB7120;
	font-weight: normal;
	text-decoration: none;
}
A.subnav:Hover {
	color: #7b213b;
	text-decoration: underline;
}
A.subnav:visited {
	color: #AB7120;
	
}
A.headernav {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #231417;
	font-weight: normal;
	text-decoration: none;
}
A.headernav:Hover {
	color: #000000;
}
A.footerlink {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.footerlink:Hover {
	text-decoration: underline;
}
A.button {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #676767;
	border-right: 1px solid #676767;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	padding: 1px 1px 1px 1px;
	background-color: #E1E1E1
}
A.button:Hover {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #676767;
	border-left: 1px solid #676767;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	padding: 1px 1px 1px 1px;
	background-color: #C0C0C0
}
.errorbox {
	background-color : #FFFFFF;
	border : 1px solid #FF0000;
	text-align : left;
	margin-top:10px;
}
.errorlabel {
	background-color : #FF0000;
	border-bottom: 1px solid #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	padding : 3px 3px 3px 3px;
	color: #FFFFFF;
}
.warningbox {
	background-color : #FFFFFF;
	border : 1px solid #EDC900;
	text-align : left;
	margin-top:10px;
}
.warninglabel {
	background-color : #EDC900;
	border-bottom: 1px solid #EDC900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	padding : 3px 3px 3px 3px;
	color: #FFFFFF;
}

