* {
	outline: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 62.5%;
}

.wrapper {
	margin: 0 auto;
	width: 90em;
	text-align: left;
}

#container {
}

#header {
	border-top: 6px solid #EDECE1;
	background: #fff;
	border-bottom: 30px solid #52A8DA;
}

#header .wrapper {
	height: 100px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/logo.png) no-repeat 0 0;
	height: 100px;
}

#header #logo a {
	width: 177px;
	height: 0;
	display: block;
	padding-top: 100px;
	overflow: hidden;
}

#header #login {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/search.png) top right no-repeat;
	height: 30px;
}

#header #login #search {
	text-align: right;
	font-size: 1.2em;
	padding: 2px 50px 0 0;
}

#header #login #search form {
	margin: 0;
	padding: 0;
}

#header #login #search a {
	color: #a59f8d;
	text-decoration: none;
}

#header #login #search a:hover {
	color: #A19980;
	text-decoration: underline;
}

#header #login #search input {
	color: #999;
	margin-left: 55px;
	padding: 0 3px;
}

#header #login #search .auto_complete {
	color: #8b8678;
	font-weight: normal;
}

#header #links {
	position: absolute;
	bottom: 26px;
	right: 0;
	font-size: 1.4em;
	color: #8B8678;
}

#header #links a {
	color: #7D7764;
	text-decoration: none;
}

#header #links a:hover {
	color: #A19980;
	text-decoration: underline;
}

#torso {
	border-top: 6px solid #EDECE1;
	background: url(../images/secondary.png) top left repeat-x #EDECE1;
	padding: 3.5em 0 4em 0;
}

#torso a {
	color: #569EDB;
}

#torso a:hover {
	color: #4F83AF;
}

#torso #main {
	width: 63em;
	float: left;
}

#torso #main h2 {
	font-size: 2.6em;
	color: #7CB515;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	line-height: 1.35em;
	margin: 0;
	margin-top: 10px;
}

#torso #main p {
	color: #8B8678;
	font-size: 1.2em;
	line-height: 1.52em;
}

#torso #main .notice {
	padding: 10px;
	margin: 0 0 2em 0;
	background: #DCF0C9;
	border: 1px solid #6A3;
	color: #460;
	font-size: 1.2em;
}

#torso #main #errorExplanation,
#torso #main .error {
	padding: 10px;
	margin: 2em 0;
	background-color: #FFDDDD;
	border: 1px solid #faa;
	color: #770000;
	font-size: 1.2em;
}

#torso #main #errorExplanation h2 {
	display: none;
}

#torso #main #errorExplanation p {
	color: #770000;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0;
}

#torso #main #errorExplanation ul {
	margin-bottom: 0;
}

#torso #main #errorExplanation ul li {
	font-size: 1em;
}

#torso #main .application {
	background: #F6F6F0;
	padding: 1em;
	margin-top: 3em;
	position: relative;
}

#torso #main .application h3 {
	font-size: 1.8em;
	color: #4F83AF;
	margin: 0;
	padding: 0;
}

#torso #main .application form .big {
	font-size: 170%;
}

#torso #main .application form .full {
	width: 100%;
}

#torso #main .application form .imgbtn {
	vertical-align: top;
	margin-left: 3px;
}

#torso #main .application .help {
	color: #777;	
}

#torso #main .application #cost {
	background: #52A8DA;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 180%;
}

#torso #main .application form label {
	font-weight: bold;
	font-size: 110%;
	margin-top: 10px;
}

#torso #main .application form input[type='text'],
#torso #main .application form input[type='password'],
#torso #main .application form textarea,
#torso #main .application form select {
	border: 1px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
	color: #555;
}

#torso #main .application form .fieldWithErrors input,
#torso #main .application form .fieldWithErrors textarea {
	border: 1px solid red;
}

#torso #main .application .divider {
	height: 3px;
	background: #E2D9CA;
	margin: 2em 0;
}

#torso #main .application .divider hr {
	display: none;
}

#torso #main .application #messages-sent {
	margin-left: 0;
	padding-left: 0;
}

#torso #main .application #messages-sent li {
	list-style: none;
	font-size: 1.4em;
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: relative;
}

#torso #main .application #messages-sent li a {
	color: #555555;
	font-weight: bold;
	padding: 10px;
	display: block;
	text-decoration: none;
}

#torso #main .application #messages-sent li a:hover {
	color: #4F83AF;
	background-color: #f7fff7;
}

#torso #main .application #messages-sent li .sent {
	font-weight: normal;
	color: #777;
	position: absolute;
	right: 10px;
	top: 10px;
}


* html #torso #main .application #messages-sent li .sent {
	right: 30px;
}

#torso #main .application #message-actions {
	font-size: 62%;
	list-style: none;
	position: absolute;
	right: 2em;
	top: 2em;
	line-height: 100%;
}

#torso #main .application #message-actions li {
	display: inline;
}

#torso #main .application #message-actions a {
	display: block;
	float: left;
	margin-right: 5px;
	text-shadow: none;
	text-decoration: none;
	text-indent: -9999px;
	width: 42px;
	height: 15px;
}

#torso #main .application #message-actions li.edit a:hover,
#torso #main .application #message-actions li.delete a:hover {
	background-position: 0 -15px;
}


#torso #main .application #message-actions li.edit a {
	background: url(../images/edit-btn.gif) no-repeat;
}

#torso #main .application #message-actions li.delete a {
	background: url(../images/delete-btn.gif) no-repeat;
	width: 50px;
}

#torso #main .application #message-contents {
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 2em;
}

