/*
 * DEPRICATED -- all files using this style sheet should instead use css/style.css
 * css/style.css was updated with the content from this file on Jan 10, 2012, no updates
 * should be made to this file after this point in time
 *
 *
 */
html {
    margin: 0px;
    padding: 0px;
}

body {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #777777;
    background-color: #e7e7e7;
    min-height: 675px;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    color: #555555;
    font-size: 26px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

h1.yc {
    font-family: Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

h2 {
    font-family: Helvetica, Arial, sans-serif;
    color: #444444;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2.nav {
    font-family: Helvetica, Arial, sans-serif;
    color: #5F6062;
    font-size: 18px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

form { margin: 0; padding: 0; }

/*lucas added margin-bottom: 10px; instead of margin: 0px;*/
p { margin-bottom: 10px; padding: 0; }
table { border-collapse: collapse; }
td { margin: 0px; padding: 0px; vertical-align: top; }
img { border: 0px; }

input.hdrinput {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 10px;
    border: 0;
    padding: 4px 2px;
    color: #B2B2B2;
    background-color: #E9E9EA;
}

input.text {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 10px;
    border: 0;
    padding: 4px 2px;
    color: #555555;
    background-color: #E7E7E7;
}

.bodytextbold{
	font-family:  Verdana, Arial, sans-serif;
	color: #555555;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.bodytextitalic{
	font-family:  Verdana, Arial, sans-serif;
	color: #555555;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

.bodytext {
	font-family:  Verdana, Arial, sans-serif;
	color: #555555;
	font-size: 11px;
        line-height:17px;
	font-style: normal;
	text-decoration: none;
}

.bodytextcolor {
    color: #555555;
}

.caption {
	font-family:  Verdana, Arial, sans-serif;
	color: #96989B;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}

textarea {
	background: #F4F4F4;
	font-family: Verdana, Arial, sans-serif;
	color: #96989B;
	border-color: #000000;
	border-width: 0px;
	font-size: 11px;
}

.pedittext {
	background: #F4F4F4;
	font-family: Verdana, Arial, sans-serif;
	color: #96989B;
	border-color: #000000;
	border-width: 0px;
	font-size: 11px;
}

select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #555;
    line-height: 11px;
    border: 0;
    padding: 1px 2px;
    background-color: #E9E9EA;
}


.pad15 {padding-left:15px; padding-top:15px;}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-style: normal; font-weight: normal; }

.error { color: #F5241A; }



#header {
    background-color: #FFFFFF;
    color: #96989B;
    font-size: 9px;
    line-height: 9px;
    padding-bottom: 10px;
}

#head_cont {
    width: 950px;
    text-align: left;
}

#crumb {
    width: 950px;
    margin: 0 auto;
    font-family: Verdana, Arial, sans-serif;
    text-align: left;
    padding: 10px 10px 0px 10px;
    font-size: 9px;
    color: #FF9E1B;
    background-color: #FFFFFF;
}

#pagebody {
    width: 950px;
    padding: 0px 10px;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 auto 20px;

    font-family: 'roboto-light', ;
}

#footer {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    width: 920px;
    margin: 0 auto;
    padding: 22px 25px 15px 25px;
    background-color: #CCCCCC;
    color: #444444;
    text-align: left;
}
.pagecreatebox{margin-top:10px; padding:10px; line-height:22px;}

.pagecreatebox img {margin-bottom:-3px}

.prevnext{
    margin-right:33px;
}
.prevnext img{margin-bottom:-3px;}
.prevnext2 img{margin-bottom:-3px;}

