/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
	
	Updated: 04.13.2010
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 62.5% !important;
	line-height: 1.5em !important;
	font-family: 'Helvetica', Arial, 'Liberation Sans', FreeSans, Verdana, sans-serif !important;
}

a:focus {
	outline: 1px dotted invert;
}

hr, .vgn-ext-text hr, .text_block {
    /*margin: 25px 0 !important;    /*this is the Firefox/Opera margin
    margin: 5px 0;               /*this is the IE margin - 7px - less*/
	padding: 0;
	background-color: transparent; 
	border: 1px dotted #999; 
	border-style: none none dotted;
	clear: both;
}

.text_block {
    margin: 0 0 25px 0 !important;
    margin: 0 0 5px 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 2.8em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset {
	margin-bottom: 1em;
	text-align: left;
}

table {
	margin-bottom: 0;
}

.vgn-ext-text {
	clear: both;
    overflow: visible;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h1 span, h1 a {
	font-size: 2em;
	font-family: 'Georgia', Times, "Minion Pro", "Times New Roman", serif !important;
	text-decoration:none;
	font-weight: normal;
	color: #2971a7;
}

h2, h2 span, h2 a {
	font-size: 1.8em;
	font-family: 'Georgia', Times, "Minion Pro", "Times New Roman", serif !important;
	text-decoration:none;
	font-weight: normal;
	color: #333333;
}

h3, h3 span, h3 a {
	font-size: 1.6em;
	font-family: 'Georgia', Times, "Minion Pro", "Times New Roman", serif !important;
	text-decoration:none ;
	font-weight: normal;
	color: #333333;
}

h4, h4 span, h4 a {
	font-size: 1.5em;
	font-family: 'Georgia', Times, "Minion Pro", "Times New Roman", serif !important;
	text-decoration:none;
	font-weight: normal;
	color: #333333;
}

h4 a {
    font-size: 1.1em;
}

h5, h5 span, h5 a {
	font-size: 1.4em;
	font-family: 'Georgia', Times, "Minion Pro", "Times New Roman", serif !important;
	text-decoration:none;
	font-weight: normal;
	color: #333333;
}

h6, h6 span, h6 a {
	font-size: 1.3em;
	font-family: 'Georgia', Times, "Minion Pro", "Times New Roman", serif !important;
	text-decoration:none;
	font-weight: normal;
	color: #333333;
}

p, p span, ul {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #444 !important;
	font-family: 'Helvetica', Arial, 'Liberation Sans', FreeSans, Verdana, sans-serif !important;
}

ul ul {
	font-size: 1.1em;
}

span {
	color: #444 !important;
    font-family: 'Helvetica', Arial, 'Liberation Sans', FreeSans, Verdana, sans-serif !important;
}

a, a span {
	color: #2971a7 !important;
	outline: none;
	font-family: 'Helvetica', Arial, 'Liberation Sans', FreeSans, Verdana, sans-serif !important;
}

/* Lists
----------------------------------------------------------------------------------------------------*/
#Column1 li, #Column3 li, #Column1 span.vgn-ext-text, #Column3 span.vgn-ext-text, #Column1 .vgn-ext-text li, #Column3 .vgn-ext-text li {
	list-style-type: none;
}

ul ul {
    margin: 1em 0;
    position: relative;
    left: -1.5em;
}

.drpdiv ul li {						/*nav fix and targets only the nav li*/
	margin-left: -1px !important;
	/*border: solid red 1px;*/
}

/* Tables
---------------------------------------------------------------------------------------------- */
#content table {
	margin-bottom: 3em !important;
}

#content table, #content th, #content td {
	width: auto !important;
}

#content th {
	background-color: #f6f6f6 !important;
}

#content th h1, #content th h2, #content th h3, #content th h4, #content th h5, #content th h6, #content th p, #content td h1, #content td h2, #content td h3, #content td h4, #content td h5, #content td h6, #content td p {
	padding: 1em .5em 0 .5em !important;
}


