@charset "utf-8";

/******************************************************************************/
/* Imports
/******************************************************************************/
@import url("/includes/css/slider.css");
@import url("/includes/css/jquery.tabs.css");
@import url("/includes/css/galleriffic.css");
/******************************************************************************/
/* Header/Nav
/******************************************************************************/
#logo {
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  width: 267px;
  height: 83px;
  float: left;
}
#nav-container {
float: right;
  width: 924px;
  float: left;
}
#nav {
  /*overflow: hidden;*/
  float: left;
  padding-top: 20px;
  color: #FFF;
}
#nav ul {
  display: inline;
  margin-left: -10px;
  
}
#nav li {
  display: inline;
  list-style: none;
  padding-left: 12px;

}
/******************************************************************************/
/* Tabs
/******************************************************************************/
#tabs {
  float: right;
  width: 475px;
  margin-top: 10px;
  margin-right: 15px;
}
.tab-button {
  float: left;
  width: 157px;
  height: 45px;
  margin-top: 10px;

}
#tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs ul.tabs li {
  display: inline;

}
.slider-link-1 { 
  background-image: url(/images/tab.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
  float: right;
  font-weight: bold;
  height: 30px;
  padding-top: 15px;
  text-decoration: none;
  width: 157px;
}
.slider-line { 
  float: left; 
  margin-bottom: 10px; 
}
#nav-text1 {
  color: #FFFFFF;
  padding: 10px 34px;
  text-decoration: none;
}
#nav-text2 {
  color: #FFFFFF;
  padding: 15px 21px;
  text-decoration: none;
}
#nav-text3 {
  color: #FFFFFF;
  padding: 15px 50px;
  text-decoration: none;
}
/******************************************************************************/
/* Layout
/******************************************************************************/
#content-background {
  background-image: url(/images/content_background.png);
  background-repeat: repeat-y;
  width: 924px;
  float: left;
}
#content-text {
  width: 545px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  float: left;
}
#content-text-main {
  width: 870px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  float: left;
}
#content-text-main a:link, a:active {
	color:#95332A;
	text-decoration:none;
}
#content-text-main a:visited {
	color:#95332A;
	text-decoration:none;
}

#content-text-main a:hover {
	color:#000;
	text-decoration:none;
}
.top-section {
  position: relative;
  background-image: url(/images/top_section.png);
  background-repeat: no-repeat;
  width: 924px;
  height: 261px;
  float: left;
  margin-top: -9px;
  z-index:1;

}
.read-more {
  float: left; 
  margin-left: 247px; 
  margin-top: 50px;
}
.read-more-net {
  float: left; 
  margin-left: 247px; 
  margin-top: -25px;
}
.read-more-port {
  float: left; 
  margin-left: 247px; 
  margin-top: 65px;
}

#read-more-blog {
  float: left; 
  margin-left: 247px; 
  margin-top: 50px;
}

#read-more-blog {
  float: left; 
  margin-left: 247px; 
  margin-top: 37px;
}

.top-section-content {
  width: 370px;
  color: #000;
  font-weight: bold;
  float: left;
  padding-top: 10px;
  padding-left: 40px;
  
}
#top-section-content-blog {
  width: 370px;
  color: #000;
  font-weight: bold;
  float: left;
  padding-top: 10px;
  padding-left: 40px;
  margin-top: -50px;
}
#top-pos-blog {
  margin-top: -13px;
}
#top-section-content-blog h1 {
  color: #96332A;
  font-size: 16px;
  font-weight: bold;
}

.top-section-content h1 {
  color: #96332A;
  font-size: 16px;
  font-weight: bold;
}
.top-section-right {
  width: 400px;
  float: right;
  padding-top: 31px;
  padding-right: 30px;
}
#content-text-main h1 {
  color: #96342B;
  font-size: 20px;
  font-weight: bold;
}
#content-text-main h2 {
  color: #14285D;
  font-size: 15px;
  font-weight: bold;
}

#content-text ul {
  float: left;
  color: #96342B;
  margin-left: -10px;
}
#content-text li{
  list-style-type:none;
}

#title-tag {
  background-image: url(/images/title_tag.png);
  background-repeat: no-repeat;
  width: 468px;
  height: 58px;
  float: left;
}
#title-tag h1 {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
	margin-top:14px;
}

#footer {
  float: left;
  background-image: url(/images/footer.png);
  background-repeat: no-repeat;
  width: 924px;
  height: 38px;
}
#footer-red {
  float: left;
  background-image: url(/images/footer_red.jpg);
  background-repeat: repeat-x;
}
#copy {
  float: left;
  width: 924px;
  text-align: center;
  color: #96342B;
  font-size: 10px;
}

