@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

ul {
	margin: 0px 0px 20px 50px;
}

body {
	background-color: #3e3e3e;
	background-repeat: repeat;
	background-image: url(images/rx_03.jpg);
	background-position: center top;
}

p { margin: 0px 0px 20px 0px; }

h1 {
	font-size: 15px;
	margin: 0px 0px 20px 0px;
}

input {
	color: #000000;
}

textarea {
	color: #000000;
}

.container {
	width: 904px;
	margin: auto;
}

#info {
	float: left;
	display: inline;
	width: 900px;
	margin: 0px 0px 0px 0px;
}

	#info #phone {
		float: left;
		display: inline;
		width: 230px;
		margin: 3px 0px 5px 8px;
	}
	
		#info #phone div {
			float: left;
			display: inline;
			margin: 11px 0px 0px 0px;
			font-weight: normal;
			color: #000000;
			text-transform: uppercase;
		}
	
		#info #phone .num {
			margin: 3px 0px 0px 10px;
			font-size: 20px;
			font-weight: normal;
			color: #0271ac;
		}

	#info #login {
		float: left;
		display: inline;
		margin: 13px 0px 0px 604px;
		text-align: right;
		color: #000000;
		text-decoration: none;
		font-weight: normal;
	}
	
#links {
	float: left;
	display: inline;
	width: 904px;
	height: 44px;
	background-image: url(images/rx_05.jpg);
}

	#links a {
		float: left;
		display: inline;
		height: 19px;
		margin: 15px 72px 0px 0px;
	}
	
#headerTop {
	float: left;
	display: inline;
	width: 904px;
	height: 105px;
	background-image: url(images/rx_05.jpg);
	background-position: bottom;
}

#headerBot {
	float: left;
	display: inline;
	width: 904px;
	height: 120px;
	background-image: url(images/rx_08.jpg);
}

#grayBG {
	float: left;
	display: inline;
	width: 100%;
	background-color: #3E3E3E;
}

#content {
	float: left;
	display: inline;
	width: 904px;
	margin: 22px 0px 0px 0px;
}

	#content .leftCol {
		float: left;
		display: inline;
		width: 585px;
                line-height: 20px;
	}
	
	#content .rightCol {
		float: left;
		display: inline;
		width: 303px;
		margin: 0px 0px 0px 15px;
	}

                #content .rightCol a {
                        margin: 0px 0px 15px 0px;
                }
	
#footerTop {
	float: left;
	display: inline;
	width: 904px;
	height: 57px;
	margin: 35px 0px 0px 0px;
	background-image: url(images/rx_22.jpg);
}

	#footerTop .links {
		float: left;
		display: inline;
		margin: 25px 0px 0px 100px;
	}

	#footerTop a {
		float: left;
		display: inline;
		margin: 0px 60px 0px 0px;
		color: #048ad1;
		text-decoration: none;
		text-transform: lowercase;
		font-weight: bold;
	}

#footerBot {
	float: left;
	display: inline;
	width: 904px;
	height: 54px;
        margin: 0px 0px 20px 0px;
	background-image: url(images/rx_22.jpg);
	background-position: bottom;
}

	#footerBot #phone {
		float: left;
		display: inline;
		margin: 5px 0px 0px 740px;
	}
	
		#footerBot #phone div {
			float: left;
			display: inline;
			margin: 4px 0px 0px 0px;
			font-weight: normal;
			font-size: 10px;
			color: #000000;
			text-transform: uppercase;
		}
	
		#footerBot #phone .num {
			margin: 0px 0px 0px 3px;
			font-size: 14px;
			font-weight: normal;
			color: #0271ac;
		}
		
	#footerBot #copyright {
		float: left;
		display: inline;
		width: 904px;
		margin: 8px 0px 0px 0px;
		text-align: center;
		color: #FFFFFF;
		font-size: 10px;
		font-weight: normal;
	}
	
	#footerBot #vv {
		font-weight: normal;
		text-transform: lowercase;
		font-size: 10px;
	}
	
		#footerBot #vv a {
			text-transform: capitalize;
			text-decoration: none;
			font-size: 10px;
			font-weight: normal;
		}

.float {
	float: left;
	display: inline;
}

.bigBtn {
	float: left;
	display: inline;
	width: 303px;
	height: 91px;
	margin: 0px 0px 5px 0px;
}

#apply input.txt, #apply select.txt {
        width: 200px;
}

#apply input.txt, #apply select.txt, #apply textarea.txt {
        margin: 3px 0px 10px 0px;
        padding: 3px;
        color: #000000;
        font-weight: normal;
}

#apply option {
        color: #000000;
}

#apply input.btn {
        color: #000000;
        font-weight: normal;
}

#contactForm label,
#contactForm input,
#contactForm textarea {
	float: left;
	display: inline;
	border: none;
}

#contactForm label {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#contactForm input.txt,
#contactForm textarea {
	width: 100%;
	margin-bottom: 5px;
	padding: 3px;
}

#contactForm input.btn {
	float: right;
	margin-right: -6px;
	padding: 3px;
	color: #000000;
}