.menutd { background-color: #888888; }
.menubg { background-color: #B6B7B9; }
.menutd div.menudiv {
    font-family: Helvetica Heue, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 9px;
    color: #F4F4F4;
    padding:14px 8px 7px 8px;
}
/*top and left positions were taken out by coburn as the pop up div was moved
to a place were it would be correctly positioned by default, 4/23/09*/
.menutd div.menurel {
    position: relative;
    z-index: 200;
    /*top: 8px;
    left: -8px;*/
}
.menutd div.menuab {
    position: absolute;
    width: 127px;
    z-index: 100;
    background-color: #999999;
    border-top: 1px solid #B6B7B9;
}
.menutd div.menucont {
    font-family: Comic Sans MS, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FF9E1B;
    padding: 15px 0px 25px 0px;
}
.menutd div.menucont div.off {
    padding: 5px 0px 3px 8px;
}
.menutd div.menucont div.on {
    padding: 5px 0px 3px 8px;
    background-color: #828282;
}
.menurel div.submenurel {
    position: relative;
    top: -18px;
    left: 119px;
    z-index: 200;
}
.menurel div.submenuab {
    position: absolute;
    width: 127px;
    z-index: 999;
    background-color: #999999;
    border-left: 1px solid #B6B7B9;
    margin-top: -8px;
    padding-bottom:13px;
}
.menurel div.submenucont {
    color: #FF9E1B;
    line-height: 18px;
    padding: 10px 8px;
}

.leftmenu { font-size: 10px;}
.leftmenubg { background-color: #E7E7E7; }
.leftmenubglt { background-color: #FFFFFF; }

.border  { border: 1px solid #D5D6D7; }
.borderl { border: 1px solid #E3E3E4; border-width: 0px 0px 0px 1px; }
.borderbottom  { border-bottom: 1px solid #D5D6D7; }
.borderbottomsel { border-bottom: 1px solid #FF9E1B; }
.bordertop { border-top: 1px solid #CCCCCC; }
.ltbordertop { border-top: 1px solid #E9E9EA; }
.iedumbtableborderbottom td { border-bottom: 1px solid #D5D6D7; }

.menuborder { border-top: 1px solid #E3E3E4; }

.ycbox {
    border: 5px solid #CCCCCC;
    cursor: pointer;
    background-color: #FFFFFF;
}

.ycpop {
    cursor: default;
    border-bottom: 5px solid #CCCCCC;
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 100;
}

.ycpopsh {
    cursor: default;
    display: none;
    position: absolute;
    z-index: 100;
    background: transparent;
}

.ycpopcont {
    background-color: #FFFFFF;
    border-bottom: 5px solid #CCCCCC;
    border-left: 1px solid #D6D6D6;
}

.yctitle {
    font-size: 14px;
    font-weight: bold;
    color: #737373;
    line-height: 20px;
}

.yctitlelite {
    font-size: 14px;
    font-weight: bold;
    color: #B8B8B8;
    line-height: 20px;
}

.yctitlesm {
    font-size: 10px;
    font-weight: bold;
    color: #737373;
    line-height: 12px;
}

.ycpline {
    color: #4E4E4E;
    background-color: #EAEAEA;
    width: 115px;
    padding: 10px 0px 10px 10px;
    font-size: 10px;
    line-height: 12px;
}

.ycplinesel {
    color: #4E4E4E;
    background-color: #D6D6D6;
    width: 115px;
    padding: 10px 0px 10px 10px;
    font-size: 10px;
    line-height: 12px;
    cursor: pointer;
}

.yclayer {
    color: #4E4E4E;
    background-color: #EAEAEA;
    width: 188px;
    height: 28px;
    padding: 5px 0px 0px 10px;
    font-size: 10px;
    line-height: 12px;
    cursor: pointer;
}

.yclayersel {
    color: #4E4E4E;
    background-color: #D6D6D6;
    width: 188px;
    height: 28px;
    padding: 5px 0px 0px 10px;
    font-size: 10px;
    line-height: 12px;
    cursor: pointer;
}

.ycshadow {
    background: transparent url(images/yc/shadow.png) bottom right no-repeat;
    padding: 0px 6px 8px 0px;
}

.ycinput {
    height: 15px;
    border: 0;
    color: #A2A2A2;
    font-size: 11px;
    line-height: 11px;
    padding-top: 3px;
}

table.intl td img { border: 1px solid #D5D6D7; }

table.button td, div.button, input.button {
    background: url(images/arrows/button_bg.gif) no-repeat #FF9E1B;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    padding: 3px 8px;
    cursor: pointer;
    border: 0;
    font-family: Verdana, Arial, sans-serif;
}

table.vmid td { vertical-align: middle; }

.ycpopup {
    background-color: #F4F4F4;
    border: 1px solid #D5D6D7;
}

.sample_folder {
    background: url(images/my3form/folder_closed.png) no-repeat;
    background-position: 20px 5px;
    margin: 3px auto;
    border:1px solid #d6d6d6;
    width:210px;
    height:40px;
}

.drophover {
    background: url(images/my3form/folder_open.png) no-repeat;
    background-position: 20px 5px;
    color: #FF9E1B;
    margin: 3px auto;
    border: 1px solid #d6d6d6;
    width: 210px;
    height: 40px;
}

.selected_folder {
    background: #D6D6D6 url(images/my3form/folder_open.png) no-repeat;
    background-position: 20px 5px;
    margin: 3px auto;
    border: 1px solid #FFFFFF;
    width: 210px;
    height: 40px;
}

.selected_sample {
    width: 200px;
    height: 30px;
    padding: 5px;
    background: #D6D6D6;
    border: 1px #FFF solid;
    margin: 3px auto;
}

.sample_styler {
    height: 100%;
    width: 100%;
    color: #737373;
    float: left;
}

.sample_row {
    width: 200px;
    height: 30px;
    padding: 5px;
    background: #FFF;
    border: 1px #d6d6d6 solid;
    margin: 3px auto;
}

.sample_styler a { color:#737373; margin:0; padding:0; }

.rightselarrow {
    height: 100%;
    background: url(images/my3form/mysamplesselarrow.gif) no-repeat;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 2600;
}

.callout {
    font-family: Comic Sans MS, sans-serif;
    font-size: 10px;
    color: #FF9E1B;
}

.greencallout {
    font-family: Comic Sans MS, sans-serif;
    font-size: 10px;
    color: #FF9E1B;
}

.pgsel { color: #FF9E1B; }

.smsize { font-size: 10px; }
.smrsize { font-size: 9px; }

.portpopup {
    font-size: 10px;
    color: #E9E9EA;
    background-color: #5F6062;
}

.calloutsel {
    font-family: Comic Sans MS, sans-serif;
    font-size: 10px;
    color: #B6B7B9;
}

.prodtab{width:94px;
    color:#FFF;
    padding:8px 8px 7px 8px;
}
.selected {background-color: #888;}
.selected a:link{ color: #FFF; text-decoration: none; cursor: pointer;}
.selected a:hover{ color: #FFF; text-decoration: none; cursor: pointer;}
.selected a:visited{ color: #FFF; text-decoration: none; cursor: pointer;}

.unselected {background-color: #F4F4F4;}
.unselected a:link{ color: #888; text-decoration: none; cursor: pointer;}
.unselected a:hover{ color: #888; text-decoration: none; cursor: pointer;}
.unselected a:visited{ color: #888; text-decoration: none; cursor: pointer;}

.contrborder    { border: 1px solid #E9E9EA; }
.contrbg    { background-color: #A6A6A6; }
.white {color: #FFFFFF;}
.white a:link    { color: #FFFFFF; text-decoration: none; cursor: pointer; }
.white a:visited { color: #FFFFFF; text-decoration: none; cursor: pointer; }
.white a:hover   { color: #000000; text-decoration: none; cursor: pointer; }
.shapes		{ font-size: 11px; line-height: 18px; }

.bgcolor { background-color: #E9E9EA; }
.fkh3 {
    font-family: Helvetica, Arial, sans-serif;
    color: #5F6062;
    font-size: 14px;
    font-weight: normal;
}

table.dittotable td { padding: 4px 11px 4px 0px; }

.expandtitle {
    background-color: #888888;
    height: 22px;
}

.expandtitle div.expandtitletext {
    color: #FF9E1B;
    font-weight: bold;
    font-size: 11px;
    line-height: 21px;
    height: 22px;
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
}

.expanddiv {
    /*position: absolute;*/
    background-color: #E7E7E7;
    width: 675px;
    border-top: 1px solid #FFFFFF;
    padding: 10px 0px;
}

a { outline: none; }

a:link    { color: #FF9E1B; text-decoration: none; cursor: pointer; }
a:visited { color: #FF9E1B; text-decoration: none; cursor: pointer; }
a:hover   { color: #FF9E1B; text-decoration: underline; cursor: pointer; }

.callout a:link    { font-family: Verdana, Arial, sans-serif; color: #666666; text-decoration: none; cursor: pointer; }
.callout a:visited { font-family: Verdana, Arial, sans-serif; color: #666666; text-decoration: none; cursor: pointer; }
.callout a:hover   { font-family: Verdana, Arial, sans-serif; color: #FF9E1B; text-decoration: none; cursor: pointer; }

.uncallout a:link    { color: #FF9E1B; text-decoration: none; cursor: pointer; }
.uncallout a:visited { color: #FF9E1B; text-decoration: none; cursor: pointer; }
.uncallout a:hover   { color: #FF9E1B; text-decoration: underline; cursor: pointer; }


.greencallout a:link    { font-family: Verdana, Arial, sans-serif; color: #9FA615; text-decoration: none; cursor: pointer; }
.greencallout a:visited { font-family: Verdana, Arial, sans-serif; color: #9FA615; text-decoration: none; cursor: pointer; }
.greencallout a:hover   { font-family: Verdana, Arial, sans-serif; color: #FF9E1B; text-decoration: none; cursor: pointer; }

.menutd div.menucont a:link    { font-family: Verdana, Arial, sans-serif; color: #FFFFFF; text-decoration: none; cursor: pointer; }
.menutd div.menucont a:visited { font-family: Verdana, Arial, sans-serif; color: #FFFFFF; text-decoration: none; cursor: pointer; }
.menutd div.menucont a:hover   { font-family: Verdana, Arial, sans-serif; color: #FF9E1B; text-decoration: none; cursor: pointer; }

#crumb a:link    { color: #96989B; text-decoration: none; cursor: pointer; }
#crumb a:visited { color: #96989B; text-decoration: none; cursor: pointer; }
#crumb a:hover   { color: #FF9E1B; text-decoration: none; cursor: pointer; }

.leftmenu a:link    { color: #555555; text-decoration: none; cursor: pointer; }
.leftmenu a:visited { color: #555555; text-decoration: none; cursor: pointer; }
.leftmenu a:hover   { /*color: #;*/ text-decoration: none; cursor: pointer; }

.pagecreatebox a:link    { color: #96989B; text-decoration: none; cursor: pointer; }
.pagecreatebox a:visited { color: #96989B; text-decoration: none; cursor: pointer; }
.pagecreatebox a:hover   { color: #FF9E1B; text-decoration: none; cursor: pointer; }

.leftmenu a.sel:link    { color: #B6B7B9; text-decoration: none; cursor: pointer; }
.leftmenu a.sel:visited { color: #B6B7B9; text-decoration: none; cursor: pointer; }
.leftmenu a.sel:hover   { color: #FF9E1B; text-decoration: none; cursor: pointer; }

table.button td a:link    { color: #FFFFFF; text-decoration: none; cursor: pointer; }
table.button td a:visited { color: #FFFFFF; text-decoration: none; cursor: pointer; }
table.button td a:hover   { color: #FFFFFF; text-decoration: none; cursor: pointer; }

.yclink a:link    { color: #FF9E1B; text-decoration: none; cursor: pointer; }
.yclink a:visited { color: #FF9E1B; text-decoration: none; cursor: pointer; }
.yclink a:hover   { color: #666666; text-decoration: none; cursor: pointer; }

#footer a:link    { color: #444444; text-decoration: none; cursor: pointer; }
#footer a:visited { color: #444444; text-decoration: none; cursor: pointer; }
#footer a:hover   { color: #444444; text-decoration: underline; cursor: pointer; }

/* tags added by lucas for my3form */
.red    { color: #ef4a34; }
.black  { color: #000000; }
.dkgray   { color: #4d4d4d; }

.whitebg    { background-color: #FFFFFF; }

.wide { width: 100%; }
.introtitle      {
  color: #998B7D;
  font-size: 21px;
  font-weight: normal;
  padding-bottom: 5px;
}

.pad5 td { padding: 5px; }
.pad5x10 { padding: 5px 10px; }
.pad1 td { padding: 1px; }
.pad1 { padding: 1px; }
.pad5nl { padding: 5px 0px; }
table.pad5nl { padding: 0px; margin: 5px 0px; }
.pad5nl td { padding: 5px 10px 5px 0px; }
.pad3 td { padding: 3px; }
.pad3nl td { padding: 3px 6px 3px 0px; }

.giant   { font-size: 48px; }
.largest { font-size: 24px; }
.larger  { font-size: 20px; }
.large   { font-size: 16px; }
.medium	 { font-size: 13px; }
.small   { font-size: 12px; }
.smaller { font-size: 11px; }
.smallest{ font-size: 10px; }
.mini    { font-size: 9px; }
.tiny    { font-size: 8px; }

.fl { float: left; }
.fr { float: right; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }

.ltrgrayborder     { border: 1px solid #cccccc; }
.ltrgrayborderbot  { border-bottom: 1px solid #cccccc; }
.ltrgrayborder2    { border: 1px solid #cccccc; border-width: 1px 1px 0px 0px;}
.ltrgrayborder2 td { border: 1px solid #cccccc; border-width: 0px 0px 1px 1px;}
.dkgrayborder   { border: 1px solid #4d4d4d; }
.ltgrayborderbot   { border-bottom: 1px solid #999999; }

.ltrgraybordertop  { border-top: 1px solid #cccccc; }


.vbot td  { vertical-align: bottom; }
.vbot   { vertical-align: bottom; }

.bold   { font-weight: bold; }

.shop		{ font-size: 10px; letter-spacing: 2pt; }

.reptools a:link    { color: #FF9E1B; text-decoration: none; }
.reptools a:visited { color: #FF9E1B; text-decoration: none; }
.reptools a:hover   { color: #4d4d4d; text-decoration: none; }





.tagselector {
   	display: none;
	background-color: #E9E9EA;
	width: 125px;
	padding: 3px;
	position: relative;
	top: 0;
        left:3px;
	z-index: 10;
}

.tagdropdown {
    background-color: #E9E9EA;
    width:215px;
}
#frontfinish {
	width:100%;
}
#backfinish {
	width:100%;
}

.modal-overlay
{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    /*background:#fff;*/
    background: #000000;
    opacity:.75;
    filter: alpha(opacity=75);
    z-index:101;
}
.modal-window
{
    position:fixed;
    top:50%;
    left:50%;
    margin:0;
    padding:0;
    z-index:102;
    overflow:auto;
}
/*
.close-window
{
    position:absolute;
    //width:32px;
    //height:32px;
    right:16px;
    top:10px;

    background:transparent url('images/icons/info.gif') no-repeat scroll right top;
    text-indent:-99999px;
    overflow:hidden;
    cursor:pointer;
    opacity:.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;

}

.close-window:hover
{
    opacity:.99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
}


.accept-window
{
    position:absolute;
    //width:32px;
    //height:32px;
    right:64px;
    top:10px;
    background:transparent url('images/icons/info.gif') no-repeat scroll right top;
    text-indent:-99999px;
    overflow:hidden;
    cursor:pointer;
    opacity:.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;

}

.accept-window:hover
{
    opacity:.99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
}*/
.miframe {
    /*border-width: 40px;
    margin: 40px;*/
}
.modalframe {
    background-color: #fff;
    border: 1px black solid;
    /*padding: 10px;*/
    width: 480px;
}

.filter_select {
    width: 140px;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

#tab_bar, .tab_bar_mult {
    margin: 10px 0 -2px -1px;
    padding: 0;
    z-index: 100;
    border: 1px solid transparent;
}

#tab_bar .tab, .tab_bar_mult .tab {
    background-color: #E7E7E7;
    width: 100px;
    float: left;
    border: 1px solid #AAAAAA;
    padding: 7px 3px 3px 3px;
    margin-right: 3px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    height: 17px;

    /* Border Radius Madness*/
    -moz-border-radius-topleft:  5px;  /* Firefox up to version 3.6 */
    -webkit-border-top-left-radius: 5px;  /* Safari, Chrome (before WebKit version 533) */
    border-top-left-radius: 5px;  /* Firefox 4; browsers with CSS3 support */
    -moz-border-radius-topright:  5px;  /* Firefox up to version 3.6 */
    -webkit-border-top-right-radius: 5px;  /* Safari, Chrome (before WebKit version 533) */
    border-top-right-radius: 5px;  /* Firefox 4; browsers with CSS3 support */

    /* Prevent iPad from selecting text, allow it to be 'clickable' */
    -webkit-user-select: none;
}

#tab_bar .tabextra, .tab_bar_mult .tabextra {
    margin-right: 10px;
    padding-top: 5px;
    float: right;
}

#tab_bar .tab:hover, .tab_bar_mult .tab:hover {
    cursor: pointer;
    background-color: #D7D7D5;
}

#tab_bar .tab.active, .tab_bar_mult .tab.active {
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

#tab_bar .tab.active:hover, .tab_bar_mult .tab.active:hover {
    cursor: default;
    background-color: #FFFFFF;
}

#about_outer {
  overflow: hidden;
  height: 500px;
  width: 950px;
  position: relative;
}

#about_inner {
  height: 500px;
  width: auto;
  white-space: nowrap;
  vertical-align: top;
}

#about_inner .section {
  white-space: nowrap;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 500px;
  width: auto;
}

#about_inner .sec {
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: normal;
  vertical-align: top;
  height: 500px;
  margin-right: 8px;
}

#about_inner .arrow {
  margin-right: 0px;
}

#about_inner #next_arrow_section {
  cursor: pointer;
}

#scrollbar_outer {
  width: 950px;
  height: 12px;
  background: transparent url(images/about/slider_bg.gif) no-repeat;
  margin-bottom: 3px;
  margin-top: 20px;
}

#scrollbar {
  width: 136px;
  height: 12px;
  background: transparent url(images/about/slider.gif) no-repeat;
  cursor: ew-resize;
}

#about_subnav .about_subnav_group {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  float: left;
  width: 117px;
  border-left: 1px solid #B0B0B0;
  padding: 8px 0px 8px 8px;
  margin: 0px 1px 5px 0px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

#about_subnav .about_subsubnav {
  display: none;
  position: absolute;
  width: 123px;
  top: 30px;
  left: 0px;
  cursor: default;
  z-index: 1000;
  background: white;
  opacity: .90;
  filter: alpha(opacity=90);
}

#about_subnav .about_subsubnav ul {
   list-style-type: none;
   margin: 8px 0px 0px 8px;
   padding: 0;
}

#about_subnav .about_subsubnav ul li {
  padding: 0px;
  margin: 3px 0px 3px 0px;
  font-weight: lighter;
}

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

#about_subnav .about_subsubnav a:hover {
  color: #FF9E1B;
}

/* @group new header */

#center_div {
  /*
  width: 950px;
  margin: 0 auto;
  */
}

#header_outer {
  z-index: 200;
  position: relative;
  background-color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  min-width: 950px;
}

#s_header {
  height: 106px;
  border-top: 4px solid #FF9E1B;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  width: 950px;
  position: relative;
  margin: 0 auto;
  display: block;
}

#s_header p, #s_header ul {
  margin-top: 0px;
  margin-bottom: 10px;

}

.home #s_header {
  border-bottom: none;
}

#s_top_links {
  height: 31px;
  position: relative;
  font-size: 10px;
  line-height: 13px;
  margin-top: 6px;
}

#login_message {
  position: absolute;
  width: 300px;
}

#login_message a:link, #login_message a:visited, #login_message a:hover, #login_message a:active {
  font-weight: bold;
}

#top_links {
  position: absolute;
  right: 222px;
  width: 370px;
}

#top_links li {
  display: inline-block;
  /* Argh IE */
  zoom: 1;
  *display: inline;
  width: 116px;
  margin-bottom: 3px;
}

#site_search_container {
  position: absolute;
  right: 0;
  width: 223px;
  top: 6px;
}

#site_search {
  margin: 0;
  padding: 0 2px;
  border: none;
  background-color: #E3E3E4;
  width: 199px;
  height: 20px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 20px;
}

#site_search.default_text {
  text-transform: uppercase;
}

#site_search_container img {
  position: absolute;
  right: 0;
}

#s_logo {
  position: absolute;
  bottom: 10px;
  font-size: 0;
  line-height: 0;
}

#s_header a:link, #s_header a:visited {
  color: #666666;
  cursor: pointer;
  font-family: Verdana,Arial,sans-serif;
  text-decoration: none;
}

#s_header a:active, #s_header a:hover {
  color: #FF9E1B;
}

.default_text {
  color: #a3a3a3 !important;
}

/* @group nav */

/* @group level 1 */

#s_nav {
  position: relative;
  right: 0;
  bottom: 10px;
}

#s_nav ul, #s_nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 20px;
}

#s_nav ul {
  line-height: 30px;
  border-right: 1px solid #ccc;
  z-index: 300;
}

#s_nav li {
  display: inline-block;
  /* Argh IE */
  zoom: 1;
  *display: inline;
  font-weight: bold;
  font-size: 12px;
  width: 156px;
  padding-bottom: 20px;
}

#s_nav li a:link, #s_nav li a:visited {
  display: block;
  padding-left: 11px;
  border-bottom: 4px solid transparent;
  font-weight: bold;
  height: 16px;
  border-left: 1px solid #ccc;
}

#s_nav li:hover a:link {
  color: #FF9E1B;
}

#s_nav li:hover .for_underline {
  border-bottom: 4px solid #FF9E1B;
  display: block;
  padding-bottom: 6px;

}


/* @end */

/* @group level 2 */

#s_nav ul li ul {
  background-color: #e1e1e1;
  line-height: 14px;
  border-right: none;
  display: none;
  position: absolute;
  top: 40px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#s_nav ul li ul.multi_col {
  width: 480px;
  text-transform: uppercase;
}

#s_nav ul li ul li {
  display: block;
  font-weight: normal;
  font-size: 12px;
  border: none;
  padding: 0;
  height: auto;
}

#s_nav ul li ul.multi_col li {
  display: block;
  float: left;
  width: 115px;
  margin-left: 0;
  padding-right: 5px;
}

#s_nav ul li:hover ul li a:link, #s_nav ul li:hover ul li a:visited, #s_nav ul li ul li a:link, #s_nav ul li ul li a:visited {
  display: block;
  padding-left: 11px;
  border-bottom: none;
  border-left: none;
  height: auto;
  margin-bottom: 4px;
  color: #666;
}

#s_nav ul li:hover ul li a:active, #s_nav ul li:hover ul li a:hover, #s_nav ul li ul li a:active, #s_nav ul li ul li a:hover {
  border-bottom: none;
  color: #FF9E1B;
}

/* @end */

/* @group level 3 */

#s_nav ul li ul li ul {
  display: block;
  height: auto;
  position: relative;
  top: auto;
  margin-left: 0;
  padding: 0;
}

#s_nav ul li ul.multi_col li ul li {
  display: block;
  float: none;
}

#s_nav ul li ul li ul a:link, #s_nav ul li ul li ul a:visited {
  display: block;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

/* @end */

ul.nav_list {
  border-right: 1px solid #bcbcbc !important;
  width: 119px;
}

ul.nav_list a:link {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

ul.nav_list li {
  font-size: 11px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

ul.nav_list.last {
  border-right: none !important;
  width: 120px;
}

/* @end */


/* @group homepage */

#wrapper {
  width: 950px;
  right: 15px;
  left: 15px;
  bottom: 0;
  top: 110px;
  margin: 0 auto;
  z-index: 15;
  background-color: #fff;
  position: absolute;
  min-height: 569px;
}

#s_content {
  position: relative;
}

.home #s_outer {
  position: fixed;
  z-index: 10;
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.home #wrapper {
  background-color: transparent;
  z-index: 5;
}

.home #s_content {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}

.home #s_footer {
  height: 35px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 20;
}

#home_bg {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*background: url(../images/3form_homepage_image_2.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/3form_homepage_image_2.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/3form_homepage_image_2.jpg', sizingMethod='scale')";*/
}

.home_arrow_container {
  position: fixed;
  z-index: 10;
  display: block;
  bottom: 0;
  top: 0;
  width: 40px;
}

.home_arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
}

#home_arrow_left {
  z-index: 15;
  background: transparent url(../images/arrows/arrow_left.png) no-repeat;
  left: 15px;
}

#home_arrow_right {
  z-index: 15;
  background: transparent url(../images/arrows/arrow_right.png) no-repeat;
  right: 15px;
}

.home_feature {
  position: absolute;
}

#home_feature_1 {
  top: 80px;
}

#home_feature_2 {
  bottom: 181px;
}

#home_feature_3 {
  top: 80px;
  left: 357px;
}

#home_feature_4 {
  bottom: 181px;
  left: 357px;
}

#home_feature_popup {
  top: 10px;
}

#home_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
  background-color: #000000;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.7);
}

#home_video {
  position: absolute;
  top: 300px;
  z-index: 210;
  display: none;
  background-color: #FFFFFF;
  padding: 5px;
  margin: auto;
}

/* @end */

/* @group homepage footer */

#s_footer a:link, #s_footer a:visited {
  color: #666666;
  cursor: pointer;
  font-family: Verdana,Arial,sans-serif;
  text-decoration: none;
}

#s_footer a:active, #s_footer a:hover {
  color: #FF9E1B;
}

.flyout_link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff url(../images/arrows/arrow_footer_up.gif) no-repeat 325px center;
  font-size: 12px;
  width: 334px;
  line-height: 15px;
  padding: 7px 8px 8px;
  margin-right: 10px;
}

.flyout_link.open {
  background: #fff url(../images/arrows/arrow_footer_down.gif) no-repeat 325px center;
}

#footer_social {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background-color: #666;
  line-height: 16px;
  padding: 5px 8px 0px 8px;
  position: absolute;
  top: 15px;
  margin-left: 3px;
  width: 214px;
  right: 0px;
}

#social_icons {
  float: right;
  margin: 0;
  padding: 0;
  height: 20px;
}

.footer_flyout {
  display: none;
  background-color: #fff;
  padding: 20px 10px;
  width: 330px;
  position: absolute;
  bottom: 60px;
  font-size: 11px;
  line-height: 16px;
}

#footer_about_flyout {
  left: 0;
}

#footer_blog_flyout {
  left: 360px;
}

.footer_flyout p {
  margin-bottom: 15px;
}

.footer_flyout a:link, .footer_flyout a:visited {
  font-weight: bold;
  border-bottom: 2px solid #d9d9d9;
}

.footer_flyout a:hover, .footer_flyout a:active {
  border-color: #ffcb7d;
}

.footer_flyout .flyout_intro {
  color: #ff9900;
  font-size: 18px;
  line-height: 18px;
}

.footer_flyout .link_list a:link, .footer_flyout .link_list a:visited {
  border: none;
  font-weight: normal;
  text-transform: uppercase;
}

.randomly_lowercased {
  text-transform: none !important;
}

.footer_flyout p {
  margin: 0px 0px 10px 0px;
}

.footer_flyout p.last {
  margin-bottom: 0;
}

.footer_flyout p.last a:link, .footer_flyout p.last a:visited, .footer_flyout p.last a:hover, .footer_flyout p.last a:active {
  border: none;
}

.footer_flyout h1 {
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.footer_flyout article {
  display: block;
  clear: both;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.footer_flyout article.last {
  clear: both;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.footer_flyout article h1 {
  border: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

.footer_flyout article a:link, .footer_flyout article a:visited, .footer_flyout article a:hover, .footer_flyout article a:active {
  border: none;
}

.footer_flyout .article_left {
  float: left;
  font-size: 0;
  line-height: 0;
}

.footer_flyout .article_right {
  float: right;
  width: 145px;
}

.footer_flyout .clear {
  clear: both;
}

.footer_flyout .read_more {
  font-style: italic;
}

/* @end */

.lineSpecs {
    border: 1px dashed gray;
    margin-bottom: 4px;
    padding:10px;
    background-color: #FFFFDD;
}
