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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
| html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
font-family: Georgia, "Times New Roman", Times, serif;
background-color:#1d88c9;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a {
text-decoration: none;
}
address, article, aside, figcaption, figure, footer,
header, nav, section{
display:block; margin:0; padding:0;}
.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
}
/* ----------------------------------------------Sticky Footer-------------------------------*/
html, body,
/* ----------------------------------------------Wrapper-------------------------------------*/
div.wrapper {
width: 100%;
margin: 0;
padding: 0;
text-align: left;
}
.row1 a {
color: white;
}
.row2 {
background-color: white;
color: #979797;
float: left;
}
.row2 a {
color: #FF9900;
}
.row3 {
color: white;
font-size: 76%;
}
.row3 a {
color: white;
font-style: italic;
text-decoration: underline;
}
/*----------------------------------------------Generalise-------------------------------------*/
#header {
display: block;
margin: 0 auto;
padding: 0;
width: 960px;
background: url(logo.png) no-repeat center -7px;
}
#container {
display: block;
margin: 0 auto;
padding: 0;
width: 960px;
padding: 30px 0;
}
#footer {
display: block;
margin: 0 auto;
padding: 0;
width: 960px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
line-height: normal;
}
.fl_left {
float: left;
}
.fl_right {
float: right;
}
/*----------------------------------------------Header-------------------------------------*/
#header #headText {
float: left;
color: white;
padding: 20px 0;
}
#header #headText h1 {
font-size: 170%;
}
#header #headText h2 {
margin: 4px 0 0 20px;
font-size: 80%;
}
#header #headText .mark {
background-color: #FF9E00;
text-align: center;
gradient(top, #ffcf40 0%, #ab8000 100%);
background-image: -webkit-linear-gradient(top, #ffcf40 0%, #ab8000 100%);
background-image: -o-linear-gradient(top, #ffcf40 0%, #ab8000 100%);
background-image: -ms-linear-gradient(top, #ffcf40 0% ,#ab8000 100%);
font-weight: bold;
font-size: 125%;
padding: 2px 4px 3px 4px;
border-radius: 30px;
}
#header nav {
float: right;
padding: 20px 0;
font-size: 88%;
}
#header nav ul {
margin-top: 20px;
}
#header nav li {
display: inline;
margin-right: 25px;
}
#header nav li.last {
margin-right: 0px;
}
#header nav a {
text-transform: uppercase;
}
#header nav a:hover {
color: #FFBF00;
}
/*----------------------------------------------Content Area-------------------------------------*/
#container {
padding: 30px;
}
#container section {
margin: 0 0 30px 0;
}
#container section .last {
margin: 0;
}
#container .more {
text-align: right;
text-transform: uppercase;
font-size: smaller;
font-weight: bold;
}
/* ------Left Column-----*/
#container #leftColumn {
float: left;
width: 180px;
font-size: 88%;
}
#container #leftColumn h2 {
margin-bottom: 20px;
font-size: 143%;
font-weight: bold;
}
#container #leftColumn nav {
width: 100%;
margin-bottom: 30px;
}
/* ------Drop List-----*/
#container #leftColumn nav ul li {
position: relative;
}
#container #leftColum nav ul li span {
display: block;
}
#container #leftColumn nav ul ul {
position: absolute;
display: none;
}
#container #leftColumn ul li:hover ul {
background: white;
position: absolute;
display: block;
width: 67%;
left: 180px;
top: 0;
text-align: center;
-webkit-box-shadow: 0 7px 4px #777;
-moz-box-shadow: 0 7px 4px #777;
box-shadow: 0 7px 4px #777;
zindex: 1;
}
/* ------END Drop List-----*/
#container #leftColumn nav li {
margin-bottom: 3px;
}
#container #leftColumn nav a {
width: 70%;
display: block;
color: #666666;
padding: 5px 10px 5px 20px;
background: url(orange_file.gif) no-repeat 11px center;
}
#container #leftColumn nav li:hover {
background-color: #FF9900;
color: #2E2E2E;
}
/* ------Main Content-----*/
#container #content {
padding: 15px 20px 0px 20px;
background-color: white;
box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
float: right;
width: 680px;
}
#container #content section article {
margin-bottom: 30px;
}
#container #content section article h2 {
text-transform: uppercase;
font-size: 125%;
text-align: center;
padding: 20px;
margin: 0 -30px;
position: relative;
background: #5c5c5c;
background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
z-index: 0;
}
#container #content section article h2:before, #container #content section article h2:after {
content: '';
position: absolute;
border-style: solid;
border-color: transparent;
bottom: -10px;
}
#container #content section article h2:before {
border-width: 0 10px 10px 0;
border-right-color: #222;
left: 0;
}
#container #content section article h2:after {
border-width: 0 0 10px 10px;
border-left-color: #222;
right: 0;
}
#container #content section h2 a {
color: #fff;
font-weight: bold;
padding: 10px 0;
text-shadow: 0 1px rgba(0,0,0,.8);
}
#container #content section article h3 {
font-size: 125%;
// text-align: center;
}
#container #content section article time {
font-size: 72%;
}
#container #content section article .tags {
display: block;
padding: 5px;
color: #979797;
background-color: #ECECEC;
}
#container #content section article .tags a {
color: #FF9900;
}
#container #content #services ul li{
display: block;
width: 300px;
}
#container #content #services ul li:nth-child(odd) {
float: left;
}
#container #content #services ul li:nth-child(even) {
float: right;
}
#container #content #services ul li img {
width: 290px;
margin-bottom: 15px;
padding: 4px;
border: 1px solid #666666;
}
/*----------------------------------------------Content Area-------------------------------------*/
#footer p {
margin: 0;
padding: 20px 0;
} |