/* General Layout */

* {
	padding: 0;
	margin: 0;
}

html {
	background: url(/images/bg1.png) #D696AB repeat-x top;
	color: #27364F;
}

body {
	background: url(/images/bg-page.png) #D696AB repeat-x top;
	font: 13px 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	color: #27364F;
	text-align: center;
}

a {color: #0066ff; text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {color: #0000ff;}



#doc {
	padding-bottom: 50px;
	background: url(/images/bdr-foot.gif) repeat-x bottom right;	
}

#header {
	background: url(/images/bg-head.gif) no-repeat top right;	
	padding-top: 60px;
	position: relative;
}

#logo {
	display: inline;
	position: absolute;
	left: 0px;
	top: 40px;
}

#header-menu {
	display: inline;
	margin: 0px;
	position: absolute;
	left: 285px;
	top: 40px;
}


#pagehead {
	padding: 0px 0px 0px 33px;
	background: url(/images/bg-tl.gif) no-repeat bottom left #ffffff;
	border-right: solid 3px #666666;
}

#pagehead.home {
	padding: 0px 0px 0px 110px;
	background: url(/images/bg-tl-home.gif) no-repeat bottom left #ffffff;
}

#pagehead .content {
	background: url(/images/bg-tr.gif) no-repeat top right;
	padding: 50px 0 60px 0;
}

#pagehead.profile {
	padding: 0px 0px 0px 105px;
	background: url(/images/bg-tl-footsie.gif) no-repeat bottom left #ffffff;
}

#pagehead.profile .content{
	padding: 65px 110px 60px 0px;
}


#pagehead.home .content{
	padding: 25px 90px 40px 0px;
	background: url(/images/bg-tr-home.gif) no-repeat top right;
}

#phone {
	text-align: center;
	color: #ff0066;
	font-size: 1.5em;
	padding: 15px 0px 20px 0;
	letter-spacing: 0.05em;
}

#pagehead.signup .content {
	background: url(/images/bg-tr-percy.gif) no-repeat top right;
}

#headingbox {
	background: url(/images/bg-spkbx-l.gif) no-repeat top left #fffde9;	
	border-top: 2px solid #acacac;
	height: 101px;
}

#headingbox h2 {
	background: url(/images/bg-spkbx-r.gif) no-repeat top right;	
	border-bottom: 5px solid #acacac;
	height: 35px;
	margin: -2px 0 0 56px;
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	padding: 33px 52px 30px 0;
}

#headingbox p {
	background: url(/images/bg-spkbx-r.gif) no-repeat top right;	
	border-bottom: 5px solid #acacac;
	height: 80px;
	margin: -2px 0 0 56px;
	text-align: left;
	font-weight: bold;
	padding: 18px 30px 0px 0;
}

.inactive h2 {
	color: #ff0066;
}

.yui-u {
	background-color: #ffffff;
	background: url(/images/bdr-r.gif) repeat-y bottom right #ffffff;
}


#bd {
	background-color: #ffffff;
	background: url(/images/bdr-r.gif) repeat-y bottom right #ffffff;
}


#leftcolumn {
	padding-bottom: 70px;
	background: url(/images/bg-bl.gif) no-repeat bottom left #ffffff;
	margin-left: 33px;
}

.signup #leftcolumn {
	padding-bottom: 146px;
	background: url(/images/bg-bl-handbag.gif) no-repeat bottom left #ffffff;
}

.home #leftcolumn, .profile #leftcolumn  {
	padding-bottom: 130px;
	background: url(/images/bg-bl-marcel.gif) no-repeat bottom left #ffffff;
}

#leftcolumn .content {
	border-left: 2px solid #666666;
	padding: 0 35px 15px 50px;
	background: #ffffff;
}

.home #leftcolumn .content {
	padding-bottom: 0px;
}

#bubble {
	background: url(/images/bbl-top.gif) no-repeat top left #ffffff;
	width: 178px;
	margin-left: 3.5em;
}

#bubble p {
	background: url(/images/bbl-bot.gif) no-repeat bottom left;
	padding: 35px 35px 65px 35px;
	text-align: center;
}

#rightcolumn {
	background: url(/images/bdr-r.gif) repeat-y bottom right #ffffff;

}

#rightcolumn .content {
	padding-right:120px;
	font-size:120%;
}

	

#takeCall {
	width: 13em;
	padding: 1em;
	background-color: #89D8E5;
}

#takeCall h3 {
	display: block;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: bold;
}

#takeCall p {
	padding: 1em 0 1em 0;
}

#footer, #ft {
	background: url(/images/bg-br.gif) no-repeat top right;
	clear: both;
	height: 128px;
	position: relative;
}

#ft.home {
	background: url(/images/bg-br-mrgreen.gif) no-repeat top right;
}

#footer-menu {
	background: url(/images/bg-foot.gif) no-repeat top left;
	height: 30px;
	padding: 98px 0 0 135px;
	color: #d9e021;
}

#footer-menu a {
	color: #d9e021;
}

/* Elemnt Styling */

.content {
	font-size: 1.4em;
}

p {
	padding: 8px 0px;
	line-height: 1.2em;
}

ul li {
	margin: 10px 0 10px 20px;
	list-style-type: square;
}

/* Menus */

ul.menu {
	list-style: none;
	display: block;
	margin: 15px 0px;
}

ul.menu li {
	display: inline;
	padding: 4px;
	margin: 0 6px 0 0;
	background-color: #d9e021;
	color: #000000;
}

ul.menu li.unvisited {
	color: #ffff33;
	background-color: #999999;
}


ul.menu li a {
	display: inline;
}

#header-menu ul.menu {
	margin: 4px 0;
	font-size: 1.3em;
}

#header-menu ul.menu li {
	margin: 0px;
	padding: 0px;
	background: none;
}

#header-menu ul.menu li a {
	color: #d9e021;
	background-color: #333333;
	padding: 4px;
	text-decoration: none;
}

#header-menu ul.menu li a:hover {
	color: #000000;
	background-color: #d9e021;
}

/* Forms */

fieldset {
	border: none;
}

.field {
	width: 14em;
	margin-bottom: 18px;
}

.formHelp {
	display: none;
}

legend {
	display: none;
}

label {
	color: #999999;
	text-transform: lowercase;
}

.fieldRequired {
	color: #ED1E79;
	font-weight: normal;
	text-transform: lowercase;
}

input {
	font: 1.2em 'Helvetica', Arial, sans-serif;
}

#password_confirm,
#password,
#email,
#username,
#fullname {
	background-color: #FFF0F4;
	border: solid #999999 2px;
	width: 11em;
	padding: 3px;
}

