@charset "UTF-8";
/* CSS Document

Customised version of Eric Meyer's reset & YUI Base

==============================================================================*/
html, body {
    height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.hidden{ display:none!important;visibility:hidden}

label,button{ cursor:pointer}

img { display: block;}

/* remember to define focus styles! */
:focus { outline: none;}

/* remember to highlight inserts somehow! */
ins { text-decoration: none;}
del { text-decoration: line-through;}
 
 
/*==========================================================*/
/*---------------      Custom Begins     -------------------*/
/*==========================================================*/

body { font-family: Myriad Pro, Helvetica, Verdana, Geneva, sans-serif; font-size: 16px;}
body p { line-height: 18px}
#container { width: 960px; margin: 0 auto; position: relative}

/*  Shorts
==============*/
.lefty { float: left}
.righty { float: right}
.centerTxt { text-align: center}
.centerMe { display: block; margin: 0 auto}
.clearMe { 
	display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0%;
    padding: 0;
    margin: 0;
}