/* CSS Document */

/* ------------------------------------------------------------------- PAGE SET-UP STYLES */

body {
	margin:0px;
	padding:0px;
	background-color:#4d657f;
}

#wrapper {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

.skiplinks,
.hide_low { display:none; }
.hidden { display:none; }

img { display:none; }

/* ------------------------------------------------------------------- HEADER STYLES */

#masthead {
	/* background-image:url(../layout_images/masthead.jpg);
	background-repeat:repeat-x; */
	background-color:#00509f;
	height:120px;
	padding-left:10px;
	padding-right:10px;
}

#mh_left {
	float:left;
}

#mh_left h1 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	letter-spacing:0.05em;
	font-size:180%;
	margin:0px;
	margin-top:20px;
}

#mh_left p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#89b8fe;
	font-size:120%;
	margin:0px;
	margin-top:3px;
}

#mh_right {
	float:right;
	text-align:right;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

#mh_right ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

#mh_right a {
	color:#89b8fe;
	text-decoration:none;
}

#mh_right a:hover {
	color:#89b8fe;
	text-decoration:underline;
}

/* ------------------------------------------------------------------- MAIN NAVIGATION STYLES */

#navigation {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.17em;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
}

* html #navigation {
	width:680px;
	font-size:1.14em;
}

#navlist
{
margin: 0;
padding: 0 5px 26px 0;
border-bottom: 1px solid #ccc;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a
{
float: left;
line-height: 14px;
font-weight: normal;
margin: 0 26px 4px 0;
text-decoration: none;
color: #999;
}

* html #navlist a {
	border-bottom: 4px solid #fff;
	padding-bottom: 8px;
	background: transparent;
}

#navlist a:hover { 
border-bottom: 4px solid #89b8fe;
padding-bottom: 8px;
background: transparent;
color: #89b8fe; 
}

body#home #navlist #link_home a,
body#about #navlist #link_about a,
body#news #navlist #link_news a,
body#apply #navlist #link_apply a,
body#casestudies #navlist #link_casestudies a,
body#applicant #navlist #link_applicants a {
border-bottom: 4px solid #89b8fe;
padding-bottom: 8px;
background: transparent;
color: #89b8fe; 
}

/* ------------------------------------------------------------------- SUB-MENU STYLES */

#sub-menu {
	font-size:120%;
}

#sub-menu ul {
	list-style-type:square;
	margin-left:-25px;
}

* html #sub-menu ul {
	margin-left:20px;
}

#sub-menu ul li {
	padding-bottom:5px;
}

#sub-menu a,
#sub-menu a:visited {
	color:#666!important;
	text-decoration:none;
}

#sub-menu a:hover {
	color:#900!important;
	text-decoration:underline;
}

/* ------------------------------------------------------------------- CONTENT STYLES */

#content {
	clear:both;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height:20px;
	font-size:80%;
}

#home_left {
	float:left;
	width:480px;
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-bottom:20px;
}

#page_right {
	float:right;
	width:480px;
	border-left:1px solid #ccc;
	padding-left:10px;
	margin-bottom:20px;
}

#home_left h1,
#page_right h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:220%;
	color:#00509f;
	margin:0px;
	margin-bottom:20px;
	line-height:35px;
}

#home_left h2,
#page_right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:180%;
	color:#00509f;
	margin-top:40px;
}

#home_right {
	float:right;
	width:180px;
	line-height:normal;
	line-height:15px;
	font-size:90%;
}

#page_left {
	float:left;
	width:180px;
	line-height:normal;
	line-height:15px;
	font-size:90%;
}

#page_left a {
	color:#89b8fe;
}

#page_left a:hover {
	color:#008;
}

#home_right h1,
#page_left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:150%;
	color:#00509f;
	margin:0px;
}

#home_right h2,
#page_left h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:110%;
	color:#00509f;
	margin:0px;
	padding-top:5px;
	padding-bottom:3px;
}

