/* File:         contact_us.css                                                       */
/* Description:  Contact Us Styles                                                    */
/* Organization: Shadow System Technology                                               */
/*======================================================================================*/


/* Tag Overrides */
html * { font-family: Verdana, Geneva, sans-serif; }


/* IDs */
#social_container { margin-bottom: 48px; }
#social_title { margin-top: 10px; margin-bottom: 16px; font-size: 16px; font-weight: bold; color: #000000; }
#facebook_icon { background: url(../images/icons/social/facebook.png) no-repeat; display: block; float: left; width: 64px; height: 64px; margin-right: 5px; }
#twitter_icon { background: url(../images/icons/social/twitter.png) no-repeat; display: block; float: left; width: 64px; height: 64px; margin-right: 5px; }
#google_plus_icon { background: url(../images/icons/social/google_plus.png) no-repeat; display: block; float: left; width: 64px; height: 64px; }
#linkedin_icon { background: url(../images/icons/social/linkedin.png) no-repeat; display: block; float: left; width: 64px; height: 64px; margin-right: 5px; }
#plaxo_icon { background: url(../images/icons/social/plaxo.png) no-repeat; display: block; float: left; width: 64px; height: 64px; margin-right: 5px; }
#youtube_icon { background: url(../images/icons/social/youtube.png) no-repeat; display: block; float: left; width: 64px; height: 64px; }
#qrcode_image { background: url(../images/qrcode.png) no-repeat; width: 117px; height: 117px; margin-left: auto; margin-right: auto; margin-top: 32px; }
#thank_you_container { text-align: center; }
#thank_you_title { margin-top: 16px; margin-bottom: 16px; font-weight: bold; font-size: 16px; color: #000000; line-weight: 16px; }
#thank_you_text { width: 75%; margin-left: auto; margin-right: auto; font-size: 12px; line-height: 16px; color: #000000; }
#form_frame { border: 0px; width: 650px;; height: 675px; overflow: hidden; }

/* Classes */
.contact_line_container { margin-bottom: 32px; }
.contact_line_title { font-size: 16px; margin-bottom: 16px; font-weight: bold; }
.contact_line_text { margin-left: 40px; font-size: 12px; }
.contact_line_icon { width: 32px; height: 33px; vertical-align: middle; }


/* Regular Text Links on Contact Us Page */
.contact_link { color: #000000; }
.contact_link:link { color: #000000; text-decoration: none; }
.contact_link:hover { color: #000000; text-decoration: underline; }
.contact_link:visited { color: #000000; text-decoration: none; }
.contact_link:active { color: #000000; text-decoration: none; }