@charset "UTF-8";

/* YOUR AUTHENTIC SELF v1.0
	 Global Elements */


/* RESET RELOADED : ERIC MEYER */

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: "" "";
}
/* RESET RELOADED : ERIC MEYER */


body  {
				background: #fff;
				margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
				padding: 0;
}
.global #container {
				width: 950px;
				margin: 0 auto;
				text-align: left; /* this overrides the text-align: center on the body element. */
} 
.global header,
.global .header {
				background: url(/gfx/global-mast-top.png) no-repeat 0px 0px;
				padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
				margin: 0px;
				height: 160px;
				width: 950px;
				text-indent: -9999px;
}
 
.global header h1,
.global .header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.global nav {
				font-family: 'ColaborateThinRegular';
				float: right; /* since this element is floated, a width must be given */
				width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
				padding-top: 15px; /* top and bottom padding create visual space within this div  */
				text-align: right;
				line-height: 2.2em;
				font-size: 0.9em;
				text-transform: uppercase;
				letter-spacing: 1px;
}

.global nav ul#affiliate { margin-top: 25px; }

.global nav a.link,
.global nav a.hover,
.global nav a.active,
.global nav a.visited {
				text-decoration: none;
				color: #59BAEF;
}

a { outline:none; }

a.link { background:transparent url(/gfx/global_a-bg.png) no-repeat -81px bottom; }

.global #mainContent {
				margin: 0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
				background-image: url(/gfx/global-mast-bottom.png);
				background-repeat: no-repeat;
				background-position: 0px 0px;
				width: 699px;
				padding-left: 250px;
				font-family: "Century Gothic", "Helvetica Neue", Futura, sans-serif;
				padding-top: 1px;
} 

.global #mainContent h1 {
				font-size: 1.5em;
				line-height: 1.4em;
}

.global #mainContent img.inset {
				float: right;
				clear: left;
				padding-left: 10px;
}

.global #mainContent #contactHome {
				margin-top: 50px;
				font-size: 1.1em;
				color: #409F40;
				line-height: 1.3em;
}

.global #mainContent #contactHome a#contactMary:link,
.global #mainContent #contactHome a#contactMary:visited {
				text-decoration: none;
				color: #369A37;
}

.global #mainContent #contactHome a#contactMary:hover {
				text-decoration: none;
				color: #369A37;
				border-bottom: 1px dotted #369A37;
}



/* FOOTER : Courtesy MOZILLA THUNDERBIRD */

.global #footer {
				margin-top: 20px;
				height: 345px;
				clear: both;
				text-align: center;
				background-image: url(/gfx/footer-tile.jpg);
				background-repeat: repeat-x;
				background-position: center top;
				background-color: #88A781;
}

* html #footer { height: 345px; }

.global #footer-contents {
				width: 700px;
				text-align: left;
				margin: auto;
				padding-top: 50px;
				padding-bottom: 35px;
				padding-left: 250px;
}

#footer a:link,
#footer a:visited {
				color: #e2e2e2;
				text-decoration: none;
}

#footer a:hover,
#footer a:active {
				color: #D5E7FF;
				text-decoration: none;
				border-bottom: 1px dotted #D5E7FF;
}

#footer-contents[dir=rtl] {
	text-align: right;
}

#footer-menu,
#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#footer-menu li {
				margin: 0 15px 0 0;
				padding: 0;
				list-style-type: none;
				float: left;
				display: inline;
				background: none;
				position: relative;
				width: 155px;
				font-size: 0.8em;
				font-weight: bold;
				font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
				color: #fff;
}

#footer-menu li ul {
	margin: 0.5em 0 2em 0;
}

#footer-menu ul li {
				float: none;
				font-size: 0.9em;
				padding: 0 0 0.4em 0;
				margin: 0;
				font-weight: normal;
				display: block;
				width: auto;
				line-height: 1.2em;
}

#footer #copyright { padding-left: 60px; }

#footer #copyright p {
				font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
				font-size: 0.7em;
				color: #fff;
				line-height: 1.2em;
}

#footer #footer-links { margin-top: 10px; }


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

