* {
  font-family: verdana, helvetica, arial, sans-serif;
}
body {
  font-size: 75%;
  color: #000;
  margin: 0px;
  padding: 0px;
  background: #edf0f5 url(/images/layout/bg002.jpg) repeat-y top center;
  text-align: center;
}
/* for printing */
#print-header {
  display: none;
}

form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0d5094;
}
a.underline {
  text-decoration: underline;
}
img {
  border:0;
}
h1 {
  font-size: 1.45em;
  margin:3px 0px 3px 0px;
}
h2 {
  font-size: 1.2em;
  margin:3px 0px 3px 0px;
  font-weight:bold;
}
h3 {
  color:#00a7e6;
  font-size: 1em;
  margin:3px 0px 3px 0px;
}
h4 {
  color:#216292;
  font-size: 1em;
  margin:3px 0px 3px 0px;
}
h5 {
  font-size: 1.05em;
  margin:3px 0px 3px 0px;
}
p {
  font-size:0.9em;
}
.massive {
  font-size: 1.55em;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 90%;
}
.white {
  color: #fff;
}
.liteblue {
  color: #92DEFB;
}
.liteblue02 {
  color: #036BB2;
}
.blue {
  color: #045D98;
}
.red {
  color: #ff0000;
}
.clear {
  width:100%;
  float:none;
  clear:both;
  margin:0px;
  padding:0px;
}
div.bar, div.line {
  margin-top:1em;
  height:1px;
  margin-bottom:1em;
  background: url(/images/layout/tablemidbar.gif) repeat-x;
}
ol {
  margin-left:0px;
  padding-left:25px;
}
ol h3{
  color:#216292;
}
ol p {
  margin: 10px 0 10px 0px;
  font-size: 1em;
}
span.lightgreen {
  color:#00c517;
}
span.darkblue {
  color:#004f6b;
}
span.wysiwygpageHeading {
  font-size: 14pt;
  color: #201690;
}
input.bordered, textarea.bordered, input.button {
  border-top: #4e4e4e solid 1px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-left: #4e4e4e solid 1px;
}
a.promo-button {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  background: #158fb9;
  padding: 3px;
  border: 1px dotted #000;
}



/* header box */
#top_whole {
  height:142px;
  width:100%;
  background: url(/images/layout/header-top-redline01.jpg) center bottom no-repeat;
}
#top_whole #top_centre_home {
  position:relative;
  top:0px;
  width:760px;
  height:115px;
      /* commented backslash hack for IE5-Mac \*/
      margin-left:0px;
      /* end hack */
  margin-left:auto;
  margin-right:auto;
  background: url(/images/layout/front/home_banner.gif) no-repeat right;
  text-align: left;
}
#top_whole #top_centre_home #buttons {
  position:absolute;
  left:0px;
  top:92px;
}
#top_whole #red_centre {
  width:808px;
  background-color:#f62100;
  margin: 0 auto 0 auto;
  overflow: hidden;
  dispaly: inline-block;
}
#top_whole #red_centre {
  display: block;
}
#top_whole #red_centre #datetime {
  color:#fff;
  background-color:#f62100;
  text-align:left;
  width:223px;
  height:27px;
  float:left;
}
#top_whole #red_centre #datetime p {
  font-size:1em;
  padding-top:3px;
  padding-left:18px;
  margin-top:3px;
  margin-left:9px;
}
#top_whole #red_centre #login {
  color:#fff;
  background-color:#f62100;
  height:27px;
  width:537px;
  overflow:hidden;
  text-align:right;
  float:right;
}
#top_whole #red_centre #login p {
  margin-top:3px;
  margin-right:9px;
  padding-top:3px;
  padding-right:18px;
  font-size:1em;
}
#top_whole #red_centre #login p a {
  color:#fff;
}
#top_whole #red_centre #login p a:hover {
  color:#ccc;
}


div#bodycontainer {
  overflow:hidden;
  width:759px;
  margin: 8px auto 0 auto;
  text-align: left;
}


/* homepage - logged in */
/* top left box */
div.home_top_left {
  position:relative;
  width:355px;
  float:left;
}
div.home_top_left #home_search_box {
  padding: 16px 0 33px 135px;
  overflow: hidden;
  background: url(/images/layout/front/new-search-bg01.jpg) no-repeat;
}
div.home_top_left #home_search_box #keywordsearch #search_str {
  width: 130px;
  vertical-align: middle;
}
div.home_top_left #home_search_box #topleftsearch {
  vertical-align: middle;
}
div.home_top_left #home_category_box {
  overflow: hidden;
  background: #5dd9ff;
  padding: 17px 0 4px 6px;
  background: url(/images/layout/front/new-top-left-bg.gif) repeat-x;
}
div.home_top_left #home_category_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.home_top_left #home_category_box ul li {
  margin: 0 4px 7px 0;
  padding: 0;
  float: left;
  width: 169px;
  height:30px;
  background: #990002 url(/images/layout/front/new-category-button-bg01.gif) no-repeat;
}


