/* Definitions for the formatted look of the website  */

/* This definition defines the position of the website when viewing on browser screen */
body {
	margin: 0px;
	padding: 0px;
	background-color: #6d6c6c; /* Changed from #ced5db EB Aug 2010 */
}

/* This defines the font style and look that is default across the website */
body, td, p, li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	margin-left: 0px;
	line-height : 18px;
}

.hrsidemenu {
	width: 95%;
	color: #B5C525;
	size: 1px;
}

/**********************************************************/
/* Webpage Heading Title */

/* This defines the  font style and look for the 'Page Title' 
   EB: we're using this for the random text box at the top of the content area */
.topbanner {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: inherit;
}

/* This defines the positioning of the 'Page Title' */
.topbanner {
	border: 1px;
	border-color: #000000;
	padding: 0px;
}

/**********************************************************/
/* Content Area look */

/* This defines the look for the area where content is located (separated via table cells) */
#content {
	margin-top: 30px;
	background-color: #FFFFFF;
	xbackground: url(/images/watermark.gif) no-repeat center;	
	color: black;
	vertical-align: top;
	padding: 10px;
}
.leftcolumn {
	margin-left: 5px;
	margin-right:5px;
}

.optincontent {
	margin-top: 0px;
	background-color:#FFFFFF;
	vertical-align: top;
	padding: 0px;
}

/**********************************************************/
/* Footer Text */

/* This defines the font look and the footer text */
.foottext {
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	font-style: italic;

}

/**********************************************************/
/* Heading Levels  */
/*  defines the font style and look of heading (dependent on level) */

h1 {
	color: #9a2e11;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #9a2e11;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: silver;
	font-size: 14px;
}
.nav {
	background-image: url("../images/menubg.jpg");
	background-repeat:no-repeat;
	background-color: #ffffff;
	background-color: #721b07;
}
.nav a:link, .nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #CCCCCC;
}
.nav ul {
	margin-top:0px;
	padding:0px;
	vertical-align: middle;
	line-height: 29px; /*This fixed the text from being cut off at the bottom */
}
.nav li {
	/*	Controls the top menu bar */
	height: 25px;
	padding: 5px 10px 0 10px;
	text-align: center;
	margin: 0;
	list-style: none;
	float:left;
	display: block;
	border-right: #cdddab;
	border-right-style: dashed;
	border-right-width: 1px;
	word-spacing: 5px;
}

.nav ul ul {
	position: absolute;
	margin-left: -75px;
	margin-top: 30px;
}

.nav ul ul[alt="menu"] {
	margin-left:5px;
}
.nav li li {
/*	Controls the drop-down menu block */
	position: relative;
	float: none;
	background-color:#721b07;
	border: 0px none;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 20px;
	text-align:left;
	width: 300px;
}

/* -----------------------------------------------------------------------------------------------------------------*/
/* Webiste Links */

/*  These definitions are responsible for the look of links and anchors within the website */
a {
	color: #F18A45;
	text-decoration: none;
}

a:hover {
	color: #F18A45;
	text-decoration: underline;
}

a:visited {
	color: #724C35;
	text-decoration: none;
}
/* -----------------------------------------------------------------------------------------------------------------*/
/*  Special boxes for images to be displayed  */

/* This definition defines the table cells for images */
.imagetd {
	background-color:  #FFFFFF;
	border-color: #B6BEC4;
}
/* -----------------------------------------------------------------------------------------------------------------*/
/* Forms */

.form {
	margin: 0px;
	padding: 0px;
}
.optform {
	border: 1px solid #FF0000;
	padding: 2px;
}
.optform th {
	background-color: #FF0000;
	font-family: "Arial";
	font-size: 14px;
	color: #FFFFFF;
	padding: 2px;
	border: 1px 
}
.optform td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #5B3C30;
	font-style: italic;
}

/* -----------------------------------------------------------------------------------------------------------------*/
/* Search Box */

.searchbox {
	background-image: none;
	width: 130px;
	height: 26px;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	margin:12px;
	padding-left: 15px;
	vertical-align: center;
}
.searchtext {
	width: 90px;
	height: 17px;
	border: 1px solid white;
	margin-top:2px;
	margin-left: 10px;
}
.searchbutton {
	color: white;
	border: 1px solid red;
	background-color: red;
	cursor: pointer;
}

.topmid {
	background-color: black;
	border-bottom: 1px solid white;
	vertical-align: middle;
	height: 40px;
}
.topmid form{
	padding-left: 10px;
}
.toprep {
	background-repeat: repeat-y;
	background-position: right;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/* Miscellaneous */

/* defines the look for a horiztonal bar */
.hr {
	color: red;
	size: 18px;
	width: 100%;
}
.hrmenu {
	color: red;
	size: 1px;
	width: 100%;
}

/* Miscellaneous */
/* Editable Space area - this is commented out as most of the sites will use the same as the contents area */ 
/* 
.input {
	border: 1px solid #333333;
	background-color:#FFFFFF;
	height: 18px;
} */

li.tick {
	list-style-image: url('../images/tick.gif');
	font-size: 12px
}

li.star {
	list-style-image: url('../images/bullet.gif');
	font-size: 12px;
	line-height: 16px
}

.topgap {line-height: 5px
}
