﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    line-height: 13pt;
    text-align: center;
    min-width: 755px;
}

h1{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

h2
{
  font-weight:normal;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

p
{ margin: 1em 0em;
}   

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#980000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Content Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#MainContainer
{
    width: 755px;
    border: solid 1px silver;
    margin: 10px auto 0 auto;
    text-align: left;
    background-color: #ffffe0;
}

#NavLeft{
    width: 140px;
    text-align: left;
    padding: 25px 5px 15px 5px;
    float: Left;
    margin: 0;    
}

#Content
{
    width:auto;
    height: auto;  
    min-height: 510px;
    background-color: white;
    text-align: Left;
    padding: 25px 15px 15px 15px;
    border-left: silver 1px solid;
    margin: 0px 0px 0px 0px;
}

/* Hide overflow from IE 5 5.5 6  */ 

head + body #Content
{
    overflow: auto;
}

/* Only IE will render this style due to a bug that allows it to parse 
the statement since Html is the root element and is not a child of 
anything. IE 6 treats the above as if the star (universal selector) 
was not there. */

* html #Content {
 height :475px;
}

#Header
{
    width: auto;
    height: auto;
    text-align: Left;
    border-bottom: silver 1px solid;
    padding: 2px;
    margin: 0;
    background-image : url(../Images/General/Headerbackground.gif);
    background-color: white;
}

#Footer{
    width: auto;
    height: auto;
    text-align: center;
    background-image: url(../Images/general/Titlebackground.gif);
    clear: both;
    border-top: silver 1px solid;
    padding: 0;
    background-color: White;
}

#HeaderMenu
{
    float: right;
    margin: 0 4px 0 0;
    padding: 0;
}

.HotTopics{
    text-align: Center;
    border: solid 1px gainsboro;
}

#NavLeft p {
    font-size: 9px;
    font-weight: normal;
    color: black;
    margin: 0px;
    padding: 0px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Default Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#DefaultLeft, #DefaultRight, #DefaultCenter
{
    width: 173px;
    height: 400px;
    text-align: center;
    float: left;   
    margin: 0;
    padding: 0 12px 0 0;
    border-right: silver 1px dashed;
}

#DefaultRight{
  float:right;
  border-right: none;
  border-left: silver 1px dashed;
  padding: 0 0 0 12px;
}

#DefaultCenter{
 float : none; 
 border: none;
 padding: 0;
 margin-left : auto;
 margin-right:auto;
}

#DefaultLeft P, #DefaultRight P, #DefaultCenter P{
 text-align: Left;
}

.DefaultImage
{

 Margin: 6px 0 0 0;
}

#DefaultLeft a:link, #DefaultRight a:link, #DefaultCenter a:link
{
    font-size: 10px;
    color: #2D007C;
    text-decoration: underline;
}

