/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #330033;
}
/******* 	background: #cccccc url("../v2.0/bg_grad.jpg") fixed;


/******* classes *****************************/
}
.bluelink {
	color: #0066CC;
	text-decoration: underline;
}


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

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

a:hover{
	text-decoration: underline;
}

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position: absolute;
	top: 10px;
	width: 550px;
	background-color: #660033;
	height: 120px;
	border-top: 2px dashed #FFFFFF;
	border-right: 2px dashed #FFFFFF;
	border-bottom: 2px dashed #FFFFFF;
	border-left: 2px dashed #FFFFFF;
	z-index: 4;
	left: 15px;
}

#siteName {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	margin-left: 5px;
	text-align: left;
}

#quoteBox{
	position: absolute;
	left:575px;
	top:10px;
	width:230px;
	height:110px;
	z-index:3;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 2px dashed #FF6600;
	margin-left: 0px;
	padding: 5px;
}

#quotes{
	top: 10px;
	left: 5px;
}

#pagecell{
	position:absolute;
	top: 160px;
	left: 15px;
	right: 2%;
	background-color: #FFFFFF;
	width: 800px;
	height: 2170px;
	z-index: 2;
}

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("glbnav_background.gif");
	visibility: visible;
}

#globalNav img{
	margin-bottom: -4px; 
}

/* globalLink elements ******************************/
#globalLink{
	position: absolute;
	top: 76px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 6px;
	z-index: 100;
}


#globalLink a, #globalLink a:visited{
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

#globalLink a:hover{
	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	min-width: 640px;
	height: 50px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

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

#feature{
	position: absolute;
	top: 45px;
	left: 132px;
	padding: 10px 10px 10px 30px;
	margin: 20px 20px 20px 20px;
	border-left: 1px dotted #ccd2d2;
	border-bottom: 1px dotted #ccd2d2;
	font-size: 80%;
	min-height: 600px;
	height: 2007px;
	width: 595px;
}

#feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

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

#pageName{
	padding: 0px 0px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
	background-color: #660033;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #FFFFFF;
	margin:0px;
	padding-top: 5px;
}

/************ sectionLinks styles **************/

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

#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("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#squareThumbs {
	position: absolute;
	background-color: #660033;
	height: 1242px;
	width: 120px;
	border: 2px dotted #000000;
	left: 10px;
	top: 65px;
	padding: 10px 0px 10px 0px;
}
#descriptionArrow {
	float: right;
	width: 300px;
	top: 0px;
	background-image: url(../images/site/arrows-point-up.gif);

