/* CSS Document */

/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	margin:0;
	padding:0;
}

/*Structured layout mainpage*/
html, body, #wrap{
	height: 100%;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 65px;}  /* must be same height as the footer */

#footerWrap {position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background-color: #34393F;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

h1, h2, h3, h4, h5, h6, p, ul{
	padding-bottom: 10px;
}


h1{
	font-size: 250%;
	color: #3183de;
}

h2{
	font-size: 175%;
	color: #3183de;
}

h3{
	font-size: 140%;
	color: #3183de;
}

h4{
	font-size: 125%;
}

h5{
	font-size: 115%;
}

h6{
	font-size: 85%;
}
	
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 986px;
}

#tr, #tl, #br, #bl{
	width: 12px;
	height: 12px;
}
#mr, #ml{
	width: 12px;
	background-repeat: repeat-y;
}
#tm, #bm, #tmReg, #bmReg{
	float: left;
	height: 12px;
	width: 962px;
}
#tmReg, #bmReg{
	width: 562px;
}

#tr, #br, #mr {float: right;margin-right: 5px;}
#tr{ background-image: url(../../images/Public/Content/Common/BoxTopRgtCrnr.jpg);}
#br{ background-image: url(../../images/Public/Content/Common/BoxBtmRgtCrnr.jpg);}


#tl, #bl{ float: left; margin-left: 9px;}
#bl{ background-image: url(../../images/Public/Content/Common/BoxBtmLftCrnr.jpg);}
#tl { background-image: url(../../images/Public/Content/Common/BoxTpLftCrnr.jpg);}


#tm, #tmReg{ background-image: url(../../Images/Public/Content/Common/BoxTpLne.jpg);}
#bm, #bmReg{ background-image: url(../../images/Public/Content/Common/BoxBtmLne.jpg);}

#topBorder, #bottomBorder{
	width: 1000px;
	clear: both;
}

#topBorderReg, #bottomBorderReg{
	width: 600px;
	clear: both;
}

#mainContent, #mainContentReg{
	float: left;
	width: 920px;
	padding: 20px 40px;
	background-image: url(../../images/Public/Content/Common/MainContentBg.png);
}

#mainContentReg{
	width: 508px;
	text-align: left;
}
#mainContentReg h3{
	padding-bottom: 30px;
}
#mainContentReg input {
	float: right;
	width: 200px;
}
#mainContentReg input[type='submit']{
	width: auto;
	float: none;
}

#mainContentReg p.sel{
	
}

#mainContentReg p.sel label{

}

#mainContentReg select{
	width: 205px;
	float: right;
}
#mainContentReg p{
	width: 405px;
	padding-left: 70px;
}
#mainContentReg label{
	font-weight: bold;
	color: #333;
	padding: 10px 0;
}
#mainContentReg p.buttons{
	float: right;
	margin-right: 130px;
	width: auto;
}

#mainContentReg p.loginbuttons{
	float: right;
	margin-right: 139px;
	width: auto;
}

#mainContentReg p a {
	text-decoration: none;
	color: #1100ad;
}

#mainContent ul{
	padding-left: 20px;
}
#mainContent > img {
	float: right;
	padding: 0 0 20px 20px;
}
#mainContent > a {
	float: right;
	padding: 0 0 20px 20px;
}
#regWrap{
	margin-left: 20%;
}
.clear{
	clear: both;
	padding: 0;
	margin: 0s;
}

#logo{
	height: 137px;
	width: 437px;
	float: left;
}

#navi {
	float: right;
	margin: 40px 0;
	width: 500px;
}

#navi ul li{
	display: inline;
	margin-right: -3px;
}

#navi ul li a{
	text-decoration: none;
	color: #eee;
	border: none;
}

img{
	border: none;
}

#navi img{
	border-right: 1px solid white;
	border-left: 1px solid gray;
}
#navi img.first{
	border-left: none;
}
#navi img.last{
	border-right: none;
	margin-left: -1px;
}
#lowerThree{
	height: 240px;
}
#bottomButtons{
	text-align: center;
	line-height: 50px;
	padding: 20px 0px 20px 0px;
	height: 60px;
}

#bottomButtons img:hover{
	cursor: pointer;
}

#bottomButtons img{
	vertical-align: middle;
}

#bottomButtons span{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 6px;
	color: #eee;
	font-size: 125%;
}

#home{
	background: #34393d url(../../images/Public/Content/Default/MainBg.jpg) repeat-x;
}
#feature {
	height: 380px;
	background: url(../../images/Public/Content/Default/phonesNfigures.jpg) no-repeat 0 -70px;
	text-align: right;
	margin-bottom: 50px;
}
#feature h1{
	font-size: 350%;
	padding-top: 5px;
	margin-bottom: 10px;
}
#feature h2{
	font-size: 225%;
	margin-bottom: 90px;
}
#feature h3{
	font-size: 165%;
	margin-bottom: 10px;
}
#feature h1, #feature h2, #feature h3{
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	color: #eee;
}
#feature img{
	margin-bottom: 90px;
}
#feature p{
	width: 650px;
	float: right;
	color: #eee;
	text-align: left;
	background-repeat: no-repeat;
}
#footerWrap{
	padding-top: 15px;
	background: url(../../images/Public/Content/Common/footerBg3.jpg) repeat-x;
	height: 60px;
}
#footer{width: 960px;margin-left: auto;margin-right: auto;}
#footer_nav{
	float:inherit;
	padding-left: 30px;
}
#footer_nav a{
	color: #eees;
}
.box{
	background: url(../../images/Public/Content/Default/bgBox.png) no-repeat;
	height: 231px;
	width: 324px;
	float: left;
}

.box img {
	padding-top: 9px;
	padding-left: 5px;
}
.box img.learnmore {
	float: right;
	padding: 0 20px 0 0;
}
.box p {
	padding: 0 15px;
	line-height: 20px;
	color: #eee;
}
.coyright_text{
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	margin-top:-10px;	
}

a.link:link {
	text-decoration: none;
	color: #1C4FAD;
	font-family: Arial;
	font-size: 12px;
}
a.link:visited {
	text-decoration: none;
	color: #1C4FAD;
	font-family: Arial;
	font-size: 12px;
}
a.link:hover {
	text-decoration: underline;
	color: #1C4FAD;
	font-family: Arial;
	font-size: 12px;
}
a.link:active {
	text-decoration: none;
	color: #1C4FAD;
	font-family: Arial;
	font-size: 12px;
}


.seprator_linkfooter{
	font-family: Arial;
	font-size: 12px;
	color: #eeeCCC;
}	
		
a.linkFooter:link {
	text-decoration: none;
	color: #eeeCCC;
	font-family: Arial;
	font-size: 12px;
}
a.linkFooter:visited {
	text-decoration: none;
	color: #eeeCCC;
	font-family: Arial;
	font-size: 12px;
}
a.linkFooter:hover {
	text-decoration: underline;
	color: #eeeCCC;
	font-family: Arial;
	font-size: 12px;
}
a.linkFooter:active {
	text-decoration: none;
	color: #eeeCCC;
	font-family: Arial;
	font-size: 12px;
}