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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul
{
	list-style: none;
}

ol.faq 
{
padding-left: 10px;	
}	
blockquote, q
{
	quotes: none;
}

:focus
{
	outline: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

h4 {
	color: #000000;
}
/* Colors
---------------------------------------------

Dark Purple: 	#271668
Light Purple:	#6d3480
Blue:		#008dd4
Orange:		#fc9941
Gray:		#666

*/


body
{
	background: #FFFFFF;
	border-top: 8px solid #271668;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Structure
--------------------------------------------- */
#wrapper
{
	margin: auto;
	width: 960px;
}


.group:after /* Use on elements that contain floated items */
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#content
{
	background: #F5F5F5;
	padding: 20px;
	
	width: 900px;
}


/* Header
--------------------------------------------- */
#header #connect
{
	float: right;
	width: 650px;
}


/* Footer
--------------------------------------------- */
#footer
{
	clear: both;
	color: #999999;
	font-size: 10pt;
	margin: 20px 0;
}

#footer p
{
	margin-bottom: 15px;
}


/* Navigation
--------------------------------------------- */

#top-navigation
{
	font-size: 14pt;
	line-height: 21pt;
	height: 180px;
	float: left;
	padding-left: 20px;
}


#right-navigation
{
	height: 180px;
	float: right;
}

#right-navigation td.h 
{
	text-align: right;
	vertical-align: baseline;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 15px;
	font-weight: 800;
	color: #000000;
}

#right-navigation td.p 
{
	text-align: right;
	vertical-align: baseline;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	color: #008DD4;
	font-weight: 800;
	border-right: 1px solid black;
	border-left: 1px solid black;
	
	
}

#right-navigation li
{
	font-size: 14pt;
	margin: 15px 15px 0 15px;
}


/* Content
--------------------------------------------- */
#content h2
{
	color: #008DD4;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 4px;
}

#content p
{
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 24px;
}

#content .packages li
{
	float: left;
	margin-right: 8px;
}


/* Sidebar
--------------------------------------------- */
#sidebar
{
	float: right;
	margin-left: 30px;
	margin-top: 30px;
	width: 240px;
}

#sidebar h3
{
	background: #008DD4;
	color: #FFFFFF;
	display: inline;
	font-size: 10.5pt;
	line-height: 11.5pt;
	font-weight: normal;
	padding-top: 11.5px;
	padding-bottom: 2.5px;
	padding-left: 11.5px;
	padding-right: 11.5px;
	margin-bottom: 0px;
}

#sidebar ul
{
	margin-top: 12px;
}

#sidebar li
{
	color: #535353;
	font-size: 9.5pt;
	line-height: 16pt;
}

.feature_list
{

	font-size: 11.5pt;
	line-height: 11pt;
	margin-top: 14px;
	margin-bottom: 14px;
	color: #000000;
}

/* Promotion carousel
--------------------------------------------- */
#promotions
{
	clear: both;
	height: 244px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

#promotions ol
{
	left: 0;
	position: absolute;
	top: 0;
}

#promotions ol li
{
	float: left;
	margin: 0;
}


/* Login form
--------------------------------------------- */

#login_form
{
	margin-left: 250px;
	margin-top: 30px;
}


/**
 * General error and notice messages.
 */
#error_msg
{
	color: red;
	font-weight: bold;
	border: 1px solid red;
	padding: 4px;
	margin: 4px;
}

#notice_msg
{
	color: darkorange;
	font-weight: bold;
	border: 1px solid orange;
	padding: 4px;
	margin: 4px;
}



/* Standard forms
--------------------------------------------- */


/**
 * Standard form styles.  Used heavily in the control_base functions.
 */
#std_form
{
	font-family: Tahoma, Arial, sans-serif;
}

#std_form table
{
	border: 1px solid #A6C8DD;
	background-color: #F0F0F0;
}

/* Style for the tr tag for an entire field (title + control). */
#std_form tr.tr_error
{
	outline: gray solid thin;
	background: #E0E0E0;
}

/* Style for the td tag containing the field title. */
#std_form td.title
{
	text-align: right;
	vertical-align: baseline;
	white-space: nowrap;
}

/* Style for the field title text. */
#std_form .title
{
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}

/* Style for the error indicator (!) prefixed to a field name. */
#std_form .title_error
{
	color: red;
}

/* Style for the required field indicator (*) affixed ot a field name. */
#std_form .title_reqd
{
	color: darkorange;
}

#std_form .act_button
{
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

/* Style for the form control elements themselves. */
#std_form .field
{
	font-size: 12pt;
	padding-top: 10px;
	padding-left: 5px;
}

/* Style for the error message that displays under the control. */
#std_form .field_err_msg
{
	color: red;
}


#http_error
{
	font-size: 12pt;
	border: 1px solid red;
	margin-top: 24px;
	margin-left: 160px;
	padding: 10px 10px 10px 10px;
}


td.q
{ 
	border-style:solid;
	border-width:1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:0px;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold 
}

td.a
{
	border-style:solid;
	border-width:1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	color:#000000;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:20px 
}
