/* CSS Reset */
* { margin:0; padding:0; }
body {
    background:#59d3fa url(images/body_bg.jpg) repeat-x 0 0;
}
#container {
	width:1024px;
	margin:0 auto;
}
#header {
	height:139px;
	width:960px;
	margin:90px auto 0 auto;
}
#header h1 {
	display:block;
	float:left;
	width:200px;
	height:139px;
	background:url(images/logo.png) no-repeat 0 0;
	text-indent:-10000px;
	background-position: center;
}
#header h1 a {
  display:block;
  width:100%;
  height:100%;
}
#header ul {
	display:block;
	float:right;
	width:750px;
	height:100px;
	list-style:none;
}
#header ul li {
	display:block;
	float:left;
	height:125px;
}

/* Menu bar items with hover rollOver commands*/

#home {
  width:144px;
  background-image: url(images/home.jpg);
  
}
#about {
  width:125px;
  background-image: url(images/news.jpg);
}
#art {
  width:96px;
  background-image: url(images/art.jpg);
}
#shop {
  width:121px;
  background-image: url(images/shop.jpg);
}
#jobs {
  width:96px;
  background-image: url(images/jobs.jpg);
}
#email {
  width:155px;
  background-image: url(images/email.jpg);
}
#header ul li a {
  display:block;
  width:100%;
  height:100%;
}
#home a:hover {
	background:url(images/home.jpg) no-repeat 0 -125px;
}
#about a:hover {
  background:url(images/news.jpg) no-repeat 0 -125px;
}
#art a:hover {
  background:url(images/art.jpg) no-repeat 0 -125px;
}
#shop a:hover {
  background:url(images/shop.jpg) no-repeat 0 -125px;
}
#jobs a:hover {
  background:url(images/jobs.jpg) no-repeat 0 -125px;
}
#email a:hover {
  background:url(images/email.jpg) no-repeat 0 -125px;
}

/* main image body*/

#imageContainer {
	height:450;
	width:960;
	margin:0px 0 0 30px;
}
.leftImage {
	width:270px;
	height:450px;
	float:left;
	margin:0px 0px 0 12px;
	background-position: bottom;
	background-image: url(images/mobile-bg.jpg);
}
.leftImage p {
	font:bold 20px Verdana, Geneva, sans-serif;
	color:#289;
}

/*content box */

.rightImage {
	width:675px;
	height:450px;
	float:left;
	margin:0px 0px 0 0px;
	background-image: url(images/mobile-bar.jpg);
}
.rightImage h3 {
  font:bold 15px Verdana, Geneva, sans-serif;
  color:#ffffff;
  text-transform:uppercase;
  margin:20px 0px 0 70px;
}
.rightImage p {
  font:normal 12px/18px Verdana, Geneva, sans-serif;
  color:#0c3b4a;
  margin:50px 30px 0 172px;
}

/*content box subjects*/

/*Other news subject - calstate lecture*/
#calSubjects {
	width:450px;
	height:375px;
	float:left;
	margin:20px 0px 0px 18px;
}
.calSubject {
	width:390px;
	height:350px;
}
.calSubject h3 {
  font:bold 12px Verdana, Geneva, sans-serif;
  color:#0f83bc;
  text-transform:uppercase;
  margin:0px 0 0 30px;
}
.calSubject p {
	font:normal 11px/18px Verdana, Geneva, sans-serif;
	color:#0c3b4a;
	margin:0px 0px 0px 0px;
	text-align: left;
}
.calSubject h5 {
	font:normal 14px/18px Verdana, Geneva, sans-serif;
	color:#999;
	margin:5px 0px 0px 0px;
	text-align: center;
}
#wpimages {
	width:300px;
	height:50px;
	float:right;
	margin:10px 0px 0px 30px;
}
.wphalloween {
	width:180px;
	height:350px;
	float: right;
	margin: 20px 20px 0 0;
}
.wphalloween h3 {
  font:bold 12px Verdana, Geneva, sans-serif;
  color:#0f83bc;
  text-transform:uppercase;
  margin:5px 0 0 20px;
}
.wphalloween p {
	font:normal 12px/18px Verdana, Geneva, sans-serif;
	color:#0c3b4a;
	margin:0px 0px 0 20px;
	
}

