body {
	font-size: 62.5%;
	color:#444;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFF;
}

a {
	color: #01479C;
}

a:hover {
	text-decoration:none;
}

/* Header
----------------------------------------*/

#header {
	background: #01479C;
	border-bottom: 1px solid #0F54A8;
}

#header div {
	font-size: 1.2em;
}

#header h1 {
	float: left;
	text-indent: -9999px;
	padding: 20px 0;
}

#header h1 a{
	display: block;
	width: 112px;
	height: 46px;
	background: transparent url(../img/logo.gif) no-repeat;
}

#contact {
	float: right;
	text-indent: -9999px;
	margin-top: 30px;
	display: block;
	height: 29px;
	width: 119px;
	background: transparent url(../img/contact.gif) top left;
}

#contact:hover {
	background: transparent url(../img/contact.gif) bottom left;
}


#navigation {
	background: #333;
	border-top: 1px solid #161616;
	border-bottom: 1px solid #161616;
	font-size: 1.5em;
}

#navigation p {
	float: right;
	color: #CCC;
	padding: 7px 0;
	margin: 0;
}

#navigation p span {
	color: #EEE;
	margin-right: 6px;
	font-weight: bold;
}


#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	/*border-right: 1px solid #4977bb;*/
	padding: 7px 25px 7px 0;
}

#navigation ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
}

#navigation ul li a:hover{
	color: #BBB;	
}


/* Content
----------------------------------------*/

h2 {
	width: 100%;
	margin: 15px 0;
	padding-bottom: 6px;
	font-size: 2.4em;
	font-weight: normal;
	color: #01479C;
	background: transparent url(../img/pagetitle_bkg.gif) bottom repeat-x;
}

h2 span {
	color: #888;
	padding-bottom: 100px;
}

h3 {
	font-size: 1.6em;
	padding-bottom: 6px;
}

#content p {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 1.4em;
}

.intro h3 {
	margin-top: 110px;
	font-size: 2.25em;
	color: #01479c;
	text-align: center;
	font-weight: normal;
}

.intro p {
	margin-top: 30px;
	font-size: 1.6em !important;
	line-height: 1.4em !important;
}

.intro_image {
	margin-top: 20px;
}

h4 {
	font-size: 1.4em;
	color: #01479C;
	margin: 10px 0 5px 0;
}

#content h3 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
}

#content ul li {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1.4em;
	margin-left: 30px;
	list-style-type: square;	
}

#content ul li em {
	font-weight: bold;
}

/* Side
----------------------------------------*/

#side p {
	font-size: 1.2em;
	margin-bottom: .4em;
}

#side li {
	font-size: 1.2em;
	margin-bottom: .8em;
	margin-left: 20px;
	list-style-type: square;
	color: #DDD;
}

/* Home
----------------------------------------*/

#home {
	margin: 15px auto;
}

#home a {
	margin-bottom: 10px
}

/* Services
----------------------------------------*/

.services ul {
	font-size: 1.5em;
}

/* Footer
----------------------------------------*/

#footer {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 1.3em;
}

#footer p {
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	margin: 0;
}

#footer em {
	color: #888;
}


#footer ul {
	margin: 0;
	text-align:left;
	list-style: none;
}

#footer li {
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0 10px;
}

#footer li.last{
	padding-right: 0;
}

/* Gallery
----------------------------------------*/

#gallery ul { list-style: none; margin: 0; padding: 0; }
#gallery ul li { display: inline; margin: 0; padding: 0; }
#gallery ul li img { margin: 4px; padding: 0; border: 1px solid #000;}

#gallery2 ul { list-style: none; margin: 0; padding: 0; }
#gallery2 ul li { display: inline; margin: 0; padding: 0; }
#gallery2 ul li img { margin: 4px; padding: 0; border: 1px solid #000;}

.tall
{
	float: left;
}

.tall a
{
	/*margin-right: 4px;*/
}
