@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
}

body {
	margin: 0;
	background-color:#fff;
	background-image:url(../images/bkgrndline.gif);
	background-position:center;
	background-repeat:repeat-y;
 font-family: Helvetica, Arial, Sans-serif;
  font-size:14px;
  line-height:1.3;
  color:#666;
}

body#hlight {
	background-image:url(../images/hlight-bkgrnd.gif);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	font-family: Helvetica, Arial, Sans-serif;
text-decoration: none;
color: #F7931E;
border: none;
}

a:hover {color: #f36a18;
border:none;
}

a img {border:none;}



a img:hover {border:none;}

.page-container { 
background-color:#FFF;
width: 960px;
margin: auto;
height:100%;
padding-top: 10px;
}

.header {
	width: 960px;
	margin:auto;
}

.horizline {
	padding-top: 20px;
	clear:both;
}

.horizlinelil {
	padding-top: 20px;
	padding-left: 500px;
	clear:both;
	
}

.horizgreen {
	padding-top: 20px;
	clear:both;
	border-bottom:#8DBC3F solid 12px;
	width: 935px;
}


.topmenu {
	width: 900px;
	padding-top:20px;
	padding-left:110px;
}

.topmenu a {
	padding:0 10px;
	float:left;
}

.bodycontainer {
	padding-top:20px;
	clear:both;
}

.pic {
	float:left;
	padding-right:20px;
}

.bodycontent {
	border-left:#666 solid 1px;
	float:left;
	padding-left: 20px;
	width:365px;

}

.homecontent1 {
	float:right;
	padding-right:80px;
	padding-top:30px;
	font-size:19px;
	letter-spacing:1px;
	
}

.homecontent2 {
	float:right;
	padding-right:50px;
	padding-top:20px;
	font-size:14px;
	width: 300px;
}

ul{
	line-height:1.5;
}

li {
	list-style-image: url(../images/bullet-orange.gif);
}

.subhead {
	color:#333333;
	font-size:20px;
	font-weight:bold;
}

.smallsubhead {
	font-size:16px;
	font-weight:bold;
}

.highlightcontainer {
	padding-left:10px;
	padding-top:34px;
}

.quotecontainer {
	width:680px;
	float:left;
	line-height:1.4;
	padding-bottom:10px;
}

.quotefirstline {
	font-size:18px;
	font-weight:bold;
	color:#333;
}

.quote  {
	font-size:16px;
}

.quotename {
	font-style:italic;
	text-align:right;
}

.quotemark {
	font-size:50px;
	font-weight:bold;
	color:#f7931e;
	float:left;
}

.menu {
	width:583px;
	padding-left:10px;
	padding-top:10px;
	text-align:center;
	float:left;
}

.menu2 {
	width:583px;
	padding-left:10px;
	padding-top:34px;
	text-align:center;
	float:left;
}

.menu3 {
	width:583px;
	padding-left:10px;
	padding-top:34px;
	text-align:left;
	float:left;
}


.menuhead {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.menusmall {
	font-size:12px;
	color:#999;
}
	
/*  -------------------------------- Begin nav bar ----------------------------------------------------  */

#nav {
padding-top: 20px;
height: 22px;
margin: auto;
}

#nav dl { float:right; padding: 0 28px;
}

#nav dt { float: left; padding:0; }

#nav dt a {
	display: block;
	height: 0px !important;
	height /**/:22px; /* IE 5/Win hack */ 
	padding: 22px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#nav dt a:hover {
	background-position: 0 -22px;
}

#nav dt#about,
#nav dt#about a {width: 83px; background-image: url(../images/topmenu/about1.png); }

#nav dt#services,
#nav dt#services a {width: 161px; background-image:url(../images/topmenu/services1.png) ; }

#nav dt#highlights,
#nav dt#highlights a {width: 93px; background-image:url(../images/topmenu/highlights1.png); }

#nav dt#create,
#nav dt#create a {width: 158px; background-image:url(../images/topmenu/create1.png); }

#nav dt#contact,
#nav dt#contact a {width: 97px; background-image:url(../images/topmenu/contact1.png); }

#nav dt#carrot,
#nav dt#carrot a {width: 126px; background-image:url(../images/topmenu/carrot1.png) ; }

#nav dt#spacer {width:20px; background-color:#FFF; }

/* Begin Page Class designations */

body.contact dt#contact,
body.contact dt#contact a,
body.carrot dt#carrot,
body.carrot dt#carrot a,
body.create dt#create,
body.create dt#create a,
body.highlights dt#highlights,
body.highlights dt#highlights a,
body.services dt#services,
body.services dt#services a,
body.about dt#about,
body.about dt#about a
{background-position: 0 -44px;
}


/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	width: 365px;
	border: none;
	
	overflow: hidden;
	outline:none;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #fff;
	margin: 0px;
	padding: 0 0 15px 0px;
	cursor: pointer;
	color:#ccc;
	font-size:20px;
	font-weight:bold;
	-moz-user-select: none;
	-khtml-user-select: none;

}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 400px;
}

.AccordionPanelContent2 {
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 250px;
}

.AccordionPanelContent3 {
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 550px;
}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	color:#333;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #F7931E;
}

.AccordionFocused {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}


/* --------------------------- lytebox ------------------------------------------------------------------------------------ */

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/lytebox/prev_grey.gif) left 15% no-repeat; }
	
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/lytebox/next_grey.gif) right 15% no-repeat; }
	
#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(../images/lyteboxclose_green.png) no-repeat; }
	#lbClose.blue { background: url(../images/lyteboxclose_blue.png) no-repeat; }
	#lbClose.gold { background: url(../images/lyteboxclose_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../images/lyteboxplay_grey.png) no-repeat; }
	#lbPlay.red { background: url(../images/lyteboxplay_red.png) no-repeat; }
	#lbPlay.green { background: url(../images/lyteboxplay_green.png) no-repeat; }
	#lbPlay.blue { background: url(../images/lyteboxplay_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../images/lyteboxplay_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../images/lyteboxpause_grey.png) no-repeat; }
	#lbPause.red { background: url(../images/lyteboxpause_red.png) no-repeat; }
	#lbPause.green { background: url(../images/lyteboxpause_green.png) no-repeat; }
	#lbPause.blue { background: url(../images/lyteboxpause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../images/lyteboxpause_gold.png) no-repeat; }
