@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#F7F7F7;
	}
	
h1{
	font-size:24px;
	font-style:italic;
	}
	
h2{
	font-size:18px;
	font-style:italic;
	margin:25px 0 5px;
	}	
	
.clearboth{
	clear:both;
	}
	
img{
	border:none;
	}	
	
.txtField{
	background:transparent;
	background-image:url(../images/input.jpg);
	background-repeat:no-repeat;
	border:medium none;
	color:#8C8C8C;
	height:18px;
	padding:2px 0 0 10px;
	float:left;
	margin:0 5px;
	}	
	
#header{
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	height:33px;
	}
	
#headerInner{
	margin:0 auto;
	padding:5px 0 0 15px;
	width:915px;
	color:#8C8C8C;
	}

.selected{
	color:#cc2429 !important;
}
	
#headerInner a{
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
	color:#8C8C8C;
}

#headerInner a:link, #headerInner a:visited{
	text-decoration:none;
}

#headerInner a:hover{
	text-decoration:underline;
}
	
#tagline{
	color:#8C8C8C;
	font-size:20px;
	}
	
#login{
	float:right;
	}	
	
#container{
	width:915px;
	margin:0 auto;
	}	

#logo{
	background-image:url(../images/logoBack.png);
	background-repeat:no-repeat;
	height:100px;
	width:904px;
	}
	
#logoImg{
	float:left;
	margin:8px;
	}
	
#logoTxt{
	color:#FFFFFF;
	float:left;
	font-size:28px;
	font-style:italic;
	margin:22px 34px 0;
	}	
	
#video{
	height:356px;
	width:910px;
	margin-left:4px;
	}	
	
#buttons{
	color:#EF4135;
	font-family:Helvetica,Arial,sans-serif;
	font-size:20px;
	line-height:20px;
	margin-left:0;
	}
	
#buttons a:link, #buttons a:visited{
	text-decoration:none;
	color:#EF4135;
	}
	
#buttons a:hover{
	text-decoration:underline;
	}	
	
#reason1{
	background-image:url(../images/reason1Btn.png);
	background-repeat:no-repeat;
	float:left;
	height:116px;
	width:229px;
	}
	
#reason1txt{
	margin-left:20px;
	margin-top:35px;
	width:130px;
	}	
	
#reason2{
	background-image:url(../images/reason2Btn.png);
	background-repeat:no-repeat;
	float:left;
	height:124px;
	width:219px;
	}
	
#reason2txt{
	margin-left:22px;
	margin-top:35px;
	width:140px;
	}	
	
#reason3{
	background-image:url(../images/reason3Btn.png);
	background-repeat:no-repeat;
	float:left;
	height:127px;
	width:229px;
	}
	
#reason3txt{
	margin-left:22px;
	margin-top:35px;
	width:125px;
	}
	
#reason4{
	background-image:url(../images/reason4Btn.png);
	background-repeat:no-repeat;
	float:left;
	height:125px;
	width:229px;
	}
	
#reason4txt{
	margin-left:22px;
	margin-top:35px;
	width:126px;
	}	
	
hr{
	color:#F7F7F7;
	margin:5px 0 30px;
	}
	
#footer{
	text-align:center;
	}
	
#footer p{
	margin:5px 0;
	padding:0;
	}	
	
#redFooter{
	color:#EF4135;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	}
	
#grayFooter{
	color:#404041;
	font-size:11px;
	}
	
#grayFooter a:link, #grayFooter a:visited{
	text-decoration:none;
	color:#EF4135;
	}
	
#grayFooter a:hover{
	text-decoration:underline;
	}	
	
/* Home Page Styles*/

#homeBtns{
	margin-left:6px;
	}
	
.homeInactive{
	background-image:url(../images/homeBtn.jpg);
	background-repeat:no-repeat;
	color:#8C8C8C;
	height:73px;
	width:169px;
	}	

.homeActive{
	background-image:url(../images/homeActive.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:73px;
	width:169px;
	}
	
#homeBtns div{
	margin:5px;
	cursor:pointer;
	}
	
#homeBtns p{
	font-family:Helvetica,Arial,sans-serif;
	margin:0;
	padding:5px 0 0 15px;
	}
	
.buttonTxt{
	color:#EF4135;
	font-size:18px;
	font-weight:bold;
	line-height:17px;
	padding-left:5px;
	}	
	
#introBtn{
	float:left;
	}
	
#reason1Btn{
	float:left;
	}
	
#reason2Btn{
	float:left;
	}
	
#reason3Btn{
	float:left;
	}
	
#reason4Btn{
	float:left;
	}
	
#colLeft{
	float:left;
	width:365px;
	}
	
#colLeft img{
	margin:10px 0;
	}
	
#colLeft p{
	color:#EF4135;
	font-size:15px;
	font-style:italic;
	}	
	
#colRight{
	float:left;
	margin-right:15px;
	margin-top:10px;
	width:530px;
	}
	
#colRight a:link, #colRight a:visited{
	text-decoration:none;
	color:#EF4135;
	}
	
#colRight a:hover{
	text-decoration:underline;
	}	
	
#colRight p{
	margin:25px 0;
	}	
	
/* Contact Form Styles */

.input{
	margin:5px 0;
	}

#contactUs{
	color:#959595;
	}
	
#contactUs p{
	color:#FFFFFF;
	float:left;
	font-size:18px;
	margin-top:42px;
	}
	
#contactUs img{
	float:left;
	}	
	
#contactUs input{
	background-color:black;
	border:1px solid #959595;
	color:white;
	width:234px;
	}
	
#contactUs textarea{
	background-color:black;
	border:1px solid #959595;
	color:white;
	}
	
#contactUs button{
	background-image:url(../images/buttonSubmit.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:25px;
	margin-left:127px;
	width:110px;
	}	
	
#getAlexhome{
	float:right;
	height:51px;
	padding:25px 25px 0 0;
	width:222px;
	}

#content{
	float:left;
	width:670px;
	margin:0 5px;
}	

#contact{
	float:left;
	width:220px;
	margin:0 5px;
}

#contact h2{
	color:#8d2326;
	font-size:22px;
	font-weight:normal;
	letter-spacing:0.5px;
	margin-bottom:10px;
}

#contact input{
	height:20px;
	color:#717171;
	padding:5px;
	font-size:16px;
	margin-bottom:10px;
	width:210px;
}

#contact textarea{
	width:210px;
	padding:5px;
	height:100px;
	color:#717171;
	font-size:16px;
	margin-bottom:10px;
}

.contact_input{
	border:none;
}

#contactBtn{
	height:35px;
	width:215px;
	cursor:pointer;
	background-image:url(../images/sendMsg_btn.png);
}