
/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #a5743b; /* brown color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Comic Sans', cursive;
color: #7d582b;
font-size: 95%;
line-height:128%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
font-family: 'Comic Sans', cursive;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 12px;
}

h1 {
margin-top: 5px;
text-align: center;
color: #7d582b;
font-size: 28px;
line-height: 32px;
}

h2 {
text-align: center;
color: #cc6600;
font-size: 24px;
line-height: 26px;
}

h3 {
border-bottom: 1px solid #cc6600;
color: #cc6600;
}

h4 {
color: #921c22;
border-bottom: 1px dotted #921c22;
}

blockquote {
margin: 12px 60px;
color: #9b2e31;
font-size: 105%;
line-height: 20px;
font-family: 'Comic Sans', cursive;
background-color: #fdf7ed;
border: 1px solid #921c22;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 8px;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

#ContentColumn li {
font-weight: normal;
font-size: 100%;
}

/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #921c22;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#Header {
position: relative;
height: 155px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    
}

#NavColumn {
float: left;
width: 174px;               
margin-left: -960px;        
}

#ExtraColumn {
float: left;
width: 179px;               
margin-left: -180px;        
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #921c22;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image2.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #f8e4c7;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomright: 10px;
-webkit-border-radius-bottomleft: 10px;
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #7d582b;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #7d582b;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #7d582b;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Comic Sans', cursive;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #982127;
border-bottom: 1px solid #982127;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
list-style-type: none;
margin-bottom: 2px;
}

.Navigation li li {
font-size: 85%;
padding-left: 10px;
}

li.custom {
background: url(http://www.america-smart-car-guide.com/image-files/arrow.gif) left center no-repeat; 
padding-left: 20px;
margin-left: 5px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #ce6602;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

#special {
color: #982127;
}

.Navigation a:visited {
color: #78572c;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #f8e5c7;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #efb166; 
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-radius-topright: 8px;
-webkit-border-radius-bottomright: 8px;
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #921c22;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Comic Sans', cursive;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
padding: 0 6px;
font-size: 88%;
}

.ExtraNav a:link {
color: #921c22;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #7d582b;
text-decoration: none;
}

.ExtraNav a:hover {
color: #921c22;
background-color: #f9e4c7;
text-decoration: underline;
}

#Header .ExtraNav {
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
font-size: 110%;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background: #ffff7f;
background-image: url(../image-files/calloutboxbg.jpg);
background-repeat: repeat;
width: 75%;
border-left: 25px solid #921c22;
border-bottom: 1px solid #921c22;
border-top: 1px solid #921c22;
border-right: 1px solid #921c22;
margin: 18px auto 24px auto;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-radius-topright: 8px;
-webkit-border-radius-bottomright: 8px;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #fff;
background-image: url(../image-files/reminderboxbg.jpg);
background-repeat: repeat;
width: 24%;
border: 1px solid #921c22;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #7d582b;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #f7e4c6;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}

.rolodexbox {
background: #eff0ec;
background-image: url(../image-files/smartcenter-rolodex-card2.png);
background-repeat: no-repeat;
width: 285px;
height: 200px;
margin: 5px auto 0 auto;
float: left;
}

.rolodexbox p {
color: #000;
font-size: 10pt;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
line-height: 110%;
margin:-18px 5px 3px 17px;
}

.rolodexbox a {
font-size: 9pt;
}

.rolodexbox h4 {
color: #921c22;
border: none;
text-align: center;
font-weight: bold;
font-size: 15pt;
text-transform: uppercase;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin-top:8px;
padding: 10px 0 5px 0;
}

.rolodexboxrt {
background: #eff0ec;
background-image: url(../image-files/smartcenter-rolodex-card2.png);
background-repeat: no-repeat;
width: 285px;
height: 200px;
margin: 5px auto 0 auto;
float: left;
}

.rolodexboxrt p {
color: #000;
font-size: 10pt;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
line-height: 110%;
margin:-18px 5px 3px 17px;
}

.rolodexboxrt a {
font-size: 9pt;
}

.rolodexboxrt h4 {
color: #921c22;
border: none;
text-align: center;
font-weight: bold;
font-size: 15pt;
text-transform: uppercase;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin-top:8px;
padding: 10px 0 5px 0;
}

.testimonial {
width: 70%;
margin: 10px auto;
border: 2px dashed #cc6600;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #fbf2e3;
padding: 2px;
}

.testimonial h4 {
font-weight: bold;
color: #921c22;
font-size:12pt;
text-align: center;
border: none;
margin-top: 0;
margin-bottom: 3px;
}

.testimonial p {
font-style: italic;
}

#photocreditsleft {
width:48%;
border: 1px solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 1px;
float:left;
}

