﻿/* Stylesheet Imports
----------------------------------------------------------- */
@import "cms.css";


/* HTML Elements
----------------------------------------------------------- */
html {font-size:100%;}
* {border:none;margin:0;padding:0;}

body {
	background: #a2a8e8 url("../images/bg.jpg") repeat-x;
	color: #434772;	
	font-size: 13pt;
	padding: 0px;
	text-align: right;
}

body, textarea, select, input {
	font-family: Trebuchet MS, Verdana;
}

a {color:#969696;font-weight:bold;text-decoration:none;}
a:hover {color:#969696; text-decoration:underline;}


h1{color:#434772;font-size:1.5em;font-weight:normal;line-height:1.3em;margin:0 0 0.5em 0;} /*20px 32px 10px*/
h3{color:#434772;font-size:1.454em;font-weight:bold;line-height:1.25em;margin:1em 0 1em 0;} /*16px 20px 16px 32px*/
h4{color:#434772;font-size:1em;font-weight:bold;line-height:1.364em;margin:1em 0 1em 0;} /*11px 15px 20px 6px*/

table h3, table h4, table p, table ol, table ul {
	margin-top: 0;
}

input, select,textarea {font-size:inherit;} /*only works in Gecko browsers*/
input, select,textarea {font-size:100%;}
input, textarea{border:1px solid #7f9db9;padding:2px;}
select{border:1px solid #7f9db9;}
option {padding:2px;}

p {margin:1em 0 1em 0em;} /*22px*/

ol {margin:2em 0 2em 40px;} /*22px*/
ol li {margin: 0.727em 0;} /*8px*/
ol ol {margin: 0.727em 0 0.727em 24px;}  /*8px*/

ul {
	list-style: none;
	margin: 2em 0; /*22px*/
	position: relative;
} 

ul li {
	/*background: url("../images/bg/bullet-arrow-orange.gif") 2px 0.454em no-repeat; 5px*/
	list-style-image: url("../images/bullet.gif");
	padding: 0 0 0 19px;
	margin: 0.727em 0; /*8px*/
}

ul ul {
	margin: 0.727em 0; /*8px*/
} 


ul li li {
	background: url("../images/bg/bullet-dash.gif") 2px 0.727em no-repeat; /*9px*/
} 

table {
	margin: 1em 0 0 0; /*11px*/
} 

.bullets {
	margin: 0;
	width:350px;
}
.bullets ul {
	padding: 10px 0 10px 20px;
	margin: 0px;
	margin-right: 0px;
	list-style: none;
} 

.bullets ul li {
	background: url("../images/bullet.gif") 0 5px no-repeat;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 3px 0; /*8px*/
	float:left;
	width:140px;
}

/* Setting Font Size
----------------------------------------------------------- */

#container, body#FCK_editor {
	font-size: 0.6875em; /*11px*/
	line-height: 1.455em; /*16px*/
}

table {
	font-size: 1em;
}

body#FCK_editor {
	background: #fff;
	padding: 10px;
	text-align: left;
}


/* Fomatting
----------------------------------------------------------- */


/* Clearfix hack */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}


