@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);
*{font-family: 'Merriweather Sans', sans-serif; color:#585858; font-size:12pt;}


body{margin:0;}
.vertical-line-thin{
  width: 1px; /* Line width */
  background-color: black; /* Line color */
  height: 100%; /* Override in-line if you want specific height. */
  float: right; /* Causes the line to float to left of content. 
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
}
.vertical-line-thick{
  width: 2px; /* Line width */
  background-color: #E38600; /* Line color */
  height: 100%; /* Override in-line if you want specific height. */
  float: right; /* Causes the line to float to left of content. 
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
}

h1{font-size:15px; font-family:arial; font-weight:bold; color:#D7077C;}
ul {list-style-type: circle;}

.footer {
    margin-top:150px;
    left: 0;
    bottom: 0;
    width: 100%;
	height:322px;
   background: url(images/footer.jpg);
   
}

a{ text-decoration:none;}
a:hover{color:white;}

.wrapper{margin:auto;}
li{margin-bottom:15px;}
ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-family: sans-serif;
	text-transform: uppercase;
	white-space: nowrap}
  
ul#minitabs li{font-size:13px; display: inline; margin-left:0; margin-left:25px;}

ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF; color: #333}
  
ul#minitabs a#current{border-color: #FF8124;}

ul#minitabs a:hover{border-color: #FF8124;}
 
p.home{font-family: 'Merriweather Sans', sans-serif; font-size:14px;}


a{font-size:14px; font-family:arial; color:#000;}

