@charset "ISO-8859-1"; /* CSS Document */ body { background-image: url(http://www.drivingyoutraffic.com/resources/design/dyt/images/bg.jpg); background-repeat: repeat-x; background-position:top; background-attachment:fixed; background-color: #C7DEE6; } .textarea { background-color: #FFF; background-image: url(http://www.drivingyoutraffic.com/resources/design/dyt/images/textarea-bg.jpg); background-repeat: repeat-y; } .header { background-image: url(http://www.drivingyoutraffic.com/resources/design/dyt/images/header.jpg); height: 237px; width: 800px; background-color: #FFF; background-repeat: no-repeat; } .footer { background-color: #FFF; background-image: url(http://www.drivingyoutraffic.com/resources/design/dyt/images/footer.jpg); background-repeat: no-repeat; height: 137px; width: 800px; } .sidebox-top-bg { background-image: url(http://www.drivingyoutraffic.com/resources/design/dyt/images/menubox-top.jpg); background-repeat: no-repeat; height: 50px; width: 208px; } .sidebox-top-text { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFF; text-align: left; } .sidebox { position: fixed; } /* LEFT NAVIGATION */ .arrowlistmenu{ width: 100%; /*width of menu*/ background-color: #e6e6e6; color: #011a35; font-family: tahoma,Trebuchet MS, arial, verdana,sans-serif;font-weight: normal;font-size: 12px; text-decoration: none; } .arrowlistmenu ul{ list-style-type: none; margin: 0; padding: 0; margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/ background-color: #e6e6e6; color: #011a35; font-family: tahoma,Trebuchet MS, arial, verdana,sans-serif;font-weight: normal;font-size: 12px; text-decoration: none; } .arrowlistmenu ul li{ padding: 2 2 2 6; background-color: #e6e6e6; color: #011a35; font-family: tahoma,Trebuchet MS, arial, verdana,sans-serif;font-weight: normal;font-size: 12px; text-decoration: none; } .arrowlistmenu ul li a{ background-color: #e6e6e6; color: #011a35; background: url('http://www.drivingyoutraffic.com/resources/design/dyt/images/bullet-arrow-green-003.png') no-repeat center left; /*custom bullet list image*/ display: block; padding: 2px 0; padding-left: 19px; /*link text is indented 19px*/ text-decoration: none; border-bottom: 1px solid #dadada; font-family: tahoma,Trebuchet MS, arial, verdana,sans-serif;font-weight: normal;font-size: 12px; } .arrowlistmenu ul li a:visited{ background-color: #e6e6e6; color: #011a35; text-decoration: none; font-family: tahoma,Trebuchet MS, arial, verdana,sans-serif;font-weight: normal;font-size: 12px; } .arrowlistmenu ul li a:hover{ /*hover state CSS*/ color: #2f84a1; background-color: #ffffff; text-decoration: none; font-family: tahoma,Trebuchet MS, arial, verdana,sans-serif;font-weight: normal;font-size: 12px; } .arrowlistmenu #sub a{ /*currently selected tab*/ color: #666666; background-color: #F3F3F3; display: block; text-decoration: none; font-family: tahoma,Trebuchet MS, arial, verdana,sans-serif;font-weight: normal;font-size: 12px; margin-left: 8; padding: 4 4 4 20; } /* LEFT NAVIGATION */