@charset "UTF-8";
/* CSS Document */

html {
	overflow-x: hidden;
	overflow-y: auto; 
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF ;
	/*background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll; */
	background-position:top;
	background: #4c5770 url(../img/background.gif) repeat;
	}

p, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 1.2em; 
	color: #333; 
	valign:top;
}
.break {
	clear: both;
}

a {text-decoration: none; }
a img {border: none;}
a:link, a:visited { color: #229; } 
a:hover {color: #555; background-color: #ccc; /* border-bottom: 1px solid #500; */ }

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #EEE;
	color: #444;
}

.inputClear {
	background-color: #ddd;
}

hr { color:#999999; }

ul, ol {list-style: none;}


/************ PAGE STYLES **************/


#page { width: 620px; 
	left:130px; position:relative; z-index:2;
	top:75px;  
	}
	
#pageWide { width: 800px; 
	position:absolute; z-index:2;
	top:0px;   left:5px;
	}

#logo {position:absolute; top:0px; left:0px;}

#nav { 
	background:#e6e6e6;
	height:60px;
	text-align:center;
	line-height:54px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	color:#444;
	text-decoration:none;
	font-family:Arial,sans-serif;
	font-size:17px;
	border-bottom: 2px solid #ddd;
	 }
#nav p {
	padding-top:24px;
	margin-right:35px;
	text-align:center;
	}
#nav a:link, #nav a:visited {
	color: #56B; 
	padding:4px 10px 4px 12px;
	}
#nav a:hover  { 
	color:#444;
	}

#wideContent {
	top:63px;
	width: 678px;/* height:500px; */
	position:absolute;
	overflow:hidden;
	z-index:5;
	/*height:311px;*/
	font-size:0.825em;
	clear:both;
	left: 46px;
	height: 529px;
}

#content { 
	width: 480px;/* height:500px; */
	position:relative; 
	overflow:visible;
	/*height:311px;*/
	font-size:0.7em;
	clear:both;
	
}

#content img {
	margin-right:10px;
}

#boxes {


}
.box1 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxRubee.png) no-repeat;
	height:180px;
	overflow : auto;
}

.box2 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxTwitch.png) no-repeat;
	height:180px;
	overflow : auto;
	
}

.box3 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxConnie.png) no-repeat;
	height:180px;
	/*overflow : auto; */
}

.box4 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxNoli.png) no-repeat;
	height:180px;
}

.box5 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxMD.png) no-repeat;
	height:180px;
}

.box6 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxCAD.png) no-repeat;
	height:180px;
}
.box7 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxTA.png) no-repeat;
	height:180px;
	font-size:14px;
}

.box8 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxShorty.png) no-repeat;
	height:180px;
}

.box9 {
	padding-left:23px;
	padding-top:42px;
	padding-right:65px;
	background: url(../img/boxWeston.png) no-repeat;
	height:180px;
}


#indent {
	padding-left:15px;

}

#footer { 
	width: 480px;  height: 53px; overflow:visible;
	/* clear:both; */
	position:relative;
	text-align: center;
	font-size:11px;
	/* border-bottom: 2px solid #ddd; */
	
}
#footer p {
	padding-top:34px;
	padding-right:8px;
	padding-left:0px;
	color:#8e8e9f;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color: #56B; 
	padding:3px 9px 2px 10px;
	}
#footer a:hover  { 
	color:#555;
	background-color:#ccc;
	}
	
	

/********************** TEXT STYLES */


h1 { 
	text-align:center;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size:1.6em;
	line-height: 1.2em; 
	color: #333; 
}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size:1.2em;
	line-height: 1.2em; 
	color: #333; }
h3 { 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size:0.8125em;
	line-height: 1.2em; 
	color: #333; 
}
