@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

/****Header****/
#header {
	background-image: url(../img/backgounds/headerBack.jpg);
	background-repeat: repeat-x;
	height: 526px;
	position: relative;
}

#headerContent {
	background-image: url(../img/backgounds/headerContent.gif);
	background-repeat: no-repeat;
	height: 399px;
	width: 989px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#logo {
	float: left;
}


#topInfo {
	width: 969px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 106px;
	margin-bottom: 0px;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}


#phone h1 {
	font-size: 34px;
}


#phone {
	color: #FFF;
	width: 250px;
	position: absolute;
	bottom: 0px;
	right: 2px;
}
.video {
	width: 530px;
	height: 370px;
	position: relative;
	top: 20px;
	left: 20px;
}
.baseball {
	width: 300px;
	height: 365px;
	position: absolute;
	left: 658px;
	top: 25px;
}
.baseball img {
	position: relative;
	left: 30px;
	height: 256px;
	width: 209px;
	margin-left: 15px;
}
.baseball h1 {
	text-align: center;
	margin-top: 5px;
	font-size: 24px;
	color: #FFF;
}


.baseball p {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	line-height: 16px;
}
.video  object{
	height: 290px;
	width: 450px;
	position: relative;
	left: 50px;
	top: 10px;
}
.video h1 {
	font-size: 26px;
	color: #FFF;
	text-align: center;
}
.video p {
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}

/*****Main Content******/

#main {
	background-image: url(../img/backgounds/mainBack.jpg);
	background-repeat: repeat;
	position: relative;
}
#mainContent {
	background-image: url(../img/backgounds/contentBack.png);
	background-repeat: repeat-y;
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}
#mainHeader {
	background-image: url(../img/backgounds/contentHead.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 969px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#mainHeader h1 {
	text-align: center;
	font-size: 28px;
	padding-top: 6px;
}


#mainFooter {
	background-image: url(../img/backgounds/contentFoot.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 993px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-position: bottom;
}
#mainFooter img {
	position: relative;
	top: 10px;
	left: 25px;
}
#footer {
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
}
#footer p {
	color: #FFF;
	font-size: 12px;
	text-align: center;
}




/*****Left Col ******/
.leftCol {
	width: 480px;
	margin-bottom: 10px;
	float: left;
}
.leftCol h2 {
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	padding-left: 30px;
	margin-bottom: 10px;
}
.setup {
	padding-left: 30px;
	margin-bottom: 10px;
}
.steps {
	width: 26px;
	float: left;
	margin-top: 1px;
}

.setupBox {
	float: left;
	margin-bottom: 20px;

}
.setupContent {
	width: 420px;
	float: left;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	background-image: url(../img/backgounds/stepsBack.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.photo {
	width: 360px;
	float: right;
	margin-right: 20px;
	margin-top: 18px;
	margin-bottom: 10px;
}
.photo p {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	float: left;
	line-height: 20px;
}


.number {
	width: 29px;
}

/******Right Col******/


.setup2 {
	padding-left: 35px;
	margin-bottom: 10px;
}

.rightCol {
	width: 480px;
	margin-bottom: 10px;
	float: right;
}
.rightCol h2 {
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	padding-left: 35px;
	margin-bottom: 10px;
}

.ribbon {
	width: 22px;
	float: right;
	margin-top: 1px;
}

.positionBox {
	float: right;
	margin-bottom: 20px;

}
.positionContent {
	width: 420px;
	float: right;
	height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	background-image: url(../img/backgounds/positionsBack.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
	padding-bottom: 10px;
}
.position {
	width: 290px;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 10px;
}
.position p {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	float: left;
	line-height: 20px;
}


.number2 {
	width: 102px;
	float: right;
}
.positionContent form h1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.positionContent form input {
}



/***Contact***/

#contact {
	width: 460px;
	float: right;
	margin-top: 78px;
	height: 450px;
}
.contactBox {
	float: right;
	margin-bottom: 20px;
}
.contactContent {
	width: 420px;
	float: right;
	height: 450px;
	background:#ebf4fb;
	padding-bottom: 10px;
}
.contactContent p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-right: 10px;
	padding-left: 10px;
	width: 280px;
	padding-bottom: 10px;
}
.contactContent h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.contactribbon {
	width: 22px;
	float: right;
}

.myform{
	width:380px;
	padding:14px;
	height: 450px;
}


/*#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}*/
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-left: 225px;
}
.spacer{clear:both; height:1px;}

