/* Begin Global Settings
==================================================================================================== */


* { margin: 0; padding: 0; }
body { background: #f5f6f7 url(/images/background.gif) repeat-x; font: normal 12px "Arial", sans-serif; font-weight:200; }
img { padding: 0px; margin: 0px; border: none; text-align: center;}

a:link { text-decoration: underline; color : #ff0000; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #ff0000; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: underline; color : #ff0000; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #333366; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif, "Arial Black" ; }




#Container {
	width: 980px;
	margin: 0 auto;
}



/* Header 
==================================================================================================== */

#Header {
	background:url(/images/header-bg.png) no-repeat top;
	height:200px;
	width:980px;
	display:block;
} 
#Header .logo { }
#Header h1 { font-size: 16px; font-weight:300; margin-top:10px; }
#Header h2 { font-size: 14px; font-weight:200; margin-top:5px; color:#555 }


/* Content 
==================================================================================================== */

#Content {
	margin-top:10px;
} 
#Content .JoinUs { font-family:"Trebuchet MS" , Arial; font-size:34px; font-weight:100; height:80px; font-stretch:extra-expanded; text-align:center; }

#Content .box1, .box2, .box3 { background-repeat:no-repeat; width:255px; height:113px; padding:90px 25px 0px 20px; float:left; }

#Content .box1	{  margin:0 20px 0 0;  }
#Content .box2 	{  margin:0 20px 0 20px;  }
#Content .box3 	{  margin:0 0 0 20px;  }

#Content .box1	{ background:url(/images/box1.png) top; }
#Content .box2 	{ background:url(/images/box2.png) top; }
#Content .box3 	{ background:url(/images/box3.png) top; }

#Content .box1:hover { background:url(/images/box1.png) bottom; }
#Content .box2:hover { background:url(/images/box2.png) bottom; }
#Content .box3:hover { background:url(/images/box3.png) bottom; }

#Search { margin-top:20px; }

#Search .search { background:url(/images/form-input.png) left; float:left; height:20px; width:153px; padding:10px; border:none; margin:0; display:inline; }
#Search .button { border:none; float:left; }

/* Footer 
==================================================================================================== */

#Footer { float:left; width:980px; margin: 50px auto; color:#9a9a9a; clear:both; }