@charset "utf-8";
/* General Layout */
#navbar {
  float: left;
  width: 201px;
}

#column {
	float: right;
  width: 721px;
}

#footer {
	clear: both;
  height: 50px;
}
.footer-copy{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Navigation Styles */
#nav-top {
  background-image: url(/images/nav_top.png);
  background-repeat: no-repeat;
  height: 15px;
}

#nav-middle {
  background-image: url(/images/nav_back.png);
  background-repeat: repeat-y;
}

#nav-content {
  background-image: url(/images/inner_body.png);
  background-repeat: repeat-y;
}

#nav-bottom {
  background-image: url(/images/nav_bottom.png);
  background-repeat: no-repeat;
  height: 16px;
}

#name-tag {
  background-image: url(/images/name_tag2.png);
  background-repeat: no-repeat;
  color: #244877;
  font-weight: bold;
  height: 31px;
  padding-top: 18px;
  text-align: center;
}

.button {
  background-image: url(/images/button2.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  padding-left: 28px;
  padding-top: 10px;
}

#agent-photo {
  /*background-image: url(/images/photo_back2.png);
  background-repeat: no-repeat;
  height: 189px;*/
  width:100px;
  padding-left: 40px;
  padding-top: 10px;
}


/* Content Styles */
#header-image {
  background-image: url(/images/image_back.png);
  background-repeat: no-repeat;
  height: 305px;
  padding-left: 13px;
  padding-top: 15px;
}
#designations{
	width:180px;
	padding-left:8px;
}

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


/* Typography */
#navbar .button a:link, #navbar .button a:visited {
	color: #FFFFFF;
  text-decoration: none;
}
#navbar .button a:hover {
	color: #DBDDDF;
}

#agent-info {
  color: #163D6F;
  font-size: 12px;
  font-weight: bold;
  padding-left: 3px;
  text-align: center;
}

a.email:link, a.email:visited {
  color: #163D6F;
  font-size: 11px;
  font-weight: bold;
}

a.email:hover {
  color: #A4A4A4;
}

#column-body {
  padding-left: 13px;
  padding-right: 13px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* Errors */
.error {
  color: #FF0000;
  font-family: Verdana, Arial;
  font-size: 9px;
}


/* HTML Tags */
body {
  background-image: url(/images/background.jpg);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

img {
	border: none;
}


/* Signature */
#viewtiful {
	font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 auto;
	width: 930px;
}
