/* Start of CMSMS style sheet 'BASIC' */
/* ---------- CSS STYLES ---------- */


/* ---------- GENERAL ---------- */

* {
	outline: none;
}

img, div {
	behavior: url('/scripts/png_fix.htc');
}

.clear {
	clear: both;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}



/* ---------- BODY ---------- */

html {
	margin: 0px;
}
 
body {
	margin: 0px 0px 30px 0px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #202020;
	background: url('/images/bg_body.jpg') top repeat-x #ededed;
}


/* ---------- STRUCTURE ---------- */

#container {
	margin: 0px auto;
	width: 850px;
	text-align: left;
}

#header {
	height: 363px;
}

#header .top_logos {
	height: 115px;
}

#header .top_logos .logo {
	padding-top: 25px;
	float: left;
	width: 180px;
}

#header .top_logos .aaa_logo {
	padding-top: 25px;
	float: right;
	width: 105px;
}

#header .header_pic {
	width: 850px;
	height: 220px;
}

#header .navi {
	width: 850px;
	height: 28px;
	text-align: center;
	background: url('/images/navi_bg.png') repeat-x;
}

#pointer {
	position: relative;
        margin: -6px 0px 0px 0px;
}

#content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 15px 0px;
}

#content .col_left {
	float: left;
	width: 135px;
	min-height: 10px;
	overflow: hidden;
}

#content .col_left .subnavi {
	margin: 35px 15px 0px 0px;
	#margin: 25px 15px 0px 0px;
}

#content .col_right {
	float: left;
	width: 570px;
	margin: 0px 10px;
}

#content .col_right .content {
	margin: 25px 0px;
	overflow: hidden;
}

#content .col_middle {
	width: 560px;
	margin: 0px auto;
}

#content .col_middle .content {
	float: left;
	width: 300px;
	margin: 25px 0px;
}

#content .col_middle .nosto {
	float: right;
	width: 210px;
	text-align: center;
	margin: 35px 0px;
}

#footer .content {
	width: 620px;
	margin: 0px 115px;
	text-align: center;
}


/* ---------- FONTS ---------- */

h1 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 16px;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 14px;
}

h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 30px;
	color: #ed1c24;
}

p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
}

#header p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #e4051f;
	text-decoration: underline;
}

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

#header .navi a {
	position: relative;
  	color: #fff;
}

.subnavi a {
	text-decoration: none;
}

a.active {
	color: #202020;
	list-style: dotted;
}



/* ---------- LISTS ---------- */

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}

ol {
	margin: 0px;
	padding: 2px 0px;
}

li {
	margin: 5px 10px 5px 25px;
	padding-left: 0px;
}

.subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.subnavi li {
	margin: 10px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
  	font-weight: bold;
}



/* ---------- TABLES ---------- */

table {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
  	width: 100%;
	background: #fff;
}

td, th {
	padding: 6px 7px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
}

th {
	background: #ddd;
	padding: 8px 7px;
}

tr:hover {
	cursor: pointer;
	background: #eee;
}

table#accordion  {
	border: 1px solid #ccc;
	border-top: none;
}

table#accordion td, th {
	padding: 0px;
	border: none;
}

div.toggler {
	padding: 8px 7px;
	border-top: 1px solid #ccc;
}

div.toggler:hover {
	background: #eee;
}

div.element {
	cursor: default;
	padding: 8px 7px;
	background: #fff;
}

table.noborder {
	border: none;
	background: none;
  	width: auto;
}

table.noborder td, table.noborder th {
	border: none;
	background-color: none;
}

table.noborder tr:hover {
	background: none;
}

td.nopad {
	padding: 0px;
}



/* ---------- IFRAME ---------- */

iframe {
	border: 1px solid #ccc;
}



/* ---------- FIELDSET ---------- */

.nosto fieldset {
	border: solid 1px #a1a1a1;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	background: #fff;
}

.nosto legend {
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #202020;
}



/* ---------- IMAGES ---------- */

img {
	border: none;
	vertical-align: top;
}

img.border {
	border: 3px solid #ccc;
}

a img:hover {
	border-color: #aaa;
}

#header .navi img {
	margin: 0px -2px;
}
/* End of 'BASIC' */

