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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
 
 
 #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
} 

 #mainContent2 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
} 

#pullquote {
	padding-right: 330px;
	padding-bottom: 20px;


}
 
.image_main {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0;
	padding: 0;
	background: #003366;
	list-style-type: none;
	width: 162px;
	float: left; /* Contain floated list items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #FFF;
  text-decoration: none;
  padding: 0 15px;
  line-height: 2.5;
  border-bottom: 1px solid #FFF;
}
#nav #nav_con a {
  border: none;
}
#tr main {
	background-image: url(../img/homepage_background4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav a:hover {
	background: #333366;
}
#body_hom #nav_hom a,
    #body_gal #nav_gal a,#body_com #nav_com a,
    #body_bok #nav_bok a,#body_abu #nav_abu a,
    #body_con #nav_con a, #body_ask #nav_ask a, #body_lik #nav_lik a, #body_fro #nav_fro a{
	background: #333366;
	color: #FFFFFF;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.image {
	padding-bottom: 10px;
}
#shoppingcart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: 18px;
	margin: 0;
	font-family: "Myriad Pro";
	font-weight: bold;
	padding-top: 20px;
}
#mainContent a {
	font-weight: bold;
	color: #003366;
}
.imageLeft {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #shoppingcart form {
	margin: 0px;
	padding: 0px;
}
#mainContent .pullquote {
	height: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 150px;
	float: right;
}


#body_ask #mainContent .pullquote img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body_com #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
