/* APlusTexting.com | global.css */

html, body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

a {
	color: #73ACDB;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/************************************

END OVERALL STYLES

************************************/

#header {
	position: relative;
	height: 100px;
	width: 100%;
	top: 0px;
	border-bottom: 1px solid #000000;
	background: #2e2e2e url(../images/headerBg.jpg) repeat-x;
}

#headerWrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 100px;
}

#headerLogo {
	position: absolute;
	width: 260px;
	height: 100px;
	left: 0px;
}

#headerLogo p, img {
	margin: 0;
	border: 0;
}

#headerLogin {
	position: absolute;
	width: 500px;
	height: 80px;
	right: 0px;
	padding-top: 10px;
	text-align: right;
}

#headerLogin input[type="text"] {
	height: 17px;
	width: 160px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#headerLogin input[type="password"] {
	height: 17px;
	width: 160px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#hearderLogin input {
	margin-right: 10px;
}

/**************************

END HEADER

**************************/

#nav {
	position: relative;
	height: 46px;
	width: 100%;
	border-bottom: 2px solid #004d85;
	border-top: 2px solid #004d85;
	background: #0079D2;
}

#navWrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
	width: 950px;
	padding-top: 6px;
}

#nav ul {
	padding: 0;
	list-style: none;
	width: auto;
	margin-top: 0px;
}

#nav ul li {
	float: left;
}

#nav ul a {
	display: block;
	padding: 0 1.4em;
	line-height: 35px;
	background: url(../images/navDivider.jpg) no-repeat left center;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}

#nav .first a {
	background: none;
}

#nav a:hover {
	color: #a6fbb0;
	text-decoration: underline;
}

/**************************

END NAVIGATION

**************************/

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 550px;
	
}

#wrapper p {
	margin: 0;
	line-height: 18px;
}

#leftContent {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 455px;
	height: 300px;
}

#rightContent {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 455px;
	height: 300px;
	background: url(../images/rightContentBg.jpg) no-repeat;
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.ulList ul {
	list-style: none;
	width: auto;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 10px;
	padding-left: 0;
	
}

.ulList li {
	padding: 0;
	list-style: none;
	line-height: 18px;
	width: auto;
	font-size: 14px;
	background: url(../images/checkMark.jpg) left top no-repeat;
	padding-left: 25px;
	margin-left: 0;
	margin-top: 10px;
}

ol {
	width: auto;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 10px;
	padding-left: 0;
	font-weight: bold;
	color: #0079d2;
	font-size: 20px;
	font-style: italic;
}

ol li {
	background: none;
	padding-bottom: 15px;
}

ol p {
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

.center {
	text-align: center;
}

#pricingTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#pricingTable th {
	padding-left: 10px;
	padding-right: 10px;
}

#pricingTable td {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #cccccc;
	padding-left: 5px;
	padding-right: 10px;
}

#content p {
	font-size: 14px;
	line-height: 20px;
}

#content h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 60%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #005e85;
	color: #0079d2;
}

#content h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #3f9714;
}

/*#content table {
	margin-top: 50px;
}*/

#content th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: #C8E0EE;
}

#content td {
	padding-left: 5px;
}

.faqAnswer {
	padding-left: 20px;
}

.links {
	text-align: center;
}

#registerForm {
	width: 600px;
	height: auto;
	position: relative;
	margin-top: 20px;
}

#registerForm {
	position: relative;
	width: 500px;
	height: auto;
	margin-top: 20px;
}

#registerForm label {
	float: left;
	width: 9em;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
}

#registerForm input[type="text"], input[type="password"] {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	height: 15px;
	width: 200px;
	border: 1px solid #5691AF;
	margin-top: 10px;
}

#registerForm select {
	font-size: 13px;
	color: #333333;
	padding: 2px;
	height: 25px;
	width: 206px;
	margin-top: 10px;
}

#registerForm input[type="submit"], input[type="reset"] {
	font-size: 14px;
	color: #333333;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
}

#partnersForm {
	position: relative;
	width: 500px;
	height: auto;
	margin-top: 20px;
}

#partnersForm label {
	float: left;
	width: 8em;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
}

#partnersForm input[type="text"], input[type="password"] {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	height: 15px;
	width: 200px;
	border: 1px solid #5691AF;
	margin-top: 10px;
}

#partnersForm input[type="submit"], input[type="reset"] {
	font-size: 12px;
	color: #333333;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
}

#partnersForm textarea {
	height: 100px;
	width: 200px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}

#sendMessage {
	position: relative;
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #cccccc;
	background: #faf4e5;
}

#sendMessage label {
	float: left;
	width: 8em;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
}

#sendMessage input[type="text"] {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	height: 15px;
	width: 200px;
	border: 1px solid #5691AF;
	margin-top: 10px;
}

#sendMessage input[type="submit"], input[type="reset"] {
	font-size: 12px;
	color: #333333;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
}

#sendMessage textarea {
	height: 100px;
	width: 200px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}

#sendMessage h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	color: #0079d2
}

/****************************

END WRAPPER

****************************/

#leftText {
	position: absolute;
	left: 10px;
	top: 330px;
	width: 455px;
	height: 200px;
}

#leftText h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #0079d2
}

#leftText span {
	font-weight: bold;
}

#leftText ul {
	list-style: none;
	width: auto;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
}

#leftText li {
	padding: 0;
	list-style: none;
	line-height: 18px;
	width: auto;
	font-size: 14px;
	background: url(../images/checkMark.jpg) left top no-repeat;
	padding-left: 25px;
	margin-left: 0;
	margin-top: 4px;
}

#rightText {
	position: absolute;
	right: 10px;
	top: 330px;
	width: 455px;
	height: 200px;
}

#rightText p {
	font-size: 14px;
	line-height: 20px;
}

#rightText span {
	font-weight: bold;
}

/********************************

END TEXT

********************************/

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: auto;
	padding-top: 5px;
	border-top: 3px solid #cccccc;
}

#footer p {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

#start {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0079d2;

}

#error {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0079d2;

}

#welcome-text {


	/*background: url(../images/navDivider.jpg) no-repeat left center;
	text-decoration: none;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}

#credit-text {


	/*background: url(../images/navDivider.jpg) no-repeat left center;
	text-decoration: none;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #0079D2;
}

#sms_field_message {
font-size:11px;
color: #0079d2;
}

.border {
border:1px solid #000000;
}

.add_number_div {
height:150px;
overflow:auto;
width:400px;


}
