html, body{
    color: #000;
    background-color: #ffffff;
/*    font-family: serif; */
    font-family: 'Bad Script', cursive;
    background-image: url('/washington/css/i/bg.jpg');
}

body{
}

h1,h2,h3,h4,h5,h6{
/*    font-family: sans-serif; */
    font-weight: 400;
    color: #4e4e4e;
    margin-bottom: .3em;
}

h1{
    text-align: left;
    margin-top: 25px;
    padding-top: 0;
    margin-bottom: 20px;
}

.container{
    max-width: 800px;
    min-width: 480px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

a{
    color: #165682;
}
a:visited{
    color: #b92c63;
}
a:hover{
    color: #da3838;
}

/* mainMenu >>> */

#header{
/*    background: -moz-linear-gradient(#000, #000);
    background: -webkit-linear-gradient(#000, #000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')"; */
}
#logo{
    text-align: center;
    padding-top: 20px;
}
#mainMenu{
    margin: 0 auto;
}
.mainMenuItems{
    text-align: center;
}

#mainMenu li {
    list-style-type: none;
    margin: 10px 10px 0 10px;
    list-style-type: none;
    display: inline-block;
}
#mainMenu li a {
/*    font-family: sans-serif; */
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #3C7296;
    text-decoration: underline;
}
#mainMenu li a:hover {
    color: #f3303e;
}
#mainMenu li.selected a{
    text-decoration: none;
}

/* ^^^ mainMenu */
/* pageWrapper >>> */

#pageWrapper{
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin-bottom: -100px;
    background: url('/washington/css/i/top_grad.png') repeat-x;
}

/* ^^^ pageWrapper */
/* Footer >>> */

#footer-push{
    height: 100px;
    clear: both;
}

#footer{
    height: 100px;
/*    background: url('/washington/css/i/bg_bottom.jpg') repeat-x; */
}

#footer .container{
    padding-top: 30px;
}

/* ^^^ Footer */

.content{
    margin-top: 20px;
/*
    border-radius: 10px;
    background: rgba(256, 256, 256, .8);
*/
}

.center{
    text-align: center;
}
.bottomSpace{
    height: 3em;
    clear: both;
}

.small{
    font-size: 70%;
    font-weight: normal;
}
fieldset{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 20px 20px 30px;
    margin: 20px -20px 20px -30px;
    background: #f8f8f8;
}
legend{
    font-size: 120%;
    font-weight: bold;
    color: #4e4e4e;
    margin-bottom: 0px;
}
label{
    display: block;
}

input, textarea, select{
    border: 1px solid #bbb;
    border-radius: 5px;
    outline:none;
    padding: 5px;
}
input, select{
}
input:focus, textarea:focus, select:focus{
    box-shadow: 0 0 4px rgba(133, 225, 118, 1);
    -webkit-box-shadow: 0 0 4px rgba(133, 225, 118, 1);
    -moz-box-shadow: 0 0 4px rgba(133, 225, 118, 1);
}
input.error, select.error, textarea.error{
    border: 1px solid #f00;
}
label{
    margin-top: 10px;
}
span.required{
    color: #ca2403;
}
.errorMessage{
    color: #ca2403;
}
.note{
    color: #666;
    font-style: italic;
}
ul.list li{
    margin-left: 40px;
    padding-left: 10px
}

.button, .buttons input{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    position: relative;
    display: inline-block;
    padding: 8px 20px 5px 20px;
    color: #333;
    font-family: Helvetica, arial, freesans, clean, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 24px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #d4d4d4;
    border-bottom-color: #bcbcbc;
    border-radius: 15px;
    background: #fafafa;
    background: -moz-linear-gradient(#fafafa, #eaeaea);
    background: -webkit-linear-gradient(#fafafa, #eaeaea);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')";
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover, .buttons input:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-color: #518cc6;
    border-bottom-color: #2a65a0;
    background: #599bdc;
    background: -moz-linear-gradient(#599bdc, #3072b3);
    background: -webkit-linear-gradient(#599bdc, #3072b3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bdc',endColorstr='#3072b3')";
}
.clear{
    clear: both;
}

.interiorPhotos img{
    float: left;
    padding: 10px;
}

.pressPreview{
    text-align: center;
    float: left;
    padding: 0 30px 10px 0;
}
.carteItem{
    margin-left: 40px;
}
.carteItem td{
    vertical-align: top;
    padding-bottom: 12px;
}
.carteItem .desc{
    margin-top: -.5px;
    line-height: 1.2em;
}
.ruTitle{
    margin-top: -.4em;
}
td.price{
    text-align: right;
    white-space: nowrap;
}

/* Pager */
ul.yiiPager
{
    border:0;
    margin:0;
    padding:0;
    line-height:100%;
    display:inline;
}

ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    font-weight:bold;
    color:#0e509e;
    padding:4px 10px;
    text-decoration:none;
/*
    border: 1px solid #d4d4d4;
    border-bottom-color: #bcbcbc;
    border-radius: 5px;
    background: #fafafa;
    background: -moz-linear-gradient(#fafafa, #eaeaea);
    background: -webkit-linear-gradient(#fafafa, #eaeaea);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')";
*/
}

ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager a:hover
{
    text-decoration: underline;
    /*    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); */
    /*    border-color: #518cc6;
  border-bottom-color: #2a65a0; */
/*
    background: #eaeaea;
    background: -moz-linear-gradient(#eaeaea, #fafafa);
    background: -webkit-linear-gradient(#eaeaea, #fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#fafafa')";
*/
}

ul.yiiPager .selected a
{
    color:#333;
    font-weight:bold;
    cursor: default;
/*
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 -1px 1px rgba(255,255,255,1);
    background: -moz-linear-gradient(#eaeaea, #fafafa);
    background: -webkit-linear-gradient(#eaeaea, #fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#fafafa')";
*/
}

ul.yiiPager .hidden a
{
/*    border:solid 1px #DEDEDE; */
    color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
    display:none;
}


.formField{
    width: 450px;
	margin-bottom: 10px;
}