body {
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Unicode', Arial, Verdana,  sans-serif;	
	color: #000;
	background-color: #fff;
	background-image:url(/ssimgs/swoosh-bg.gif);
    background-repeat:no-repeat;
    background-position:top left;
	margin:0px;
}

#wrapper {
  width: 720px;
  padding: 0px;
}

div#wrapper-ss {
	background-color: #fff;
	background-image:url(/ssimgs/nav-sitesell/bg-swoosh-ss.gif);
	background-position:0 0px;
	background-repeat:no-repeat;
	padding:0 30px 0 37px;
	margin-top:0px;
	width: 720px;
	}
	
div#wrapper-www {
		background-color: #fff;
		background-image:url(/ssimgs/nav-www/bg-swoosh-www.gif);
		background-position:0 0px;
		background-repeat:no-repeat;
		padding:0 30px 0 37px;
		margin-top:0px;
		width: 720px;
		}
		
		
div#wrapper-el {
		background-color: #fff;
		background-image:url(/ssimgs/elearning-bg.gif);
		background-position:0 0px;
		background-repeat:no-repeat;
		padding:0 30px 0 37px;
		margin-top:0px;
		width: 720px;
		}
		
div#wrapper-sss {
		background-color: #fff;
		background-image:url(/ssimgs/header-services.gif);
		background-position:0 0px;
		background-repeat:no-repeat;
		padding:0 30px 0 37px;
		margin-top:0px;
		width: 720px;
		}


#header {
  min-height: 100px;
  padding:0px;
  text-align:right;
  width:720px;
}

#header img {
	padding-left:0px;
	margin:0px;
}


#content {
  width: 90%;
  margin-left: 40px;
  margin-right: 12px;
  text-align:left;
  padding: 12px; /* STANDARD */
  margin-bottom: 12px; /* STANDARD */
}

div#navmenu 
{
position:relative;
left:90px;
}


/* Basic HTML Styles -----*/


h1, h2, h3, h4, h5 {
margin-top:24px;
margin-bottom:12px;
}

h1 {
	color: #003;
	margin-top:0px;
	text-align:center;
}

h2 {
	font-size: 18px;
	color: #333;
	border-bottom:1px solid #ddd;
	margin-top:36px;
}

h3 {
}

h4 {
	font-size: 15px;
	color: #006;
	margin-top:12px;
}

p {
	line-height:17px;
	margin:0px 0px 12px 0px;
}

img {
  margin: 0 4px 0 4px;
  border:0;
}

a, a:visited {
  color: blue;
}

a:hover {
  color: red;
}

li {
	padding-bottom:6px;
}

.small {
	font-size:11px;
	line-height:13px;
}

hr {
margin:18px 0;
width:95%;
border: 0;
color: #ddd;
background-color: #ccc;
height: 1px;
}

.buybox-wrapper {
	border:1px solid #999;
	width:200px;
	text-align:center;
}

.typewriter {
	font:13px 'courier';
}

.buybox-wrapper {
	border:1px solid #999;
	padding:8px 0 0 0;
	margin-bottom:12px;
	width:200px;
	text-align:center;
}
.buybox-wrapper img {
	border:0px;
}
.showhide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #eee;
	padding:3px 7px;
	color: #000066;
	border-top: thin none #000066;
	border-right: thin solid #000066;
	border-bottom: thin none #000066;
	border-left: thin solid #000066;
}

/* floaters ------------------------*/

	
	/* for basic image and videos */
	
		.floatRight {
		float:right;
		margin:0 0 18px 18px;
		}
		
		.floatLeft {
		float:left;
		margin:18px 18px 18px 0;
		}
	
	/* if contains content */

		.blurbbox-r, .blurbbox-l {
			padding:12px; /* STANDARD */
			margin-bottom:12px; /* STANDARD */
			border: 1px solid black;  
			background: #eee;
			position: relative;
			font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
			width:210px;
		}
		
		.blurbbox-r {
			float:right;
			margin:12px 0 12px 12px;
		}
		
		.blurbbox-l {
			float:left;
			margin:12px 12px 12px 0;
		}
		
		.blurbbox-r h4, .blurbbox-l h4 {
			font-size:13px;
			color:#000;
			margin-bottom:4px;
			text-align:center;
		}
		
		.blurbbox-r p, .blurbbox-l p {
			line-height:13px;
			margin-bottom:4px;
		}


/* Hightlight boxes -------------*/

.greybox {
	background:#eee;
	padding:8px 12px;
	margin:24px auto;
	width:90%;
	border:1px solid #ddd;
}

.highlight {
  padding:8px 12px;
  margin: 18px; /* STANDARD */
  border: 1px solid #ccc;  
  background: #C7EAFB;
  position: relative;
  line-height:13px;
}



/* footer ----------------------------------- */
#footer {
  position: relative;
  font-size: 85%;
  text-align: center;
  margin:0em 2em 0em 2em;
  /* border-top:1px solid #ddd; */
}

#footer hr {
margin:0 0 12px 36px;
}