﻿@charset "utf-8";
@import url("reset.css");

/* General Styles -------------------------------- */
body {
	background: #fff url("../images/wrapper-bg-alt.png") repeat-x top;
	color: #4a4a4a;
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size: 62.5%; /* After this, specify font sizes in em. 1em will be 10px, 1.4em will be 14px, and so on */
	line-height: 1.9em; }
 
p, table, address, fieldset, ul, ol, dl {
	font-size: 1.2em;
	margin: 0 0 11px 0;
	line-height:1.5em; }
 
a, .button {
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	color: #3b587a;
	font-weight: bold;
	text-decoration:none;
	cursor: pointer; }
 
a:hover, .button:hover, #submit:hover { color: #677f8f; }

:root {overflow-y:scroll;}

a:active { color: #425970; }
 
em {
	color: #575757;
	font-style: italic; }
 
ul {
	list-style-type: none;
/*	padding: 0 0 0 30px; */}
 
	ul ul {
		font-size: 1em;
		margin: 0;
		padding: 0 0 0 17px; }
 
ol {
	list-style-type: decimal;
	padding: 0 0 0 30px; }
 
	ol ol {
		font-size: 1em;
		list-style-type: lower-alpha;
		margin: 0;
		padding: 0 0 0 17px; }
 
dl { padding: 0 0 0 30px; }
 
dt {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold; }
 
dd { padding: 0 0 0 17px; }
 
blockquote {
	color: #575757;
	font-size:0.9em;
	line-height:1.9em;
	font-style: normal; }
 
pre {
	font-size: 1.4em;
	overflow: auto;
	width: 100%; }
 
abbr, acronym { border-bottom: dotted 1px #333; }
 
fieldset {
	background: #E2E7EC;
	padding: 10px 20px 0px; }
 
	fieldset p { font-size: 1em; }
 
legend {
	background: #efefef;
	border: solid 1px #fff;
	font-size: 1.2em;
	padding: 5px 8px; }
 
hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 20px 0;
	padding: 0; }
 
table { border: solid 1px #ccc; }
 
td, th { padding: 9px 10px 11px; }
 
th {
	background: #e2e7ec;
	color: #425970; }
 
.even { background: #EFEFEF; }
 
h1, h2, h3, h4 {
	background:url('../images/inputem.gif') repeat-x;
	border-bottom: solid 1px #cfcfcf;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 10px; }
 
h1 {
	color: #415e80;
	font-weight:bold;
	font-size: 2.1em; }
 
h2 {
	color: #496688;
	font-weight:bold;
	font-size: 1.8em; }
 
h3 {
	color: #6a6a6a;
	font-size: 1.6em; }
h3 a span {
	color:#6A6A6A;
	font-weight:normal; }
h3 a span:hover {
	color:#677F8F;
	font-weight:bold;}
 
h4 {
	background: none;
	font-weight:bold;
	border-bottom: solid 1px #cfcfcf;
	color: #6a6a6a;
	font-size: 1.8em;
	padding: 0px 10px 10px 10px; }
 
h5, h6 {
	color: #575757;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 20px 0; }
 
h6 { font-size: 1.3em; }
 
h1.h1icon {
	padding: 10px 10px 10px 45px;
	position: relative;
	width: 595px; }
 
h1.h1iconalt {
	background: url("../images/h1-bg.jpg") no-repeat;
	border-color: #CDD6DF;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 0;
/*	position: relative; */
	width: 640px; }

.list1 .icon8 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icon8.gif) no-repeat scroll left 5px;
}
.list1 li {
padding-left:38px;
}
 
/* H1 icons */
.infoicon, .globeicon, .bookmarkicon, .addressbooksicon {
	display: block;
	height: 32px; width: 32px;
	left: 7px;
	position: absolute;
	top: 4px; }
 
.infoicon { background: url("../images/info.png") no-repeat; }
 
.globeicon { background: url("../images/globe.png") no-repeat; }
 
.bookmarkicon { background: url("../images/books.png") no-repeat; }
 
.addressbooksicon { background: url("../images/addressbooks.png") no-repeat; }

 
#wrapper {
	background: url("../images/header-bg-alt5.jpg") no-repeat 1px top;
	margin: 0 auto;
	width: 1020px; }
 
#header {
	height: 60px;
	padding: 28px 0 0 0;
	width: 100%; }
 
	#header img { float: left; }
 
#slogan {

	color:gainsboro;
/*	color: #91a8c3; */
	float: right;
	font-size: 1.8em;
	letter-spacing: 1px;
	margin: 10px 20px 0 0; }
 
	#slogan em { color: #879eba; }
 
#contentwrapper {
	margin: 0 0 0 31px;
	width: 978px; }
 
