/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 115%;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("img/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #21536A;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 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;
}


/*************** list tag styles ***************/

ul{
 list-style-type: disc;
 padding: 0px 10px 0px 50px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 30px;
	left: 5%;
	right: 5%;
	width:900px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 5%;
	right: 5%;
	width:90%;
	
}

#pageNav{
	float: left;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	width: 150px;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}

#flashcontent{
	width:75%;
	left: 15px;
	position: relative;
	top: 15px;
	height: 450px;
	overflow: hidden;
	color: #AAAAAA;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 14px 0px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #0066CC;
}

#pageName img{
	left: 8px;
}

/************* sitecap1 styles ***************/

#sitecap1{
	padding: 5px 0px 5px 0px;
	font: small Verdana,sans-serif;
	color: #999999;
}

#sitecap1 a{
	color: #AAAAAA;
}

#sitecap1 a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #FFFFFF;
	padding: 7px 0px 7px 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #AAAAAA;
}

/************ siteLinks styles **************/

#siteLinks{
	margin: 0px;
	padding: 0px;

}

#siteLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#siteLinks a:link, #siteLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#siteLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#stockphotoLinks a:link, #stockphotoLinks a:visited {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#stockphotoLinks a:hover{
	background-color: #DDEEFF;
	background-image: none;
	text-decoration: none;
}


/************* Links styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: small;
}

.relatedLinks h3{
	padding: 3px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
	line-height: 1.5em;
}

/************** .toppage styles ***************/

.toppage{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.toppage img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 0px 70px;
	font-size: 80%;
	margin: 0 0 0 100px;
}

.feature h3{
	padding: 25px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 20px 10px 90px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */






/*************** table styles ******************/

dl {
	padding: 0 0 0 0px;
	font-size: 80%;
	margin: 0 0 20px 200px;
}
dl dt {
	float: left;
	line-height: 150%;
	width: 150px;
}
dl dd {
	line-height: 150%;
}

/*************** story styles ******************/

.story {
	padding: 10px 10px 10px 100px;
	font-size: 80%;
	margin: 0 0 0 70px;
}

.story h3{
	padding: 0px 10px 0px 0px;
	margin: 80px 0 0 0;
}

.story p {
}


/**************** advert styles *****************/

#whatNEW{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
