/*==============================
	RESETS 
================================*/
html, body, form, fieldset, input, textarea, dl, dt, dd, th, td, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul,  dl, address, div {margin:0; padding:0;}

img, table, fieldset {border:0;}

address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}

h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}

/* ==============================
	GLOBALS 
=================================*/

/* Not a core styles but placed here so CMS adds to very top of WYSIWYG image insert CSS styles list */
.contentImage {margin:-32px 0 0 0; *margin:-36px 0 0 0;} 
.contentImage2 {margin:-59px 0 0 0; *margin:-70px 0 0 0;} 
.contentImage3 {margin:-107px 0 0 0; *margin:-104px 0 0 0;} 

.centered {text-align:center;}	
.alignRight {text-align:right;}
.floatLeft	{float:left;}	
.floatRight {float:right;}
.clear {clear:both; height:0px; font-size:1px; line-height:1px;}
	
a {color:#6D9BB6; text-decoration:none;}
a:hover {color:#6D9BB6; text-decoration:underline; }
/*hack:stops ff/mozilla dotted line around links, doesn't validate */
:focus {-moz-outline-style: none;} 

.largerer {font-size: 16px; margin-bottom:10px; font-weight:bold;}
.larger {font-size: 14px; font-weight:bold;}
.smaller {font-size: 11px;}
.smallest {font-size: 10px;}
.bold { font-weight:bold }

.dottedLine { height:1px; line-height:1px; margin:0 0 10px 0; font-size:1px; background: url(../images/bg_dotted.png) repeat-x; width:100%;}
.dotted {height:1px; line-height:1px; width:100%; padding:1px 0; margin:0; clear:both; background: url(../../home/_images/dotted-horiz-line.gif) repeat-x; }

/* skip */
#skipToContent {position:absolute; padding:0; margin:0; height:0; text-indent:-9999px; display:block;}

.pharkTitle {display:block; text-indent:-9999px;}
.pharkLink a {display:block; text-indent:-9999px;}

#rightColumn .pharkLink a{
  text-indent:0px;
}

.white {color:#fff;}
.red {color:#cc0000;}
.orange {color:#F37122;}

a.arrowLink  {padding:0 12px 0 0; color:#AE8633; font-weight:bold; text-transform:uppercase; background:url('../images/icon_arrow_small-blue.png') right 3px no-repeat;}
	a.arrowLink:hover {text-decoration:underline;}