﻿body
{
    background-color: #666666;
    padding-right: 0px;
    padding-left: 0px;
}
/* For the welcome page*/
#Maincontainer
{
    background-position: center top;
    background-image: url('Images/background.jpg');
    width: 1284px;
    height: 650px;
    background-color: #000066;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}

#Topbar
{
    width: 1244px;
    height: 35px;
    padding-right: 40px;
    font-family: 'Tahoma';
    font-size: 15px;
    color: #ffffff;
    text-align: right;
    line-height: 200%;
}
#Topbar a
{ font-family: 'Tahoma';
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}
#Topbar a:hover
{
    text-decoration: underline;
}
#Topbar a:active
{color: #ffffff;
    text-decoration: none;
}
/*#Topbar a:visited
{color: #ffffff;
    text-decoration: none;
}*/
#Menucontainer
{
    background-position: left center;
    height: 275px;
    width: 1284px;
  
}

#About a
{
    width: 120px;
    height: 40px;
    margin-left: 350px;
    background-position: 0 0;
    background: url('Images/About.jpg') no-repeat 0 0;
    display: block;
    font-family: 'Tahoma';
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    padding-left: 50px;
    line-height: 130%;
}
#About a:hover
{ background-position: -170px 0;
  color: #ffffff;
}
#About a:active
{ background-position: -340px 0;
  color: #ffffff;
}

#Staging a
{  width: 125px;
    height: 40px;
    margin-left: 520px;
  background-position: 0 0;
    background: url('Images/Staging.jpg') no-repeat 0 0;
    display: block;    
    font-family: 'Tahoma';
    color: #000066;
    font-size: 22px;
    text-decoration: none;
    padding-left: 45px;
     line-height: 130%;
   
}
#Staging a:hover
{background-position: -170px 0;
  color: #ffffff;
}
#Staging a:active
{background-position: -340px 0;
  color: #000066;
}

#Decorating a
{ width: 273px;
    height: 40px;
    margin-left: 690px;    
    background-position: 0 0;
    background: url('Images/Decorating.jpg') no-repeat 0 0;
    display: block;        
    font-family: 'Tahoma';
    color: #ffffff;
    font-size: 22px;
     text-decoration: none;
    padding-left: 55px;
     line-height: 130%;
}
#Decorating a:hover
{background-position: -328px 0;
  color: #ffffff;
}
#Decoration a:active
{background-position: -656px 0;
  color: #ffffff;
}

#News a
{width: 115px;
    height: 40px;
    margin-left: 1018px;    
    background-position: 0 0;
    background: url('Images/News.jpg') no-repeat 0 0;
    display: block;   
    font-family: 'Tahoma';
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    padding-left: 55px;
     line-height: 130%;
    
    
}
#News a:hover
{background-position: -170px 0;
  color: #ffffff;
}
#News a:active
{background-position: -340px 0;
  color: #ffffff;
}
#Quote
{
    width: 600px;
    height: 100px;
    float: left;
    margin-left: 55px;
    font-family: 'Tahoma';
    color: #ffffff;
    font-size: 25px;
}
#Rotatingpicture
{
    width: 450px;
    height: 300px;
    border: 2px solid #ffffff;
    float: right;
    margin-right: 35px;
}
/*For the Internal Pages*/

#Internalmaincontainer
{
    padding: 10px;
    border: 2px solid #fff;
    width: 1260px;
    background-color: #000066;
    margin-right: auto;
    margin-left: auto;
    min-height:600px;
    
    
}
#Leftcolumn
{
    width: 310px;
    float: left;
     min-height:600px;
    
}
.Menu_1 a
{
    background-position: 0 0;
    background: url('InternalImages/Menu_1.jpg') no-repeat 0 0;
    display: block;
    font-family: 'Tahoma';
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    width: 300px;
    height: 34px;
    padding-left: 10px;
    margin-bottom: 5px;
    line-height: 150%;
}
.Menu_1 a:hover
{background-position: -310px 0;
  color: #ffffff;
}
.Menu_1 a:active
{background-position: -620px 0;
  color: #ffffff;
}
.Menu_2 a
{ background-position: 0 0;
    background: url('InternalImages/Menu_2.jpg') no-repeat 0 0;
    display: block;
    font-family: 'Tahoma';
    color: #333333;
    font-size: 22px;
    text-decoration: none;
    width: 300px;
    height: 34px;
    padding-left: 10px;
    margin-bottom: 5px;
    line-height: 150%;
}
.Menu_2 a:hover
{background-position: -310px 0;
  color: #ffffff;
}
.Menu_2 a:active
{background-position: -620px 0;
  color: #333333;
}

#Blog
{ 
    width: 310px;
    background-color: #cccccc;
    margin-top: 25px;
    
}
#Blogheader
{
    background-position: left;
    width: 300px;
    height: 40px;
    padding-left: 10px;
    background-image: url('InternalImages/Blogheader.jpg');
    background-repeat: no-repeat;
    font-family: 'Tahoma';
    font-size: 25px;
    color: #ffffff;
    line-height: 150%;
    
}
#Blogcontent
{
    padding: 10px;
    width: 290px;
    font-family: 'Tahoma';
    font-size: 15px;
    color: #000066;
    min-height: 286px;
   
}
#Blogcontent a
{ font-family: 'Tahoma';
    font-size: 15px;
    color: #000066;
}
#Blogcontent a:hover
{color: #990000;
}
#Blogcontent a:visited
{color: #990000;
}
#Blogcontent a:active
{color: #000066;
}
#Twitterbox
{
    width: 310px;
    min-height: 200px;
    margin-top: 10px;
}

#Rightcolumn
{width: 310px;
float: right;
 min-height:600px;
}
    
#Photos
{
    width: 310px;
    font-family: 'Tahoma';
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}
#Centercolumn
{
    width: 620px;
    min-height: 600px;
    float: right;
    margin-right: 10px;
    background-image: url('InternalImages/Centerbackground.jpg');
    background-repeat: repeat-y;
}
#Centercolumnheader
{
    background-position: left;
    width: 620px;
    height: 40px;
    padding-left: 10px;
    background-image: url('InternalImages/Centercolumnheader.jpg');
    background-repeat: no-repeat;
    font-family: 'Tahoma';
    font-size: 25px;
    color: #ffffff;
    line-height: 150%;
}
#Centercolumncontent
{
    width: 590px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'Tahoma';
    font-size: 15px;
    color: #000066;
    min-height: 540px;
}
#Centercolumncontent a
{ font-family: 'Tahoma';
    font-size: 15px;
    color: #000066;
}
#Centercolumncontent a:hover
{color: #990000;
}
#Centercolumncontent a:active
{color: #000066;
}
#Centercolumncontent a:visited
{color: #990000;
}


#Internalfooter
{
    width: 1260px;
    height: 20px;
    margin-top: 10px;
    font-family: 'Tahoma';
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 250%;
    clear: both;
}
/*General for Welcome and Internal Pages*/
#Footer
{
    width: 1284px;
    height: 25px;
    clear: both;
    font-family: 'Tahoma';
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 250%;
    margin-top: 20px;
}


/*DESIGN FOR ARCHIVE SECTION */

#archivedesign
{
    padding: 8px;
    font-family: 'Tahoma';
    font-size: 11px;
    color: #000066;
    background-color: #ffffff;
    width: 300px;
}

#archivedesign a
{font-family: 'Tahoma';
    font-size: 11px;
    color: #000066;
}
#archivedesign a:hover
{color: #990000;
}
#archivedesign a:acive
{color: #000066;
}
#archivedesign a:visited
{color: #990000;
}
