/***********************************************/
/* ptg.css                                     */
/* Use with PTG_template1.dwt                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font: 80% Arial,sans-serif;
	color: #333333;
	line-height: 115%;	
	margin: 0px;
	padding: 0px;
	background: #99A05E url(../images/bkgd-gradient.jpg) fixed;
	text-align: justify;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #103D3D;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	background-color:#E1E2D0;
	color: #000000;
}

li {
	font: 100% Arial,sans-serif;
	list-style-image: url(../images/bullet_block.gif);
	line-height: 150%;	
}

/************** header tag styles **************/

h1{
 font: bold 200% Arial,sans-serif;
 color: #103D3D;
 margin: 0px;
 padding: 0px;
	margin: 10px 0px 10px 0px;
}

h2{
 font: bold 150% Arial,sans-serif;
 color: #103D3D;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 125% Arial,sans-serif;
 color: #103D3D;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 110% Arial,sans-serif;
 color: #103D3D;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #103D3D;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header{
	position:relative;
	top: 20px;
	left: 15px;
	right: 2%;
	bottom: 20px;
}

#pagecell{
	position:relative;
	top: 5px;
	left: 15px;
	right: 2%;
	width:730px;
	background-color: #ffffff;
}

#pageNav{
	float: left;
	width:168px;
	padding: 0px;
	background-color: #E1E2D0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 90% Arial,sans-serif;
	text-decoration: none;
}

#titlebar{
	float:right;
	width:540px;
	height:40px;
	font: 175% Arial,sans-serif;
	color:#E1E2D0;
	font-weight: bold;
	vertical-align:baseline;
	text-align: center;
	background-color: #0F3B3B;
	margin: 0px 0px 20px 0px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	text-decoration: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #103D3D;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #99A05E ;
	color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

#relatedLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 15px;
	font-weight: normal;
	font-size: 80%;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


/**************** CONTENT styles *****************/

#content{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 168px;
}
#content img{
	padding: 10px 10px 10px 10px;
}

#reg{
	font: 80% Arial,sans-serif;
	color: #99A05E;
	text-decoration: none;
}

.justify{
	line-height:normal;
	text-align: justify;
	margin: 4px 24px 4px 4px; 
}

.symbol {
	color: #8A9656;
	vertical-align: top;
	font-size: xx-small;
}

/************** Highlight Box styles ****************/
#highlightBox{
	border: 2px solid #000000;
	float: right;
	z-index: 2;
	visibility: visible;
	font: 90% Arial,sans-serif;
	color:#FFFFFF;
	margin: 20px 2px 20px 20px;
	width: 300px;
	background-color: #0F3B3B;
}

#highlightBoxTitle{
	border-bottom-style:solid;
	border-bottom-color: #E1E2D0;
	border-bottom: 1px;
	border-top-style:solid;
	border-top-color: #E1E2D0;
	border-top: 1px;
	font: 150% Arial,sans-serif;
	font-weight:  bolder;
	color: #E1E2D0;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

#highlightBox img{
	position: relative;
	top: 0px;
	right: 10px;
	padding: 0px;
	margin: 0px;
	left: 0px;
}


/************ highlightBox styles **************/
#highlightBoxText{
	margin: 0px 20px 10px 0px;
	color: #FFFFFF;
}

#highlightBox a:link{
	color: #E1E2D0;
	text-decoration: underline;
}

#highlightBox a:hover{
	text-decoration: underline;
	color: #000000;
	background-color:#BBDA8D;
}
#highlightBox a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#highlightBox li{
	line-height: 130%;
}


/************ Quotes **************/
#quote{
	background-color:#E1E2D0;
	line-height: 160%;
	font-weight: bold;
	text-align:justify;
}

/************** siteInfo (Footer) styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 20px 10px 10px;
	margin-top: 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/********************* end **********************/