div.home_top_left #home_category_box ul li a {
  display: block;
  padding: 7px 2px 7px 22px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

div.home_top_left #home_category_box ul li.smaller a{
  font-size:0.8em;  
  padding:4px 0px 2px 22px;
}


/* top right box */
div.home_top_right {
  position:relative;
  width:398px;
  height:211px;
  float:right;
  background: url(/images/layout/front/new-top-right.jpg) no-repeat left;
}
div.home_top_right img {
  position:absolute;
  left:280px;
  top:10px;
}
div.home_top_right span.top_right_home_txt {
  color:#fff;
  font-weight:900;
  font-style:italic;
}
div.home_top_right #welcome {
  position:absolute;
  top:47px;
  left:31px;
}
div.home_top_right h1#virtual_acad_txt {
  font-size:1.9em;
  position:absolute;
  font-style:italic;
  color:#0e235a;
  top:58px;
  left:37px;
}
div.home_top_right #answer {
  position:absolute;
  top:90px;
  left:23px;
  width:400px;
}
div.home_top_right #answer2 {
  position:absolute;
  top:108px;
  left:40px;
  width:328px;
}
div.home_top_right #simply_type {
  position:absolute;
  top:125px;
  left:39px;
  width:328px;
}

#frontclear {
  width:100%;
  float:none;
  clear:both;
  margin:0px;
  padding:0px;
  height:13px;
  background-image: url(/images/layout/front/centerbuttons.gif);
}
/* bottom left box */
div.bottom {
  background: url(/images/layout/front/bottom_left_background.gif) repeat-y;
  overflow:hidden;
}
div.bottom div.bottom-left {
  float:left;
  width:354px;
}
div.bottom-left div.bottom-left-flash {
  width:100%;
  height:56px;
  background-image: url(/images/layout/front/flashtemp.jpg);
}
div.bottom-left div.bottom-left-heading {
  width:220px;
  height:24px;
  background-color:#0087b7;
  float:left;
  margin:0px;
  padding:0px;
}
div.bottom-left div.bottom-left-heading h2 {
  color:#fff;
  font-size:1em;
  font-weight:bold;
  font-style: italic;
  padding-top:4px;
  _padding-top:3px;
  padding-left:8px;
  margin-top:0px;
  margin-left:0px;
  margin-right:-3px;
}
div.bottom-left div#bottom-left-top {
  display:inline-block;
  background-color:#0087b7;
  overflow:hidden;
}
div.bottom-left div#bottom-left-top {
  display:block;
}
div.bottom-left div.bottom-left-buttons {
  width:134px;
  float:right;
  height:24px;
  background-color:#0087b7;
}
div.bottom-left div.bottom-left-buttons img {
  display:block;
  float:left;
}
div.bottom-left div.bottom-left-body {
  padding-top: 2px;
  float:none;
  clear:both;
  background-color:#53d1fc;
  width:354px;
  font-size:1em;
}
div.bottom-left div.bottom-left-body div.whole_item {
  float:left;
  margin-left:11px;
  height:40px;
  overflow:hidden;
  width:313px;
  background-image: url(/images/layout/front/newsarrow.gif);
  background-repeat: no-repeat;
  background-position: -10px 16px;
}
div.bottom-left div.bottom-left-body div.whole_item div.left-text-inner {
  float:right;
  width:300px;
}
div.bottom-left div.bottom-left-body div.whole_item div.left-text-inner span.front-headlines {
  color:#0e295d;
  font-weight:bold;
}
div.bottom-left div.bottom-left-body div.whole_item div.left-text-inner span.front-body {
  color:#fff;
}

/* bottom right box */
div.bottom div.bottom-right {
  float:right;
  width:398px;
}
div.bottom-right div.quicklinks {
  width:213px;
  float:left;
}
div.bottom-right div.quicklinks div.quicklinkitems {
	background-color: #00d5ff;
}
div.bottom-right div.quicklinks div.quicklinkitems ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.bottom-right div.quicklinks div.quicklinkitems ul li {
  background: #00b8ed;
  margin: 1px 1px 1px 1px;
  padding: 6px 6px 1px 6px;
  color:#fff;
  overflow: hidden;
}
div.bottom-right div.quicklinks div.quicklinkitems ul li div.thumbnail {
  width: 60px;
  float: left;
}
div.bottom-right div.quicklinks div.quicklinkitems ul li div.title {
  width: 120px;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
}
div.bottom-right div.quicklinks div.quicklinkitems ul li div.title a {
  padding: 14px 0 10px 0;
  display: block;
  color:#fff;
}
div.bottom-right div.bottombuttons {
  float:right;
  width:178px;
  border: 1px solid #909090;
}
div.bottom-right div.bottombuttons img {
  margin-top: 30px;
  margin-bottom:30px;
}




