/* LEFT STYLE NAV */
/* There are a number of views to every site.  Each view should have a similar */
/* look and feel to the other.  Therefore the defaults should determine the entire site */
/* unless specifically stated.  In this instance, please remove the comments around the */
/* sections that have been remarked out. */


/* -----------------------------------------------------------------------------------------------------------------*/
/* Definitions for the formatted look of the website  */

/* This definitions defines the position of the website when viewing on browser screen */
body {
	margin: 0px;
	padding: 0px;
	background-color: #E2E1E7;
	scrollbar-face-color: #372E90;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

/* This defines the font style and look that is default across the website */
body, td, p, li {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #56595C;
	color: #424446;
	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' */
.topbanner th {
	color: #35444D;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	/*background-color: #C5D053;*/
}

/* This defines the positioning of the 'Page Title' */
.topbanner {
	margin: -1px;
	border: 1px;
	border-color: #B5C525;
	padding: 4px;
}

/**********************************************************/
/* Content Area look */

/* This defines the look for the area where content is located (separated via table cells) */
.content {
	margin-top: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #424446;
	vertical-align: top;
	padding: 10px;
}

.optincontent {
	margin-top: 0px;
	background-color:#E2E5E7;
	vertical-align: top;
	padding: 0px;
}

/**********************************************************/
/* Footer Text */

/* This defines the font look and the footer text */
.footText {
	line-height: 100%;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 11px;
	text-align: center;

}

/**********************************************************/
/* Heading Levels  */
/*  defines the font style and look of heading (dependent on level) */

.h1 {
	color: red;
	font-size: 24px;
	font-weight: bold;
}
.h2 {
	color: silver;
	font-size: 14px;
	font-weight: bold;
}
.h3 {
	color: silver;
	font-size: 14px;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/* Navigation/Menu Bar */

/*  These definitions are responsible for the look of  the menus within the website */

/*  defines the font look and menu style */
.nav {
	background-color: #FFFFFF;
	font-family: Trebuchet, Arial, Helvetica, sans-serif, Gill Sans MT, Tahoma, Vrinda, Tw Cen MT ;
	letter-spacing: 80%;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #533279;
	text-decoration: none;
	vertical-align: center;
	padding: 0px;
}

/*  These two definitions defines the positioning of the menu */
.nav ul {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px;
	vertical-align: top; 
}

.nav li {
	width: 140px;
	line-height: 19px; 
    padding: 0px;
	text-align: left;
	vertical-align: center;
	margin: 0px;
	list-style: none;
	float: left;
	display: block;
}

/**********************************************************/
/* Defines the borders of the menu cells */

.sideTable {
	align: center;
	border: solid 1px #A5A8AD;
	background: #FFFFFF;
	margin-bottom:7px;
}

.sideTable td {
	font-family: Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding:3px;
}

/*  This adds the white lines on the right of the menu cells */
.nav td {
	border-right: 1px bold white;

}

/*  This defins no white lines on the left of the menu cells */
.nav td.navleft {
	border-right: none;
}

/* This is the vertical bar to the right of each menu item */
td.navright {
	border-right: 2px white;
}

/**********************************************************/
/*Sub-Menu Items */

/*  This definition is responsible for the look of the drop-down menu */
.nav li li {
	position: relative;
	background-color: #F8EDD2;
	background-color: #EFEFEF;
	border: solid 1px #A5A8AD;
	float: none;
	font-variant:  normal;
	display: block;
	padding: 0px;
	margin: 3px;
	height: 20px; 
	text-align: left;
	width: 134px;
	vertical-align: center;
}

/* This definition is responsible for the layout position of the drop-down menu */
.nav ul ul {
	position: absolute;
	margin: 5px;
	margin-top: -5px;
}

.nav ul ul[alt="menu"] {
	margin-left:50px;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/* Webiste Links */

/*  These definitions are responsible for the look of links and anchors within the website */
a {
	color: #FF6633;
	text-decoration: none;
}

a:hover {
	color: #FF6633;
	text-decoration: underline;
}

a:visited {
	color: #A7A9AC;
	color: #453D76;
	text-decoration: none;
}

/**********************************************************/
/*  Menu bar links */

/*  These definitions are responsible for the look of the menu's links */
.nav a:link {
	font-family: Trebuchet, Arial, Helvetica, sans-serif, Gill Sans MT, Tahoma, Vrinda, Tw Cen MT ;
	letter-spacing: 80%;
	font-size: 13px;
	line-height: 160%;
	font-weight: bold;
	color: #533279;
	text-decoration: none;
}

.nav a:visited {
	font-family: Gill Sans MT, Franklin Gothic Demi Cond, Century Gothic, Agency FB, Arial Narrow;
	font-size: 17px;
	line-height: 150%;
	color: #767A7D;
	text-decoration: none;

	font-family: Trebuchet, Arial, Helvetica, sans-serif, Gill Sans MT, Tahoma, Vrinda, Tw Cen MT ;
	letter-spacing: 80%;
	font-size: 13px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: none;

}

.nav a:hover {
	font-family: Gill Sans MT, Franklin Gothic Demi Cond, Century Gothic, Agency FB, Arial Narrow;
	font-size: 17px;
	color: #FF6633;
	/*font-weight: bold;*/
	text-decoration: none;
	line-height: 150%;

	font-family: Trebuchet, Arial, Helvetica, sans-serif, Gill Sans MT, Tahoma, Vrinda, Tw Cen MT ;
	letter-spacing: 80%;
	font-size: 13px;
	line-height: 160%;
	font-weight: bold;
	text-decoration: none;

}

/**********************************************************/
/* Bottom Navigation links */

/*  These definitions are responsible for the look of the links */
.bottomnav a {
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
.bottomnav a:hover {
	color: red;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/*  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 #A7A8AD;
	padding: 2px;
}
.optform th {
	background-color: #A7A8AD;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	border: 1px ; 
}
.optform td {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #35444D;
	font-style: bold;
	border: 0px:
}

/* -----------------------------------------------------------------------------------------------------------------*/
/* Search Box */


searchtable {
	border: 1px solid #A7A8AD;
	padding: 2px;
}


.searchtable th {
	background-color: #A7A8AD;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	border: 1px ;
	}

.searchtable td {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #35444D;
	font-style: bold;
}

.searchbox {
	background-color: #A7A8AD;
	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 blue;
	margin-top:2px;
	margin-left: 10px;
}
.searchbutton {
	color: white;
	border: 1px solid red;
	background-color: red;
	cursor: pointer;
}


/* -----------------------------------------------------------------------------------------------------------------*/
/* Share Ticker Price */

.ticker {
	background-image:url(../images/ticker-back.gif);
	width: 337px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.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%;
}

p.header {
	color: #336699;
	font-weight: bold;
	font-size: 16px;
}

/* I don't know yet what this area refers to */
.linktable a{
	font-weight:bold;
	text-decoration:none;
	color: white;
}
.linktable a:hover {
	color: silver;
}

/* 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;
} */



