/*AlphaDog Partners styles*/

/*preset all default styles*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}


a:link, a:visited {
	text-decoration: underline;
	color: #c51131;
}

a:active, a:hover {
	color: #808080;
	text-decoration: none;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background: #fff;
	font-family: 'Lato', sans-serif !important;
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	line-height: 25px;
	height:100%;
}

body.layPlain {
	color: #000;

}
body.login {
	background: #fff;
	color: #000;
	text-align: center;
}
#wrapper {
	min-height:100%;
	position:relative;
}

#siteLogin {
	padding-top: 100px;
	text-align: center;
	margin: auto;
}

#siteLogin a:link, #siteLogin a:visited {
	color: #000;
}

#loginContent {
	width: 600px;
	margin: auto;
}
#loginForm {
	padding-bottom: 10px;
}


.loginForm input {
	margin: auto;
}
.loginForm .textInput {
	margin-top: 10px;
}

input.textInput {
	display: block;
	padding: 7px 5px;
	width: 350px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	outline: 0;
	-webkit-appearance: none;
}
input.textInput:focus {
	border-color: #b31e3c;
}

input.submitButton {
	padding: 7px;
	background: #b31e3c;
	color: #fff; 
	font-size: 14px;
	border:0 none;
    cursor:pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	wwidth: 50px;
	text-transform: uppercase;
	float: right;
	margin: 20px 0;
	margin-right: 120px;
}
input.forgotPassword {
	margin-top: 0;
}

.formInstruct {
	float: left;
	font-size: 90%;
	padding-top: 10px;
	text-align: left;
	margin-left: 125px;
	line-height: 1.5;
}

.passwordAssistance {
	margin-top: 10px;
}
.greeting {
	padding: 5px;
	border-bottom: 1px solid #c51131;
}
.greeting a {
	color: #c51131;
}
#header {
	padding: 5px 20px;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
#header .container {
	height: 68px;
}
#contentWrapper {
	clear: both;
	position: relative;
	padding: 20px;
	padding-bottom:100px; /* Height of the footer element */
}



#logo {
	float: left;
}


.homePageImage img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#oneColumnTop {
	width: 75%;
}

ul.navMenu {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
ul.navMenu li {
	float: left;
	list-style: none;
	font-size: 16px;
}
ul.navMenu a:link, ul.navMenu a:visited {
	padding: 0 15px;
	color: #808080;
	text-decoration: none;
}

ul.navMenu a:active, ul.navMenu a:hover {
	text-decoration: underline;
	color: #c51131;
}

#sidebarRight {
	width: 24%;
	margin-right: 1%;
	float: right;
}

#sidebarRight h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 90%;
}


#sidebarRight h3:first-child:before {
    display: none;
}
#sidebarRight h3:after {
    content: " ";
    border: 1px solid #c51131;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 100px;
}

ul#socialMediaIcons {
	width: 150px;
	margin-bottom: 20px;
}

#socialMediaIcons li {
	list-style: none;
	display: inline;
    opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

#socialMediaIcons li:hover {
    opacity: 1;
}

#footerWrapper {
	background: #272727;
	text-align: center;
	padding-top: 10px;
	height: 100px;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}


#footerWrapper li {
	width: 33%;
	display: inline;
}

#footerWrapper .address {
	float: left;
	width: 30%;
	padding: 5px;
	padding-top: 30px;
	background: url(images/map-pin.png) no-repeat top center;
	margin-top: 5px;
}
#footerWrapper .phone {
	float: left;
	width: 30%;
	padding: 5px;
	padding-top: 32px;
	background: url(images/phone.png) no-repeat top center;
	margin-top: 5px;
}

#footerWrapper .socialMedia {
	padding-top: 34px;
	font-size: 24px;
	float: left;
	width: 33%;
}

.smIcon a:link, .smIcon a:visited {
	color: #808080;
	padding: 0 5px;
}

.smIcon a:active, .smIcon a:hover {
	color: #c51131;
}