*, html, body {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Verdana, Serif;
text-align: center;
background: #ffffff;
}

img {
border: 0;
}

p {
font-size: 78%;
font-weight: normal;
color: #333333;
line-height: 1.4em;
}

h1 {
font-size: 100%;
font-weight: bold;
color: #000000;
margin-bottom: 0.2em;
}

h1.flyer {
font-size: 120%;
color: #0148b3;
}

h2{
font-size: 100%;
font-weight: bold;
color: #974c4c;
margin-bottom: 0.2em;
}

h2.type {
font-size: 110%;
color: #828282;
}

label {
padding: 1px;
font-size: 78%;
}

ol,ul {
list-style: none;
}

#i-container {
width: 720px;
margin-left: auto;
margin-right: auto;
text-align: left;
padding-top: 5px;
}

#i-header {
width: 720px;
height: 70px;
margin-left: auto;
margin-right: auto;
text-align: left;
border-bottom: 1px solid #e9e9e9;
padding-top: 5px;
}

#i-wrapper {
width: 470px;
float: right;
padding-top: 0.4em;
min-height: 100%;
}

* html #i-wrapper{
height: 100%;
}

#i-title {
padding-bottom: 2px;
border-bottom: 1px solid #e9e9e9;
}

#thumbNail {
padding-top: 5px;
padding-bottom: 2px;
border-bottom: 1px solid #e9e9e9;
text-align: center;
}

#i-icon {
display:none;
}

#i-icon li {
float: left;
padding-left: 1.8em;
font-size: 78%;
line-height: 1.8em;
margin: 0 0.25em;
}

#details, #descr {
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #e9e9e9;
}

#others {
padding-top: 8px;
padding-bottom: 8px;
}

td.col1 {
background: #f1edec;
border: 2px solid #ffffff;
}

td.col2 {
background: #f7f7f7;
border: 2px solid #ffffff;
}

#i-footer {
width: 770px;
margin-left: auto; margin-right: auto; /* center footer in FF */
background: #ffffff;
height: 60px;
text-align: center;
clear: both;
padding-top: 8px;
padding-bottom: 8px;
border-top: 1px solid #e9e9e9;
}

/* 
-------
Left Column
-------
*/

#leftColumn { 
width: 230px; /* this sets the max-width value for all standards-compliant browsers */
}

#red, #green, #blue {
margin-bottom: 0.8em;
}

#redTop {
background: url('../images/leftBar_redTop.gif') top left no-repeat;
padding-top: 6px;
}

#redMid {
background: url('../images/leftBar_redMid.gif') top left repeat-y;
text-align: center;
}

#redBot {
background: url('../images/leftBar_redBot.gif') top left no-repeat;
height: 22px;
}

#greenTop {
background: url('../images/leftBar_greenTop.gif') top left no-repeat;
padding-top: 6px;
}

#greenMid {
background: url('../images/leftBar_greenMid.gif') top left repeat-y;
text-align: left;
}

#greenBot {
background: url('../images/leftBar_greenBot.gif') top left no-repeat;
height: 22px;
}

#contactInfo {
margin-left: auto;
margin-right: auto;
width: expression( document.body.clientWidth > 199 ? "200px" : "auto" ); /* sets max-width for IE */
max-width: 200px; /* this sets the max-width value for all standards-compliant browsers */
background: url('../images/leftBar_bottomDiv.jpg') bottom left repeat-x;
padding-top: 10px;
padding-bottom: 10px;
}

#credentialInfo {
margin-left: auto;
margin-right: auto;
width: expression( document.body.clientWidth > 199 ? "200px" : "auto" ); /* sets max-width for IE */
max-width: 200px; /* this sets the max-width value for all standards-compliant browsers */
padding-top: 10px;
padding-bottom: 10px;
}

#contactInfo li, #credentialInfo li  {
padding-left: 1.8em;
font-size: 78%;
line-height: 1.8em;
}

#marketing p{
line-height: 1.5em;
padding-right: 5px;
}

.phone {
background: url('../images/iconPhone.gif') top left no-repeat;
}

.mobile {
background: url('../images/iconMobile.gif') top left no-repeat;
}

.email {
background: url('../images/iconEmail.gif') top left no-repeat;
}

.url {
background: url('../images/iconHome.gif') top left no-repeat;
}

.tell {
background: url('../images/iconTell.gif') top left no-repeat;
}

.credential {
background: url('../images/iconCredential.gif') top left no-repeat;
}

.print {
background: url('../images/iconPrint.gif') top left no-repeat;
}
/* 
-------
Enf of Left Column
-------
*/