/* tigerlogic styles */
/* general layout */
a:link {color: #f6982d; text-decoration: none;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}
a:visited {color: #f6982d; text-decoration: none;}


/* navbar */
#navbar .tigerlogic {float: left; padding: 20px 0 10px 30px;}

#navbar .navbuttons .foo {float: right;}
#navbar .navbuttons a:link {color: #4d4d4d;}
#navbar .navbuttons a:visited {color: #4d4d4d;}
#navbar .navbuttons a:hover {color: #999;}
#navbar .navbuttons a:active {color: #999;}

#navbar a:link span {color: #f6982d;}
#navbar a:visited span {color: #f6982d;}
#navbar a:hover span {color: #ffc380;}
#navbar a:active span {color: #ffc380;}

#navbar .moveleft {float: left; padding: 0 0 0 20px;}

body.tlpick #navbar .navbuttons a.tlpick, body.desktop #navbar .navbuttons a.desktop, body.browser #navbar .navbuttons a.browser, body.developers #navbar .navbuttons a.developers, body.edu #navbar .navbuttons a.edu, body.contact #navbar .navbuttons a.contact {color: #f6982d;}

/* sidebar  col2of2*/
#col2of2 a:link {color: #494949;}
#col2of2 a:hover {color: #16a203;}
#col2of2 a:active {color: #16a203;}
#col2of2 a:visited {color: #494949;}


