﻿body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #676767;
	background: #000000;
	margin: 0;
	text-align: justify;
	}
a:link, a:visited, a:active {
	color: red;
	text-decoration: underline;
	}
a:hover{
	color: #676767;
	}
h1 
{
	font-size: 20px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-weight: bold;
	font-size: 10px;	
}


#container {
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	}

#slideshow
{
	width: 425px;
	height: 300px;
	margin: 0 auto;
}

/* START HEADER */
#header{
	width: 923px;
	height: 310px;
	margin-left: 0;
	margin-right: auto;
	background: url(../../content/headers/home.jpg) no-repeat;
	}	
	#header h1{
		width: 600px;
		height: 270px;
		padding: 0;
		margin: 0 auto;
		text-indent: -9000px;
		}
	#header h1 a{
		width: 600px;
		height: 270px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		#aboutus #header{
			background: url(../../content/headers/aboutus.jpg) no-repeat;
			}  
/* END HEADER */

/* START ASP HEADER*/
#aspheader{
	width: 923px;
	height: 312px;
	margin-left: 0;
	margin-right: auto;
	background: url(../../content/headers/asphome.jpg) no-repeat;
	}	
	#header h1{
		width: 600px;
		height: 180px;
		padding: 0;
		margin: 0 auto;
		text-indent: -9000px;
		}
	#header h1 a{
		width: 600px;
		height: 180px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		#aboutus #aspheader{
			background: url(../../content/headers/aboutus.jpg) no-repeat;
			}  
		#learnmore #header{
			background: url(../../content/headers/learnmore.jpg) no-repeat;
			} 
		#galleries #aspheader{
			background: url(../../content/headers/gallery.jpg) no-repeat;
			}  
		#downloads #aspheader{
			background: url(../../content/headers/downloads.jpg) no-repeat;
			}
	    #search_orders #aspheader
	    {
	        background: url(../../content/headers/searchorders.jpg) no-repeat;
			}
	    #search_subjects #aspheader
	    {
	        background: url(../../content/headers/searchsubjects.jpg) no-repeat;
			}	    
	    #order_details #aspheader
	    {
	        background: url(../../content/headers/ordredetails.jpg) no-repeat;
			}	
	    #order_online #aspheader
	    {
	        background: url(../../content/headers/orderonline.jpg) no-repeat;
			}	
	    #FTP_Info #aspheader
	    {
	        background: url(../../content/headers/ftp.jpg) no-repeat;
			}
	    #subscriptions #aspheader
	    {
	        background: url(../../content/headers/subscriptions.jpg) no-repeat;
			}
		#login #aspheader
	    {
	        background: url(../../content/headers/login.jpg) no-repeat;
			}
		#choosesite #aspheader
	    {
	        background: url(../../content/headers/choosesite.jpg) no-repeat;
			}			
				
/* END ASP HEADER */	  
	  
	  
/* START NAVIGATION */
#navigation {
    color: #676767;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 80px;
    text-align: center;
	}
	#navigation ul{
		margin: 0;
		padding: 0;
		}
	#navigation ul li {
		list-style-type: none;
		padding-top: 6px;
		padding-left: 3px;
		padding-right: 3px;
		display: inline;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: red; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #676767;
		text-decoration: none;
		}
	
/* END NAVIGATION */
	
/* START PAGE BODY */

#content {
	margin: 0 auto;
	padding: 10px 45px;
	background: white;
	}
	#content p {
		padding-left: 30px;
		}
.accent {
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	line-height: 22px;
	color: #FF0000;
	}
/* END PAGE BODY */

/* START ASP PAGE BODY */

#aspcontent
{
	padding: 10px 45px;
	background: white;
}
#contentp 
{
	padding-left: 30px;
}


.resultsTable
{
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
}
.resultHead
{
	background-color: #CCCCCC;
	text-align: center;
	cursor: pointer;
}
.resultHead a
{
	text-decoration: none;
	font-weight: normal;
	
}

.SubjectSearch_resultHead
{
	background-color: #CCCCCC;
	/*border: 1px solid black;*/
	text-align: center;
	cursor: hand;
	font-size: 12px;
}
.SubjectSearch_resultHead a
{
	text-decoration: none;
	font-weight: normal;
	
}
.subHead
{
	background-color: #CCCCCC;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
}

.segnfocell
{
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: x-small;
}

.segnfocell img
{
	border-style: none;
    border-width: 0px;
}

.segnfocell a
{
	border-style: none;
    border-width: 0px;
    text-decoration: none;
    color: #676767
}