#columnwrapper {
	background: url("../images/content-shadow.png") repeat-y 153px;
	overflow: hidden;
	width: 978px; }
 
.imageborder {
	background: #fff;
	border: solid 3px #cfcfcf;
	padding: 1px; }
 
a.button, p a.button, .button, a.featurebutton, #button {
	background: url("../images/featurebutton-bg.png") no-repeat center right;
	border: solid 1px #a1a1a1;
	display: block;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: 1px;
	padding: 2px 17px 2px 7px;
	text-decoration: none; }
 
a.featurebutton { margin: 5px 4px 3px 5px; }
 
a.button:active, p a.button:active, .button:active, .featurebutton:active { background: url("../images/featurebutton-down-bg.png") no-repeat center right; }
 
p a.button, p .button {
	display: inline;
	font-size: 1.1em; }
 
/* Common Positioning and Style Classes ------------------------ */
.alignleft { float: left; }
 
.alignright { float: right; }
 
.marginbottom { margin-bottom: 20px; }
 
.marginright { margin-right: 20px; }
 
.marginleft { margin-left: 20px; }
 
br.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 0;
	margin: -1px 0 0 0;
	padding: 0;
	width: 100%; }
 
/* Sidebar Styles ------------------------------- */
#sidebar {
	color: #575757;
	float: left;
	width: 270px; }
 
	#sidebar h3 { background: #e8e8e8 url("../images/content-shadow.png") repeat-y 153px; }
 
	#sidebar p { padding: 0 20px 0 0; }
 
#navigation { margin: 10px 0 20px 0; }
 
#sidebar ul {
	list-style-type: none;
	padding: 0; }
 
ul#navigation li { margin: 0 0 2px 0; }
 
	ul#navigation li a {
		background: #425970 url("../images/navbutton-bg.png") no-repeat center right;
		color: #eee;
		display: block;
		font-style: normal;
		letter-spacing: 1px;
		padding: 2px 0 4px 10px;
		text-decoration: none;
		width: 140px; }
 
		ul#navigation li a:hover { background: #425970 url("../images/navbutton-over-bg.png") no-repeat center right; }
 
		ul#navigation li a:active, ul#navigation .current { background: #425970 url("../images/navbutton-selected-bg.png") no-repeat center right; }
 
#sidebar form { /*
	position: relative;
	width: 150px; */ /* IE6 needs width in container to absolute position the icon */ }
 
#search {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	margin: 0 0 20px 0;
	padding: 4px 3px;
	width: 109px; }
 
#sidebar #searchbutton {
	position: absolute;
	right: -4px;
	top: -1px; }
 
ul.contactinfo {
	font-size: 1.2em;
	line-height: 2.2em;
	margin: 0 0 20px 0; }
 
	ul.contactinfo li { padding: 0 0 0 25px; }
 
.phone { background: url("../images/phone-icon.png") no-repeat left center; }
 
.email { background: url("../images/email-icon.png") no-repeat left center; }
 
.skype { background: url("../images/skype-icon.png") no-repeat left center; }
 
/* Main Column Styles --------------------------- */
#maincolumn {
	background: #fff;
	float: left;
	padding: 0 20px;
	width: 650px; }
 
.inlinebox {
	background: #e2e7ec;
	color: #425970;
	padding: 20px; }
 
	.inlinebox ul {
		list-style-type: none;
		margin: 0;
		padding: 0; }
 
	.inlinebox li {
		background: url("../images/bullet.png") no-repeat left center;
		padding: 0 0 0 15px; }
 
	.inlinebox p:last-child { padding: 0; }
 
/* Footer Styles -------------------------------- */
#footerwrapper {
	background: url("../images/footer-tile-bg.png") repeat-x top;
	clear: both; }
 
#footer {
/*	background: url("../images/footer-bg.jpg") no-repeat top; */
	margin: 0 auto;
	overflow: hidden;
	width: 960px; }
 
	#footer p {
		color: #848484;
		float: left;
		font-size:1.1em;
		margin: 20px 0; }
 
	#footer ul.footerright {
		float: right;
		list-style-type: none;
		margin: 20px -10px 20px 0; }
 
	#footer li {
		float: left;
		margin: 0 10px; }
 
	#footer ul.footerleft { float: left;
		list-style-type: none;
		padding:0;
		margin: 20px 0; }
 
	#footer a {
		border-bottom: dotted 1px #526c86;
		color: #526c86;
		font-style: normal;
		font-weight: normal;
		text-decoration: none; }
 
		#footer a:hover { border-bottom: solid 1px #526c86; /*text-decoration: underline;	*/ }
 
