@charset "UTF-8";
/* CSS Document */

body{
	text-align:center;
	background-color:#ffffff;
	}

#logo{
	height:105px;
	width:134px;
	top:0px;
	left:0px;
	position:relative;
	background-image:none;
	}

#information{
	padding-top:2em;
	}

div.container div.navbar-collapse ul.nav li.social{
	text-align:center;
	text-decoration:none;
	border:0px;
}

.arrows{
	display:block;
	position: relative;
	max-width:90px;
	max-height:40px;
	width:342px;
	height: 35px;
	left: 35%;
	top: 0%;
}

#left_col_flex{
	height:90%;
	}

#right_col_flex{
	padding-left:2.5em;
	}

#page{
	position:relative;
	width:100%;
	text-align:center;
}


.subhead
  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-size: 12px; 
	word-spacing: -.5px; 
	line-height: 20px; 
	font-style: normal; 
	font-weight: 600; 
	color: #333333; 
	text-align: left;
	margin-bottom: 0px;	
	margin-top: 0px;	
  }

.copy{
	border-top: none;
    border-right: none;
    border-left: 0.2em;
    border-bottom: none;
	border-left-color: #CCC;	
	border-left-width: thin;
	border-left-style: solid;	
}

p
  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-size: 1em; 
	word-spacing: -.01em; 
	line-height: 1.4; 
	font-style: normal; 
	color: #666666; 
	text-align: left;
	margin-bottom: .8em;	
	margin-top: 0px;	
  }
  
p2
  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-size: 1em; 
	word-spacing: -.01em; 
	line-height: 1.125; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-align: justify;
  }

      
hr {
  border: none;	
  height: 0.2em;
  color: #CCC;
  width: 90%;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border:none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}

.button, button.button a {
	border:none;
	color:#ffffff;
	text-align:left;
	font-size:10px;
	font-weight:600;
	font-style:italic;
	padding:2px;	
	margin-top:0px;
	margin-bottom:0px;
	background-color:#666666;	
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
}

p button {
	border:none;
	background-color:#666666;	
	cursor:pointer;
	color:#333333;
}

#contact_msg, #contact_email, #contact_name{
	width:250px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-size:11px;
}


/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:500px;
	width:100%;
	margin-left: 0px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	top: 0px;
	padding:0 2em 0 0;	
	/*left: 42px;*/
}
/* rotator image style */	
	div.rotator ul li img {
	border:none;
	padding: 0px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:90;
}


/*navigation top new*/

div.navbar-wrapper div.container, 
div.navbar-wrapper div.container div.navbar navbar-inverse.container
div.navbar-wrapper div.container div.navbar-static-top.container{
	width:100%;
	margin-left:0px;
	margin-right:0px;	
	padding-left:0px;
	padding-right:0px;
}

.navbar-toggle, .collapsed{
	right:2%;
}




