﻿body {
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    margin: 0px;
    background: #F0F3FC url(Background-1-1024.jpg) repeat-x;
}

#Container {
	width: 758px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

#Navigation {
	height: 25px;
	width: 758px;
	margin:  0px 0px 6px 0px;
	
}

#Navigation ul {
	height: 25px;
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
}

#Navigation ul li {
	list-style: none;
	display: block;
	width: 124px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	border-right: 2px solid #FFFFFF;
	background-color: #EFEFEF;
}

#Navigation ul li a {
	width: 100%;
	height: 25px;
	display: block;
	color: #005787;
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3258CC;
}

#Navigation ul li.Last {
	width: 128px;
	border-right: none;
}

#Navigation ul li a:hover {
	color: #ffffff;
	background-color: #3258CC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#Header { 
    position: relative;
    width: 758px;
    height: 174px;
    padding: 0px;
    background: #3258CC url(Header-758-174.jpg) no-repeat;
}

#HeaderCompanyName h1 {
    position: absolute;
    left: 170px;
    top: 10px;
    font-size: 40px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

#HeaderCompanyTagline h2 {
    position: absolute;
    left: 190px;
    top: 60px;
    font-size: 22px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

#HeaderCompanyContactInfo h3 {
    position: absolute;
    top: 126px;
    right: 6px;
    text-align: right;
    font-size: 16px;
    color: #3258CC;
    padding: 0px;
    margin: 0px;
}

#HeaderCompanyCopyright {
    margin: 4px 0px 0px 0px;
    color: #ffffff;
    background-color: #3258CC;
    text-align: right;
    padding-right: 6px;
}

#HeaderCompanyCopyright h3 {
    display: inline;
    font-size: 12px;
}

#Content {
    margin: 5px 0px 0px 0px;
}

#SideNavLinks 
{
    width: 170px;
    float: left;
}    

#SideNavLinks ul {
	list-style: none;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

#SideNavLinks ul li {
	list-style: none;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

#SideNavLinks ul li a {
	width: 100%;
	height: 25px;
	display: block;
	color: #3258CC;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #949494;
}

#SideNavLinks ul li a:hover {
	color: #FFFFFF;
	background-color: #3258CC;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005787;
}

#AnniversaryLogo {
	margin-top: 40px;
	height: 131px;
	width: 171px;
	background: url(10YearLogo-171-131.jpg) no-repeat;
}

#MainContent {
    margin-left: 180px;
    width: 560px;
    text-align: left;
    padding: 0px;
}

#BelowNavContent {
    clear: both;
    padding-top: 20px;
}

#Footer {
    clear: both;
    text-align: center;
}   


/* General Site  Pages */

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #3258CC;
    margin: 10px 0px 14px 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 14px 0px;
}

p {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a img { 
    border: none;
}

ul li, ol li {
    margin-bottom: 16px;
}

.AlignCenter 
{
    text-align: center;
}

.Section
{     
    clear: both;
}    

.FloatLeft 
{
    float: left;
    padding: 4px;
}

.FloatRight
{
    float: right;
    padding: 4px;
    
}

.Indent {
    margin-left: 40px;
}

/* Items specific to content pages below */


/* Home Page */

#SmallLogo 
{
    margin: 40px;
    height: 100px;
    width: 100px;
    background: url(MediGraphLogo-100-100.gif) no-repeat;
}

#HomeContentLogo {
    width: 200px;
    height: 160px;
    background: url(Key-200-160.jpg);
    float: right;
}


/* Admin Pages */

#Content .AdminFormRow {
    margin: 10px 0px 0px 0px;
}

#Content .AdminFormLabel {
    float: left;
    width: 80px;
}


/* Contact Form */

#ContactForm { width: 500px; border: solid 1px  #949494; }
#ContactForm .ContactOption { padding: 10px 0px 10px 10px; }
#ContactForm .Label { float: left; width: 130px; }
#ContactForm .Item { padding-left: 20px; }
#ContactForm .Submit { margin-left: 150px; }


/* Demos */

#DemoForm {
    width: 400px;
    margin: 0px auto 0px auto;
}

#DemoForm .FormBorder {
     border: solid 1px  #949494;
     padding: 10px;
     margin: 10px;
}

#DemoForm .FormRow {
    margin: 10px 0px 0px 0px;
}

#DemoForm .FormLabel {
    float: left;
    width: 120px;
}