Commit b55ea758ecac71ec12efa94ae92491f09382cc84

  • avatar
  • pradeep
  • Fri Jan 17 18:19:06 IST 2014
KHMDl Website
  
1/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
2
3/* ==========================================================================
4 HTML5 display definitions
5 ========================================================================== */
6
7/**
8 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
9 */
10
11article,
12aside,
13details,
14figcaption,
15figure,
16footer,
17header,
18hgroup,
19main,
20nav,
21section,
22summary {
23 display: block;
24}
25
26/**
27 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
28 */
29
30audio,
31canvas,
32video {
33 display: inline-block;
34 *display: inline;
35 *zoom: 1;
36}
37
38/**
39 * Prevent modern browsers from displaying `audio` without controls.
40 * Remove excess height in iOS 5 devices.
41 */
42
43audio:not([controls]) {
44 display: none;
45 height: 0;
46}
47
48/**
49 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
50 * Known issue: no IE 6 support.
51 */
52
53[hidden] {
54 display: none;
55}
56
57/* ==========================================================================
58 Base
59 ========================================================================== */
60
61/**
62 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
63 * `em` units.
64 * 2. Prevent iOS text size adjust after orientation change, without disabling
65 * user zoom.
66 */
67
68html {
69 font-size: 100%; /* 1 */
70 -ms-text-size-adjust: 100%; /* 2 */
71 -webkit-text-size-adjust: 100%; /* 2 */
72}
73
74/**
75 * Address `font-family` inconsistency between `textarea` and other form
76 * elements.
77 */
78
79html,
80button,
81input,
82select,
83textarea {
84 font-family: sans-serif;
85}
86
87/**
88 * Address margins handled incorrectly in IE 6/7.
89 */
90
91body {
92 margin: 0;
93}
94
95/* ==========================================================================
96 Links
97 ========================================================================== */
98
99/**
100 * Address `outline` inconsistency between Chrome and other browsers.
101 */
102
103a:focus {
104 outline: thin dotted;
105}
106
107/**
108 * Improve readability when focused and also mouse hovered in all browsers.
109 */
110
111a:active,
112a:hover {
113 outline: 0;
114}
115
116/* ==========================================================================
117 Typography
118 ========================================================================== */
119
120/**
121 * Address font sizes and margins set differently in IE 6/7.
122 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
123 * and Chrome.
124 */
125
126h1 {
127 font-size: 2em;
128 margin: 0.67em 0;
129}
130
131h2 {
132 font-size: 1.5em;
133 margin: 0.83em 0;
134}
135
136h3 {
137 font-size: 1.17em;
138 margin: 1em 0;
139}
140
141h4 {
142 font-size: 1em;
143 margin: 1.33em 0;
144}
145
146h5 {
147 font-size: 0.83em;
148 margin: 1.67em 0;
149}
150
151h6 {
152 font-size: 0.67em;
153 margin: 2.33em 0;
154}
155
156/**
157 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
158 */
159
160abbr[title] {
161 border-bottom: 1px dotted;
162}
163
164/**
165 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
166 */
167
168b,
169strong {
170 font-weight: bold;
171}
172
173blockquote {
174 margin: 1em 40px;
175}
176
177/**
178 * Address styling not present in Safari 5 and Chrome.
179 */
180
181dfn {
182 font-style: italic;
183}
184
185/**
186 * Address differences between Firefox and other browsers.
187 * Known issue: no IE 6/7 normalization.
188 */
189
190hr {
191 -moz-box-sizing: content-box;
192 box-sizing: content-box;
193 height: 0;
194}
195
196/**
197 * Address styling not present in IE 6/7/8/9.
198 */
199
200mark {
201 background: #ff0;
202 color: #000;
203}
204
205/**
206 * Address margins set differently in IE 6/7.
207 */
208
209p,
210pre {
211 margin: 1em 0;
212}
213
214/**
215 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
216 */
217
218code,
219kbd,
220pre,
221samp {
222 font-family: monospace, serif;
223 _font-family: 'courier new', monospace;
224 font-size: 1em;
225}
226
227/**
228 * Improve readability of pre-formatted text in all browsers.
229 */
230
231pre {
232 white-space: pre;
233 white-space: pre-wrap;
234 word-wrap: break-word;
235}
236
237/**
238 * Address CSS quotes not supported in IE 6/7.
239 */
240
241q {
242 quotes: none;
243}
244
245/**
246 * Address `quotes` property not supported in Safari 4.
247 */
248
249q:before,
250q:after {
251 content: '';
252 content: none;
253}
254
255/**
256 * Address inconsistent and variable font size in all browsers.
257 */
258
259small {
260 font-size: 80%;
261}
262
263/**
264 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
265 */
266
267sub,
268sup {
269 font-size: 75%;
270 line-height: 0;
271 position: relative;
272 vertical-align: baseline;
273}
274
275sup {
276 top: -0.5em;
277}
278
279sub {
280 bottom: -0.25em;
281}
282
283/* ==========================================================================
284 Lists
285 ========================================================================== */
286
287/**
288 * Address margins set differently in IE 6/7.
289 */
290
291dl,
292menu,
293ol,
294ul {
295 margin: 1em 0;
296}
297
298dd {
299 margin: 0 0 0 40px;
300}
301
302/**
303 * Address paddings set differently in IE 6/7.
304 */
305
306menu,
307ol,
308ul {
309 padding: 0 0 0 40px;
310}
311
312/**
313 * Correct list images handled incorrectly in IE 7.
314 */
315
316nav ul,
317nav ol {
318 list-style: none;
319 list-style-image: none;
320}
321
322/* ==========================================================================
323 Embedded content
324 ========================================================================== */
325
326/**
327 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
328 * 2. Improve image quality when scaled in IE 7.
329 */
330
331img {
332 border: 0; /* 1 */
333 -ms-interpolation-mode: bicubic; /* 2 */
334}
335
336/**
337 * Correct overflow displayed oddly in IE 9.
338 */
339
340svg:not(:root) {
341 overflow: hidden;
342}
343
344/* ==========================================================================
345 Figures
346 ========================================================================== */
347
348/**
349 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
350 */
351
352figure {
353 margin: 0;
354}
355
356/* ==========================================================================
357 Forms
358 ========================================================================== */
359
360/**
361 * Correct margin displayed oddly in IE 6/7.
362 */
363
364form {
365 margin: 0;
366}
367
368/**
369 * Define consistent border, margin, and padding.
370 */
371
372fieldset {
373 border: 1px solid #c0c0c0;
374 margin: 0 2px;
375 padding: 0.35em 0.625em 0.75em;
376}
377
378/**
379 * 1. Correct color not being inherited in IE 6/7/8/9.
380 * 2. Correct text not wrapping in Firefox 3.
381 * 3. Correct alignment displayed oddly in IE 6/7.
382 */
383
384legend {
385 border: 0; /* 1 */
386 padding: 0;
387 white-space: normal; /* 2 */
388 *margin-left: -7px; /* 3 */
389}
390
391/**
392 * 1. Correct font size not being inherited in all browsers.
393 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
394 * and Chrome.
395 * 3. Improve appearance and consistency in all browsers.
396 */
397
398button,
399input,
400select,
401textarea {
402 font-size: 100%; /* 1 */
403 margin: 0; /* 2 */
404 vertical-align: baseline; /* 3 */
405 *vertical-align: middle; /* 3 */
406}
407
408/**
409 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
410 * the UA stylesheet.
411 */
412
413button,
414input {
415 line-height: normal;
416}
417
418/**
419 * Address inconsistent `text-transform` inheritance for `button` and `select`.
420 * All other form control elements do not inherit `text-transform` values.
421 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
422 * Correct `select` style inheritance in Firefox 4+ and Opera.
423 */
424
425button,
426select {
427 text-transform: none;
428}
429
430/**
431 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
432 * and `video` controls.
433 * 2. Correct inability to style clickable `input` types in iOS.
434 * 3. Improve usability and consistency of cursor style between image-type
435 * `input` and others.
436 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
437 * Known issue: inner spacing remains in IE 6.
438 */
439
440button,
441html input[type="button"], /* 1 */
442input[type="reset"],
443input[type="submit"] {
444 -webkit-appearance: button; /* 2 */
445 cursor: pointer; /* 3 */
446 *overflow: visible; /* 4 */
447}
448
449/**
450 * Re-set default cursor for disabled elements.
451 */
452
453button[disabled],
454html input[disabled] {
455 cursor: default;
456}
457
458/**
459 * 1. Address box sizing set to content-box in IE 8/9.
460 * 2. Remove excess padding in IE 8/9.
461 * 3. Remove excess padding in IE 7.
462 * Known issue: excess padding remains in IE 6.
463 */
464
465input[type="checkbox"],
466input[type="radio"] {
467 box-sizing: border-box; /* 1 */
468 padding: 0; /* 2 */
469 *height: 13px; /* 3 */
470 *width: 13px; /* 3 */
471}
472
473/**
474 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
475 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
476 * (include `-moz` to future-proof).
477 */
478
479input[type="search"] {
480 -webkit-appearance: textfield; /* 1 */
481 -moz-box-sizing: content-box;
482 -webkit-box-sizing: content-box; /* 2 */
483 box-sizing: content-box;
484}
485
486/**
487 * Remove inner padding and search cancel button in Safari 5 and Chrome
488 * on OS X.
489 */
490
491input[type="search"]::-webkit-search-cancel-button,
492input[type="search"]::-webkit-search-decoration {
493 -webkit-appearance: none;
494}
495
496/**
497 * Remove inner padding and border in Firefox 3+.
498 */
499
500button::-moz-focus-inner,
501input::-moz-focus-inner {
502 border: 0;
503 padding: 0;
504}
505
506/**
507 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
508 * 2. Improve readability and alignment in all browsers.
509 */
510
511textarea {
512 overflow: auto; /* 1 */
513 vertical-align: top; /* 2 */
514}
515
516/* ==========================================================================
517 Tables
518 ========================================================================== */
519
520/**
521 * Remove most spacing between table cells.
522 */
523
524table {
525 border-collapse: collapse;
526 border-spacing: 0;
527}
  
