/* SINNIER START CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #000000;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	background: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}

a {
	color: #335fb8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Basic Layout */

#LOGO {
	width: 893px;
	margin: auto;
	text-align: left;
	padding: 0;
	margin-top: 10px;
	/*overflow: hidden;*/
	position: relative;
}

#gif-ani {
    float: right;
    padding-top: 23px;
}
#banner-ad {
    width: 438px;
    height: 435px;
    position: absolute;
    left: 280px;
    top: 30px;
    line-height: 1.8em;
}
#banner-ad #close-btn {
    text-align: right;
    padding: 15px 14px 5px 14px;
}
#banner-ad-content {
    padding: 0 40px 0 40px;
    font-size: 1.3em;
}
#banner-ad-content p {
    margin-bottom: 1.5em;
}
#banner-ad-content a {
    color: #c2351f;
    text-decoration: underline;
    font-weight: bold;
}

#page-area {
	width: 853px;
	background-color: #c9cccb;
	margin: auto;
	text-align: left;
	padding: 20px;
}

#page-area-inner {
	background-color: #f1f1f1;
}

.clearer {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* MENU MAIN */
#MENU-MAIN {
	float: left;
	width: 182px;	
	margin-top: 19px;
	padding-left: 25px;
}

.font-orange,
.font-orange strong,
.font-orange b {
	color: #eb5928;
}
.font-blue,
.font-blue strong,
.font-blue b {
	color: #335fb8;
}
.font-red,
.font-red strong,
.font-red b {
	color: #c2351f;
}


/* Sinnier Areas */

#SINNIER-AREAS {
	overflow: hidden;
}
#SINNIER-AREAS .csc-frame-frame1 {
	float: left;
	margin-left: 3px;
	width: 280px;
	height: 192px;
	background-color: #e3e3e3;
}
#SINNIER-AREAS h2 {
	color: #FFFFFF;
	font-size: 2em;
	padding-left: 25px;
	height: 37px;
	padding-top: 15px;
}
#SINNIER-AREAS h2 a {
    color: #FFFFFF;
    text-decoration: none;
}
#SINNIER-AREAS p {
	font-size: 1.3em;
	padding: 10px 10px 10px 25px;
	line-height: 1.5em;
}
#SINNIER-AREAS .csc-header-n1 {
	background-image: url(../pics/bg_button_orange.gif);
	background-repeat: no-repeat;
}
#SINNIER-AREAS .csc-header-n2 {
	background-image: url(../pics/bg_button_red.gif);
	background-repeat: no-repeat;
}
#SINNIER-AREAS .csc-header-n3 {
	background-image: url(../pics/bg_button_blue.gif);
	background-repeat: no-repeat;
}


/* Main Area */

#main-area-3col {
	overflow: hidden;
	clear: both;
	background-image: url(../pics/bg_main_area_start.gif);
}
#main-area-left {
	float: left;
	padding-left: 3px;
	padding-top: 13px;
	padding-bottom: 10px;
	width: 280px;
}
#main-area-mid,
#main-area-right {
	float: left;
	margin-left: 3px;
	width: 280px;
	background-color: #FFFFFF;
}


/* CONTENT MAIN */
#CONTENT-MAIN {
	overflow: hidden;
	font-size: 1.2em;
	min-height: 400px;
	padding: 20px 5px 10px 25px;
	color: #555;
}

#CONTENT-MAIN h1 {
	font-size: 1.4em;
	margin-top: 0;
    margin-bottom: 1em;
	color: #000000;
}
#CONTENT-MAIN h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
	color: #000;
}
#CONTENT-MAIN p {
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #555;
}
#CONTENT-MAIN .csc-textpic-caption {
	padding-bottom: 20px;
}
.divider {
	height: 3px;
	background-color: #FFFFFF;
	margin: 20px 0 20px 0;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
#CONTENT-MAIN li {
	list-style-type: disc;
	margin-left: 16px;
}

/* NEWS */
#NEWS {
	padding: 43px 25px 15px 25px;
	font-size: 1.2em;
}
#NEWS .csc-frame-rulerAfter {
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	margin: 12px 0;
	background-color: #cacdcc;
	display: block;
}
#NEWS .csc-textpic-above img {
	margin-bottom: 12px;
} 
#NEWS .csc-textpic-below img {
	margin-top: 12px;
}

/* CONTENT RIGHT */
#CONTENT-RIGHT {
    padding: 20px 10px 10px 25px;
	font-style: italic;
	color: #ccc;
}
#CONTENT-RIGHT h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
#CONTENT-RIGHT h3 {
    font-size: 1.6em;
	font-style: normal;
}
#CONTENT-RIGHT p {
	color: #555;
	line-height: 1.5em;
	margin-top: 3px;
}
#CONTENT-RIGHT p.font-blue {
	font-size: 1.2em;
	margin-top: 1em;
	color: #335fb8;
}
