﻿/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
code {
	font-size: 1.1em;
}

/* =General stuff
--------------------------------------------------------------- */
body {
    font: 0.85em/1.1em Tahoma, Arial, sans-serif;
    color: #666;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #3b3b3b;
}

a:link {
    
}

a:visited { 
    color: #3b3b3b;
}

a:active,
a:hover {
    border-bottom: solid 2px #e28004;
}



ol {
    margin: 0;
    padding: 10px 20px;
    list-style: decimal;
}

ol li {
    margin: 0 0 0 10px;
}

h1, h2, h3, h4, h5, h6, legend {
    font-family:arial, serif;
    color: #333;
}

h1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    color:#444;
}

h2 {
    font-size: 16px;
    margin: 0px 0px 0px 0px ;
    color:#555;
    font-weight:normal;
   
}


h3 {
    font-size: 1.8em;
    margin: 0 0 .4em;
}

p {
	margin: 0 0 1em;
}

legend {
    border-bottom: solid 2px #6ab9ec;
    padding: 0 0 0.5em 0;
    margin: 0;
    font-size: 1.2em;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

td{ font-size:12px;}

input {
	padding: 5px;
	border: solid 2px #d8d8d8;
	background: white;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	outline:none;
}

/* =Utility styles
------------------------------------------------------------------- */
.grad {
    border: solid 1px #d8d8d8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: -moz-linear-gradient(100% 100% 90deg, #fff, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#fff));
}

.blueButtonLink {
    background-color: #6ab9ec;
    padding: 3px 6px 5px 6px;
    color: white;
    font-weight: 500;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.blueButtonLink:hover{
    background-color: #e28004;
    border: none;
}

.backBtn {
    padding: 8px 0 8px 40px;
    background: url(images/back.png) no-repeat;
}

.end { margin-right: 0 !important }

/* =Layout 
-------------------------------------------------------------------- */
#wrap, footer {
    width: 1100px;
    margin: 0 auto;
    padding: 0px 0;
    overflow: hidden;
}