/* Main Style - Northgate Garage */

/* colors

#F19A39 - orange
#93B3C7 - lt blue
#003366 - dk blue
#88B369 - green
#CCCCCC - lt grey

*/

/******** General tags ********/

body {
background:url(images/bg.jpg) repeat-y center top;
margin:0 auto;
padding:0;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
text-decoration:none;
font-weight: bold;
color: #003366;
}

a:hover {
text-decoration:none;
color: #88b369;
}

a img {
border:0;
}

ul,ol,dl {
font-size:0.9em;
}

/* DO NOT Remove - Must have to keep menu aligned correctly */

p {
margin:0 0 18px 10px;
font-size: 0.9em;
line-height:1.2em;
}

h1 {
font-size:4.2em;
letter-spacing:-5px;
margin:0 0 30px 25px;
color:#4088b8;
}

h1 a {
text-transform:none;
color:#4088b8;
}

h2 {
font-size:1.6em;
color:#88B369;
border-bottom:4px solid #dadada;
padding:0 2px 2px 5px;
margin:20px 0 10px 0;
letter-spacing:-1px;
}

h3 {
font-size:1.0em;
font-weight:bold;
color:#4088b8;
border-bottom:1px solid #dadada;
margin:10px 0 8px 0;
padding:1px 2px 2px 3px;
}

h4 {
font-size:1.2em;
font-weight:bold;
color:#4088b8;
margin:0 0 18px 10px;
}

h5 {
font-size:1.4em;
color:#003366;
border-bottom:4px solid #dadada;
padding:0 2px 2px 5px;
margin:20px 0 10px 0;
letter-spacing:-1px;
}

h6 {
font-size:1.6em;
color:#88B369;
border-bottom:4px solid #dadada;
padding:0 2px 2px 5px;
margin:0px 0 10px 0;
letter-spacing:-1px;
}

blockquote {
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

/******** Main wrap ********/

#wrap {
color:#404040;
width:760px;
margin:10px auto;
padding:0;
}

#header {
margin:0 0 30px 0;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 110px;
border-top: #88b369 solid 10px;
}

#toplinks {
text-align:right;
padding:5px 2px 2px 3px;
font-size: 0.8em;
color:#003366;
}

/******** navigation *******/

/* colors #F19A39 - orange   #93B3C7 - lt blue   #003366 - dk blue   #88B369 - green   #CCCCCC - lt grey */

#navcontainer {
background-color: #93b3c7;
border-bottom: solid thick #003366;
}

#navlist {
padding: 0px;
width: 14em;
color: gray;
margin: 0px;
}

#navlist li {
list-style: none;
margin: 0px;
border-left: 1px #004080 solid;
border-bottom: 1px gray solid;
text-align: left;
}

#navlist li a {
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link {
color: #ffffff;
}

#navlist li a:visited {
color: #ffffff;
}

#navlist li a:hover {
font-weight:bold;
color: #003366;
background: #88B369;
border-left: 3px #004080 solid;
}

/******** sidebar ********/

#sidebar {
float:left;
width:250px;
margin:0 0 5px 2px;
padding:0 0 0 0;
background-color: #CCCCCC;
}

#sidebaralt {
float:left;
width:250px;
margin:0 0 5px 2px;
padding:0 0 0 0;
background-color: #FFFFFF;
}

/******** Content variations ********/

#content {
line-height:1.5em;
width:500px;
float:right;
text-align:left;
margin:0;
padding:0 0 0 0;
}

#contentalt {
line-height:1.5em;
width:545px;
float:left;
text-align:left;
padding:0;
margin-right:20px;
}

#content ul {
margin:0 0 20px 0;
padding:0 0 0 0;
}

#content ul li {
list-style:disc url(none) outside;
margin:0 0 10px 50px;
padding:0 0 0 0;
font-weight: normal;
font-size: 0.9em;
line-height: 1.2em;
}

#content li a {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

#content ol {
margin:0 0 20px 0;
padding:0 0 0 0;
}

#content ol li {
list-style:decimal url(none) outside;
margin:0 0 0 50px;
padding:0 0 0 0;
font-weight: normal;
font-size: 0.9em;
line-height: 1.2em;
}

/******** Photo Gallery ********/

#gallery {
clear:both;
text-align:center;
color:#808080;
font-size:0.9em;
margin:-10px  auto 0 auto;
padding:0 0;
line-height:1.6em;
}

/******** Footer ********/

#footer {
clear:both;
text-align:right;
color:#808080;
font-size:0.8em;
border-top:4px solid #dadada;
margin:0 auto;
padding:8px 0;
line-height:1.6em;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
}

/******** Various classes ********/

.box {
color:#ffffff;
background-color:#003366;
border:1px solid #c8c8c8;
line-height:1.3em;
padding:5px 5px 5px 8px;
font-weight: bold;
}

.box a {
color:#f0f0f0;
}

.left {
float:left;
margin:0 15px 4px 0;
}

.right {
float:right;
margin:0 0 4px 15px;
}

.textright {
text-align:right;
}

.readmore {
text-align:right;
margin:-10px 10px 12px 0;
font-size: smaller;
}

.center {
text-align:center;
}

.big {
font-size:1.0em;
}

.small {
font-size:0.8em;
}

.small_bold {
font-size:0.8em;
font-weight: bold;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}

.hide {
display:none;
}

.fade {
color:#c8c8c8;
}

.gray {
color:#808080;
}

.blue {
color:#4088b8;
font-weight: bold;
}

table {
padding-right: 10px;
}

td {
padding-top: 5px;
padding-bottom: 5px;
}

.bottom_border {
border-bottom: solid thick #003366;
}

.photo {
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

.dropcap {
color: #F19A39;
font-weight: bold;
font-size: 2.8em;
line-height: 30px;
text-transform: uppercase;
float: left;
padding-top: 2px;
padding-right: 2px;
}

.underline {
border-bottom: #000000 solid 2px;
font-weight: bold;
}

.underline_measure {
border-bottom: #000000 solid 2px;
font-weight: bold;
font-size: 0.8em;
margin-left: 20px;
margin-right: 20px;
}