/*main template for 1 col, horiz drop-down menu*/

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: 100%/1.166 Arial, Helvetica, sans-serif;
	background: url(../images/topstripe.gif) repeat-x;
	
}

.content{
	padding: 0px 0px 10px;
	font-size: .9em;
	line-height: 1.4em;
}


.content p {
	margin-left: 0px;
	margin-top: 0.5em;
}

.content a:link, .content a:visited {
	color: #004466;
	text-decoration:underline;
	font-weight: bold;
}

.content a:hover, .content a:active {
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #cc0000;
	font: bold 200% Arial, Helvetica, sans-serif;
	border-left: solid 30px #ff0000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px 15px;
}

h2{
	font-size: 150%;
	color: #7f9f00;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px 15px;
	line-height: 1.2em;
	border-left: solid 30px #7f9f00;
	margin-left: 30px;
}

h3{
	font-size: 120%;
	color: #03436a;
	padding-top: 0.5em;
}

h4{
 font-size: 110%;
 font-weight: bold;
 color: #bf3030;
}

h5{
 font-size: 100%;
 color: #0000CC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#top {
	height:0px;
	width: 100%;
}
#container{
	top: 0px;
	width:760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	
}
#innerContainer {
	text-align: left;
}

#envelope {
	
	float: left;
	width: 100%;
	margin-top: 10px;
}
#innerEnvelope {
	margin-right: 15px;
	margin-left: 15px;
}


#masthead{
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	
}
.subhead {
	display: block;
	background: #a60000;
	font: italic bold 16px Arial, Helvetica, sans-serif;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 2px;
}


#content{
	float:left;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 475px;
}

#content a:link, #rightcol a:link {
	color: #039;
	text-decoration: underline;
}
#content a:visited, #rightcol a:visited {
	color: #039;
	text-decoration: underline;
}


#content a:hover, #rightcol a:hover {
	color: #039;
	text-decoration: none;
}

#content a:active, #rightcol a:active {
	color: #039;
	text-decoration: none;
}

#rightcol {
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffa;
	width: 250px;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	float: right;
	margin-top: 15;
	margin-right: 60;
	margin-bottom: 0;

}
#menubar {
	position:absolute;
	top:95px;
	left:300px;
	width:475px;
	z-index: 50;	

}

#menubar2 {
	position:absolute;
	top:163px;
	left:0;
	width:100%;
	z-index: 40;	

}
#footer {
	margin: 0px;
	clear: both;
	border-bottom: 5px solid #000000;
	background: url(../images/sweaterguymini.jpg) no-repeat;
	
}
/************* #Footer styles ***************/

#siteInfo{
	color: #000000;
	padding-top: 15px;
	padding-left: 20px;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
#siteInfo a:link{
color: #FFFFFF;
text-decoration: none;
}	
#siteInfo a:visited {
color: #FFFFFF;
text-decoration: none;
}	

#siteInfo a:hover{
text-decoration: underline;
}

#siteInfo a:active{
text-decoration: underline;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px;
}






/************** .feature styles ***************/



.list1 {
	list-style: url(../images/bullet1.jpg);
}

.list2 {list-style: url(../images/bullet2.jpg); }

.list3 {list-style: url(../images/bullet3.jpg); }

.list4 {list-style: url(../images/bullet4.jpg); }

.list5 {list-style: url(../images/bullet5.jpg); }

.list6 {list-style: url(../images/bullet6.jpg); }








#contactinfo {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #ffffee;
}
#contactinfo h1 {
	font: bold 150% "Times New Roman", Times, serif;
	color: #000069;
	margin: 0px;
	padding: 0px;
}
#contactinfo h2 {
	font-size: 100%;
	font-variant: normal;
	color: #000069;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}







.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.eighty {
	font-size: 80%;
	line-height: 100%;
}
.content .map {
	margin: 5px;
	padding: 0px;
	border: 1px solid #000066;
}
.content dt {
	font-weight: bold;
	margin-left: 20px;
}
.sidebar {
	font-size: 80%;
	line-height: 1.166;
	padding: 10px;
	float: right;
	width: 280px;
}
.sidebar h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC3300;
}
.imgleft {
	float: left;
	margin: 3px 7px 3px 0px;
	clear: left;
}
.imgright {
	float: right;
	margin: 3px 0px 3px 7px;
	clear: right;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
.content ul {
	list-style: url(../New site/images/bullet1.gif);
}
.imgrightNoClear {

	float: right;
	margin: 3px 0px 3px 7px;
	padding: 5px;
	clear: none;
	border: 1px solid #000000;
}
.curlTR {
	color: #000000;
	background: url(../images/backgrounds/380curlTR.jpg) no-repeat;
	height: 276px;
	width: 380px;
}
.curlTR250content {
	padding: 15px 40px 15px 15px;
}
.card250 {

	color: #000000;
	background: url(../images/backgrounds/250palewhole.jpg) no-repeat;
	height: 339px;
	width: 250px;
}
.card250content {

	padding: 15px 40px 15px 15px;
}
#bottom {

	height:298px;
	background: url(../images/backgrounds/pipebottom.gif) no-repeat center top;
	width: 100%;
}

.captionboxright {
	padding: 10px;
	margin: 10px 0 10px 10px;
	float: right;
	width: 265px;
	color: #000;
	background: #a2d3f2;
	border: #245a7a solid 1px;
}
.quote {
	font-style: italic;
	color: #FF4040;
}

.bignumber {
	font-weight:bold;
	color: #ff4040;
	font-size: 1.5em;
	
}	
.quoteyellow {
	font-weight: bold;
	color: #FF7800;
}
.goldcell {
	border: 1px solid #ff7800;
}
.quotered {

	font-weight: bold;
	color: #FF0000;
}
.brownrow {
	background: #420;
}
#tagline {
	position: absolute;
	height: 66px;
	width: 219px;
	left: 150px;
	top: 10px;
}
#jumping {
	position: absolute;
	height: 91px;
	width: 311px;
	left: 440px;
	top: 0px;
	background: url(../images/jumping.jpg);
}
h1.alpha {
	border-left: 200px solid #FF0000;
	border-right: 450px solid #FF0000;
	text-align: center;
	margin: 0px;
}
.sup {
	font-size: 0.7em;
	vertical-align: super;
}
.rightcolplain {
	padding: 0 0 10px 10px;
	margin: 0 0 10px 10px;
	float: right;
	width: 270px;
	color: #000;
}
blockquote {
	margin-left: 60px;
	padding-left: 15px;
	
}
.shift img {
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
}
.textlinks {
	display: none;
}

