/* Contents 

html tags
basic classes
easy clearing
layout
header
content
relinfo
footer
form
*/

/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; text-align: left; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* html tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	background: #ededed;
}
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.5em 0; font-weight: bold; }
h1 {
	font-size: 1.5em;
	color: #333;
}
h2 {
	color: #FF7200;
	font-size: 1.167em;
	margin: 0 0 0.5em 0;
	line-height: 1.28em;
}
h3 {
	font-size: 1.083em;
	line-height: 1.23em;
}
h4 {
	font-size: 1.2em;
	color: #333;
}
h5 {
	font-size: 1.1em;
	color: #333;
}
h6 {
	font-size: 1.0em;
	color: #333;
}
p, pre, td {
	margin: 0 0 1em 0;
	color: #333;
	line-height: 1.273em;
	font-size: 0.9167em;
}
p span { color: #FF7200; font-weight: bold; }
pre {
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	margin: 1em;
	padding: 1em;
	background: #f6f6f6;
}
a:link {
	color: #FF7200;
	text-decoration: none;
}
a:visited {
	color: #FF7200;
	text-decoration: none;
}
a:hover { 
	color: #FF7200;
	text-decoration: none;
}
a:active {
	color: #FF7200;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
	color: #FF7200;
}
li {
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 1.273em;
	font-size: 0.9167em;
	color: #FF7200;
}
li span { color: #000; }
form { margin: 0; padding: 0; }
strong { font-weight: bold; }
img, a img { border: none; }
a:link img, a:visited img, a:hover img, a:active img { border-bottom: none; }
table, tr, th, td { margin: 0; padding: 0; border: none; }
table { border:  none; }
th, td { padding: 0; border: none; text-align: left; vertical-align: top; }
acronym, abbr { border-bottom: 1px dotted #333; }
sup { line-height: 0; } /* hacked in ie6 */
/* basic classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.imgleft {
	float: left;
	padding: 0 10px 10px 0;
}
.imgright {
	float: right;
	padding: 0 0 10px 10px;
}
.imgcentre {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
.push0 { margin-bottom: 0; }
.push1 { margin-bottom: 1em; }
.push2 { margin-bottom: 2em; }
.push3 { margin-bottom: 3em; }
.top0 { margin-top: 0; }
.top1 { margin-top: 1em; }
.top2 { margin-top: 2em; }
.top3 { margin-top: 3em; }
.skip {
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
/* easy clearing */
/* float clearing for IE6 */
* html #content, 
* html div.frow, 
* html .cols, 
* html .clearfix
{
 height: 1%;
 overflow: visible;
}
/* float clearing for IE7 */
*+html #content, 
*+html div.frow, 
*+html .cols, 
*+html .clearfix
{
 min-height: 1%;
}
/* float clearing for everyone else */
#content:after, 
div.frow:after, 
.cols:after, 
.clearfix:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
/* Float Clearing - End */

/* layout */
#container-outer {
	width: 985px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: transparent url(http://mmsrv01b.intellor.com/att/ems_styles/images/page_btmSlice.gif) no-repeat bottom center scroll;
}
#container {
	width: 930px;
	padding: 0 27px 0 28px;
	background: transparent url(http://mmsrv01b.intellor.com/att/ems_styles/images/page_midSlice.gif) repeat-y top center scroll;
}
#header {
	height: 84px;
}
#banner {
	width: 930px;
	height: 214px;
	margin: 0 0 25px 0;
}
#content {
	/* easycleared */
	width: 900px;
	padding: 0 15px 20px;
}
	#maincontent {
		float: left;
		width: 490px;
	}
	#relinfo {
		float: right;
		width: 350px;
		background: transparent url(http://mmsrv01b.intellor.com/att/ems_styles/images/curvetop.png) no-repeat top center scroll;
	}
		#riinner {
			background: transparent url(http://mmsrv01b.intellor.com/att/ems_styles/images/curvebottom.png) no-repeat bottom center scroll;
			padding: 15px;
		}
/* header */
#header h1 {
	background: url(http://mmsrv01b.intellor.com/att/ems_styles/images/att_logo.jpg) no-repeat center left scroll;
	width: 218px;
	height: 50px;
	margin: 0;
	padding: 16px 0;
	float: left;
	text-indent: -9999em;
}
#header h2 {
	float: right;
	width: 702px;
	height: 50px;
	text-align: right;
	margin: 0;
	padding: 16px 0;
	font-size: 20px;
	line-height: 50px;
	color: #FF7200;
	font-weight: normal;
}

/* content */
.cols {
	/* easycleared */
	padding: 0 0 5px 0;
}
.cols .col1 {
	width: 490px;
	margin: 0 15px 0 15px;
	float: left;
	display: inline;
}
.cols .col2 {
	width: 350px;
	margin: 0 15px 0 45px;
	float: left;
	display: inline;
}
/* relinfo */
#relinfo h3 {
	margin: 0;
}
div.reg {
	width: 101px;
	height: 26px;
}
div.reg a {
	width: 101px;
	height: 26px;
	background: url(http://mmsrv01b.intellor.com/att/ems_styles/images/register.gif) no-repeat scroll top left;
	display: block;
	text-indent: -9999em;
	border: none;
}
div.reg a:hover {
	background: url(http://mmsrv01b.intellor.com/att/ems_styles/images/register_over.gif) no-repeat scroll top left;
}
#share {
	padding: 10px 0 0;
}
/* footer */

#footer {
	width: 930px;
	margin: 0 auto;
	padding: 7px 0 5px;
	font-size: 11px;
	line-height: 14px;
}
#footer p {
	color: #666;
	font-size: 11px;
	line-height: 14px;
}

/* form */
#form {
	padding: 0 0 20px 0;
}
span.req { color: #FF0000; }
div.frow {
	/* easycleared */
	margin: 0 0 20px 0;
}
/*normal rows */
div.frow div.flbl {
	width: 100px;
	margin: 0 10px 0 0;
	float: left;
	color: #333;
	font-size: 0.9167em;
	line-height: 20px;
}
div.frow div.finput {
	width: 380px;
	float: left;
	line-height: 20px;
}
/* full width 2x rows */
div.frowfull div.flbl {
	width: 490px;
	margin: 0;
	float: none;
}
div.frowfull div.finput {
	width: 490px;
	float: none;
}
/* normal input styling */
div.frow input.textinput { border: 1px solid #828282; width: 200px; }

/* for radio buttons/checkboxes */
div.frow table td {
	height: 25px;
	line-height: 25px;
}
