-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
202 lines (171 loc) · 4.04 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
/*
-----------------------------------------------
Style Sheet
master styles
----------------------------------------------- */
/* =html */
html {
}
/* =body */
body {
font: 14px/170% Sans-Serif;
color: #000;
margin: 0 auto;
padding: 0;
}
/*
= TYPOGRAPHY ---------------------------------- */
h1, h2, h3, h4, h5 h6 {
font: bold 1em/1.5em Sans-Serif;
color: #D61B0C;
margin: 8px 0px 8px 0px;
line-height: 1em;
}
h1 { font-size: 2.1em; font-weight: bold; text-align: center; padding: 10px 0 10px 0;}
h2 { font-size: 2.2em; font-weight: bold; }
h3 { font-size: 1.7em; font-weight: bold; letter-spacing: -0.5px; color: #636363; }
h4 { font-size: 1.3em; color: #636363; text-transform:uppercase; border-bottom: 1px solid #636363; padding: 10px 0 5px 0; margin-top: 5px}
h5 { font-size: 1.1em; color: #636363; text-transform:uppercase; padding: 10px 0 5px 0; margin: 0;}
h6 { font-size: 1.7em; font-weight: bold; letter-spacing: -0.5px; color: #D61B0C; }
.errors{
margin: 0 0 0 25px;
color: #d82508;
}
/* =strong/b/em/i */
strong, b {
font-weight : bold;
}
em, i {
font-style : italic;
}
/*
= LISTS ---------------------------------- */
/* =ul */
ul#skipNav {
position: absolute;
text-indent: -9000px;
}
/* =ol */
/* =li */
/* =img */
/* =a */
a:link { text-decoration: none; color: #ff0000; font-weight:bold;}
a:visited { text-decoration: none; color: #ff0000;}
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, tr:nth-child(odd) {
background-color: #eee;
}
/* ------------------------------------------------------------------------------
L A Y O U T
--------------------------------------------------------------------------------- */
/*////////////////////////////////////////////////// header////////////////////////////////////////////////// */
#map-header {
position: relative;
margin: 0 auto;
width: 1080px;
}
/*////////////////////////////////////////////////// navigation //////////////////////////////////////////////////*/
#navMain {
position: fixed;
top: 0px;
margin: 0 auto;
padding: 0;
width: 1080px;
height: 38px;
z-index: 2000;
}
/* style the outer div to give it width */
.menu {
position:relative;
margin:0;
z-index:100;
text-transform:capitalize;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
float:left;
padding:0;
margin:0;
list-style-type:none;
height:35px;
background:none;
}
/* style the sub-level lists */
.menu ul ul {
width:120px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
float:left;
height:35px;
line-height:35px;
background: #fff;
margin: 0 1px;
border-top: 5px solid #d82508;
border-bottom: 1px solid #545454;
}
/* style the sub level list items */
.menu ul ul li {
display:block;
width:144px;
height:auto;
line-height:1em;
background: transparent url(../images/bg_nav2.png) top left repeat;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
float:left;
height:100%;
font-size:14px;
text-decoration:none;
color:#000;
background:none;
padding:0 12px;
line-height: 35px;
}
.menu a:hover {
color:#d82508;
}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
display:block;
color:#000;
width:120px;
height:100%;
line-height:1em;
padding:7px 12px;
text-transform:capitalize;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
width:120px;
w\idth:12em;
}
.phone {
float:right;
height:35px;
line-height:35px;
margin: 0;
border-top: 5px solid #d82508;
border-bottom: 1px solid #545454;
background:url(../images/icon-phone.png) 6px 8px no-repeat #fff;
}
.phone p {
display:block;
font-size:16px;
text-decoration:none;
color:#000;
padding:0px 12px 0 28px;
}
#Page_title {
text-align:center;
position: fixed;
top: 65px;
font-size:35px;
width: 960px;
}
.fixed {
}