#photos {font-size:0;}
#photos img {display:block; width:297px; border:0; float:left;border:1px solid #A1AFBF;}

/* Page-specific Styles ------------------------- */
/* Home Page ----------------- */
#featurewrapper {
	background: #e2e7ec;
	border: solid 1px #e2e7ec;
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 6px 6px 0 6px; }
 
#feature {
	border: solid 1px #a1afbf;
	height: 225px;
	overflow: hidden;
	width: 634px; }
 
#pager {
	background: #fff;
	border: solid 1px #a1a1a1;
	display: block;
	float: left;
	margin: 5px 4px 3px 5px; }
 
	#pager a {
		background: url("../images/featurebutton-bg.png") no-repeat center left;
		display: block;
		float: left;
		font-size: 1.3em;
		font-style: normal;
		padding: 2px 8px;
		text-decoration: none; }
 
		#pager a:active { background: url("../images/featurebutton-down-bg.png") no-repeat center left; }
 
		#pager a.activeSlide {
			background: #fff;
			display: inline;
			float: left; }
 
#featuredescription {
	color: #6a6a6a;
	float: left;
	font-size: 1.2em;
	margin: 7px 0 0 8px; }
 
/* Contact Page -------------- */
#contactform {
	float: left;
	width: 430px; }
 
#addressbox {
	background: #e2e7ec;
	color: #425970;
	float: right;
	padding: 20px;
	width: 260px; }
 
	#addressbox a { display: inline; }
 
	#addressbox h2 {
		background: none;
		border-bottom: solid 1px #91A8C3;
		color: #425970;
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 0 0 11px 0; }

ul#response { list-style-type: none; padding: 0; }

li.success {
	background: #9ff3a1 url("../images/checkmark.png") no-repeat 10px center;
	border-bottom: 1px solid #70c364;
	color: #2c512d;
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 7px 10px 8px 42px; }
 
li.error {
	background: #ffe59f url("../images/warning.png") no-repeat 10px center;
	border-bottom: 1px solid #d5c150;
	color: #2c512d;
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 7px 10px 8px 42px; }
 
label { font-weight: bold; }

select { width: auto; }
 
textarea {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 4px 3px;
	width: 400px; }
 
#email:focus, #name:focus, #search:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus { background: #eee; }
 
/* Portfolio Page ------------ */
/* Add a zoom icon to Fancybox Images */
a.fancybox { cursor: url("../images/magnify_24.cur"), url("images/magnify_24.cur"), pointer; /*Note: second url is for IE, which is relative to the HTML file*/ }

.nom{
	margin:0;
}
.col{
	color:#3B587A;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
	margin-right:20px;
	text-align:right;
	font-size:1.2em;
}
.clear {
	background-color:transparent;
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}
.clear2 {
	background-color:transparent;
	border-bottom: solid 1px #cfcfcf;
	clear:both;
	font-size:1px;
	height:10px;
	line-height:0;
}
.clear3 {
	background-color:transparent;
	clear:both;
	font-size:1px;
	height:20px;
	line-height:0;
}
.clear4 {
	background-color:transparent;
	clear:both;
	font-size:1px;
	height:30px;
	line-height:0;
}
.clear5 {
	background-color:transparent;
	clear:both;
	font-size:1px;
	height:12px;
	line-height:0;
}
.clear6 {
	background-color:transparent;
	clear:both;
	font-size:1px;
	height:6px;
	line-height:0;
}
.clear7 {
	background-color:transparent;
	clear:both;
	font-size:1px;
	height:17px;
	line-height:0;
}
.clear8 {
	background-color:transparent;
	clear:both;
	font-size:1px;
	height:10px;
	line-height:0;
}

#jajoMainForm {
	width:545px;
}
#jajoQuickForm {
	margin-left:10px;
}
.darker {
	color:#4a4a4a;
	font-size:2.1em;
}
.img_indent { border:1px #222 solid;}
.img_indent2{ margin:0 22px 0 0; float:left; border:1px #222 solid;}
.img_indent3{ margin:0 22px 24px 0; float:left; border:1px solid #A1AFBF}

.column1 strong, .column2 strong {font-size:1.5em; font-weight:bold; color:#415E80;}

.link1 {
color:#415E80;
font-size:1.5em;
font-weight:bold;
}