/*=====================
Colours:

blue: #0354A0;
red	: #CC1305;
lighter Red : #ED1C24
purple : #524FA1;
orabge : #FDB913;


/*======================
HEADINGS
========================*/
h1
{ 
	position		: relative;		/* enable background to be full col width*/
	left			: -10px;
	width			: 100%;
	color			: #ffffff; 
	background		: #0354A0; 
	font-size		: 15px; 
	font-weight		: bold;
	font-style		: italic;
	padding			: 0.3em 10px 0.3em 10px;  
	margin			: 0 0 .7em 0em;	/* bottom margin to space text */	
}

h2
{ 
	position		: relative;		/* enable background to be full col width*/
	left			: -10px;
	width			: 100%;
	color			: #888; 
	background		: #eee; 
	font-size		: 14px; 
	/*font-weight		: bold;*/
	font-style		: italic;
	padding			: 0.2em 10px 0.2em 10px;   
	margin			: 0 0 .7em 0em;	/* bottom margin to space text */	
}

h3
{ 
	color			: #444; 
	font-size		: 14px; 
	font-weight		: 700; 
	margin			: 0 0 .7em 0em;	/* bottom margin to space text */	
}

h4, h5, h6
{
	font-size		: 13px; 
	font-weight		: 700; 
	color			: #555; 
	margin			: 0 0 .7em 0em;	/* bottom margin to space text */	
}

/*======================
LINKS
========================*/
a
{
	color:#ea6300;
}
a:hover
{
	color:#ea9251;
}
a:visited
{

}

/*======================
PARAGRAPHS
========================*/
p
{
	color			: #333;	
	font-size		: 11.5px;
	margin			: 0 0 0 0;	
	line-height		: 1.4em;
	margin			: 0 0 1.2em 0em;	/* bottom margin to space text */
}

/*======================
STRONG/B EM/I
========================*/
strong, b
{
font-weight:700;
}
i
{
font-style:italic;
}

em
{

font-weight:bold;
}

/*======================
UNORDERED LIST
========================*/
ul
{
	list-style	: url(../images/styles/bulletBlueDisc.gif);
	color		: red;	
	margin		: 0 0 .7em 2em;	/* bottom margin to space text */	
}
ul li
{
	color:#333333;
	padding : 0.2em 0;
}
/*======================
ORDERED LIST
========================*/
ol
{
	list-style	:decimal;
	color		:#333333;
	margin		: 0 0 .7em 2em;	/* bottom margin to space text */	
}
ol li
{
	color		:#333333;
}
/*======================
DEFINITION LIST
========================*/
dl
{
	margin		: 0 0 .7em 2em;	/* bottom margin to space text */	
}
dt
{
	background		:url(../images/styles/roundQuote.png) no-repeat;
	display			: block;
	margin			:0.5em 0 0.5em 0;
	padding-left	:23px;
	font-size		:14px;
	font-weight		:700;
	text-decoration	:none;
	color			:#333333;
}
dd{ margin-left:23px; color:#333333;  }

/*======================
MISC
========================*/
blockquote
{ 
	background		: url(../images/styles/openquote.gif) no-repeat 5px 0px; 
	color			: #666; 
	border-left		: 6px solid #ccc;
	font-size		: 120%;
	margin			: 1.5em 0.6em;
	padding			: .5em 2em .5em 2em;
	quotes			: "\201C""\201D""\2018""\2019";
}


.pullquote {
	/*width: 25%;*/
	border : none;
	float:right;
	line-height:130%;
	margin:10px;
	background: url(../images/styles/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 0px 5px 5px;
}
.pullquote:first-letter {
	background: url(../images/styles/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}



abbr
{ 
	border-bottom:dotted #000 1px;  
}

acronym
{ 
	border-bottom:dotted #000 1px; 
}

sub
{ 
	font-size:10px; 
	line-height:1.5; 
	vertical-align:bottom; 
}

sup
{ 
	font-size:10px; 
	line-height:1.5; 
	vertical-align:top; 
}

code{ }

small
{ 
	font-size:11px 
}

/* FORM */
label
{
	color: #333;
	font-weight: bold;
}

.form-item
{
	margin-bottom: 16px;
}

.form-item .description
{
	color: #666;
}

.form-item label
{
	display: block;
	padding-bottom: 4px;
}

.form-item input
{
	margin-bottom: 4px;
}

legend
{
	color: #EA6300;
	padding: 0 0 8px 0;	
	font-weight: bold;
}

input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
}







