body { /* background: url('/views/images/citybg.png') top center repeat-y; */ background-color: #4c5a74; padding: 0; margin: 0; font-family: Helvetica, Arial, Verdana; } #side_left { height: 100%; background: url('/views/images/bg.side.left.png') repeat-y right; width: 15%; } #side_right { background: url('/views/images/bg.side.right.png') repeat-y left; width: 15%; } #content_right { background: url('/views/images/bg.content.right.png') repeat-y left; width: 15px; } #content_left { background: url('/views/images/bg.content.left.png') repeat-y left; width: 15px; } #page { width: 75%; padding: 0px; margin-top: 0; margin-bottom: 0; } #upcoming_events { float: right; margin: 0 0 10px 10px; padding: 0px; width: 350px; } img { border: none; } a, a:visited { border: none; text-decoration: none; color: #347BBB; } a:hover, a:active { color: #712F21; } #header { background: url('/views/images/bg.header.jpg') top center repeat-x; width: 100%; display: block; height: 112px; font-size: 12px; } #top_links a, #top_links a:visited, #right_top_links a, #right_top_links a:visited { color: #45799F; font-size: 12px; border: 1px #EFEFEF solid; padding: 3px 8px 3px 8px; letter-spacing: 2px; } #top_links a:hover, #top_links a:active, #right_top_links a:hover, #right_top_links a:active { color: #712F21; font-size: 13px; border: 1px #45799F solid; padding: 3px 8px 3px 8px; letter-spacing: 2px; } #top_links a, #top_links a:visited { font-size: 13px; margin: 0px 10px 0px 0px; height: 25px; } #content { line-height: 16px; padding: 0px; margin: 0; color: #031A2F; font-size: 14px; text-align: justify; background: url('/views/images/watermark.jpg') center no-repeat; background-color: #ffffff; } .forum_people h5 { background: url("/views/images/businessman.jpg") left no-repeat; padding-left: 60px; padding-top: 30px font-size: 22px; color: #1a477b; height: 80px; margin: 0 0 5px 0; text-align: left; } h5 { font-size: 18px; padding-top: 45px; } .forum_people { margin: 15px 25px 10px 25px; } #content b { color: #712F21; } #nav { padding-bottom: 2px; padding-top: 10px; margin: 0px 0px 6px 0px; width: 100%; text-align: center; } #nav a, #nav a.visited { display: block; font-size: 14px; color: #ffffff; letter-spacing: 1px; /* background: url('/views/images/button-on.png') no-repeat; */ padding: 5px 14px 3px 14px; border: 1px #000000 solid; height: 14px; text-align: center; /* margin: 0px 10px 0px 10px; */ background-color: #712F21; } #nav a:hover, #nav a:active { display: block; text-align: center; font-size: 14px; padding: 5px 14px 3px 14px; border: 1px #000000 solid; height: 14px; /* background: url('/views/images/button-off.png') no-repeat; */ background-color: #347BBB; } .top_spacer { width: 3%; } #footer { text-align: center; margin: 15px 0 0 0; background: url('/views/images/footerbg.png') repeat-x top; background-color: #5996ca; border: 1px #000000 solid; border-right: none; border-left: none; padding: 5px; color: #A1B6CB; line-height: 15px; font-size: 13px; } #footer a, #footer a:visited { border-bottom: 1px #033860 solid; color: #ffffff; } #footer a:hover, #footer a:active { border-bottom: 1px #712F21 solid; color: #9BB0BF; } .accent { color: #59839f; } #citing { padding: 0; font-size: 13px; color: #9BB0BF; display: inline; padding-left: 45px; margin: 0; } h1, h2, h3, h4 { color: #712F21; margin: 5px 0px 10px 0px; } h2, .borderlessheading { background-color: #758197; color: #ffffff; padding: 10px 0px 5px 10px; letter-spacing: 1px; font-weight: normal; border: 1px #704035 solid; border-right: 3px #704035 solid; border-left: 3px #704035 solid; } .borderlessheading { } h3, h4 { margin: 5px 0px 5px 0px; } ul.makeMenu, ul.makeMenu ul { cursor: default; /* gives an arrow cursor */ display: block; font-size: 14px; color: #ffffff; letter-spacing: 1px; background: url('/views/images/button-off.png') no-repeat; padding: 5px 7px 3px 7px; width: 96px; height: 14px; text-align: center; margin: 0px 5px 0px 7px; } ul.makeMenu li { list-style-type: none; /* removes the bullet points */ margin: 0px; /* Opera 7 puts large spacings between li elements */ position: relative; /* makes the menu blocks be positioned relative to their parent menu item the lack of offset makes these appear normal, but it will make a difference to the absolutely positioned child blocks */ color: #fff; /* sets the default font colour to white */ } ul.makeMenu li > ul { /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */ display: none; /* hides child menu blocks - one of the most important declarations */ position: absolute; /* make child blocks hover without leaving space for them */ top: 10px; /* position slightly lower than the parent menu item */ left: 35px; /* this must not be more than the width of the parent block, or the mouse will have to move off the element to move between blocks, and the menu will close */ } ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight { /* background-color: #ffa; gives the active menu items a yellow background */ color: #ffffff; /* makes the active menu item text black */ } ul.makeMenu ul.CSStoShow { /* must not be combined with the next rule or IE gets confused */ display: block; /* specially to go with the className changes in the behaviour file */ } ul.makeMenu li:hover > ul { /* one of the most important declarations - the browser must detect hovering over arbitrary elements the > targets only the child ul, not any child uls of that child ul */ display: block; /* makes the child block visible - one of the most important declarations */ } /* and some link styles */ ul.makeMenu li a { color: #fff; display: block; width: 100%; text-decoration: underline; } ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; } ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - must not be display: block; */ #menuitems { background: none; background-color: #712F21; width: 175px; height: 96px; border: 1px #000000 solid; text-align: center; padding: 0px; margin: 0px; } #menuitems a, #menuitems a:visited { width: 155px; background: none; text-decoration: none; text-align: center; padding: 5px 10px 5px 10px; border: 0px; margin: 0px; } #menuitems a:hover, #menuitems a:active { width: 155px; background: none; text-decoration: none; text-align: center; background-color: #20527A; padding: 5px 10px 5px 10px; margin: 0px; border: 0px; } .right_content { padding: 15px 10px 10px 15px; width: 250px; } #forum_men, #forum_men:visited { width: 250px; height: 166px; display: block; border: 0px; background: url('/views/images/forums-men-off.jpg'); text-align: center; color: #712F21; margin-left: 5px; font-weight: bold; padding: 120px 0px 5px 0px; } #forum_men:active, #forum_men:hover { background: url('/views/images/forums-men-on.jpg'); } #forum_men_link { background-color: #ffffff; padding: 3px; font-size: 13px; border: 1px #000000 solid; display: block; width: 175px; margin: 0px; } .form_table td { padding: 5px; } #loginbox { background-color: #758197; padding: 5px 10px 5px 10px; text-align: center; border: 1px #704035 solid; border-right: 3px #704035 solid; color: #704035; border-left: 3px #704035 solid; } #loginbox h4 { color: #704035; font-size: 16px; font-weight: normal; letter-spacing: 1px; } #loginbox td { padding: 3px; } .form_field { border: 1px #704035 solid; padding: 3px; font-size: 16px; color: #3E495F; } .form_field:focus { color: #704035; border: 1px #3E495F solid; background-color: #EDF7FF; } .form_button { background-color: #704035; color: #ffffff; border: 0px; padding: 3px 5px 3px 25px; } #boxbuffer { padding-right: 5px; padding-left: 10px; } #contactlink { text-align: right; padding: 0; margin: 0; text-align: center; } #contactlink a, #contactlink a:visited { letter-spacing: 1px; font-size: 19px; padding: 0; margin: 0; } a, a:visited { border-bottom: 1px #EFEFEF solid; } a:hover, a:active { border-bottom: 1px #9BB0BF solid; } h2 a, h2 a:visited { border: none; } #upcoming_events h2 { background-color: #712F21; border-color: #BAC1C7; } #quicklinks h4 { border: 1px #663224 solid; background-color: #ffffff; color: #663224; margin: 10px 0px 10px 0px; padding: 7px 0px 5px 7px; } h3.links_header { margin: 0px; padding: 0px; padding-top: 25px; } .forum_photo { border: 1px #712F21 solid; margin-bottom: 5px; } .forum_table td { text-align: center; font-weight: bold; } #quicklinks ol { padding-left: 20px; } #quicklinks ol li { margin-bottom: 20px; } #referral { font-size: 12px; } #referral a { border: 1px solid #000000; padding: 5px; padding-bottom: 3px; text-decoration: none; background-color: #663224; color: #FFFFFF; } #referral a:hover { background-color: #347BBB; } .row1 { background-color: #F0F2F3; margin-bottom: 7px; } .row2 { background-color: #ccdeee; margin-bottom: 7px; } .row3 { background-color: #d9ccc8; margin-bottom: 7px; } .faqs-list li { margin-bottom: 7px; }