#DefaultLeft a:visited, #DefaultRight a:visited, #DefaultCenter a:visited
{
  font-size: 10px;
  color: #2D007C;
  text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Contact US Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#officePic
{
    float: Left;
    margin: 12px 0 0 0;
}

#AddressDiv
{
    margin: 12px 0 0 6px;
    text-align: center;
    width: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Staff Pages

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.StaffLink
{
    font-style: normal;
    margin: 20px 60px 0 0;
}

.StaffLink a:link
{
    font-weight: bold;
    color: #2D007C;
    text-decoration: underline;
}

.StaffLink a:visited 
{
    font-weight: bold;
	color: #2D007C;
	text-decoration:underline;
}
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Photo Credits

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/    
.CreditPhoto
{
    margin: 10px 20px 0 0;
    padding: 0;
    font-size: 9px;
    width: auto;
    height: auto;
    float: left;
}

.CreditPhoto p 
{
    margin: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	General Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Center
{
 text-align: center;
}

.FloatLeft {
  float: left;
 }

.Padding4 {
  padding: 4px;
} 

.Padding6 {
  padding : 6px;
} 

.HlistUnBulleted 
{
 margin : 0 2px 0 0;
 padding: 0;
}

.HlistUnBulleted li
{
  display: inline;
  list-style-type: none;
}

.LogoBlue
{
 color: #2D007C;
}

.TextIndent
{
  text-indent: 25px;
}

.PurpleRound 
{
 background-image : url(../Images/general/Titlebackground.gif);
 background-repeat : repeat;
}

.Title {
    font-weight: bold;
    font-size: 15px;
    margin:0;
    padding: 0;
}

.SubHeading
{
  font-weight:normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-image: url(../Images/general/Titlebackground.gif);
  background-repeat: repeat;
  font-style: italic;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Additions for Spectrum Software Page, added 6/9/2010 (LGH)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#SpectrumLeft  {
	width: 309px;
	padding-right: 20px;
	float: left
	}
#SpectrumRight {
	float: right;
	width: 235px
}

#SpectrumRight a:link, #SpectrumRight a:link
{
    font-size: 10px;
    color: #2D007C;
    text-decoration: underline;
}

#SpectrumRight a:visited
{
  font-size: 10px;
  color: #2D007C;
  text-decoration: underline;
}

#SpectrumLeft a:link, #SpectrumCenter a:link
{

    color: #980000;
    text-decoration: underline;
}

#SpectrumLeft a:visited, #SpectrumCenter a:visited
{

  color: #980000;
  text-decoration: underline;
}




/* boxes for resources on Spectrum Page */

.box_block { width:230px; clear:both}
.box_test {width: 228px; height: 230px;  float:left; background: url(../images/General/box_b.png) repeat-y;}
.box { width: 218px; margin:0 0 15px 0; float:left; background:url(../images/General/box_bg.gif) repeat-y;}
.box .box_t { background:url(../images/General/box_t.png) no-repeat top;}
.box .box_b { background:url(../images/General/box_b.png) no-repeat bottom; padding:0 0 10px 0;}
.box h2 { margin:0 0 10px 0; padding:11px 0 11px 20px; color:#616161; font:normal 18px Arial, Helvetica, sans-serif;}
.box img { float:left; padding:15px;}
.box p { padding:5px 20px; margin:0; font:normal 11px Arial, Helvetica, sans-serif; color:#5f5f5f; line-height:1.8em;}
.box a { font:normal 11px Arial, Helvetica, sans-serif; color:#5f5f5f; line-height:1.8em;}
.box a.more { padding:0 10px; font:bold 11px Arial, Helvetica, sans-serif; color:#0092dd; line-height:1.8em; text-decoration:none;}

.box ul { padding:10px 20px; margin:0; list-style:none;}
.box ul li { background:url(images/sub_nav.gif) no-repeat left; margin:0; padding:3px 0 3px 25px; border-bottom:1px solid #eaeaea;}


h3 {
    border-bottom:1px solid #D2D2D2;
    clear:both;
    color:#2A2A2A;
    font:16px Verdana,Arial,Helvetica,sans-serif;
    margin:0 0 10px;
    padding:15px 10px;
    font-weight: bold
}

h4 
{
}

img.models { float:left; padding:10px;}

p.spec {
        color: #999;
        font:   12px/1.8em Arial,Helvetica,sans-serif;
        font-style: italic
}


.smalltext 
{
    color: #d61719;
    font: 9px/0.8em Arial,Helvetica,sans-serif;
}

li.a:link {
	color:#d61719;
	text-decoration:none;
}

li.a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#980000;
}

.ctl00_Menu1_3, .ctl00_Menu1_1, .ctl00_Menu4_1, .ctl00_Menu4_3
{
    font-size: 0.9em;
    background-image: url(../Images/General/OrDot.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 18px;
    background-attachment: scroll
}

.ctl00_Menu1_3 , a:link.ctl00_Menu1_1 ,  a:visited.ctl00_Menu1_1 ,  a:hover.ctl00_Menu1_1  {
    color: #111111;
    font-size: 1.0em
}

.models li 
{
    padding: 0px 0 5px 3px;
}