/*-----------------------------------------------------------------------------
Base Style Sheet

version:   1.0
author:    Adam Myhre
email:     myhrea@olympiatrust.com
website:   http://www.olympiatrust.com/
-----------------------------------------------------------------------------*/

@import "layout.css";
/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	display: block;
	border: 0;
}

body	{
	background: #fff url('../images/bg.jpg') no-repeat top;
	}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 67.5% Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	color: #000;
}

.content p {
	font-size: 1.2em;
	line-height: 1.7em;
	color: #000;
	padding: 10px 10px 0 0;
	text-align: justify;
}

.phone {
  font-size: 1.4em;
	font-weight: bold;
	}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 1.5em;
	color: #000;
	text-shadow: #d9d9d9 0px 1px 1px;
}


/* =Links
-----------------------------------------------------------------------------*/
a	{
	color: #ad8702;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}

a.url {
  font-size: 1.2em;
	text-decoration: underline;
	}
	

/* =Language Selectors
-----------------------------------------------------------------------------*/
/* =Branding
-----------------------------------------------------------------------------*/
/* =Main Nav
-----------------------------------------------------------------------------*/



/* =Sub Nav
-----------------------------------------------------------------------------*/
/* =Search Box and Ads/Logo
-----------------------------------------------------------------------------*/
/* =Main Content */
/*-----------------------------------------------------------------------------*/
/* =Secondary Content
-----------------------------------------------------------------------------*/
/* =Footer
-----------------------------------------------------------------------------*/
/* =Forms
-----------------------------------------------------------------------------*/
form p {
	text-align: left;
	}
label {
	display: block;
	}
input {
	padding: 5px;
	width: 200px;
	}	


/* =Tables
-----------------------------------------------------------------------------*/
/* =Misc 1
-----------------------------------------------------------------------------*/
/* =Misc 2
-----------------------------------------------------------------------------*/
/* Tooltips */

