@charset "utf-8";

/*START SP RESET 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;line-height:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
END SP RESET STYLES*/

body {
	background-color: #e6e6e6;
	background-image: url(../images/highland-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
}

p {
line-height:1.2em;
}

.clr {
	clear: both;
}	
.clr-right {
	clear: right;
}	
.clr-left {
	clear: left;
}

h1 {
	color: #00517c;
	font-size: 22px;
}

h2 {
	color: #00517c;
	font-size: 20px;
}

a:link, a:visited {
	color: #00517c;
}

a:active, a:hover {
	color: #4e8cc2;
}

#pg-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
}

#topnav-right {
	margin: 0;
	padding: 15px 0 0 600px;
	font-size: 14px;
	color: #00517c;
}

#topnav-right a:link, #topnav-right a:visited {
	color: #00517c;
	text-decoration: none;
}

#topnav-right a:active, #topnav-right a:hover {
	color: #4e8cc2;
	text-decoration: underline;
}

#topnav-wrap {
	height: 125px;
	margin: 10px 0 0 0;
	padding: 0;
}

#topnav-wrap .leftimg {
	float: left;
	border: none;
}

/*menu home page*/

#menubar {
	font-size: 15px;
	margin-left: 350px;
}

#menubar ul {
    float:right;
	margin:0 -5px 0 0;
	padding: 10px 0px 0 10px;
	list-style-type:none;
}

#menubar li {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 6px;
}

#menubar a {
	float:left;
	display:block;
	padding:5px 11px 5px 5px;
	text-decoration:none;
	color:#00517c;
	height: 100px;
	padding-right:6px;
}

#menubar li:hover a {
	color: #CC6600;
}


#login a{
color: #CC6600;
}

#login a:hover 
{
text-decoration:underline;
}


/*end home page menu*/




iframe {
	overflow: hidden;
	border: none;
	width: 1000px;
	height: 345px;
}
/*for IFRAME on front page*/
#Frameframe { 
	width: 1000px; 
	height: 345px; 
	position: relative; 
	margin: 0;
	padding: 0;
	color: #fff;
}



/*end IFRAME*/


#text-module{
	margin: 10px 0 10px 0;
	padding: 0;
	height: 260px;

}
#text-module h1 {
	margin-top: 5px;
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
}
#text-module h2 {
	margin-top: 5px;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
}
.text-module-column1{
    float: left;
    width: 360px;
	padding: 0 0 0 0px;
	margin: 0;
	font-size: 13px;
	text-align: center;
}
.text-module-column1top{
	margin: 10px 1px;
	padding: 5px 0 0 0;
	background-image: url(../images/left-text-col-bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	width: 350px;
	height: auto;
}
.text-module-column1toptext {
	margin: 0;
	padding: 0 10px 5px 10px;
}
.text-module-column1bottom{
	margin: 25px 1px;
	padding: 5px 0 0 0;
	background-image: url(../images/left-text-col-bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	width: 350px;
	height: auto;
}
.text-module-column1bottomtext {
	margin: 0;
	padding: 0 10px 5px 10px;
}
.text-module-column2{
    float: left;
    width: 600px;
	padding: 0 0 0 20px;
	margin: 0;
}

.text-module-column2content {	
	margin: 10px 0;
	padding: 0;
	background-image: url(../images/right-text-col-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	width: 590px;
	height: auto;
	
}
.text-module-column2text {
	margin: 0;
	padding: 5px 5px 5px 15px;
}

#social-connect {
	clear:left;
	margin: 10px 0 0 700px;
	padding: 20px 0 0 0;
	color: #fff;
	font-weight: normal;
	width: auto;
}
#social-connect img {
	padding: 0 2px;
	margin: 5px 0 25px 0;
	border: none;
	vertical-align: -33px;
}
#lower {
	background-color: #00517c;
	background-image: url(../images/highland-bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
        padding-bottom:25px;
	margin: 0;
	clear: both;
}
#pg-wrapper2 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #999;
}



/*-----    Clearfix - (http://www.positioniseverything.net/easyclearing.html for documentation)*/
.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 */



/*footer */
div#footer{
    padding-top:20px;
	font-size: 13px;
}
div#footer h3 {
    margin: 10px 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	color: #999;
}
div#footer a:link, div#footer a:visited {
	padding: 2px 0;
	color: #fff;
	text-decoration: none;
}
div#footer a:active, div#footer a:hover: {
	color: #79b0df;
}
div#footer ul {
	list-style-image: url(../images/hs-list-icon.png);
	list-style-position: outside;
	margin: 0;
	padding: 2px 15px;
}
div#footer li {
	padding: 2px 0;
	font-size: 12px;
	color: #CCC;
}
div#footer .smalprint {
	font-size: 12px;
	padding: 0 0 0 20px;
}
div#footer img {
	border: 0;
	margin: 4px 0;
}
div#footer div#footer-cols div {
    float:left;
    width:240px;
}
/*end footer */
