@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

.inner {
	margin-right: 5px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	padding-top: 3px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fcfcfc;
	border-bottom-style: dotted;
	border-bottom-color: #bababa;
	border-bottom-width: 2px;
}

.sticky {
	margin-right: 40px;
	border-bottom-color: #aaaaa3;
	border-right-color: #AAAAA3;
	padding: 3px 10px;
	background-color: #e8ccc8;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

li {
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(../img/arrow.png);
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	border-left-color: #bababa;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-color: #bababa;
	border-right-width: 2px;
	border-right-style: solid;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	color: white;
	width: auto;
	background-color: #6c8ca5;
	background-position: 100%;
	background-image: url(../img/nolta08bw_logo.gif);
	background-repeat: no-repeat;
	border-bottom-color: #30999a;
	border-bottom-width: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 5px;
}

#header h1 {
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 15px;
	padding-top: 5px;
}

#header p#siteDescription {
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 0;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	text-align: right;
	clear:both;
	background:#bababa;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/* __main
------------------------------------------*/

#main {
	float:right;
	width: 610px;
	color:black;
}

#main h2 {
	background-color: #6c8ca5;
	padding-left: 5px;
	border-left-width: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
}


#main h3 {
	color: #6c8ca5;
}#main .inner blockquote {
	border-bottom-width: 5px;
	border-bottom-color: #c4c3c4;
	border-right-width: 5px;
	border-right-color: #c4c3b0;
	padding: 10px;
	margin: 10px;
	color: black;
	background-color: #eaeaea;
}

/* __sub
------------------------------------------*/

#sub {
	padding: 5px;
	float:left;
	width: 200px;
}

#sub h3 {
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
	border-left-style: solid;
	margin-top: 10px;
	padding-right: 5px;
	text-align: left;
	padding-left: 5px;
	border-left-color: #136798;
	border-left-width: 3px;
	color: #a7a7a7;
	font-size:100%;
	letter-spacing: 1px;
}

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

#sub ul {
	padding-right: 5px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #6c8ca5;
	font-style: normal;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-left: 2px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#sub ul li {
	margin-bottom: 5px;
	margin-top: 5px;
	font-style: normal;
	font-weight: normal;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 2px;
	background-position: 0 7px;
	background-repeat: no-repeat;
	background-image: url(../img/arrow.png);
}

#sub ul li a {
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#sub h3 a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

