/* HMStyling CSS */

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

body, div, td {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.4em;
}

img {
    border: 0px;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

a.on {
    color: #000000;
}


h3 {
    font-family: Georgia, Times New Roman, serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

.left { float: left; }
.right { float: right; }
.clear { clear:both; }

.credit {
    font-size: 12px;
    font-style: italic;
}

.main {
    width: 800px;
    padding: 0px 15px 15px 15px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    width: 680px;
    height: 110px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.header_logo {
    background-color: #6d6f72;
    margin-bottom: 6px;
    padding: 7px 0px 7px 0px;
}

.head_nav {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.head_nav td {
    text-align: center;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
}

.line {
    border-top: 1px solid #999999;
    margin: 7px 0px 4px 0px;
}

.vert_line {
    border-right: 1px solid #999999;
    margin: 0px 7px 0px 7px;
}

.content {
    position: relative;
    padding: 20px 0px 15px 0px;
    height: 500px;
}

.content div {
    font-size: 15px;
}

.abs {
    position: absolute;
}

.girl {
    padding-right: 20px;
}

.lb img {
    margin: 0px 10px 0px 10px;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.name a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.port {
    text-align: center;
    height: 500px;
    width: 800px;
    display: none;
}

.portnav {
    padding-top: 509px;
    text-align: center;
}

.clip {
    visibility: hidden;
    position: absolute;
    height: 430px;
    width: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.s_clip {
    visibility: hidden;
    position: absolute;
    height: 500px;
    width: 600px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#testimonials {
    height: 430px;
    overflow-y: hidden;
}

.msmn {
    height: 410px;
    width: 440px;
    display: none;
}

.press td {
    text-align: center;
    padding-right: 40px;
}

.foot_line {
    border-top: 1px solid #999999;
    margin: 7px 0px 7px 0px;
}

.footer {
    width: 680px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
}

.foot_nav {
    padding: 0px 33px 0px 23px;
}


.alert {
	position: absolute;
	top: 15px;
	right: 0px;
	padding: 10px 12px 10px 12px;
	background-color: #999999;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
}

.alert a {
    color: #fff;
}

