/*
CSS for AJC
*/


/*---------------------------------------------------------*/

body {
	font-family: "skolar-1","skolar-2", verdana, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	word-spacing: .05em;
}

p {
	color: #303030;
	letter-spacing: .05em;
}

li {
 	list-style-type: none;
	text-indent: none;
}

a {
	border: none;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #e7ed0c;
}

a:active {
	color: #e7ed0c;
}

a img {
	border: none;
}

::selection {
	background: #e7ed0c;
}
        
::-moz-selection {
	background: #e7ed0c;
}

#bodycontent {
	width: 1000px;
	padding-bottom: 200px;
	overflow: auto;
	z-index: -10;
}

#bodycontent ul {
	margin: 0;
	padding: 5px 0;
	color: #303030;
}

#bodycontent li {
	color: #303030;
}

#bodycontent a {
	border-bottom: 1px dotted #303030;
	color: #303030;
	text-decoration: none;
}

#bodycontent a:hover {
	border-bottom: none;
	background-color: #e7ed0c;
}

#bodycontent img {
	padding: 0;
	margin: 0px;
}

#logotype {
	z-index: 99;
}

#logotype img {
	border: none;
}

#topbar {
	height: 50px;
	width: 100%;
	z-index: 50;
	margin: 0;
	padding: 0;
	background-color: #303030;
	opacity:.95;
	filter: alpha(opacity=95);
	filter: “alpha(opacity=95)”;
}

#navigation {
	font-family: "skolar-1","skolar-2", georgia, serif;
	font-style: italic;
	font-size: 16px;
	z-index: 95;
}

#navigation ul {
    list-style: none;
    margin: 0; 
    padding: 0;
}

#navigation li {
    padding-right: 2.5px;
    margin: 0px;
    line-height: 1em;
    display: inline;
}

#navigation li a {
	padding: 0;
	margin: 0;
	color: white;
}

#navigation li a:hover {
	color: #e7ed0c;
}

h1 {
	font-family:  "skolar-1","skolar-2"
, verdana, sans-serif;
	font-size: 20px;
	margin: 30px 0 5px 0;
	color: #303030;
	font-weight: normal;
	font-style: italic;
	}

h1 a:hover {
	background-color: #e7ed0c;
}

h1 a:link {
	border-bottom: 1px dotted #303030;
}

h2 {
	font-size: 28px;
	color: #303030;
	font-family: "skolar-1","skolar-2", verdana, sans-serif;
	font-style: italic;
}

.smcps {
	font-variant: small-caps;
	letter-spacing: .25em;
}

strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#bust {
	z-index: -10;
	opacity:.15;
	filter: alpha(opacity=15);
	filter: “alpha(opacity=15)”;
}

.para {
	color: #e7ed0c;
}

.caps {
	letter-spacing: .05em;
}

.divider {
	color: #e7ed0c;
	font-style: normal;
	font-family:"skolar-1","skolar-2", georgia, serif;
}

.dividerand {
	color: #e7ed0c;
	font-style: italic;
	font-family: "skolar-1","skolar-2", georgia, serif;
}

#contact {
	font-family: "skolar-1","skolar-2", verdana, sans-serif;
	font-variant: small-caps;
	color: white;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: .25em;
	word-spacing: .05em;
	background-color: #303030;
	height: 15px;
	width: 100%;
	padding: 10px 0 8px 200px;
	margin: 0;
}

#contact {
    padding-right: 2.5px;
    margin: 0px;
    line-height: 1em;
    display: inline;
}

#contact a {
	padding: 0;
	margin: 0;
	color: white;
}

#contact a:hover {
	color: #e7ed0c;
}

#contact img {
	padding: 0;
	margin: 0;
	border: none;
	float: left;
}

#logomark {
	z-index: 99
}

/*==========================================================================================
Positioning
*/

#bodycontent {
  position: absolute;
}

#logotype, #navigation, #topbar, #contact, #bust, #logomark {
  position: fixed;
}

#bodycontent {
  left: 200px;
  top: 75px;
}

#navigation {
  top: 15px;
  right: 200px;
}

#contact {
  bottom: 0px;
  left: 0px;
}

#logotype {
  top: 5px;
  left: 200px;
}

#topbar {
  top: 0px;
  left: 0px;
}

#bust {
	bottom: 10px;
	right: 150px;
}

#logomark {
	bottom: 3px;
	right: 200px;
}