/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 17px "Trebuchet MS";
	color: #4a86d2;
	margin: 0 0 9px 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #405767;
	text-decoration: none;
}

a:hover {
	color: #405767;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 13px 0;
	line-height: 1.2em;
}

/* Lists */

.content ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 17px;
	padding-left: 20px;
}

.content ul li {
	list-style: disc;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}

.content ol {
	margin: 0 0 15px 30px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #464646;
	background: #6a6a6a url('../i/page-bg.gif') repeat-x;
}

.all {
	width: 910px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

.frame {
	background: url('../i/shadow.png') repeat-y;
}

.wrapper {
	margin: 0 5px;
	background: #dddddd;
}

/* Header */

.header {
	height: 65px;
	text-align: center;
	padding: 23px 0 0 0;
}

/* Menu */

.menu {
	background: #5990d6 url('../i/menu-bg.gif') no-repeat;
	height: 47px;
	overflow: hidden;
}

.menu ul {
	margin: 5px 0 0 5px;
}

.menu li {
	float: left;
	display: inline;
	background: url('../i/menu-sep.gif') no-repeat 100% 0;
}

.menu li a:link, .menu li a:visited {
	float: left;
	display: block;
	font: 16px "Trebuchet MS";
	color: #FFF;
	height: 42px;
	line-height: 42px;
	margin: 0 2px 0 0;
	padding: 0 13px 0 13px;
}

.menu li a:hover {
	text-decoration: none;
	background: url('../i/menu-active.gif') repeat-x;
}

.menu li#m-home a:hover {
	background: url('../i/menu-active-first.gif') no-repeat;
}

.menu li#m-contact {
	background: transparent;
}

.menu li#m-contact a:link, .menu li#m-contact a:visited {
	padding: 0 35px 0 24px;
}

.menu li#m-contact a:hover {
	background: url('../i/menu-active-last.gif') no-repeat 100% 0;
}

/* Content */

.content {
	margin: 23px 35px 0 30px;
	padding: 0 0 10px 0;
}

p.marked {
	font-family: "Lucida Sans Unicode";
}

/* Footer */

.footer {
	background: #f6f6f6;
	margin: 0 5px;
	color: #aaaaaa;
	overflow: hidden;
	font: 11px "Lucida Sans Unicode";
	padding: 0 0 35px 0;
}

.footer a:link, .footer a:visited {
	color: #aaaaaa;
}

.copyright {
	text-align: center;
}

/* Bottom menu */

.bottom-menu {
	margin: 23px 0 17px 198px;
}

.bottom-menu li {
	float: left;
	display: inline;
	background: url('../i/bottom-menu-sep.gif') no-repeat 100% 2px;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

.bottom-menu li.last {
	background: transparent;
	padding: 0;
	margin: 0;
}

.footer-shadow {
	background: url('../i/footer-shadow.png') no-repeat;
	height: 60px;
	margin: 0 5px;
}

.subtitle {
	font: 17px "Trebuchet MS";
	color: #8d8d8d;
	margin: 0 0 9px 0;
}
.logoborder {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
}