#footer-list {
  float: left;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  background:#95332A url(/images/footer_back.png);
  background-repeat: repeat-x;
}
#footer-list h1 {
  color: #FFF;
  font-size: 13px;
}
#footer-list h2 {
  color: #FFF;
  font-size: 13px;
  margin: 0 0 5px;
  text-align: left;
}

#footer-container {
  color: #FFF;
  margin: 30px auto;
  position: relative;
  width: 924px;
}
#footer-list p {
	margin: 5px 0 10px;
}
#footer-list ul {
	margin: 5px 0 10px;
	padding: 0;
  text-align: left;
  width: 190px;
}
#footer-list li {
  list-style-type:none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.pad-text{
  padding-bottom: 3px;
}
#viewtiful {
	margin: 0 auto;
  position: relative;
  width: 924px;
}
#port-button {
  margin-top: -13px;
}
#port-pad {
	#float:left;
	margin-left:50px;
}
#port-images {
	float:left;
}

.socialmedia ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

.socialmedia li {
	float: left;
  margin-right: 10px;
}
  
/******************************************************************************/
/* Forms
/******************************************************************************/
.contact-form-left {
  float: left;
  padding-right: 30px;
  width: 300px;
}
#contact-form-right {
  float: right;

  width: 200px;
	margin-top:50px;
}
.contact-spacer {
  width: 1px;
  height: 5px;
}
.contact-inputs {
  width: 100px;
  text-align: right;
}
#contact-label {
padding-right: 10px;
}
.pad-label {
  padding-right: 30px;
}
#form-background {
  background-image: url(/images/form_background.png);
  background-repeat: no-repeat;
  width: 319px;
  height: 293px;
  float: right;
  margin-top: -60px;
}
#support-form {
  width: 250px;
  height: 100%;
}

#form-error {
  float: right;
  margin-right: 40px;
  padding-bottom: 50px;
  color: #FF0000;
}
#form-text {
  width: 200px;
  margin-top: 25px;
  margin-left: 25px;
  color: #9E332D;
}
#form-text h1 {
  color: #9E332D;
  font-size: 16px;
  font-weight: bold;
}
/******************************************************************************/
/* Html Tags
/******************************************************************************/

body {
  background-image: url(/images/background.png);
  background-repeat: repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  margin: auto;
  background-color: #EBE9DC;
}

a.nav:link {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;

}
a.nav:visited {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
a.nav:active {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
a.nav:hover {
  color: #E9E4DA;
  text-decoration: none;
  font-weight: bold;
}
input {
  border: 1px solid #9E332D;
}
select {
  border: 1px solid #9E332D;
}
/*.submit {
  border-bottom:1px solid #000;
  border-right: 1px solid #000;
  background-color: #9E332D;
  color: #FFF;
}
*/
textarea {
  border: 1px solid #9E332D;
}

a.tabs:link {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
a.tabs:visited {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
a.tabs:active {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
a.tabs:hover {
  color: #E9E4DA;
  text-decoration: none;
  font-weight: bold;
}
a.footer:link {
  color: #96342B;
  text-decoration: none;
}
a.footer:visited {
  color: #96342B;
  text-decoration: none;
}
a.footer:active {
  color: #96342B;
  text-decoration: none;
}
a.footer:hover {
  color: #96342B;
  text-decoration: none;
}


/******************************************************************************/
/* Flash Messages
/******************************************************************************/
.flash {
  padding: 5px;
}
.flash_error {
  background-color: #FFCCCC;
  border: 2px solid #FFB0B0;
  font-weight: bold;
  width: 580px;
  float: right;
  margin-right: 8px;
  
}
.flash_header {
  font-weight: bold;
  text-align: center;
}
.flash_list {
  color: black;
}
.flash_success {
  background-color: #C4F8C0;
  border: 2px solid #9BE171;
  font-weight: bold;
  height: 15px;
}
.flash_warning {
  background-color: #FFFFB3;
  border: 2px solid #E1E100;
}

/******************************************************************************/
/* Html Tags
/******************************************************************************/
.red-header {
  color: #95332A;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
a.sitemap:link {
  text-decoration: none;
  color: #95332A;
}
a.sitemap:visited {
  text-decoration: none;
  color: #95332A;
}
a.sitemap:hover {
  text-decoration: none;
  color: #858380;
}
a.sitemap:active {
  text-decoration: none;
  color: #95332A;
}
.hidden { display: none; }
.unhidden { display: block; }
