/* highpoint re-design 1-2014 */


/*@font-face {
    font-family: 'microstyle_extended';
    src: url('fonts/fi_90057-webfont.eot');
    src: url('fonts/fi_90057-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fi_90057-webfont.woff') format('woff'),
         url('fonts/fi_90057-webfont.ttf') format('truetype'),
         url('fonts/fi_90057-webfont.svg#microstyle_extendedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400);*/

/*@font-face {
    font-family: 'alegreya_sans_sc';
    src: url('fonts/alegreyasanssc-regular-webfont.eot');
    src: url('fonts/alegreyasanssc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alegreyasanssc-regular-webfont.woff2') format('woff2'),
         url('fonts/alegreyasanssc-regular-webfont.woff') format('woff'),
         url('fonts/alegreyasanssc-regular-webfont.ttf') format('truetype'),
         url('fonts/alegreyasanssc-regular-webfont.svg#alegreya_sans_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


body {	
	height:100%;
	width:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	vertical-align:middle;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg-fade.png);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {color:#009900; outline:none;}      /* unvisited link */
a:visited {color:#009900;outline:none;}  /* visited link */
a:hover {color:#9900FF;outline:none;}  /* mouse over link */
a:active {color:#9900FF;outline:none;}  /* selected link */ 

img a {border:none;}

h1{
	font-family:  'Alegreya Sans SC', Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#003399;
	padding-left:15px;
}
h2{
	font-family:  'Alegreya Sans SC', Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#003399;
	margin:0 0 -5px 0;	
	line-height: 15px;
}

p {
	font-size:13px;
	text-align:left;
}
	
iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
	width:100%;	
	height:350px;
}

#headerImage {
	position:absolute;
	top:0px;
	width:100%;
	z-index:4;
	min-height:100px;
	max-height:130px;
	overflow:hidden;
	clip: rect(auto,auto,130px,auto);
}

#headerImage img {	
	position:relative;
	width:100%;	
}
#container{		
	width:100%;
}
#header{
	position:relative;
	top:20px;
	width::100%;
	padding:0;
	margin:0;
	z-index:5;
}

#headerContent{	
	height:110px;
	width:85%;
	max-width:950px;
	margin: 0px auto; 
	padding:0 20px;
	background-image: url(../images/bg-content.png);	
}
#logo{
	position:relative;	
	bottom:-70px;
	width:40%;
	text-align:left;	
}

#menubar {
	position:relative;
	margin:0;
	padding:0;
	top:0px;
	width:100%;
	height:40px;
	background-image:url(../images/bg-menubar.png);
	background-repeat: repeat-x;	
}
#menuContent {
	width:85%;
	max-width:950px;
	margin: 0px auto; 
	height:40px;
	padding:0 35px 0 10px;	
}
#logoPic{	
	float:right;	
	text-align:right;
	margin-top:-62px;
}
#menu {
	width:450px;
	height:40px;
	float:left;
}
#menu ul{
	width:100%;
	margin:0 auto;
	
	
}
#menu ul li {
	float: left;
	width:33.333%;
	font-size: 22px;
	line-height:40px;	
	font-family: 'Alegreya Sans SC', Geneva, sans-serif;
	/*margin:0 3% 0 2%;
	padding: 0 30px 0 0;*/	
	list-style-type: none;
}
#menu ul li a {
	color: #003399;	
	text-decoration: none;	
}
#menu ul li a:hover {
	color: #9900FF;
}
#menu .current a {  
	color: #009900;		
}
.current  {
	list-style-position: inside;
	list-style-image: url(../images/bg-arrow.png);	
}
#content {
	position:relative;
	width:85%;
	max-width: 950px;
	margin: 15px auto;
	border: 0;
	/*min-height:800px;*/
	text-align: left;
	padding:0 25px 20px 25px;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat;
	z-index:1;	
}
#tagline{
	padding-top:18px;
	text-align:right;
	font-size:20px;
	font-family: 'Alegreya Sans SC', Geneva, sans-serif;
	color:#003399;
	line-height:10px;
}
#services {
	clear:both;
/*	width:100%;	
	margin:10px 0 20px 0;	*/
}
.contentRow {
	width:100%;	
/*	margin:10px 0 20px 0;	*/
}


.textbox, .textboxOdd {
	width:32%;
	margin:0 .5%;
	color:#003399;
	text-align:left;
	background-image: url(../images/bg-textbox.png);
	min-height:250px;
	padding:15px;
	float:left;
	background-position: right bottom;
	font-size: 13px;
	list-style-position: inside;
	list-style-type: disc;
}
.textbox ul, .textboxOdd ul {
	text-indent:0px;
	margin-left:-30px;
}