#home_right hr,
#page_left hr {
	border:0px;
	height:0px;
	margin:0px;
	padding:0px;
	padding-top:20px;
}

#home_left a,
#home_right a,
#page_left a,
#page_right a {
	color:#00f;
}

#home_left a:hover,
#home_right a:hover,
#page_left a:hover,
#page_right a:hover {
	color:#900;
}

#home_left a:visited,
#home_right a:visited,
#page_left a:visited,
#page_right a:visited {
	color:#008;
}

#home_left img { display:none; }

#back_to_top {
	clear:both;
	border-top:1px solid #ccc;
	padding-top:10px;
}

#back_to_top a {
	color:#999;
	text-decoration:none;
}

#back_to_top a:hover {
	color:#89b8fe;
}

#page_right blockquote {
margin: 0px;
margin-left:40px;
font-weight:bold;
color:#00509f;
quotes: "\201C" "\201D";
}
#page_right blockquote:before { content: open-quote; font-weight: bold; }
#page_right blockquote:after { content: close-quote; font-weight: bold; }


/* ------------------------------------------------------------------- TABLE STYLES */

#alttable {
	border:1px solid #00509f;
}

#alttable a {
	color:#00509f;
	text-decoration:none;
}

#alttable a:hover {
	color:#00509f;
	text-decoration:underline;
}

.odd { background:#ebebeb; }
.even { background:#fff; }

/* DOWNLOAD TABLE */

#download table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#E7E7E7;
	color: #b7b7b7;
}

#download caption {
	font-weight: bold;
	background: #50ADEA url(../layout_images/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

#download td, 
#download th {
	padding: 4px;
}

#download thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
	text-align:left;
	border: 1px solid #999;
}

#download tbody th {
	font-weight: bold;
	border: 1px solid #999;
}

#download tbody tr {
	background-color:#FFF; 
	text-align:left;
	}
	
#download tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#download tbody th a:link, 
#download tbody th a:visited {
	color:#00509f;
	background:url(../layout_images/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}

#download tbody th a:hover {
	color:#FF8601;
	}

#download tbody tr td { 
	/* height:50px; */
	background: #FFF;
	border: 1px solid #999;
	}

#download tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

#download table td a:link, 
#download table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

#download table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

#download tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(http://infectedfx.net/css/tables/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

#download table a[title^="Download"] { 
	background: url(http://infectedfx.net/css/tables/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

#download tfoot th, 
#download tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

/* ------------------------------------------------------------------- LOG-IN BOX STYLES */

#login_box {
	background-color:#cee1ff;
	border:1px solid #999;
	font-size:90%;
	color:#000;
	margin-top:10px;
	padding:4px;
	font-weight:bold;
}

.login_input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	width:164px; /* Check this width when it appears in other browsers */
	margin-bottom: 5px;
	padding:2px;
	border:1px solid #000;
	font-weight:normal;
}

.login_submit {
	font-weight:bold;
	border:1px solid #000;
	color:#fff;
	font-size:100%;
	background-color:#00509f;
}

.login_submit:hover {
	font-weight:bold;
	border:1px solid #000;
	color:#fff;
	font-size:100%;
	background-color:#00f;
	cursor:pointer;
}

/* ------------------------------------------------------------------- FOOTER STYLES */

#footer {
	clear:both;
	/* background-image:url(../layout_images/footer.jpg);
	background-repeat:repeat-x; */
	background-color:#00509f;
	height:120px;
	padding-left:10px;
	padding-right:10px;
}

#f_left {
	float:left;
	padding-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

#f_left a {
	color:#89b8fe;
	text-decoration:none;
}

#f_left a:hover {
	color:#89b8fe;
	text-decoration:underline;
}

#f_right {
	float:right;
	text-align:right;
	padding-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#fff;
}

#f_right a {
	color:#89b8fe;
	text-decoration:none;
}

#f_right a:hover {
	color:#89b8fe;
	text-decoration:underline;
}