#torso #main .application #people-list {
	margin-left: 0;
	padding-left: 0;
	font-size: 1.2em;
}

#torso #main .application li.person {
	border-bottom: 1px solid #ddd;
	padding: 5px;
	position: relative;
	list-style: none;
	background: #fff;
/*  padding-bottom: 10px;*/
}

#torso #main .application .avatar {
	float: left;
	border: 1px solid #ccc;
	margin-right: 5px;
}

#torso #main .application span.name {
	position: relative;
/*  top: 0.6em;*/
}

#torso #main .application span.name a {
	font-weight: bold;
}

#torso #main .application ul.services {
	position: absolute;
	right: 5px;
	top: 5px;
}

#torso #main .application ul.services li {
	display: block;
	float: left;
	font-weight: bolder;
	padding: 2px;
	text-decoration: none;
	margin-right: 5px;
	color: #444;
	font-size: 92%;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
}

#torso #main .application li.voice {
	background: url(../images/newicons/voice.png) no-repeat;
}

#torso #main .application li.sms {
	background: url(../images/newicons/sms.png) no-repeat;
}

#torso #main .application li.email {
	background: url(../images/newicons/email.png) no-repeat;
}

* html #torso #main .application li.voice {
	background: url(../images/newicons/voice.gif) no-repeat;
}

* html #torso #main .application li.sms {
	background: url(../images/newicons/sms.gif) no-repeat;
}

* html #torso #main .application li.email {
	background: url(../images/newicons/email.gif) no-repeat;
}


#torso #main .application #delivery-types {
	margin-left: 0;
	padding-left: 0;
}

#torso #main .application #delivery-types li {
	list-style:none;
}

#torso #main .application #account-cancel {
/*  border: 2px solid red;*/
	padding: 10px;
	background: #fee;
	margin-top: 1em;
}

#torso #main .application #account-cancel p {
	margin: 0;
}

#torso #main .application #account-details {
	margin-left: 0;
	padding-left: 0;
}

#torso #main .application #account-details li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff;
	list-style: none;
	font-size: 1.2em;
}

#torso #sidebar {
	width: 23em;
	float: right;
}

#torso h3 {
	font-size: 1.7em;
	color: #4F83AF;
	line-height: 1.35em;
	font-weight: normal;
	margin: 0;
	margin-top: 0.6em;
}

#torso #sidebar p {
	color: #8B8678;
	font-size: 1.2em;
	line-height: 1.52em;
}

#torso #sidebar #nav {
	background-color: #F6F6F0;
	border: 4px solid #DAD9CB;
}

#torso #sidebar #nav ul {
	margin: 0;
	padding: 0;
}

#torso #sidebar #nav ul li {
	list-style: none;
}

#torso #sidebar #nav ul li a {
	display: block;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	color: #555;
}

* html #torso #sidebar #nav ul li a {
	width: 17.6em;
}

#torso #sidebar #nav ul li:hover {
	background-color: #fff;
}

#torso #sidebar #nav ul li a:hover {
	color: #4F83AF;
}

#torso #sidebar #nav ul li#noverview a {
	background: url(../images/icons/house.png) center left no-repeat;
}

#torso #sidebar #nav ul li#ncontacts a {
	background: url(../images/icons/user.png) center left no-repeat;
}

#torso #sidebar #nav ul li#naccount a {
	background: url(../images/icons/cog.png) center left no-repeat;
}
#torso #sidebar #nav ul li#nbilling a {
	background: url(../images/icons/creditcards.png) center left no-repeat;
}

#torso #sidebar #nav ul li#ngroups a {
	background: url(../images/icons/group.png) center left no-repeat;
}

#torso #sidebar #nav ul li#nprofile a {
	background: url(../images/icons/user_edit.png) center left no-repeat;
}

#torso #sidebar #nav ul li#nlogout a {
	background: url(../images/icons/delete.png) center left no-repeat;
}

* html #torso #sidebar #nav ul li#noverview a {
	background: url(../images/newicons/home.gif) center left no-repeat;
}

* html #torso #sidebar #nav ul li#ncontacts a {
	background: url(../images/newicons/contacts.gif) center left no-repeat;
}

* html #torso #sidebar #nav ul li#nprofile a {
	background: url(../images/newicons/profile.gif) center left no-repeat;
}

* html #torso #sidebar #nav ul li#nlogout a {
	background: url(../images/newicons/logout.gif) center left no-repeat;
}

#torso #sidebar #send-msg {
	text-indent: -9999px;
	background: url(../images/send-message-btn.gif) center left no-repeat;
	height: 55px;
}

#torso #sidebar #send-msg a {
	display: block;
}

#footer {
	border-top: 4px solid #DAD9CB;
	background: #fff;
	padding: 3.5em 0 4em 0;
	margin-bottom: 5em;
}

#footer #footer-copyright-links {
	float: left;
	font-size: 1.1em;
	color: #8B8678;
}

#footer #footer-copyright-links a {
	color: #569EDB;	
}

#footer #footer-copyright-links a:hover {
	color: #4F83AF;	
}

#footer #footer-copyright-links p {
	margin-top: 0.5em;
}

#footer #footer-logo {
	background: url(../images/logo-footer.gif) no-repeat right 0;
	height: 48px;
	float: right;
}

#footer #footer-logo a {
	width: 127px;
	height: 0;
	display: block;
	padding-top: 48px;
	overflow: hidden;
}


#torso #main p.question {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.6em;
	
}

.required {
  color: red;
}

#torso #main p.phone_instructions {
  color: red;
}
