/* 
    Document   : desktop.css
    Created on : Apr 8, 2013, 2:39:35 PM
    Description:
        Purpose of the stylesheet follows.
*/

/* CSS Document */
.leftcorner{
    width:496px;
    float:left;
}
.leftcorner h1{
    font-size: 24px;
    font-family: arial;
    font-weight:normal;
}
.leftcorner span{
    font-size: 11px;
    font-family: arial;
}
.rightcorner{
    width:169px;
    float:left;
    margin-top: 29px;
    font-size: 14px;
    font-family: arial;
    text-align: right;
    color: #0D60A6;
}
.rightcorner select{
    width:100px;
}
.imgSection{
    margin-top: 2px;
}
.imgcontent{
    width:201px;
    margin:2px 28px 17px 2px;
    float: left;
}
.imgdiv{
    height: 147px;
   
}
.vertcent{
    text-align: center;
    display:table-cell;
    vertical-align:middle;
}
.imgtxt{
    color:#a40b16;
    font-size: 22px;
    font-family: arial;
    text-align: center;
    width: 201px;

}
.imgdim{
    font-size: 14px;
    font-family: arial;
    color: #545454;
    margin-top: 17px;
}
.imgdim a{
    margin-right: 14px;
    font-size: 14px;
    font-family: arial;
    color: #545454;
}
.yearheading{
    font:14px/16px "Questrial", Arial, Helvetica, sans-serif;
font-smooth: always;
-webkit-font-smoothing: subpixel-antialiased;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
    color:#0d60a6;
}
.noimgcontent {
    float: left;
    margin: 2px 28px 17px 2px;
    width: auto;
}
#desktop-filter .form-item {
      margin-bottom: 0;
    margin-top: 0;
}


