﻿/* 	base.css */
/* 	http://theatomgroup.com */
/* 	Description: To set and reset all base
	elements. Defines default styles for
	the entire site. */


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }
a:focus { outline: 1px dotted #333; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RELOAD CSS */

body {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:13px;	
}

h1 { font-size:35px; color:#333333; font-weight:bold;}
h2 { font-size:30px; color:#333333; font-weight:normal; margin-left: 10px; margin-bottom: 28px;}
h3 { font-size:18px; color:#333333; font-weight: normal; margin-bottom: 14px;}
h4 { font-size:15px; color:#58217d; font-weight:bold; margin-bottom: 7px;}

em, i { font-style:italic; }
strong, b { font-weight:bold; }

input { margin: 0; font-size: 11px; }
textarea { margin: 0; font-size: 11px; font-family: Arial; }

a {text-decoration: none; color: #185292; }
a:hover { color: #5297e2; }

p { padding: 0px; margin: 0 0 18px 0; font-size: 13px; line-height: 18px; }
span.gray {color: #666666;text-transform: uppercase;font-weight: bold;font-size: 12px;
}

ol { list-style-type: decimal; margin-left: 20px; }

ul.disc { list-style-type: disc; margin-left: 15px; }
ul.disc li { line-height: 25px; margin-bottom: 0; }
li.circle { list-style-type: circle; margin-left: 15px; }

ul.gray-arrow-list li {
    background: url(../img/gray-arrow-angle.png) no-repeat 0 3px;
    padding:0 12px 0 24px;
    color: #999;
    margin-bottom:12px;
    line-height:16px;
    font-size:14px;
}

.medium-txt {
    font-size: 16px;
    line-height: 24px;
}

.medium-lg-txt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
}

.orange-txt 
{
       text-transform: uppercase;
       color: #f68526;
       font-size: 24px;
       display: block;
       font-weight: bold;
       line-height: 24px !important;
}

.clear {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix { display: inline-block; } /* for IE/Mac */
.clearfix { _zoom: 1; _display: block; } /* IE layout */
