﻿
body.main
{
	margin:0;
	background:white url('images/watermarkHome.gif') no-repeat 400px 175px;
}

body.business
{
	margin:0;
	background:#B8CBB5 url('images/watermarkBusiness.gif') no-repeat 400px 175px;
}

body.personal
{
	margin:0;
	background:#D9E9F9 url('images/watermarkPersonal.gif') no-repeat 400px 175px;
}

#container
{
	width:100%;
}

/* header area */

#header
{
	height:170px;
}

img#logo
{
	margin-left: 11px; margin-top: 6px;
	float:left;
	border-width:0;
}

#login
{
	float:right;
	width:165px;
	font-family:Century Gothic, Tahoma, Arial; font-size:12px; font-weight:bold; color:#1A0F0F;
	text-align:center;
	margin:50px 25px 0 0;
}

.blueH
{
	display:block;
	background-color:#D9E9F9;
	border:2px #3C3C3C solid;
	width:75px; height:20px;
	float:left;
	color:#3C3C3C;
	text-decoration:none;
	line-height:18px;
	margin-top:8px;
}

.greenH
{
	display:block;
	background-color:#B9CBB5;
	border:2px #3C3C3C solid;
	width:75px; height:20px;
	float:right;
	color:#3C3C3C;
	text-decoration:none;
	line-height:18px;
	margin-top:8px;
}

.grayH
{
	display:block;
	background-color:#ccc;
	border:2px #666 solid;
	width:160px; 
	height:40px;
	float:right;
	color:#666;
	text-decoration:none;
	line-height:18px;
	margin-top:8px;
	text-align:center;
}


/* clear - in case of floating elements */
#clear
{
	height:0px;
	clear:both;
}

/* left side nav */
#leftBar
{
	float:left;
	font-family:Century Gothic, Tahoma, Arial; 
	font-size:12px; font-weight:bold; color:#1A0F0F;
	width:280px;
}

/* first level */
#leftBar ul
{
	list-style:none;
	margin-left:28px;
	padding-left:0px;
}

#leftBar li
{
	margin-bottom:20px;
	width:160px;
}

#leftBar ul.First a:link, #leftBar ul.First a:visited, #leftBar.First ul a:active
{
	/*color:#1A0F0F;*/
	text-decoration:none;
}

#leftBar ul.First a:hover
{
	text-decoration:underline;
}

*/

/* second level */
#leftBar ul ul
{
	list-style:inherit;
	margin:0;
	padding-left:15px;
}

#leftBar ul ul li
{
	/*background:url('images/navDash.gif') no-repeat left 7px;
	padding-left:10px;*/
	margin-bottom:0px;
}

/* active state for left side links */
.blue
{
	display:block;
	border:2px #066F3F solid;
	width:130px;
	padding:1px 2px 1px 2px;
	background-color:#D9E9F9;
	text-decoration:none;
}

.white
{
	display:block;
	border:2px #066F3F solid;
	width:130px;
	padding:1px 2px 1px 2px;
	background-color:white;
	text-decoration:none;
}

#leftBar ul li, /*#leftBar ul ul li .mainLinks*/
{
	color:#D1D1D1;
}

#leftBar ul ul li .whiteLinks
{
	color:white;
}

/*.mainLinks a:link, .mainLinks a:visited, .mainLinks a:active
{
	background:url('images/navDash.gif') no-repeat left 7px;
	padding-left:10px;
}*/

ul.One li a:link, ul.One li a:visited, ul.One li a:active
{
	background:url('images/navDash.gif') no-repeat left 7px;
	padding-left:10px;
	margin:0;
	color:#1A0F0F;
	text-decoration:none;
}

ul.One li a:hover
{
	text-decoration:underline;
	color:#1A0F0F;
}

ul.One li a:link.mainLinks, ul.One li a:visited.mainLinks, ul.One li a:active.mainLinks
{
	background:url('images/navDashG.gif') no-repeat left 7px;
	color:#D1D1D1;
}

ul.Two li a:link, ul.Two li a:visited, ul.Two li a:active
{
	background:url('images/navDash.gif') no-repeat left 7px;
	padding-left:10px;
	margin:0;
	color:#1A0F0F;
	text-decoration:none;
}

ul.Two li a:hover
{
	text-decoration:underline;
	color:#1A0F0F;
}

ul.Two li a:link.whiteLinks, ul.Two li a:visited.whiteLinks, ul.Two li a:active.whiteLinks
{
	background:url('images/navDashW.gif') no-repeat left 7px;
	color:white;
}

/* end above comment */

.small
{
	font-size:xx-small;
	font-style:italic;
}

/* content area */
#content
{
	float:left;
	width:75%;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#65696A;
	padding:0 15px 0 0;
	line-height:18px;
	position:relative;
}
#contentsb
{
	float:left;
	width:75%;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#65696A;
	padding:0 15px 0 0;
	line-height:18px;
	position:relative;
	margin-left:100px;
}

#contentsb p
{
	width:375px;
}

#content td
{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#65696A;	
}

h1
{
	font-family:Arial;
	font-size:18px;
	color:#65696A;
}

body.main #content p
{
	width:375px;
}

body.personal #content p, body.business #content p
{
	width:500px;
}

#content .bulletw {
	width:350px;
}

#content a:link, #content a:visited, #content a:active
{
	color:#2b6095;
}

#content a:hover
{
	color:#63855c;
}

/* girls pic on main pages */
.girls
{
	position:absolute;
	left:420px;
	top:150px;
}

/* PNG fix */
 img, div { _behavior: url(iepngfix.htc) }