.segnfocell a:hover
{
    color: Red;    
}

.segnfocell span
{
	position: relative;
	left: 2px;
	top: -2px;	
}

.resultCell
{
	border-right: 1px solid black;
	padding-right: 5px;
	border-top: 1px solid black;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: 1px solid black;
	padding-top: 5px;
	border-bottom: 1px solid black;
}
.linksDiv
{
	width: 100%;
	text-align: left;
}
.linksDiv a
{
	border-style: none;
    border-width: 0px;
    text-decoration: none;
		
}
.pagelink
{
	position: relative;
	float: left;
	cursor: pointer;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color: #CC0000;
}
.curpagelink
{
	position: relative;
	cursor: hand;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color: #676767;
}
.searchingpleasewait
{
    background-position: center;
	background-image:url(../images/Loading.gif);
	background-repeat:no-repeat;
}

.accent {
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	line-height: 22px;
	color: #FF0000;
	}
.heading1
{
	font-size: 16px;
	font-weight: bold;	
}

.heading2
{
	font-size: 13px;
	font-weight: bold;	
}

.heading1_Link
{
	font-size: 16px;
	font-weight: bold;
	cursor: hand;
}
.EmphasizedText
{
	font-weight: bold;	
}
.Button
{
	font-weight: bold;
	cursor: hand;
}
.Button_Over
{
	font-weight: bold;
	font-style: italic;
	cursor: hand;
}
.UsageNote
{
	font-size: 10px;
	font-style: italic;
}
.UsageNote_Over
{
	font-size: 10px;
	font-style: italic;
	color: Red;
	border: dotted 1px;
}
/* END ASP PAGE BODY */

.Error_Text
{
	color: Red;
	font-size: 10px;
	visibility: hidden;
}

	
/* START GALLERIES */
#gallery{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#enlarge{
	width: 670px;
	height: 420px;
	}
#enlarge img{
	border: 3px solid #1B1605;
	}
.thumbnails td a{
	margin: 1px;
}
.thumbnails img{
	border: 1px solid #1B1605;
	}
.stroke{
	padding: 15px;
	background: #fff;
	border: 1px solid #573A58;
	}
/* END GALLERIES */
	
	
/* START FOOTER */
	#footer
	{
        background: url(../../content/footers/home.jpg) no-repeat;
        color: #CBCBCB;
        font-size: 13px;
        font-weight: bold;
        height: 40px;
        padding: 260px 20px 0px 10px;
        text-align: left;
	}
	#footer a:link, #footer a:visited, #footer a:active {
		color: red; 
		text-decoration: none;
		}
	#footer a:hover{
		color: #676767;
		text-decoration: none;
		}
	#footer p {
		margin: 0;
		}
		#aboutus #footer {
			background: url(../../content/footers/aboutus.jpg) no-repeat;
			}  
		#learnmore #footer{
			background: url(../../content/footers/learnmore.jpg) no-repeat;
			} 
		#galleries #footer{
			background: url(../../content/footers/gallery.jpg) no-repeat;
			} 
		#downloads #footer{
			background: url(../../content/footers/downloads.jpg) no-repeat;
			}

/* END FOOTER */

/*Some shiz for tooltips and popups*/
.toolTipShadow
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: url(../images/shadow.png);
}
.toolTipContent
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	left: -4px;
	top: -4px;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	padding: 5px;
	font: bold 10pt sans-serif;
	text-align: center;
}

.toolTipContent table tbody tr td img
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.subjectTipContent
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background-color: White;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	padding: 5px;
	font: 10pt sans-serif;
	text-align: left;
}

.subjectTipContent div
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subjectTipContent div img
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subjectTipContent div table
{
    clear: both;
}

.subjectTipHeader
{
	text-align: left;
}
.subjectToolTipShadow
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: url(../images/shadow.png);
}
.subjectToolTipShadow_Loading
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: url(../images/shadow.png);
	width: 313px;
}
.subjectTipContent_Updating
{
	background-position: center center;
	background-image:url(../images/Loading.gif);
	background-repeat:no-repeat;
    background-color: White;
	border: solid #676767 1px;
	margin-top: 5px;
	padding: 5px;
	font: 10pt sans-serif;
	height: 13px;
	width: 280px;
}

