body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: 80% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h2{
 font: 80% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#lowernav{
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
	height: 200px;
	background-color: #000000;
}

#masthead{
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
	height: 168px;
	background: url("images/mast_bg.jpg")
}

#pagecell1{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: #cccccc url("images/bg_grad2.jpg") fixed;
}



#pageNav{
	float:right;
	width:178px;
	padding:0px;
	background-image:  url("images/bg_grad2.jpg");
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Arial,sans-serif;
}

#signup{
	float: right;
	width:178px;
	padding: 0px;
	background-image:  url("images/bg_grad2.jpg");
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Arial,sans-serif;
}

/***********************************************/
/* Boxes*/
/***********************************************/

.greybox {
float:left;
width:385px;
height:75px;
font: 75% Arial,sans-serif;
color: #333333;
padding: 8px 0px 8px 14px;
background: #cccccc;
}

.greyboxpic {
float:left;
width:175px;
padding: 0px 0px 0px 0px;
}

.greyboxtext {
float:left;
width:195px;
font: 100% Arial,sans-serif;
color: #333333;
padding: 0px 0px 0px 8px;
}

.greyboxlowerspace {
float:left;
height:10px;
width:810px;
font: 75% Arial,sans-serif;
padding: 0px 0px 0px 0px;
}

.greyboxrightspace {
float:left;
height:10px;
width:10px;
font: 75% Arial,sans-serif;
padding: 0px 0px 0px 0px;
}


/***********************************************/
/* Homepage Rows*/
/***********************************************/
#boxesrow
{
float:left;
width:810px;
}

#row1
{
float:left;
width:auto;
}

#row2
{
float:left;
width:auto;
}

#row3
{
float:left;
width:auto;
}

#row4
{
float:left;
width:auto;
}

.imageleftbox {
float:left;
width:100px;
font: 75% Arial,sans-serif;
padding: 8px 0px 8px 14px;
}

.leftbox {
float:left;
width:275px;
font: 75% Arial,sans-serif;
color: #333333;
padding: 8px 0px 8px 14px;
}

.imagerightbox {
float:left;
width:100px; /* Width of the box - may or may not be necessary*/
font: 75% Arial,sans-serif;
padding: 8px 0px 8px 14px;
}

.rightbox {
float:left;
width:275px;
font: 75% Arial,sans-serif;
color: #333333;
padding: 8px 0px 8px 14px;
}


.contactbox {
float:left;
width:300px;
font: 75% Arial,sans-serif;
color: #333333;
padding: 8px 0px 8px 14px;
}


/* News listing styles starts*/

.newslisting {
float:left;
width:794px;
height:auto;
font: 75% Arial,sans-serif;
color: #333333;
padding: 8px 0px 8px 14px;
background: #cccccc;
}

.newslistingpic {
float:left;
width:150px;
padding: 0px 0px 0px 0px;
}

.newslistingtext {
float:left;
width:600px;
font: 100% Arial,sans-serif;
color: #333333;
padding: 0px 0px 0px 8px;
}

.newslistingspace {
float:left;
height:10px;
width:760px;
font: 75% Arial,sans-serif;
padding: 0px 0px 0px 14px;
}

/* News listing styles ends*/

/* Sales listing styles starts*/

.saleslisting {
float:left;
width:794px;
height:75px;
font: 75% Arial,sans-serif;
color: #333333;
padding: 8px 0px 8px 14px;
background: #cccccc;
}

.saleslistingpic {
float:left;
width:175px;
padding: 0px 0px 0px 0px;
}

.saleslistingtext {
float:left;
width:525px;
font: 100% Arial,sans-serif;
color: #333333;
padding: 0px 0px 0px 8px;
}

.saleslistingspace {
float:left;
height:10px;
width:760px;
font: 75% Arial,sans-serif;
padding: 0px 0px 0px 14px;
}

.salesdetailpage {
float:left;
width:350px;
font: 75% Arial,sans-serif;
color: #333333;
padding: 8px 0px 8px 14px;
}

/* Sales listing ends */


.formtext {
float:left;
font: 100% Arial,sans-serif;
color: #333333;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 8px 14px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: 80% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************** Links styles ****************/

#links{
 font: 80% Arial,sans-serif;
 color: #333333;
 margin: 14px;
 padding: 2px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Arial,sans-serif;
	color: #666666;
	font-size: 100%;
}

#breadCrumb a{
	color: #666666;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.fullpage{
	padding: 6px 0px 6px 14px;
	font-size: 80%;
	width:950px;
}

.fullpage-withpic-nosales{
	padding: 6px 0px 6px 14px;
	font-size: 80%;
	width:950px;
}

.fullpage-withpic-nosales img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.course_box{
	padding: 6px 10px 6px 14px;
	font-size: 80%;
	width:950px;
	background: #cccccc;
}

.feature{
	padding: 6px 0px 6px 14px;
	font-size: 80%;
	width:760px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #ffffff;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/
#siteInfo{
	clear: both;
	border-top: 1px solid #999999;
	font-size: small;
	color: #333333;
	background-color:#cccccc;
	padding: /** top> **/5px /** right> **/8px /** bottom> **/12px /** left> **/14px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ SALES styles **************/

#sectionLinks_featured_sale {
font: 80% Arial,sans-serif;
color: #333333;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	padding: 2px 0px 2px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** sign up box *****************/

#signup{
	float: right;
	width:160px;
	padding: 0px;
	background-image:  url("images/bg_grad2.jpg");
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Arial,sans-serif;
}

#advert img{
	display: block;
}
