/* Meyer's Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
}

/* remember to define focus styles! */:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    color: black;
    background: white;
}

ol, ul
{
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

/* STYLES */

body, input, textarea
{
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 13px;
    line-height: 180%;
}

body{
	padding: 20px;
}

a{
	color: #10a3cd;
}

a:hover{
	color: #3366FF;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

h3
{
    font-size: 19px;
    font-weight: normal;
    color: #10a3cd;
    margin: 12px 0px;
}

div#contacts h3
{
    margin: 10px 0px;
}

h3 a
{
    color: #10a3cd;
}

h3 a.open
{
    text-decoration: none;
    color: #095f78;
}

h4{	
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px;	
	color: #095F78;
}

h5{
	font-weight: normal;
	margin: 12px 0px 0px 0px;
	color: #095F78;
}

h5 a{
	color: #095F78;
}

p.doc, p.pdf, p.png, p.vsd{
	margin: 3px 0px;
	padding-top: 7px;
	padding-left: 40px;	
	height: 23px;	
	background-repeat: no-repeat;	
}

p.doc{
	background-image: url(/files/7612/4866/1377/word.png);
}

p.pdf{
	background-image: url(/files/1512/4866/1364/pdf.png);
	margin-bottom: 15px;
}

p.png{
	background-image: url(/files/2212/4866/1349/png.png);
}

p.vsd{
	background-image: url(/files/4612/4866/1336/visio.png);
}

p
{
	margin-bottom: 15px;
}

ul,ol{
	margin-top: -10px;
	margin-bottom: 22px;
}

ul, ul li{	
	list-style: none;			
}

ol, ol li{	
	list-style: decimal;
}

/*
ul li, ol li{		
	margin-bottom: 0px;
}*/

ul li{
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 20px;
}

ol li{
	margin-left: 20px;
}

div#ccm-page-controls-wrapper ul,ol{
	margin: 0px;
}

div#ccm-page-controls-wrapper ul li{
	padding: 0px;
	background: none;
}