.headingLink1_Collapsed
{
	background-image:url(../images/Buttons/Pointer.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 17px;	 
	font-size: 16px;
	font-weight: bold;
	cursor: hand;
}

.headingLink1_Collapsed_Over
{
	background-image:url(../images/Buttons/Pointer_Over.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 17px;	
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
	border: 1px dotted;
}

.headingLink1_Expanded
{
	background-image:url(../images/Buttons/PointerDown.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 17px;	 
	font-size: 16px;
	font-weight: bold;
	cursor: hand;
}

.headingLink1_Expanded_Over
{
	background-image: url(../images/Buttons/PointerDown_Over.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
	border: 1px dotted;
}
.subheadingLink1_Collapsed
{
	background-image:url(../images/Buttons/PointerSmall.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 12px;
	cursor: pointer;
}

.subheadingLink1_Collapsed_Over
{
	background-image:url(../images/Buttons/PointerSmall_Over.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 12px;	
	cursor: pointer;
}

.subheadingLink1_Expanded
{
	background-image:url(../images/Buttons/PointerSmallDown.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 12px;
	cursor: pointer;
}

.subheadingLink1_Expanded_Over
{
	background-image: url(../images/Buttons/PointerSmallDown_Over.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	cursor: pointer;
}
.OrderOnline_ItemHeader
{
	width: 150px; 
	float: left;
	margin-top: 5px;
}
.OrderOnline_DataEntrySelectCntrl
{
	width: 280px;
}
.OrderOnline_DataEntryTxtCntrl
{
	width: 275px;
}
.OrderOnline_CommentsTxt
{
	width: 425px;
	height: 150px;
}


.ExtendedSegDetails_OrganizationalTable
{
    width: 810px;	
}

.ExtendedSegDetails_OrganizationalTable_Column
{
	width: 405px;	
	vertical-align: top;
}

.ExtendedSegmentInfo_SubjectDisplayTable
{
	position: relative;
	left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	width: 390px;	
}

/*some test styles*/
.cleanLink
{
	border: 0px;
	text-decoration: none;
	overflow: visible;
}

.test
{
	font-size: 7pt;
	float: right;
}

.NullLink
{
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}


.ReportURLContainer
{
	margin-top:5px;
	margin-bottom: 5px;	
	list-style-image: url(../images/Buttons/rss.gif);	
}

.ReportURLContainer li a
{
	border: none;
	border-width: 0px;
	text-decoration: none;
}

.Info_List
{
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	margin-top: 30px;
	margin-bottom: 50px;
	position: relative;
	left: -30px;	
}

.Info_List li
{
	margin-top: 15px;
	margin-bottom: 15px;	
}

/* Social networking link shizzle */
#SocialNetworkLinks
{
	margin-top: 5px;
	width: 200px;
	float: left;
}
.twitter_link {
	display: block;
    height: 30px;
    width: 30px;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
    cursor: pointer;
	float: right;
	margin-right: 10px;
    border-left: 0px solid transparent;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.twitter_link:hover {
	background-image: url(../images/twitter-over.png);
}
.blogger_link {
	display: block;
    height: 30px;
    width: 30px;
	background-image: url(../images/blogger.png);
	background-repeat: no-repeat;
    cursor: pointer;
	float: right;
	margin-right: 10px;
	border-left: 0px solid transparent;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.blogger_link:hover {
	background-image: url(../images/blogger-over.png);
}


.facebook_link {
	display: block;
    height: 30px;
    width: 30px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
    cursor: pointer;
	float: right;
	margin-right: 10px;
	border-left: 0px solid transparent;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.facebook_link:hover {
	background-image: url(../images/facebook-over.png);
}

.mailer_link {
	display: block;
    height: 30px;
    width: 30px;
	background-image: url(../images/Mail.png);
	background-repeat: no-repeat;
    cursor: pointer;
	float: right;
	margin-right: 10px;
	border-left: 0px solid transparent;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.mailer_link:hover {
	background-image: url(../images/Mail_RO.png);
}

.cleanLink
{
	border: 0px;
	text-decoration: none;
}

.imgframe {
	height: 200px;
	width: 150px;
	margin:5px 10px 25px 10px;
	display:inline;
	float:left;
}

.imgframetop {
	height: 125px;
	width: 150px;
	margin:0px;
	display:inline;
	float:left;
}

.imgframebtm {
	height: 75px;
	width: 150px;
	margin:0px 0px 15px 0px;
	display:inline;
	float:left;
}

.spantxt {
	font:12px Arial, Helvetica;
	width:30px;
	word-wrap: break-word;
}

#imglinkdiv {
	width:100%;
	display:inline;
	float:left;
	margin-top:15px;
}



