@charset "utf-8";
html {
	height: 100%;
}
body {
	font: 14px/1.4 Georgia, "Times New Roman", Times, serif;
	background: #FFF url(../images/body-bg-phone.png) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #666;
	height: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -100px;
}
header {
	height: 90px;
	background: url(../images/logo-phone.png) no-repeat center center;
}
header .search {
	display: none;
}
.content {
	padding: 30px 0 10px 0;
	width: 100%;
}
.content h1 {
	color: #0c53a1;
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.content h2 {
	color: #222;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content a:link, .content a:visited {
	color: #0c53a1;
	text-decoration: underline;
}
.content a:hover, .content a:active, .content a:focus {
	text-decoration: none;
}
/********** NAVIGATION **********/
.main-nav-ph {
}
.main-nav-ph .search {
	width: 70px;
	float: right;
	margin-top: -27px;
}
.main-nav-ph .search a:link, .main-nav-ph .search a:visited {
	padding-right: 20px;
	text-decoration: none;
	color: #FFF;
	background: url(../images/search-ph.png) no-repeat right center;
}
.main-nav-ph .search a:hover, .main-nav-ph .search a:active, .main-nav-ph .search a:focus {
	text-decoration: underline;
}
.main-nav {
}
nav {
	width: 96%;
	margin: 0 auto;
	padding-top: 3px;
	height: 35px;
	position: relative;
}
/* menu icon */
.menu-icon {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	width: 100px;
	height: 26px;
	background: url(../images/menu-icon.png) no-repeat 10px center;
	padding: 9px 10px 0 42px;
	cursor: pointer;
	display: block; /* show menu icon */
}
.menu-icon:hover, .menu-icon.active {
	background: url(../images/menu-icon-hover.png) no-repeat 10px center;
	color: #ababab;
}
/* main nav */
.menu {
	clear: both;
	position: absolute;
	top: 38px;
	width: 97%;
	z-index: 10000;
	padding: 5px;
	background: #232323;
	border: solid 1px #999;
	display: none; /* visibility will be toggled with jquery */
}
.menu li {
	clear: both;
	float: none;
	padding: 0 0 0 10px;
	list-style: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a:link, .menu a:visited, .menu ul a:link, .menu ul a:visited {
	font: inherit;
	font-size: 14px;
	display: inline;
	padding: 0;
	color: #FFF;
	border: none;
	text-decoration: none;
	text-transform: none;
}
.menu a:hover, .menu ul a:hover {
	color: #FFF;
}

/* dropdown */
.menu ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
}
.menu ul li {
	margin: 3px 0 3px 15px;
}
/********** END OF NAVIGATION **********/

footer {
	background: #333333;
	position: relative;
	clear: both;
	height: 100px;
	color: #989898;
	text-align: center;
}
footer a:link, footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
footer a:hover, footer a:active, footer a:focus {
	text-decoration: none;
}
footer p {
	padding: 10px 0;
}
footer .footer {
	width: 100%;
	margin: 0 auto;
}
.footer-div {
	height: 100px;
	clear: both;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}

/********** FLOATS **********/
.clearfloat {
	clear: both;
}
.floatrt {
	float: right;
	margin-left: 10px;
}
.floatlft {
	float: left;
	margin-right: 10px;
}
/********** END OF FLOATS **********/

/********** FORMS **********/
form {
	height: 100%;
}
.textbox, .textarea {
	width: 275px;
	border: solid 1px #999;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.textbox:focus, .textarea:focus {
	outline: 0;
	background: #e7e7e7;
	border: solid 1px #0c53a1;
}
.form-lbl {
	margin-left: 2%;
}
.form-input {
	margin-left: 2%;
}
.form-recaptcha {
}
.form-error-a {
	display: none;
}
.form-error-b {
}
.form-spacer {
	clear: both;
	height: 5px;
}
.submit-button {
	background: url(../images/button.png) repeat-x left center;
	border: solid 1px #FFF;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 12px;
}
.submit-button:hover {
	cursor: pointer;
	background: url(../images/button-hover.png) repeat-x left center;
}
/********** END OF FORMS **********/

/********** IMAGES **********/
.img-center-border {
	display: none;
}
.img-center-border-ph {
	margin: 0 auto;
	display: block;
	border: double 3px #333;
}
/********** END OF IMAGES **********/

/********** TEXT **********/
.text-bold {
	font-weight: bold;
	color: #333;
}
.text-center {
	text-align: center;
}
.ErrorMessage {
	color: #990000;
}
/********** END OF TEXT **********/

/********** MODULES **********/
.module2 {
	width: 100%;
}
.module2 img {
	margin-bottom: 15px;
}
.module3 {
	width: 100%;
}
.module3 img {
	margin-bottom: 15px;
}
.module4 {
	width: 100%;
}
.module4 img {
	margin-bottom: 15px;
}
/********** END OF MODULES **********/

/********** SLIDER **********/
.main-slider {
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrapper {
	margin: 0 auto;
	border: double 3px #333;
	width: 90%;
}
/********** END OF SLIDER **********/
