/*** this file gets loaded into the tiny mce editor, and the front end.
put anything you want to look the same in both in this file ***/

h1,h2,h3,h4,h5,h6,p{margin:0; padding:0;}

/***** ############## SANS-SERIF STYLE ##################### *******/

body {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size:16px;
	color: #555;
	background-color:#fff;
}

a
{
	text-decoration:none;
	font-weight:bold;
}


h1,h2,h3,h4,h5,h6
{
	clear:both;
	font-weight:bold;
	font-family:'Open Sans', Arial;
}

h1 {	font-size:30px; padding: 0px 0 20px;  line-height:36px;     font-weight:bold; }
h2 {	font-size:23px; padding: 10px 0 10px; line-height: 31px;    font-weight:normal; }
h3{     font-size:18px; padding: 15px 0 10px; line-height:27px;     font-weight:bold;}
h4,h5,h6{     font-size:16px; padding: 15px 0 10px; }

p,ul,ol
{
    color:#7c7c7c;
	font-size:16px;
	line-height: 24px;
}

p{	margin-bottom:10px; }

ul,ol
{
    padding: 0 0 0 20px;
    margin:0 0 20px 0;
}

hr
{
    float: left;
    width: 100%;
    height: 0px;
    color: #d9d9d9;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-bottom: 0px;
    padding:0;
    margin: 10px 0 20px;
}
blockquote
{
    padding:0 45px;
    margin:30px;
    background-image:url(/AppImages/quote_start.png), url(/AppImages/quote_end.png);
    background-position: left top, right bottom;
}
blockquote,
blockquote p
{
    font-size:23px;
    font-style:italic;
    line-height:31px;
}



/***** ############## SERIF STYLE ##################### *******/
/*
body {
	font-family: Georgia, Serif;
	font-size:14px;
	color: #555;
	background-color:#fff;
}

a
{
	text-decoration:none;
	font-weight:bold;
}


h1,h2,h3,h4,h5,h6
{
	clear:both;
	font-weight:bold;
	font-family: Georgia, Serif;
	text-align:center;
}
h1 	
{
    font-size: 40px;
    padding: 0px 0 20px;
    line-height: 56px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
h2 
{	
    font-size: 18px;
    padding: 10px 0 10px;
    line-height: 26px;
    font-weight: normal;
    font-style: italic;
    margin: 20px 0;
}
h3{     font-size:16px; padding: 15px 0 10px; line-height:27px;     font-weight:bold; }
h4,h5,h6{     font-size:16px; padding: 15px 0 10px; font-weight:normal; }

p,ul,ol
{
    color:#7c7c7c;
	font-size:16px;
	line-height: 24px;
}

p{	margin-bottom:10px; }

p:first-child:first-letter
{
    font-size:34px;
    background-color: #666666;
    color:#ededed;
    display:inline-block;
    float:left;
    text-align: center;
	line-height:47px;
	margin:0 10px 0 0;
	width:50px;
	height:47px;
	padding:0;
}

ul,ol
{
    padding: 0 0 0 20px;
    margin:0 0 20px 0;
}

ul
{
    list-style-image: url(/AppImages/ul_bullet.png);
}

hr
{
    float: left;
    width: 100%;
    height: 4px;
    color: #d9d9d9;
    background-color:#fff;
    border: 0px none;
    border-bottom: 0px;
    padding:0;
    margin: 10px 0 20px;
    background-image: url(/AppImages/hr_dotted.gif);
    background-repeat: repeat-x;
}
blockquote
{
    padding:100px 25px 100px;
    margin:30px 0;
    background-image:url(/AppImages/quote_start.gif), url(/AppImages/quote_end.gif);
    background-position: center 15px, center bottom;
    background-color: #ededed;
}
blockquote,
blockquote p,
blockquote p:first-child:first-letter
{
    font-size:23px;
    font-style:italic;
    line-height:31px;
    font-weight: bold;
    text-align: center;
    float:none;
    color:#666666;
}

blockquote p:first-child:first-letter
{
    background-color: transparent;
	margin:0;
	padding:0;
}



*/




/***** EXTRAS ******/
.icon_pdf
{
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding-left:35px;
    background-image: url(/AppImages/icon_pdf.png);
    background-position: left top;
    min-height:35px;
    background-repeat: no-repeat;
    color:#7c7c7c;
    font-size:16px;
    font-weight: bold;
}
.icon_pdf em
{
    font-size:12px;
	color:#000;
	font-style: normal;
}

.icon_pdf:hover
{
    opacity:0.8;
}