/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* global elements
 * ------------------------------------------------------------------------- */

body { 
	background: #DBE4B5 url("images/bg-body.jpg") left top repeat-x;
	text-align:left; 
	font:12px/16px Arial, Verdana, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1 span,h2 span,h3 span	{ display:none; }

a:link, a:visited { color:#530303; text-decoration:none; outline:none; }
a:hover, a:active { color:#530303; text-decoration:underline; outline:none; }

/* global classes
 * ------------------------------------------------------------------------- */

div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-left { float:left; margin:2px 12px 12px 0; }
img.img-right { float: right; margin: 2px 0 12px 12px; }
	 
p.top { text-align:right; display:block;}

p.quote { background-color: #EFE9D1; border: 1px solid #CCCCCC; padding:15px;
               font-size:12px; font-weight:normal; font-style:italic; letter-spacing:0px; font-family: Georgia, Palatino, Linotype, serif; color:#000; }
			   
			   
/* Main framework
 * ------------------------------------------------------------------------- */

#wrap { background: url("images/bg-wrap.jpg") left top repeat-y; width:965px; margin:0 auto; text-align:left; }

#masthead { background: url("images/masthead.jpg") left top no-repeat; height:66px; width:965px; }

        #usana { background: url("http://teammcnamara.com/assets/images/usana-logo.gif") left top no-repeat; width:142px; height:38px; float:right; margin:8px 5px 0 0; }

	#contact { background: url("images/btn-contact.jpg") left top no-repeat; width:204px; height:47px; float:right; margin:5px 20px 0 0; }
	
	#search { float:right; margin:20px 20px 0 0; }

#flash { height:204px; width:965px; }
	#l-spacer { background: url("images/lft-spacer.jpg") left top no-repeat; width:11px; height:204px; float:left; }
	#mov { background: url("images/02.jpg") left top no-repeat; width:942px; height:204px; float: left; }
	#r-spacer { background: url("images/right-spacer.jpg") left top no-repeat; width:12px; height: 204px; float:left; }


#spacer { background: url("images/top-spacer.jpg") left top no-repeat; height:15px; width:965px; }

#login { background: url("images/signin-box.jpg") left top no-repeat; height:213px; width:475px; color:#fff; }

.logout { padding:0px 0 0 20px; }

#column-left { width:226px; float:left; }

    img.img-ladd { padding-left: 25px; }

	#column-left p { padding:5px 25px 5px 25px; }
	
	
	#column-left ul { margin:5px 10px 5px 0px; }
	#column-left ul li { background:transparent url("images/list-style.jpg") 0px 6px no-repeat; padding-left:12px; color:#2e75c1; }
	

#column-right { width:739px; float:left; }

	#column-right table { padding:0 0 0 10px; }
	
	#sub { padding: 0 0 0 10px; }

	img.btns { padding-bottom:10px; }

	#column-right h1 { font:22px/18px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; color:#921A1A; padding:10px 0 10px 10px; }

        #column-right h2 { font:16px/14px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; color:#921A1A; padding:10px 0 10px 10px; }

    
	
	#column-right p { padding:5px 10px 5px 10px; }
	
	img.hr { padding:5px 0 15px 15px; }

#page-footer { background: url("images/page-footer.jpg") left top no-repeat; width:965px; height:20px; clear:both; overflow:hidden; }



/* Footer
 * ------------------------------------------------------------------------- */
 
#footer { width:965px; text-align:center; margin:0 auto; padding:25px 0 75px 0; }
#footer a:link, #footer a:visited { text-decoration:none; color:#530303; }
#footer a:hover, #footer a:active { text-decoration:underline; color:#530303; }
#footer p { text-decoration:none; color:#666666; font-size:0.9em; padding-left:10px; }

#footer ul.footer { margin-bottom:15px; font-size:1.0em; font-family:Arial, Helvetica, sans-serif; }
#footer li { padding: 0 5px 0 7px; display:inline; border-left: 1px solid #CCCCCC; }
#footer li.first { border: none; } 


/* Quick Contact Form
 * ------------------------------------------------------------------------- */

form { width:200px; }
	
form p	{ font-size:10px; }

form br { line-height:0; /* defaults vertical spacing between fields */}
	
input.signin, textarea, { 
	background-color:#FFF !important; 
	border:2px solid #E7DFC7;
	color:#3E3E3C;
	width:200px; 
	height:18px; 
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:10px;
	}

input.submit-image { 
	background: transparent url("images/btn-submit.gif");
	width:54px; 
	height:20px; 
	border:none; 
	cursor:pointer; 
	}