﻿/* top elements */
* { margin: 0;	padding: 0; }

body 
{
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background-color: #F1F1F3;
}
ul
{
  margin-left: 7px;
  padding-left: 7px;
}
/*Layout*/
#wrapper
{
    position: relative;
    text-align: left;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    top: 0px;
}
#logo
{
    height: 150px;
    position: relative;
    width: 400px;
    margin-left: 5px;
}
#right-header
{
    position: absolute;
    height: 150px;
    width: 500px;
    top: 0px;
    right: 0px;
    margin-right: 0px;
    float: right;
}
#right-header table
{
    background-color: #DF6F1D;
    font-family: Georgia;
    font-style: italic;
    font-size: 10pt;
    color: White;
    font-weight: bold;
}
#right-header a
{
    font-family: Georgia;
    font-style: italic;
    font-size: 10pt;
    color: White;
    font-weight: bold;
    text-decoration: none;
}

#right-header table.twitter 
{
    color: #DF6F1D;
	background-color: #F1F1F3;
    font-family: Verdana;
    font-size: 11pt;
    font-style: normal;
    text-align: right;
    font-weight: normal;
}

#right-header a.twitter
{
    color: #DF6F1D;
    font-family: Verdana;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
}

/*Styles*/
h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 18pt;
    color: Black;
}
h2
{
    font-family: Georgia;
    font-size: 15pt;
    color: #DF6F1D;
    font-style: italic;
}
.orange-text
{
    font-family: Georgia;
    font-size: 12pt;
    color: #DF6F1D;
    font-weight: bold;
}
.red-text
{
    color: Red;
    font-weight: bold;
}
.biline
{
    font-family: Verdana;
    font-size: 12pt;
    color: #808284;
}
p
{
    font-family: Verdana;
    font-size: 12pt;
}


/*Horizontal lines*/
hr.gray
{    
    color: Gray;
    background-color: Gray;
    height: 3px;
    width: 100%;
}
hr.orange
{
    color: #DF6F1D;
    background-color: #DF6F1D;
    height: 7px;
}

#menu-bar
{
    position: relative;
    left: 0px;
}
input.search-button
{
    border: solid 1px black;
    background-color: #808080;
    color: White;
    height: 18px;
    width: 50px;
    font-family: Tahoma;
    font-size: 7pt;
}
input.forms
{
    width: 350px;
    
}
input.keywords
{
    border: solid 1px black;
    font-family: Tahoma;
    font-size: 8pt;
    height: 15px;
    width: 100px;
}
th
{
    text-align: center;
}
/*Secondary pages*/
.article-box
{
    padding: 15px;
    margin: 15px;
    border: thin solid #808080;
    background-color: White;
    width: 500px;
}

.tell-colleagues-box
{
    padding: 15px;
    margin: 15px;
    border: thin solid #808080;
    background-color: White;
    width: 700px;
}

#right-column
{
    position: absolute;
    top: 400px;
    left: 600px;
}
#right-column b
{
    font-size: 20pt;
    font-family: Verdana;
    color: Gray;
    font-style: normal;
}
#fanbox
{
    position: absolute;
    width: 300px;
} 
#menu-bar a
{
	background-color:#F1F1F2;
    padding: 4px 8px 4px 8px;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
#top-footer
{
    height: 68px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #9D9EA0;
    text-align: center;
}
#bottom-footer
{
    height: 25px;
    background-color: #636466;
    color: White;
    text-align: center; 
    vertical-align: middle;
    width: 100%;
 }
 



