html {
	height: 100.01%;
}

body {
	text-align: center;
	font-family: 'Arial', 'Lucida Sans', 'Lucida', Helvetica, sans-serif;
	font-size: small, 14px;
	width: 100%;
	line-height: 1.5em;
	/*background-image: url('../gfx/background.png');
	background-color: #e3e3e3; 
	background-repeat: repeat-x;
	*/
	background-color: white;
}

em {
	font-style: italic;
	font-weight: bold;
}

ol {
	list-style: decimal;
	padding-left: 2em
}

a,a:active,a:visited,a:hover {
	text-decoration: none;
	color: #4893ce;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url('../gfx/header_bg1.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	min-height: 600px;
}

.clear {
	clear: both;
}

img {
	
}

ul {
	list-style: disc;
	padding-left: 18px;
	margin-bottom: 10px;
}

ul.sf-menu {
	padding-left: 0px;
}

#header {
	background-image: url('../gfx/top_nav_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 200px;
}

#header h1 {
	float: left;
	margin-top: 0px;
}

#smallMenu {
	text-align: left;
	font-size: 12px;
	text-transform: capitalize;
	float: right;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#smallMenu li {
	display: inline;
	float: left;
	border-right: 1px solid #000000;
	padding: 1px 0.3em 0 0.3em;
	margin-top: 4px;
	border-right: 1px solid #000000;
}

#smallMenu li.last {
	border-right: none;
}

#smallMenu li ul li {
	border-right: none;
	background: transparent url('../gfx/1x1semi.png') repeat;
	padding: 0.5em;
}

#smallMenu a {
	color: black;
}

#smallMenu .current a {
	color: #4893ce;
	text-decoration: underline;
}

#smallMenu .current li a {
	color: black;
	text-decoration: none;
}

img#logo {
	top: 12px;
	width: 402px;
	height: 58px;
	position: relative;
	margin-bottom: 30px;
}

#main {
	background-image: url('../gfx/text_bg_small.png');
	background-repeat: repeat-x;
	background-position: top;
	text-align: justify;
	clear: both;
	padding-top: 1px;
}

#quoteBox {
	text-align: right;
	float: right;
	width: 35%;
	margin-top: 15px;
	margin-left: 70px;
	margin-right: 5mm;
	margin-bottom: 20px;
	
}

#quoteBoxTop,#quoteBoxBottom,#quoteBoxBottomBig {
	padding: 0px;
	margin: 0px;
	height: 18px;
}

#quoteBoxTop {
	background: url('../gfx/corner_transp_tl.png');
	background-position: top left;
	
	overflow: hidden;
	
}

#quoteBoxBottom {
	background: url('../gfx/corner_transp_bl.png');
	overflow: hidden;
	background-position: bottom left;
	
	
}

#quoteBoxContents,#quoteText {
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
}

#quoteText {
	width: 100%;
	margin-bottom: 0;
	
}

#quoteBoxContents {
	z-index: 99;
	opacity: 1.0;
	background-color: transparent;
	padding: 0 0px;
	background: url('../gfx/bg_semitrans.png');
	background-repeat: repeat;
}

.quoteAuthor {
	font-style: normal;
	font-size: 0.8em;
	padding-top: 0.5em;
	line-height: 1.1em;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

h2 {
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
}

.caption {
	background-image: url('../gfx/paragraph_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.caption2 {
	background-image: url('../gfx/paragraph_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 1px;
}

.caption2 h2 {
	margin-bottom: 1px;
}

.caption2 p {
	font-size: 0.9em;
}

.caption2 div p {
	padding-left: 5px;
}

.caption1 {
	background-image: url('../gfx/paragraph_bg1.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.accordion div h2 {
	cursor: pointer;
}

.accordion div p,.accordion p {
	overflow: hidden;
	cursor: pointer;
	/*padding: 10px;*/
}

div.bio p {
	cursor: auto;
}

#bottomBar {
	position: relative;
	left: 0;
	background: transparent url('../gfx/bottom_bar.png') repeat-x scroll 0%;
	background-repeat: repeat-x;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	margin-top: 0px;
	padding-top: 30px;
	color: white;
}

#bottomMenu {
	float: right;
	margin-right: 50px;
	font-size: 0.8em;
}

#credits {
	float: right;
	margin-right: 50px;
}

#bottomBar a,#bottomBar a:active,#bottomBar a:visited {
	color: white;
}

#bottomBar a:hover {
	font-weight: bold;
}

.toggleLink {
	cursor: pointer;
}

.toggleLink:hover {
	text-decoration: underline;
}

.more {
	margin-bottom: 10px;
}

#validation {
	float: left;
	padding-left: 20px;
	margin-top: -10px;
}

.left {
	width: 40%;
	float: left;
}

.right {
	width: 40%;
	float: right;
}

.pdf {
	padding-left: 34px;
	background: transparent
		url('../gfx/acrobat_reader_icon_(by_deleket.deviantart.com).png')
		no-repeat center left;
	padding-top: 6px;
	padding-bottom: 6px;
}