.textboxFull {
	width:95%;
	margin:0 auto;
	background-image: url(../images/bg-textbox.png);
	min-height:450px;
	color:#003399;
	padding:10px;	
	background-position: right bottom;	
}
.clear{
	clear: both;
	line-height:5px;	
}
#mail {	
	width:50%;
	margin-right:10%;	
	float:right;
	padding:15px;	
}
#mailRight {
	
	float:right;
	width:40%;	
}
.quote {
	font-style:italic;
	font-size:12px;
}
#footer	{
	width:95%;
	font-size:10px;
	padding:20px;
	float:left;	
}

.footHold	{
	width:600px; 
	margin:0 auto; 
	float:none;
}
.footLeft	{
	width:50%;
	/*padding-left:25%;
	text-align:center;*/
	float:left;
}
.footMenu	{
	width:50%;
	text-align:right;
/*	padding-left:25%*/;
	float:left;
}
 

/**********************************************************************/
@media screen and (max-width: 1200px){
#headerImage img {	
	width:120%;	
	left:-70px;	
}
.textbox, .textboxOdd {
	min-height:275px;
	
}
 }

 @media only screen and (max-width: 950px){
#headerImage {		
	clip: rect(auto,auto,125px,auto);
}

#headerImage img {	
	width:140%;	
	left:-130px;	
}

#headerContent{	
	height:95px;
}
#logo{	
	bottom:-60px;		
}
#logo img{	
	width:300px;			
}
#logoPic img{	
	width:200px;
	padding-top:12px;		
}
#menuContent {	
	padding:0;	
}
#menu{
	width:380px;
}
#menu ul li {	
	font-size: 18px;	
/*	padding: 0 25px 0 0;	*/	
}
#tagline{
	font-size:15px;	
}
.textbox {
	width:46%;
	margin:0 1.5%;	
	min-height:245px;
}	
.textboxOdd {
	width:95%;
	margin:10px auto;	
	min-height:245px; 	
} 

#mail {	
	width:40%;
	margin-right:7%;	
	float:right;
	padding:0px;	
}
#mailRight {	
	float:right;
	width:50%;	
}
#holder{
	clear:both;
	}
} 
 @media only screen and (max-width: 770px){
#headerImage {		
	clip: rect(auto,auto,115px,auto);
}

#headerImage img {	
	width:180%;
	height:115px;	
	left:-180px;
}

#headerContent{	
	height:80px;
}
#logo{	
	bottom:-45px;		
}
#logoPic{		
	visibility: collapse;	
	margin-top:-100px;	
} 

#menu ul{
	margin:0;
	text-indent:0;
} 

.textbox, .textboxOdd {
	width:95%;
	margin:10px auto;	
	min-height:150px;  
	float:none;
}
#mail {	
	width:85%;
	margin:0 10%;	
	float: none;
	padding:10px 0px;	
}
#mailRight {	
	float:none;
	width:325px;
	margin:0 auto;	
}

#footer {
	padding:0;
}
.footHold	{
	width:100%;
	/*margin:0 auto;*/
	padding:0; 	
}
.footLeft	{
	width:100%;
	text-align:center;
	float:none;
}
.footMenu	{
	width:100%;
	text-align:center;
	padding-top:5px;
	float:none;
}
 
   }
   
  @media only screen and (max-width: 450px){


#headerImage img {		
	width:200%;	
	height:100px;
	/*left:-200px;*/
}
#headerContent{		
	width:100%;	
	/*min-width:350px;
	height:70px;*/
	padding:10px 0 0 0;		
}
#logo{	
	width:100%;
	text-align:center;	
	bottom:-35px;		
}
#logo img{
	margin:0 auto;	
}
#menuContent {
	width:100%;	
	/*padding:0px;	*/
}
#menu{
	width:100%;
	margin-left:-5px;
}
#menu ul li {	
	font-size: 16px;	
	padding: 0;		
}
#content {   
	width:100%;	
	max-width:430px;
	/*padding-left:10px;*/	
	text-align:center;
}
#tagline{
	font-size:14px;	
	width:100%;
	text-align: center;
}	
#mailRight {
	/*position:absolute;*/
	top:470px;
	left:5px;
	/*padding-top:45px;*/
}
#footer	{	
	padding:75px 0px 0px 0px;
}

   }