/*-----------------------------------------------------------------------------------------------
  TURTOL | WESTTOWN #29 STYLE
-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------
GLOBAL STYLE
-----------------------------------------------------------------------------------------------*/
* {
margin:0;
padding:0;
}

/*-----------------------------------------------------------------------------------------------
 TYPOGRAPHY, COLOR, BG IMGS - WEST TOWN #29
-----------------------------------------------------------------------------------------------*/
body {
font-family:Arial, Helvetica, sans-serif;
background-image:url('/images/bg_tile3.gif');
background-attachment:fixed;
padding-bottom:10px;
}

/*-----------------------------------------------------------------------------------------------
 STRUCTURE
-----------------------------------------------------------------------------------------------*/
div#tcms_container {
background-image:url('/images/bg_tile2.gif');
margin-left:auto;
margin-right:auto;
margin-top:25px;
margin-bottom:30px;
padding:0 -5px 20px -5px;
width:780px;
height:100%;


}

div#tcms_header {
background-image:url('/images/headerIMGv2trim.png');
background-repeat:no-repeat;
margin:0 0 0 0;
padding:0 0 0 0;
width:780px;
height:160px;
}

div#tcms_left {
float:left;
width:270px;
margin:0 0 0 20px;
padding:0 10px 30px 0;
height:100%;
}

div#tcms_center {
float:right;
width:420px;
padding:0 15px 30px 5px;
margin:0 0 0 0;
height:100%;
}

#entry-content{
float:right;
margin:0px;
padding:0px;
}

div#tcms_footer {
background-image:url('/images/footerIMG.png');
background-repeat:no-repeat;
clear:both;
height:55px;
width:780px;
margin:10px 0 0 0;
}

#SSAdescription{
padding:25px 10px 0 0;
margin:0 0 0 0;
height:80px;

}

#SSAdescription p{
font-size:10pt;
text-align:right;
font-family:futura, arial, sans-serif;
font-weight:normal;
}

p {
font-size:10pt;
margin-bottom: 15px;
}

h2 {
font-size:14pt;
font-family:futura, sans-serif;
color:#ee2d2f;
line-height:20px;
margin:0;
padding:15px 0 5px 0;
}

h3 {
font-size:12pt;
font-family:futura, sans-serif;
color:#000000;
line-height:15px;
margin:0;
padding:15px 0 5px 0;
}

table tr td {
line-height:15px;
}

.tcms_logo {
text-align:center;

}




/*-----------------------------------------------------------------------------------------------
 NAVIGATIONAL ELEMENTS
-----------------------------------------------------------------------------------------------*/
a:link,a:visited {
color:#ee2d2f;
text-decoration:none;
}

a:hover,a:active {
color:#000;
text-decoration:none;
}

.current {
color:#660000;
}

#mainNav {
text-align:center;
height:15px;
margin-top:5px;
padding-bottom:10px;

}

#mainNav li, #footerNav li{
font-weight:normal;
padding-left:15px;
}

#mainNav ul li a:link, #mainNav ul li a:visited {
color:#000;
text-decoration:none;
font-size:10pt;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
color:#ee2d2f;
text-decoration:none;
}

#footerNav{
padding-top:12px;
text-align:center;
}



#footerNav ul li a:link, #footerNav ul li a:visited {
color:#000;
text-decoration:none;
font-size:10px;
}

#footerNav ul li a:hover, #footerNav ul li a:active {
color:#ffe85e;
text-decoration:none;
}

#mainNav ul li,#footerNav ul li {
display:inline;
list-style-type:none;
}

/* END OF FOOTER NAV 
-----------------------------------------------------------------------------------------------
 LIST ELEMENTS
-----------------------------------------------------------------------------------------------*/
.even {
color:#FBFBFB;
}

.odd {
color:#FFF;
}

li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:4px;
font-family:futura, sans-serif;
}

/*-----------------------------------------------------------------------------------------------
 TABLE ELEMENTS
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
 OTHER TAGS & CLASSES
-----------------------------------------------------------------------------------------------*/










acronym,abbr,span.caps {
cursor:help;
}

acronym,abbr {
border-bottom:1px dashed #92540b;
}

blockquote {
padding-left:20px;
border-left:5px solid #92540b;
margin:15px 30px 0 10px;
}

blockquote cite {
display:block;
margin:5px 0 0 0;
}

.center {
text-align:center;
}

.hide,.print-logo,.close-button,hr {
display:none;
}

.validation-advice {
color:#FF0000;
}

/*--------------------------------
IE PNG FIX
--------------------------------*/
img{ behavior: url(/tcmslib/jslib/iepngfix.htc) }