66 * http://www.apache.org/licenses/LICENSE-2.0
77 *
88 * Designed and built with all the love in the world by @mdo and @fat.
9 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 0A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'
9 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 0A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'
  
2222 font-size: 1em;
2323 line-height: 1.4;
2424}
25body {
26 margin: 0;
27 padding: 0;
2528
29}
30
31
32.navigation-style{
33 width: 960px;
34 line-height: 30px;
35 position: relative;
36 font-family: Arial,Helvetica,sans-serif;
37 font-size: 12px;
38 float: left;
39 margin-top: 25px;
40 height: 43px;
41 background: none repeat scroll 0% 0% #000;
42}
43li {
44 width:auto;
45 color: rgb(255, 255, 255);
46 font-size: 16px;
47 line-height: 41px;
48 padding: 0px 30px;
49 text-decoration: none;
50 border-right: 1px solid rgb(119, 106, 162);
51 display: inline-block;
52 font-family: Helvetica,Arial,Verdana,sans-serif;
53}
54li:hover a{
55 color:red;
56 font-family: Helvetica,Arial,Verdana,sans-serif;
57 font-size: 16px;
58 line-height: 41px;
59 padding: 0px 2px;
60 text-decoration: none;
61 display: inline-block;
62
63
64}
65
66
67.contentholder {
68 float: left;
69 width: 964px;
70 padding: 35px 0px 0px;
71}
72.first {
73 margin-left: 0px;
74 padding-left: 0px;
75}
76.contentblockleft {
77 float: left;
78 width: 400px;
79 margin-right: 40px;
80}
81hr {
82 color:blue;
83}
84.contentblockright {
85 float: right;
86 width: 400px
87}
88ul li > ul li{
89// background:!important none repeat scroll 0% 0% rgb(255, 255, 255);
90 border-bottom: 1px dotted rgb(188, 181, 215);
91 filter: none;
92 font-size: 14px;
93 display: block;
94 border-right:none;
95 line-height: 1px;
96 padding: 6px;
97 margin:0px 0px 0px 0px;
98 color: rgb(0, 0, 0);
99}
26100/*
27101 * Remove text-shadow in selection highlight: h5bp.com/i
28102 * These selection rule sets have to be separate.
  
11.title {
22 text-align: center;
33 margin: 0 auto;
4 padding: 3px;
4 padding: 0;
55 font-size: 1.5em;
6}
7
8#map{
9width: 1000px;
10height: 500px;
11margin-top: 30px;
12position: relative;
136}
  
8989 */
9090
9191body {
92 margin: 0;
92 margin: 0 auto;
9393}
9494
9595/* ==========================================================================
Binary files differ
Binary files differ
Binary files differ
Binary files differ
Binary files differ
Binary files differ
Binary files differ
Binary files differ
Binary files differ