/*
Theme Name: Default
Description: The original universal website theme.
Version: 1.0
Author: Dan Kinchen
*/
@charset "utf-8";
/* Common */
body                     {margin:0px; font-family:Tahoma; font-size:12px; color:#333333;}
A:link                   {color:#1c5485; text-decoration:underline;}
A:visited                {color:#66CC66; text-decoration:underline;}
A:active                 {color:#1c5485; text-decoration:underline;}
A:hover                  {color:#CC0000; text-decoration:none;}
h1,h4                    {color:#1c5485;}
h2                       {font-size:16px; color:#1c5485;}
h3                       {font-size:14px; color:#1c5485;}
strong                   {color:#000000;}
hr                       {height:1px; color:#CCCCCC;}
/* Top Block */
#blockTop                {background-image:url(../images/str-bg-header.jpg); background-repeat:repeat-x;}
#header                  {position:relative; width:1000px; margin:0px auto -1px auto;}
#headerLeft              {width:500px; height:39px; float:left; text-align:left; margin:0px; vertical-align:middle;}
#headerRight             {width:500px; height:39px; float:right; text-align:right; margin:0px;}
#imageMain               {width:1000px; height:126px; margin:0px;}
/* Middle Block */
#blockMiddle             {position:relative; background-image:url(../images/str-bg-main.jpg);}
#centercontent           {position:relative; margin:0 auto; width:1000px; background-image:url(../images/str-cnt-bck.gif);background-repeat:repeat-y;} 
#content                 {position:relative; width:300px; display:block; overflow:visible; margin-left:700px;}
#columnLeft              {position:relative; width:658px; float:left; margin-left:-700px; display:inline; padding:20px;}
#columnRight             {padding:20px; display:inline-block; zoom:1;}
/* Bottom Block */
#blockBottom             {background-image:url(../images/str-bg-footer.gif); background-repeat:repeat-x; background-color:#FFFFFF; clear:both;}
#footer                  {width:1000px; margin:0px auto -1px auto;}     
#subNavigation           {width:1000px; height:33px; text-align:center; font-size:11px; line-height:33px; color:#CCCCCC; text-decoration:none;}
#subNavigation a         {color:#FFFFFF; text-decoration:underline;}
#subNavigation a:hover   {color:#33FFFF; text-decoration:none;}
#creditsLeft             {width:500px; line-height:21px; height:21px; float:left; text-align:left; font-size:10px;}
#creditsRight            {width:500px; line-height:21px; height:21px; float:right; text-align:right; font-size:10px;}
#gutter                  {width:1000px; height:88px; text-align:center; clear:both;}