/* Start of CMSMS style sheet 'typography' */
/*
--- GLOBAL
*/

*
{
	border: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}

body
{
	font-family: times new roman, georgia,times, serif;
	font-size: 0.9em;
	color: #303431;
}





/*
---TYPOGRAPHY
*/
h1
{
	font-size: 1.6em;
  	margin: 1em 0;
}

h2
{
	font-size: 1.6em;
	line-height: 1.25em;
	margin: 0 0 1.2em -65px;
	color:#E1AA57;
	text-transform: uppercase;
	font-family: georgia,times new roman, times, serif;
	font-weight: normal;
}
p+h2,ul+h2 {margin: 1.2em 0 0.5em 0;}

h3
{
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
	color:#E1AA57;
	font-family: georgia,times new roman, times, serif;
}


h4
{
	font-size: 1em;
	margin: 0 0 0.3em 0;
	color: #A5BC3A;
	font-family: georgia,times new roman, times, serif;
}


p
{
	margin: 0 0 0.6em 0;
	/*text-indent: 3em;*/
}

/*
--- LISTS
*/

ul
{
	margin: -0.3em 0 1em 1em;
	list-style: none;
}
p+ul {margin-top: -1em;}
ul li
{
	
	margin: 0.3em 0;
	font-size: 0.9em;
	line-height: 1.3em;
	list-style-image: url(../img/list_bullet.gif);
}

ol {
	margin: 1em 0 1em 1em;
line-height: 1.3em;
}

ol li 
{
	/*overflow: hidden;*/
	margin: 0.4em 0 0.4em 0.8em;
	padding: 2px 2px 2px 0.5em;
	font-size: 0.9em;
}



.hr
{
	border: none;
	background: red url(../img/hr_map.gif) 0 0 repeat-x;
	height: 5px;
	margin: 1em;
	clear: both;
}
.hr hr {display: none;}

hr.thin
{
margin: -0.3em 0 0.5em 0;
}

hr.black
{
border-color: #000;
}


dt
{
	float: left;
	clear: left;
	font-weight: bold;
	margin: 0 0 1em 0;
        width: 55px;
color: #E21C23;
}

dd {
display: block;
margin: 0 0 1em 0;
padding-left: 55px;
}
/*
--- LINKS
*/

a
{
	color: #C9903C; 
        font-weight: bold;
	text-decoration: none;
        padding: 0 2px;
}
a:hover
{
color: #FFF;
background: #E1AA57; 
}

a:active
{
outline: none;
}

a img {border: none;}

:focus
{-moz-outline-style: none;}

blockquote
{

}


blockquote p
{

}

input, select
{
font-size: 11px;
}




/* End of 'typography' */

