/**
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
html,body {
  width:100%;
  height:100%;
}
html {
  font-size: 100.01%;
}
body {
  font-size: 62.5%;
  position: relative;
  z-index: 0;
}
table, th, td {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: none;
}
b {
  font-weight: normal;
}
i {
  font-style: normal;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup, sub {
  vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
div:after, form:after, dl:after, dt:after, dd:after {
  content: '';
  display: block;
  clear: both;
}

/**
 * Global styles
 */
body {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Georgia, Garamond, "Times New Roman", Times, serif;
    color: #000;
}
#page-content, #sidebar {
    font-size:1.6em;
}
p {
	font-size: 1em;
    line-height:1.1;
    max-width: 500px; /* FXC */
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    z-index: 2;
    margin: 0 0 0.4em 0;
}

h1 {
    font-size: 1em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1em;
    font-weight: normal;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

/* Links and pseudo links*/
a, a:visited {
    text-decoration: none;
    cursor: pointer;
}

a, .pseudo_link, a.pseudo_link:visited {
    cursor: pointer;
}
a:visited {
}

a:hover, .pseudo_link:hover {
	text-decoration:underline;
}
a:active {
}

li.selected a, li.selected a:hover {
    color:#000;
	cursor: text;
	text-decoration:none;
}


textarea, select, input {
	background:none repeat scroll 0 0 #FFFFCC;
}
input, select, option, textarea, file {
	border:0.75pt solid #A9A9A9;
}
input.button {
background:none repeat scroll 0 0 #FEFEFF;
border:0.75pt solid blue;
color:blue;
font-family:tahoma,verdana;
padding:1px 3px 3px;
}



#layout, #header,#page-body, #footer, #page-content, #sidebar {
	position:relative;
}
#layout {
	width:900px;
	margin: 30px auto 0;
	overflow:hidden;
	padding:20px;
}
#header {
    padding: 0 0 10px 0;
}
#logo, #navigation, #contact-us, #footer p, #page-content, #sidebar, #header #main-menu li, #header .breadcrumbs li {
	float: left;
}
#logo {
	width:140px;
}
#navigation {
	width:64%;
	margin: 0 0 0 1%;
}
#header #contact-us {
	width: 18%;
    font-size: 1.4em;
	line-height: 1.4;
    text-align: right;
	margin: 0 0 0 12px;
}
#header #main-menu {
	font-size: 1.7em;
	margin: 0 0 5px 0;
}
#header #main-menu li {
	margin: 0 20px 0 0;
}
#header .breadcrumbs li {
    margin: 0 5px 0 0;
}
#header #navigation .breadcrumbs, #footer p {
	font-size: 1.3em;
}
#page-body {
	padding-top: 10px;
    padding-bottom:10px;
    padding-left:0px;
    padding-right:0px;
}
#page-body, #footer {
	border-top: 1px solid #a9a9a9;
}
#footer {
	padding: 15px 0 0 0;
}
#footer .tags {
	width: 20%;
	line-height: 1.3;
}
#footer .links {
	width: 55%;
}
#footer .copyright {
	width: 25%;
}
#page-body p {
	margin-bottom: .5em;
}
#page-body strong {
	font-weight:bold;
}



#sidebar {
    margin-top:0px;
}
#page-content {
    margin-top: 0px;
}
















/**
 * Miscellaneous
 */
.hidden {
    display: none !important
}

.invisible {
    visibility: hidden
}

.clear {
    clear: both;
    height: 1px;
    font-size: 0;
    width: 100%;
}

.hr {
    clear: both;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 1px;
    margin: 10px;
}

.pseudo_link {
    text-decoration: none !important;
    border-bottom: 1px dashed;
    line-height: 1 !important;
    display: inline-block;
}
.empty {
    color: #c3c3c3;
}