#photocreditsleft ol li {
font-size: 8pt;
line-height: 8px;
text-decoration:none;
color:#a5743a;
margin: 0;
}

#photocreditsleft a:link {
text-decoration:none;
color:#a5743a;
}

#photocreditsleft a:hover {
text-decoration:none;
color:#a5743a;
}

#photocreditsleft a:visited {
text-decoration:none;
color:#a5743a;
}

#photocreditsright {
width:48%;
border: 1px solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 1px;
float:right;
}

#photocreditsright ol li {
font-size: 8pt;
line-height: 8px;
text-decoration:none;
color:#a5743a;
margin: 0;
}

#photocreditsright a:link {
text-decoration:none;
color:#a5743a;
}

#photocreditsright a:hover {
text-decoration:none;
color:#a5743a;
}

#photocreditsright a:visited {
text-decoration:none;
color:#a5743a;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: tranparent;
border: 0 solid #9b2e31;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #9b2e31;
line-height: 120%;
text-align: center;
}

.welcomebox {
width: 154px;
background-color: #faeeda;
border: 1px solid #9b2e31;
-moz-border-radius: 5px;
padding: 3px;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #9b2e31;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.opening {
color: #7c5b30;
font-weight:bold;
font-size: 13pt;
}

#greeting {
border: 4px solid #cc6600;
padding:15px;
width:450px;
margin:10px 0 20px 10px;
background-color: #f7e3c6;
}

#greetingtext p,li {
font-size:12pt; 
}

#container {
width: 550px;
margin: 0.5em auto 0.5em auto;
background: #fff;
text-align:center;
-moz-border-radius: 20px;
padding: 0.5em;
}
#container li {
float: left;
width: 120px;
height:120px;
list-style-type:none;
border: solid #ccc;
border-width: 1px 1px 0 0;
-moz-border-radius-topright:10px;
margin:1em;
text-align:center;
display:inline;
}
li img { border: none; }
ul#photos li a span { display: none; }
ul#photos li a:hover span {
display: block;
color: #333;
background-color:tan;
-moz-border-radius: 10px;
padding: .25em 0 .25em 0;
text-transform: uppercase;
font-size: .80em;
}
#photo, #pictureScreenObject {
display:none;
position: absolute;
left:15%;
z-index:100;
background:#fff;
padding:2em;
margin:1em;
font: 0.8em Arial, Helvetica, sans-serif;
border:1px solid #ccc;
text-align: center;
-moz-border-radius: 20px;
} 

.c2Form {
        background-color: #f8e4c7;
        border:2px dashed #ca6602;
        padding:10px;
}

body .storyInput { height: 200px }
body .vIsText_3000 { height: 100px } 

.formbody {font-family: 'Comic Sans', cursive; font-size: 12px;}

#smartcenter1 {
background-image: url(../image-files/tab-header-1.png);
background-repeat: no-repeat;
padding:12px 0 3px 40px;
text-align:left;
border: none;
height:39px;
color:#fff;
margin-bottom:-20px;
}

#smartcenter2 {
background-image: url(../image-files/tab-header-2.png);
background-repeat: no-repeat;
padding:12px 0 3px 209px;
text-align:left;
border: none;
height:39px;
color:#fff;
margin-bottom:-20px;
}

#smartcenter3 {
background-image: url(../image-files/tab-header-3.png);
background-repeat: no-repeat;
padding:12px 0 3px 382px;
text-align:left;
border: none;
height:39px;
color:#fff;
margin-bottom:-20px;
}

.highlight {
background-color: #fffd63;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}


