﻿/* ********************/
/* *	General		* */
/* ********************/
html, body, blockquote, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, dt, dd, input, i
{
	margin:0;
	padding:0;
}

body
{
	background:#fff;
}

a
{
	color:#325f6e;
	text-decoration:underline;
}

p em 
{ 
	font-family:Georgia, Tahoma, Arial;
	font-style:italic; 
	font-size:123%; 
	color:#5c5c5c;
}

em 
{ 
	font-family:Georgia, Tahoma, Arial;
	font-style:italic; 
	font-size:123%; 
	color:#5c5c5c;
}

h1
{
	font-family:Arial;
	font-size:201.5%;
	font-weight:bold;
	color:#455560;
	text-decoration:none;
}

h2
{
	font-family:Arial;
	font-size:138.5%;
	font-weight:bold;
	color:#455560;
	text-decoration:none;
}

h3
{
	font-family:Arial;
	font-size:116%;
	font-weight:bold;
	color:#455560;
	text-decoration:none;
}

h5
{
	font-family:Arial;
	font-size:116%;
	font-weight:bold;
	color:#455560;
	text-decoration:none;
}

.noDottedHead
{
		
}

strong
{
	font-weight:bold;
}

p
{
	margin-bottom:5px;
}

ul
{
	/*overflow:auto;*/
	list-style-type:none;
	padding-left:0;
	margin-left:15px;
	margin-bottom:10px;
}

ol
{
	overflow:visible;
}

ui-tabs-panel ul
{
	list-style-type:none;
	padding-left:0;
	margin-left:15px;
	margin-bottom:10px;
}

ul li
{
	background:url(/Templates/Images/bullet.gif) 0 5px no-repeat;
	padding-left:12px;
	font-family:Arial;
	color:#5c5c5c;
}

.rightcolumn ol li
{
	background:url(/Templates/Images/bluebg.gif) 0px 0px no-repeat;
	list-style-type:decimal;
	list-style-position:inside;	
	font-family:Arial;
	color:#fff;
	margin-left:15px;
	padding-bottom:3px;
	padding-left:4px;
}

ol li
{
	list-style-image:none;
	list-style-type:decimal;
	list-style-position:outside;	
}

ol li span
{
	color:#5c5c5c;
}
.floatdivider
{
	width:100%;
	height:1px;
	clear:both;
}

.clearfix:after {
/* Clearfix, as described on http://www.positioniseverything.net/easyclearing.html */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
