/* Dan's experimental CSS changes */

/* fonts */

@font-face
{
	font-family: 'Neuropol';
	src: url('../fonts/neuropol.eot');
	/*src: local('Neuropol Regular'), local('Neuropol'),*/
	src: local('TEMP-fix-for-dan'),
	     url('../fonts/neuropol.ttf') format('truetype');
}

@font-face
{
	font-family: 'Perspective Sans';
	src: url('../fonts/perspective-sans.eot');
	src: local('Perspective Sans Regular'), local('Perspective Sans'), 
	     url('../fonts/perspective-sans.ttf') format('truetype');
}

/*
@font-face
{
	font-family: 'LondonBetween';
	src: url('../fonts/londonbetween.ttf') format('truetype'),
	     url('../fonts/londonbetween.eot');
}

@font-face
{
	font-family: Neuropol;
	src: url('../fonts/neuropol.ttf'), url('../fonts/neuropol.eot');
}


@font-face
{
	font-family: Neuropol;
	font-style:  normal;
	font-weight: 700;
	src: url('../fonts/neuropol-bold.eot');
}

@font-face
{
	font-family: Neuropol;
	font-style:  oblique;
	font-weight: normal;
	src: url('../fonts/neuropol-oblique.eot');
}

@font-face
{
	font-family: Neuropol;
	font-style:  oblique;
	font-weight: 700;
	src: url('../fonts/neuropol-bold-oblique.eot');
}
*/

/* rest */

*, html
{
	color: #FFFFFF;
	font-family: "Perspective Sans", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	text-shadow: #000000 1px 1px 2px;
}

body,td,th {
	color: #FFFFFF;
	font-family: "Perspective Sans", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
}

/*
body
{
	background-image: url('../images/bgx.jpg');
}
*/

p
{
	line-height: 1.2;
}

/*
p:first-line
{
	font-family: sans-serif;
}
*/

a
{
	font-family: inherit;
	font-size: inherit;
	color: #96d3ff;
}

a:link,
a:visited
{
	text-decoration: none;
	color: #96d3ff;
}

a:hover,
a:active
{
	text-decoration: none;
	color: #ffc296;
}

#header *
{
	font-size: 16px !important;
	text-shadow: #222222 1px 1px 2px;
}

#header .telephone
{
	font-weight: bold;
	font-size: 20px !important;
	text-align: right;
}

#footer *
{
	font-size: 14px !important;
	/*text-shadow: #333333 1px 1px 2px;*/
	line-height: 2;
}

#footer table td
{
	/*
	padding: 10px;
	height: 66px;
	*/
	height: 86px;
	vertical-align: middle;
}

#header a,
#footer a
{
	color: #FFFFFF;
}

#header a:active,
#header a:hover,
#footer a:active,
#footer a:hover
{
	color: #FFC296;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Neuropol", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #377298;
	/*color: #96d3ff;*/
}
h1,.h1 {
	font-size: 22px;
}
h2,.h2 {
	font-size: 20px;
}
h3,.h3 {
	font-size: 18px;
}
h4,.h4 {
	font-size: 16px;
}
h5,.h5 {
	font-size: 16px;
}
h6,.h6 {
	font-size: 16px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}

h1 > a,h2 > a,h3 > a,h4 > a,h5 > a,h6 > a,
.h1 > a,.h2 > a,.h3 > a,.h4 > a,.h5 > a,.h6 > a {
	color: #377298 !important;
}

form1 {
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	background-color: #CCCCCC;
	border: thin solid #FFFF00;
}

.style2 {
	color: #FFFF00;
	font-weight: bold;
}
.style3 {color: #FFFF00}
.style4 {
	font-size: 16px
}
.style5 {
	color: #FF9933
}
.style6 {color: #CCCCCC}
.style1 {
	font-size: 14px;
	font-weight: bold;
}

.cta
{
	font-weight: bold;
}

input {
    background-color:transparent;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    font-size: inherit;
    border-left: #ffffff 1px solid;
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    font-family: inherit;
}

input[type="radio"],
input.radio,
input[type="checkbox"],
input.checkbox
{
	border: none;
}

textarea {    

    border-right: #ffffff 1px solid;    
    border-top: #ffffff 1px solid;    
    font-size: inherit;   
    border-left: #ffffff 1px solid;    
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    font-family: inherit;
    background-color:transparent;}

p
{
	text-align: justify;
}

#sidebar
{
	float: right;
	width: 240px;
	border-left: 1px solid #666666;
	padding: 0 0 1em 1em;
	margin: 3.5em 0 1em 1em;
}

#sidebar > div:first-child
{
	margin-top: 0;
}

#sidebar p
{
	text-align: left;
}

div.quote
{
	font-style: italic;
	text-align: right;
	margin: 0 auto;
	width: 80%;
}

div.quote > blockquote
{
	font-style: normal;
	padding: 1em;
	margin: 0.5em;
	border: 1px solid #666666;
	background-color: #222222;
	text-align: center;
}

div.quote > blockquote > p:first-child
{
	margin-top: 0;
}

div.quote > blockquote > p:last-child
{
	margin-bottom: 0;
}