/*Bottom row of buttons*/


.box {
	width:320px;
	height:185px;
	float:left;
	margin:0px 0 0 0px;
}
.box h3 {
  font:bold 18px Verdana, Geneva, sans-serif;
  color:#0f83bc;
  text-transform:uppercase;
  margin:30px 0 0 172px;
}
.box h5 {
  font:bold 15px Verdana, Geneva, sans-serif;
  color:#0f83bc;
  text-transform:uppercase;
  margin:30px 0 0 172px;
}
.box p {
  font:normal 12px/18px Verdana, Geneva, sans-serif;
  color:#0c3b4a;
  margin:5px 30px 0 172px;
}
.colores {
	display: block;
	width: 320px;
	height: 185px;
	background: transparent url(images/box2.jpg) no-repeat;
}
.colores:hover { 
    background-position: 0 -181px; 
}
.testimonial {
	background-image: url(images/testimonial.jpg);
}
.testimonial:hover { 
    background-position: 0 -181px; 
}
.mobile {
	display: block;
	width: 320px;
	height: 185px;
	text-indent:30px;
	background-image: url(images/mobilebox.jpg);
}
.mobile:hover { 
    background-position: 0 -181px; 
}
/*--------------------------------------------Mobile Upload Form*/
#mobileUpload {
	width:250px;
	height:350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.imageCode {
	background-color:transparent;
	border:none;
	width:220px;
	height:25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font:bold 15px Verdana, Geneva, sans-serif;
	color:#5F521D;
}
.cellNumber {
	background-color:transparent;
	border:none;
	width:220px;
	height:25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font:bold 15px Verdana, Geneva, sans-serif;
	color:#5F521D;
}
.cellCarrier {
	background-color:transparent;
	border:none;
	width:220px;
	height:25px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font:bold 15px Verdana, Geneva, sans-serif;
	color:#5F521D;
}
.cellEmail {
	background-color:transparent;
	border:none;
	width:220px;
	height:25px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font:bold 15px Verdana, Geneva, sans-serif;
	color:#5F521D;
}
.Contactform_SubmitBtn {
	width:69px;
	height:25px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	background-color: #FFF6E4;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color:#5F521D;
}

/*--------------------------------------------Footer text and text box*/
#leftCol {
	width:960px;
	float:left;
	margin:10px 0 0 10px;
}
#leftCol h2 {
  font:bold 20px/24px Verdana, Geneva, sans-serif;
  color:#094e64;
}
#leftCol p {
  font:normal 14px/20px Arial, Helvetica, sans-serif;
  color:#094e64;
  margin-top:10px;
}
#newsletter {
	position:relative;
	width:320px;
	height:110px;
	float:left;
	margin:10px 0 30px 0;
	background-image: url(images/newsletter_bg.jpg);
}
#newsletter label {
	font:bold 16px Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	margin-top:10px;
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
}
#emailInput {
	position:absolute;
	top:54px;
	left:5px;
	width:200px;
	margin:0px 0 0 30px;
	font:bold 20px Verdana, Geneva, sans-serif;
	color:#289;
	border:0;
	background-color:transparent;
	border:none;
}
#submitButton {
  position:absolute;
  top:43px;
  right:27px;
  width:50px;
  height:40px;
  margin-top:5px;
  padding:0;
}
#footer {
  clear:both;
  width:940px;
  border-top:1px dashed #094e64;
}
#footer p {
  margin:15px 0;
  font:bold 12px Arial, Helvetica, sans-serif;
  color:#094e64;
}