/* subpage left column */
#faqleft {
  width:178px;
  float:left;
}
#faqleft #faqformcontainer {
  width:178px;
  height:216px;
  background-image: url(/images/layout/keywordsearchback.jpg);
  background-repeat:no-repeat;
}
#faqleft #faqformcontainer #search_str {
  position:absolute;
  top:101px;
  left:11px;
}
#faqleft #faqformcontainer #keywordsearchsubmit {
  position:absolute;
  top:123px;
  left:85px;
  margin-top:7px;
}
#faqleft #faqformcontainer #faqform {
  position:relative;
  width:148px;
  text-align:right;
}


/* subpage right column */
#main {
  width:564px;
  float:right;
  margin-top:11px;
}
#main ul li a {
  color:#ff0000;
  font-size:1.1em !imporant;
  font-weight:bold;
}
#main_body {
  width:564px;
  float:right;
}
#main h1 {
  color:#09a6e2;
  font-size:1.5em;
  font-style:italic;
  font-weight:bold;
}
#main h2 {
  color:#004579;
  font-size:1.2em;
  font-weight:bold;
}

#main #results-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main #results-list ul li {
  overflow: hidden;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0 15px 0;
}
#main #results-list ul li.withline {
  background: url(/images/layout/tablemidbar.gif) repeat-x bottom left;
}
#main #results-list ul li h3 {
  font-size: 1.4em;
  background: transparent url(/images/top5-question-bg.gif) no-repeat;
  width: 100%;
}
#main #results-list ul li h3.flat {
  font-size: 1.4em;
  background: none;
  width: 100%;
}
#main #results-list ul li h3 a {
  display: block;
  padding: 6px 0px 10px 40px;
}
#main #results-list ul li h3 a.flat {
  display: block;
  padding: 6px 0px 10px 0px;
}
#main #results-list ul li h3 a:hover {
  text-decoration: underline;
}
#main #results-list ul li div.results-icon {
  width: 40px;
  float: left;
  padding: 6px 0 0 6px;
}
#main #results-list ul li div.results-answer {
  width: 500px;
  float: left;
  padding: 6px 0 0 6px;
}
#main #results-list ul li div.results-answer p {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1em;
}



/* footer */
#footer {
  width:740px;
  overflow:hidden;
  height:30px;
  padding-top:12px;
  margin-left:auto;
  margin-right:auto;
  text-align:right;
  background-image: url(/images/layout/footerback.gif);
  background-repeat: no-repeat;
  background-position: left top;
}







span.advancedlabel
{
display:block;
float:left;
color:#fff;
font-size:0.9em;
}

#advanced_search_background
{
position:relative;
float:right;
width:574px;
height:213px;
color:#fff;
background-image: url(/images/layout/advanced_search/question_background.jpg);
}

#adsearch_top
{
position:absolute;
left:113px;
top:33px;
}

#advanced_form_body
{
position:absolute;
left:19px;
top:75px;
width:500px;
}

#minisearchbar {
  position:relative;
  float:right;
  width:560px;
  height:87px;
  margin-top:0px;
  background-image: url(/images/layout/minisearchtop.jpg);
  background-repeat:no-repeat;
}
#minisearchbar .search_str {
  position:absolute;
  top:32px;
  left:111px;
  width:210px;
}
#minisearchbar .minisearchsubmit {
  position:absolute;
  top:28px;
  left:327px;
}

#categorysearchbar {
  position:relative;
  float:right;
  width:560px;
  height:110px;
  margin-top:0px;
  background-image: url(/images/layout/categorysearchtop.jpg);
  background-repeat:no-repeat;
}
#categorysearchbar h1 {
  padding: 33px 0 0 30px;
  color: #fff;
  font-size: 1.7em;
}


div#search_bar
{
width:69%;
float:right;
text-align:right;
}

span#refine
{
align:right;
float:left;
width:175px;
font-size:0.8em;
font-weight:bold;
}



div.score {
  float:right;
  width:65px;
  color:#00a9e6;
  font-weight:bold;
  font-size:1.6em;
  align:right;
}


#faqsearchbar .search_str
{
position:absolute;
top:101px;
left:12px;
}

div.news-container
{
overflow:hidden;
width:346px;
background-color:#00aae7;
}


div.image_holder {
  float:right;
  width:34px;
  height:34px;
  align:right;
}

div.result
{
  float:right;
  clear:both;
  width:558px;
  margin:0px;
  padding:0px;
  padding-top:10px;
  padding-right:10px;
}

div#line
{
background:url(/images/quicklinks/line.gif) repeat-x bottom;
height:8px;
}

div#questions_panel
{
display:none;
}

#categories
{
width:200px;
float:right;
}

.advcategories
{
position:relative;
left:95px;
width:225px;

}

.search_box {
  width:560px;
  float:right;
  border: 1px solid #fff;
}

div.main_left
{
padding-top:20px;
width:172px;
float:left;
}

div.main_right
{
float:right;
width:574px;
}

#keywordsearchsubmitadv
{
position:relative;
top:8px;
left:250px;
}