/*------------------------------------------------------------------
> Master Stylesheet

Project:		WES Splash Page
Last change:	10/07/08 (cleanup, MDC)
Assigned to:	Mike Del Cuore (MDC)
Coded by:		3 Roads Media

Notes: Declarations are sorted by order of appearance in a top-down
fashion, so that, e.g., the header will appear near the top of this
document and the footer near the bottom. Code is indented in a
heirarchical fashion to make it easier to read.

------------------------------------------------------------------*/


/*------------------------------*/
/* GLOBALS						*/

* { margin:0; padding:0; }

a:link, a:visited { color:#fff; text-decoration:none; }
a:hover	{ text-decoration:underline; }

body {
	background:url(../images/bg_gradient.png) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	}

h1 {
	font-weight:bold;
	font-size:15px;
	padding-right:25px;
	text-align:right;
	}

img { border:0; }

p { color:#000; }

span { color:#fff; }


/*------------------------------*/
/* STRUCTURE					*/

#wrapper { margin:15px auto 30px; width:926px; }


	/*------------------------------*/
	/* HEADER						*/

	#header {
/*		background:url(../images/bg_logo.png) no-repeat;*/
		height:110px;
		margin-left:15px;
		position:relative;
		}
	#header a { 
/*			background:url(../images/btn_login.png) no-repeat;
			display:block;
			height:50px;*/
			position:absolute;
			right:10px;
/*			text-indent:-9999px;*/
			top:33px;
/*			width:175px;*/
			}


	/*------------------------------*/
	/* MAIN CONTENT					*/

	#main {
		background:url(../images/bg_main.png) no-repeat;
		height:550px;
		padding-left:14px;
		}

	#tagline { color:#fff; font-size:24px; padding:8px 0 8px 5px; }

	#content { background:url(../images/bg_image_main.jpg) no-repeat; height:350px; }


		/*------------------------------*/
		/* CONTACT INFO, ETC.			*/

		#info { margin-top:10px; }
	
		p.quote {
			font:14px "Palatino Linotype", Georgia, serif;
			padding-left:10px;
			position:absolute;
			text-align:left;
			width:320px;
			}
		p.contact { padding:0 25px 12px 0; text-align:right; }

		.email		{ text-decoration:underline; }
		.email span { display:none; }


	/*------------------------------*/
	/* FOOTER						*/

	#footer p { color:#b2b2b2; margin-top:10px; text-align:center; }
