﻿/*  
Theme Name: MSI
Theme URL: http://www.myriadsystems.com/Corp/Default.aspx
Description: Website CSS File.
Author: John D Huff

*/

/* Generic
---------------------------------------------------------------------------------*/
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
a
{
    text-decoration: none;
    color: #0087c9;
}
#container
{
    margin: auto;
    width: 925px;
    text-align: left;
}
#bodyContainer
{
    min-height: 700px;
}
#navigation
{
    clear: both;
}
/* content
------------------------------------------------------------------------------*/
#h1
{
	font-size: medium;
	color: #808080;
	font-weight: bold;
	text-align: left;
}
#h2
{
	font-size: medium;
	color: #808080;
	font-weight: bold;
	text-align: left;
}
.headerTwo
{
	font-size: medium;
	color: #808080;
	font-weight: bold;
	text-align: left;
}
#content
{
    clear: both;
}
#footer a
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #808080;
    text-decoration: none;
}
img
{
    border: 0;    
}
#readmore
{
	text-decoration: none;
	color: #0087C9;
	font-weight: bold;
}
.headerTwo
{
	font-size: medium;
	color: #808080;
	font-weight: bold;
	text-align: left;
}
.msiDate
{
	font-size: x-small;
	color: #808080;
}
.searchNavBar
{
    font-size: x-small;
    width: 70px;
}
.homeHeader
{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 5px;
}
.whiteLink
{
    font-size: small;
    color: #FFFFFF;
    padding-left: 5px;
}
.fontXSmall
{
    font-size: x-small;
}
.msiLink
{
    color: #0087C9;
    font-style: normal;
    }
.style5
{
	color: #FFFFFF;
    text-decoration: none;
}