@import "ui.base.css";
@import "ui.theme.css";

body {
	background:url(images/bg1.jpg);
	padding-top:5px;
}

#lang	{
	width:900px;
	margin:auto;
	text-align:right;
}

#lang a:link,
#lang a:hover,
#lang a:visited,
#lang a:active {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	white-space:pre;
	border:0;
	text-decoration:none;
}

#lang a:link {
	color:#0078ae;
	font-size:.8em;
	font-weight: normal;
}

#lang a:hover {
	color:#222222;
	text-decoration:underline;
	font-weight: normal;
}

#lang a:visited {
	color:#222222;
	font-size:.8em;
	text-decoration:underline;
	font-weight: normal;
}

#lang a:active {
	color:#0078ae;
	font-size:.8em;
	text-decoration:none;
	font-weight: normal;
}

.logo	{
	background:url(images/logobg.gif) repeat-x;
	width:100%;
}

.page	{
	width:900px;
	margin:auto;
}

#navcontainer {
	border-style:solid;
	border:1px;
	border-color:#a6c9e2;
	background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
	outline: none;
	margin-top:2px;
	margin-bottom:3px;
}

#navlist li {
	display:inline;
	font-size:1em;
}

#navcontainer ul {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.8em;
	font-weight:bold;
	text-align:left;
	width:900px;
	margin:auto;
	padding:14px 0;
	
}

#navcontainer a{
	display: inline;
	padding: 12px;
}

#navcontainer a:link, #navlist a:visited{
	color: white;
	text-decoration: none;
}

#navcontainer a:hover{
	border: 1px solid #448dae;
	background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #026890;
	outline: none;
}

#accordion li {
	list-style-type:square;
}

#text {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.8em;
	text-align:left;
	color:#222222;
	background-color:#FFF;
	padding:10px 0 10px 20px;
	margin:0;
	border: 1px solid #a6c9e2;
}

h2 {
	font-size:1.1em;
	text-decoration:underline;
}

h3 {
	font-size:1em;
	text-decoration:underline;
}

.clientblurb {
	background-color:#FFF;
	text-align:left;
	width:680px;
	height:auto;
}

.imgcapture {
	float:right;
	width:120px;
	background-color:#FFF;
}

.imgcapture a img {
	border:1px solid #222222;
}

.imgcapture a img:hover {
	border:5px solid #448dae;
}

#address {
	text-transform:capitalize;
	font-weight:bold;
}
	
#contact, .contactqry {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	background-color:#FFF;
	color:#222222;
	padding:10px 0px 0px 10px;
}

.contactarea {
	border:1px solid #a6c9e2;
	background-color:#fff;
}

#footer	{
	font-size:.8em;
	text-align:center;
	color:#999;
}

#footer a:link	{
	text-decoration:none;
	color:#999;
}

#footer a:visited	{
	text-decoration:none;
	color:#3a5a8a;
}