/* Universal Browser Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* Global Universal */
.clear 	{ clear: both; }
.hide 	{ display: none; }
.left	{ float: left; margin: 0px 0px 0px 0px; }
.right	{ float: right; margin: 0px 25px 0px 0px; }
.center { margin:0px auto; }
.img_link { width: 100%; height: 100%; display: block; }
.txt_left	{ text-align: left; }
.txt_right	{ text-align: right; }
.txt_xlarge	{ font-size: 60px; font-family: Georgia, Times, Serif; font-style: italic; font-weight: bold; color: #999; position: relative; top:5px; left:0px; }

/* Global Element Specific */
img.image_right { float: right; margin: 0px 0px 25px 25px; }
img.image_left { float: left; margin: 0px 25px 25px 0px; }
span.small_text { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#666666; }
a.small_link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#666666; }
img.thumb_image { width: 100px; }
img.small_image { width: 200px; }
img.med_image { width: 300px; }
ul.arrow { width: 85%; margin: 35px 15px 0px 45px; }
li.blank { margin: 0px 0px 30px 0px; padding: 0px 0px 0px 40px; color: #404040; font-size: 16px; line-height: 24px; letter-spacing: 1px; }
li.arrow { background: url(../images/elements/list_arrow.png) 0px 0px no-repeat; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 40px; color: #404040; font-size: 16px;  line-height: 24px; letter-spacing: 1px; }
