ul, ol, li, h1, h2, h3, h4, h5, h6 pre, form, body, html {
	 margin:0; padding:0;
	}

a {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
	}

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

/* set overall page margins */
body {
	margin-left: 2px;
	margin-top: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#pageWrap {
	background-color: #FFFFFF;
	width: 90%;
	margin: 0 5% 5% 5%;
}

#header {
	background-color: #DEDEE1;
	width: 100%;
	height: 76px;
	min-width: 710px;
}


/* Customer Area Navigation within the Header: uses nested list for two-level display */

#custNav {
	width: 460px;
	border: 1px solid #9C2A64;
	padding: 4px;
	float: left;
	height: 62px;
	background-image:url(https://secure.telebridge.com/images/nuevo/peopleCollage.jpg);
	}

#custNav ul { /* remove the normal list style attributes */
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#custNav li { /* main menu elements are aligned horizontally and spaced uniformally */
	float: left;
	position: relative;
	width: 8em;
	text-align: center;
	color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image:url(https://secure.telebridge.com/images/nuevo/transbgrd.png);
	}
	
#custNav li ul { /* position sub menus just aligned with main menu elements */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	}
	
#custNav li>ul { /* override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

#custNav li ul li {
	text-align: left;
	}
	
#custNav li:hover ul { /* display the submenu on hover */
	display: block;
	}
	
#custNav li.over ul { /* hack for ie which does not allow us to apply the hover attribute to the li */
	display: block;
	}
	
#custNav li a {
	display: block;
	text-decoration: underline;
	}

#custNav li a:hover {
	color: #993366;
	}


#divider {
	background-image: url(images/nuevo/headDivider.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	}

/* Main Site Navigation Uses No List Styles */
#navArea {
	background-color: #DEDEE1;
	width: 100%;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

#horizNav {
	float: left;
	margin-top: 4px;
	margin-left: 20px;
	/* border: 1px solid #993366; */
	padding: 2px;
	text-align: center;
	width: 420px;
}

#horizNav p {
	margin:0px;
	padding: 0px;
}

#horizNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
}

#horizNav a:hover {
	color: #993366;
}

#horizNav a .on {
	color: #993366;
	text-decoration: none;
}

#horizNav p .on {
	color: #993366;
	text-decoration: none;
}


/* Site Search Also Appears in the horizNav Area */

#search {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	/* border: 1px solid #993366; */
	padding: 2px;
	text-align: center;
	width: 200px;
}

#search p {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#search input,button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#search.result {
	width: auto;
}

#breadCrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 8px;
}

#breadCrumbs a {
	color:#666666;
}


/* Main Site Left Margin and Sub Navigation */

#leftMargin {
	float: left;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	height: 100%;
}

#signin {
	border: 1px solid #993366;
	padding: 4px;
	margin-bottom: 20px;
	width: 130px;
}


#vertNav {
	height: auto;
	width: 130px;
	border: 1px solid #993366;
	padding: 4px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
}

#vertNav ul {
	margin: 0px;
	padding: 0px;
	border: none;
}

#vertNav li {
	width: 130px;
	height: auto;
	padding: 0px;
	text-align: center;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
}

#vertNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
}


/* Main Site Body */
#bodyArea {
	margin: 6px 0px 0px;
	width: 100%;
	padding: 0px;
	background-color: #C1C1C1;
}

#bodyWrap {
	margin-left: 160px;
	padding: 0px;
	background-color: #FFFFFF;
	
}

#mainBody {
	margin-left: 10px;
	border: 2px solid #999999;
	padding: 4px;
	
}

#mainBody ol {
	margin-left: 4em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#mainBody li {
	margin-bottom: 1em;
}
#mainBody ul {
	margin-left: 4em;
}

/* Styles for input form */
#input_form label {
	display: block;
	float: left;
	width: 16em;
	margin-right: 2em;
	text-align: right;
}

#input_form .options {
	width:18em; 
	margin-left:18em; 
	border:thin dashed #000;
}

#input_form ul {
	list-style: none;
}

#input_form li {
	line-height: 1.6em;
	margin: 8px 0 8px 0;
	padding: 0px;
}

#input_form input, textarea {
	background-color: #DDDDDD;
	}

#input_form radio {
	background-color:#DDDDDD;
	}
	
#input_form input:focus, select:focus, radio:focus, textarea:focus {
	background-color: #FFFFFF;
	}

#input_form Submit {
}



/* Main Site Footer */
#footer {
	margin: 4px;
	padding: 4px;
	width: 130px;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-color: #999999;
}

/* Define standard tags */
h1 {
	color: #993366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-style: italic;
}

/* define a class for a second h1 line, ie, a tag line */
.tagline {font-size: 14px;
	color:#333333}

h2 {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-style: italic;
	}

h3 {
	color: #993366;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 6px 0px;
}

h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 6px 0px;
}

h5 {
	color: #993366;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 6px 0px 0px 0px;
}

h6 {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}

th {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
/* Define classes for telebridge */

.helpTip
{
	font-size: 11px;
	font-family: Arial;
	color: black;
}

.alert {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: darkred;
	}
	
/* Class for forms table */

.fmTable {
	border: 1px solid gray;
}
	
.fmText {
	font-family: Verdana, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	background: #CCCCCC;
}

/* class for required elements in forms table */
.fmTextReq {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	background: #CCCCCC;
}

.fmLabel {
	font-family: Verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	background: #FFFFFF;
	text-align: center;
}


/* class for input elements in forms table */
.fmTable button, checkbox, input, radio, select, submit, textarea {
	font-family: Arial, sans-serif;
	background-color: #dcdcdc;
	font-size: 12px; 
	font-weight: normal; 
}

/* class for input elements in forms table */
.fmTable button:focus, checkbox:focus, input:focus, radio:focus, select:focus, submit:focus, textarea:focus {
	background-color: #ffffff;
}


.fmSpace {
	border: none;
}



/* tabular presentation of in-line content */
.inlineTable {
	margin: 4px;
	border: 1px #003333 solid }

.inlineTabCell {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px gainsboro solid
}

.inlineTabLabel {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px gainsboro solid
}

/* tabular presentation of input form */
.inputTable {
	margin: 14px;
	border: 1px #003333 solid }

.inputTabCell {
	background-color: #DCDCDC;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.instruction {
	background-color: #C6E6C6;
	padding: 10px;
	margin-top: 2em;
	margin-right: 5em;
	margin-left: 5em;
	border: thin solid #666666;
}


.testimony {
	font-style: oblique;
	font-weight: normal;
	font-size: 12px;
	font-family: serif;
	background-color: #F2F2CF;
	padding: 10px;
	margin-top: 2em;
	margin-right: 5em;
	margin-left: 5em;
	border: thin solid #CCCC99;
}
.floatLeft {
	float: left;
}
