/* CSS Document */

/*//////////////// created by John Benedict ////////////////*/
/*/////////////// john@benedictgraphico.com ////////////////*/

@import "reset.css";
@import "nav.css";

/*
 * Reds
 * ------------------------
 * Regular      :   #b22229
 * Light		:	#f7e8e9
 * 
 * Greens
 * ------------------------
 * Regular      :   #030
 * Light		:	#e9f2e8
 * 
 * Purples
 * ------------------------
 * Body BG  	:   #003
 * Text		  	:   #006
 * Light		:	#e5e5ef
 *
 */

html, body 		{ }

body    		{ margin: 0 auto; background: #003 url(../imgs/global/body-bg.gif) repeat-x;
				font-family: Myriad, Helvetica, Arial, sans-serif; text-align: center; }

a				{ color: #300; }
a:hover			{ text-decoration: none; }

form input		{ vertical-align: middle; color: #006; }

#wrap			{ margin: 0 auto; text-align: left; width: 785px; }
#page			{ float: left; margin: 0 0 25px; background: #fff; color: #006; }


/* HEADER
-------------------------------------------------------------------------------- */
#header			{ float: left; margin: 0 10px; width: 765px; }

#header h1		{ text-indent: -9999px; font-size: 0; line-height: 0; }
 
#header h1 a	{ float: left; background: url(../imgs/global/HTC-logo.gif) no-repeat; 
				width: 255px; height: 125px; display: block; }

#topBanner		{ float: left; margin: 10px 0 0 5px; padding: 15px 0 5px;
				width: 505px; height: 65px; text-align: center; }


/* CONTENT
-------------------------------------------------------------------------------- */
#content		{ float: left; margin: 0 10px; width: 765px; }


/* FOOTER
-------------------------------------------------------------------------------- */
#footer			{ float: left; margin: 0 10px 15px; width: 745px; padding: 10px;
				background: #f7e8e9;
				font: normal 10px/15px Verdana,sans-serif; }

#footerLeft,
#footerRight	{ float: left; width: 50%; }

#footer a		{ text-decoration: none; }
#footer a:hover	{ text-decoration: underline; }

#footer ul		{  }
#footer p		{  }
#footer li		{ list-style: none; display: inline; }
#footer li a	{ float: left; display: block; 
				padding-right: 5px; margin-right: 5px; border-right: 1px solid;  }

#footerRight	{ text-align: right; }
#footerRight ul	{ float: right; }

.noBrdr			{ border: none !important; 
				padding-right: 0 !important; margin-right: 0 !important;  }
