
/*Import the structure CSS */
/* Do not modify the structure CSS - make your changes in the custom skin area below */



@import url("reset.css");
@import url("text.css");
@import url("960.css");



/* you can copy and modify the menu.css to fit the menu needs of the site it belongs too. */
@import url("menu.css");



/*This is the style for an optional top panel it can be copied and modifed to fit the need of the site it's being used on.
@import url("topPanel.css");*/

@import url("forms.css");

body {
    background: url("../media/bg.png") repeat scroll left top #000000;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    width: 960px;
	border-top:thick solid #d1d1d1;
}

/* over-ride links in main page */
div a{color:#044080;}
div a:hover{color:#4579b1;}

/* Make your custom declerations here. This defines your skin */
.grayBorder_1  { border:1px solid #666666;}


.ulGreenArrow{
	font-style: italic;
	list-style-image: url(../media/grnBullet.gif);
	list-style-type: none;
	/*margin-left:10px;*/
	padding-bottom:0px;
}



.didYouKnow{
background: transparent url(../media/Index-Left-1.jpg) no-repeat scroll left top; width: 540px; height: 275px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-top: 25px; float: left; display: inline;
}
.didYouKnowListBox{
width: 250px; height: 200px; padding-left:10px;margin-top:50px; margin-right: 80px; float: right; display: inline;
}

.orangeHighlight{
color:#f48024;
font-weight:bold;
font-size:1.0em;

}
.orangeText{
color:#f48024;
}
.vidLeft{
width:auto; height:auto; padding:8px; margin:4px 8px 4px 4px; float:left;display:inline; border:5px solid #CCCCCC;
}
.vidRight{
width:auto; height:auto; padding:8px; margin:4px 4px 4px 8px; float:right;display:inline; border:5px solid #CCCCCC;
}
/*Footer.ascx
.bottomLinks a{padding:4px;color:#ffffff; font-weight:bold; text-decoration:none;}
.bottomLinks a:hover{background:#FFFFFF; color:#339900; }*/
.footer{
height:auto;
padding:0;
margin:0px;
background:#d1d1d1;
border-top:10px solid #006600;
}

#franScroll{
	background: #FFFFFF;
	color: #333333;
	width:249px;
	height:600px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#franScroll a:link {
	color:#444444;
	font-weight: bold;
	font-style: normal;
	
}
#franScroll a:visited{
	color: #444444;
	font-weight: bold;
	font-style: normal;
	
}

#franScroll a:hover{
color:#8cc641;
font-style: normal;
font-weight: bold;
}
.scrollYear{
text-align: center; background-color:#EEEEEE;
}

p.yearScroll{
	font-size:10px;
	font-style:italic;
	line-height: 13px;

}
ul.History{
	background-color:#eeeeee;
}
li.Scroll{
	font-size:10px;
	background-color:#eeeeee;
	list-style-position: outside;
	list-style-image: url(media/grnBullet.gif);
}

li.owner{
list-style-image: url(media/grnBullet.gif);
list-style-position: inside;

}



.sidebar{
border-left:#666666 8px solid;
background-color:#EEEEEE;
width:75%;
margin-left:20px;

}

.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}

/* custom color chart - for easy color reference 

#80afe2 = lightest blue
#4579b1 = light blue highlight
#4579b1 = medium blue
#044080 = dark blue
#666666 = dark gray

***********************************/

