﻿body 
{
	background-color: #EEF2F7;
	text-align: center;
}

#mainbody
{
    border: solid 1px #B1B1B1;
    width: 750px;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 auto;
}


/* NAVIGATION */

#navigation 
{
    text-align: center;
    background-color: #1B297A;
    color: #FFFFFF;
    height: 27px;
    width: 750px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;

}

#navigationLinks
{
	position: relative; top: 2px; right:0;
	height: 20px; 
	margin: 0;
	padding: 0 30px 0 0;
}

.navigationLinks
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    font-variant: small-caps;
}

.navigationLinksa
{
    background-color: #505991;
    padding-bottom: 7px;
    
    color: #FFFFFF;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    font-variant: small-caps;
     }

/* CONTENT */

#content 
{
    padding: 15px 20px 15px 20px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
}

/* MODELS PAGE */
#models
{
    
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    text-align: left;
    border-top: solid 1px #B0B4B3;
   	background-image: url(Images/models_bg.jpg);
    background-repeat: repeat; 
}

#modelsLeft 
{
    float: left;
    width: 165px;
    text-align: right;
    padding-top: 25px;
    padding-right: 20px;
    text-align: right;
    line-height: 20px;
    font-size: 100%;
	background-image: url(Images/models_bg.jpg);
    background-repeat: repeat;
}

#modelsLeft ul {
  list-style:none;
  }


#modelsLeft a {
  color: #000000;
  }
  
 #modelsLeft a:hover 
 {
    color: #1B297A;
    border-bottom-style: dotted;
    text-decoration: none;
  } 
  
  #modelsLeft h3 
  {
    margin-bottom: -17px;
    font-size: 15px;
  }
  
    #modelsLeft h4 
  {

    font-size: 15px;
  }
  
  #additionalmodel a
  {
	font-size: large;
  }

#additionalmodel a:hover
  {
	text-decoration: none;
	border-bottom: dotted 1px #cccccc;
  }

#modelsRight
{
    margin: 0px 0px 0px 190px;
    text-align: left;
    padding: 10px 20px 10px 25px;
    line-height: 16px;

}

#modelsRightRight
{
    text-align: left;
    line-height: 16px;
    width: 420px;
}

#modelsRightRightA
{
    text-align: left;
    line-height: 16px;
    width: 420px;
}

.thumbpadding 
{
    padding-left: 10px;
    padding-bottom: 10px;
}

#modelsRight a
{
    color: #717171;
}

.HomeSqStyle 
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}



/* DEFAULT PAGE */

#defaultLeft 
{
    float: left;
    width: 260px;
    padding-bottom: 15px;
}

#defaultRight
{
    margin: 0px 0px 0px 260px;
    padding-bottom: 15px;
}

/* HTML STYLES */

h1
{
    font-size: 24px;
    font-family: Times New Roman, Arial;
    color: #1B297A;
}

/* YOU ARE HERE */
#YouAreHere
{
    padding: 8px 45px 8px 15px;
    text-align: right;
    font-family: Verdana, Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    }

#YouAreHere a:link
    {
    padding: 0 4px 0 0;
	color: #000000;
	text-decoration: none;
    }
#YouAreHere a:visited 
    {
    padding: 0 4px 0 0;
	color: #000000;
	text-decoration: none;
    }

#YouAreHere a:hover 
{
    color: #1B297A;
	border-bottom: 1px dotted #505991;
    }
    
p 
{
    line-height: 16px;
}


.link 
{
    color: #1B297A;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
}