@charset "UTF-8";
/* 
	CSS Document for Perpetual Licensing
	Copyright (c) 2008 Neuro-Designs. All rights reserved.
	
*/

/* General Settings */
html {
	padding: 0px;
	margin: 0px;
	}

body {
	padding: 0px;
	margin: 0px;
	font: 10px/20px arial, helvetica, sans-serif;
	color: #666;
	background: #375e80 url("images/bg_main.png") repeat-x;
	font-size: 62.5%;
	}

img {
	border: 0px;
	vertical-align: middle;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #375e80;
	}
	
	a:hover {
		color: #fcb134;
		}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: bold;
	}

h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}
	
h4 {
	margin: 0px;
	font-size: 1.1em;
	}

p {
	margin-top: 0px;
	}

blockquote {
	font-style: italic;
	font-weight: bold;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
sub {
	line-height: 0.9em;
	}
		
.nomargin {
	margin: 0px;
	}
	
.divider {
	margin-top: 10px;
	border-top: 1px solid #eaeaea;
	margin-bottom: 10px;
	}
	
/* Layout Settings */

#header {
	width: 860px;
	height: 135px;
	margin: 0px auto;
	margin-top: 100px;
	padding: 0px;
	background: url("images/bg_header.png") no-repeat;
	overflow: hidden;
	}
	
	#header .left {
		width: 340px;
		float: left;
		padding-top: 11px;
		padding-left: 30px;
		}
		
	#header .right {
		float: right;
		width: 490px;
		height: 135px;
		background: url("images/bg_section_marker.png") no-repeat;
		}

#contents {
	width: 860px;
	min-height: 400px;
	margin: 0px auto;
	background: url("images/bg_contents.png") repeat-y;
	padding: 20px 0px;
	overflow: hidden;
	}

	#contents #menu {
		width: 331px;
		float: left;
		padding-left: 30px;
		line-height: 1.8em;
		}

		#contents #menu sup {
			line-height: 1.2em;
			font-size: 0.7em;
			}
		
		#contents #menu ul.menu {
			width: 250px;
			margin-left: 20px;
			border-top: 1px solid #fcb134;
			font-size: 1.2em;
			}
			
			#contents #menu ul.menu li {
				border-bottom: 1px solid #fcb134;
				}

				#contents #menu ul.menu li ul.submenu {
					width: 250px;
					font-size: 1em;
					}
			
					#contents #menu ul.menu li ul.submenu li {
						border-bottom: 0px;
						padding-left: 60px;
						}

		#contents #menu ul.menu a.current {
			color: #fcb134;
			}

	#contents #column {
		width: 430px;
		float: right;
		padding-right: 60px;
		font-size: 1.2em;
		line-height: 1.5em;
		text-align: justify;
		}
		
		#contents #column sup {
			line-height: 1.2em;
			font-size: 0.7em;
			}
		
		#contents #column ul {
			width: 90%;
			margin: 0px;
			margin-bottom: 15px;
			margin-top: 4px;
			padding: 0px;
			list-style-type: none;
			border-top: 1px solid #ccc;
			text-align: left;
			}
			
			#contents #column ul li {
				border-bottom: 1px solid #ccc;
				padding: 2px 8px;
				background: #f6f6f6;
				}
				
				#contents #column ul li ul {
					border-top: 0px;
					margin-bottom: 0px;
					list-style-type: square;
					padding-left: 10px;
					list-style-position: inside;
					}

					#contents #column ul li ul li {
						border-bottom: 0px;
						padding: 1px 4px;
						background: #f6f6f6;
						}
							
		 #contents #column h3, #contents #column h4 {
			margin-top: 20px;
			text-align: left;
			}

		#contents #column h2 {
			text-align: left;
			}
	
#footer {
	width: 860px;
	height: 54px;
	margin: 0px auto;
	margin-bottom: 100px;
	background: url("images/bg_footer.png") no-repeat;
	overflow: hidden;
	}
	
	#footer .left {
		width: 331px;
		float: left;
		color: #fff;
		font-size: 1.2em;
		padding-left: 30px;
		padding-top: 7px;
		text-align: center;
		}
		
		#footer .left a:link, #footer .left a:visited {
			color: #fff;
			}
			
			#footer .left a:hover {
				text-decoration: underline;
				}
				
	#footer .right {
		width: 440px;
		float: right;
		padding-right: 50px;
		text-align: right;
		line-height: 1.4em;
		color: #999;
		}
		
		#footer .right a:link, #footer .right a:visited {
			color: #999;
			}
			
			#footer .right a:hover {
				color: #375e80;
				text-decoration: underline;
				}
