/* Common Elements */

body {
	background: #b6b6b8;
	margin: 10px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:link, li a:visited {color: #fff;}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h2 { /* Page Heading */
  font: normal 140% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  padding: 5px;
}

h3 {
	font-size: 115%;
	font-weight: normal;

	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

h4 { /* Sub Sub Heading */
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
  padding: 5px;
}

h5 { /* Side Navigation Elements */
 font: normal 90% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

h6, h6 a { /* Breadcrumb Navigation */
font: normal 80% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
}

h6 a { /* Breadcrumb Navigation */
  text-decoration: underline;
}

p {
 font: normal 80% "trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0;
	color: #666666;
}


/* Container Defines Inner Style */

#container {
	width: 808px;
	background: #fff;
	border: 10px solid #fff;
	margin: 0 auto;
}

/* Page Heading, Including Search Box */

#header {
	position: relative;
	width: 792px;
	height: 52px;
	padding: 8px;
	background: #00172c url(../images/fp_capula_logo.gif) no-repeat 8px 8px;
}

#header h1 {display: none;}

#search {
  position: absolute; 
  top: 74px; 
  left: 612px;
}

#search label {display: none;}

#search .button {
  position: absolute; 
  left: 151px; 
  height: 17px;}

#search #search_text {
	font-family: "lucida grande",verdana,sans-serif;
	position: absolute;
	font-size: 12px;
	width: 142px;
	padding: 0;
	left: 40px;
	top: -21px;
}

/* Main Menu Navigation */

#menu {
	height: 28px;
	width: 808px;
	background-color: #00172c ;
	border-top: 1px solid #fff;
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #666666;
}

#menu li {
 font: bold 80% "trebuchet MS", Arial, Helvetica, sans-serif;
  height: 18px;
  width: 90px;
	background-color: #00172c ;
	border-right: 1px solid #fff;
  float: left;
  position: relative;
  padding: 5px;
}

#menu li li {
  width: 12em;
  border: 0;
	background-color: #b6b6b8;
	border-bottom: 1px solid #fff;
  font-size: 100%;
}

#menu li li a {
  color: #00172c;
}

li ul {
  display: none;
	border-top: 1px solid #fff;
  position: absolute; 
  top: 28px;
  left: 0;
}

#menu li:hover ul, li.over ul{ display: block;}

/* Main Content Area */

#main {
  	float: left;
	width: 553px;
	margin-top: 2px;
	margin-right: 5px;
	border-bottom: 5px solid #fff;
	min-height: 452px;
}	

#main p {
	line-height: 1.5em;
}

#main a {
	color: #666;
}

#main li {
font-size:80%;
color: #666666;
padding: 5px;
margin: 0;
}

#list {
float: left;
}

/* Main Search Content Area */

#main_search {
	margin-top: 7px;
  font-size: 80%;
}	

#main_search input {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}

#main_search #results {
  clear: both;
	margin-bottom: 10px;
}

#main_search th {
  text-align: left;
  color: #00172c;
  padding: 5px;
  background-color: #ccf;
}

#main_search td {
  text-align: left;
  color: #666;
  padding: 0 0 15px 0;
}

#main_search a {
  color: #00172c;
  text-decoration: underline;
}

#main_search form {
  float: left;
  margin-bottom: 10px;
}

#main_search table {
  clear: both;
}

/* Side Options Navigation */

#options {
  float: left;
	border-top: 2px solid #fff;
}

#options a {
  font-size: 20%;
  display: block;
  height: 150px;
  width: 250px;
	border-bottom: 1px solid #fff;
}

#options a:hover {text-decoration: none;}

/* Bottom Link Navigation */

#links {
  clear: both;
	height: 28px;
	width: 808px;
	background-color: #00172c ;
	border-top: 1px solid #fff;
}

#links ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

#links a {
  color: #fff;
}

#links li {
 font: bold 80% "trebuchet MS", Arial, Helvetica, sans-serif;
  height: 18px;
  color: #fff;
 	background-color: #00172c ;
	border-left: 1px solid #fff;
  font-size: 80%;
  float: left;
  position: relative;
  padding: 5px;
}


.mainsmallsub {
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

/* Form  */

input, select, textarea, legend {font: 100% "trebuchet MS", Arial, Helvetica, sans-serif;}

fieldset {
  border: 1px solid #999;
  width: 520px;
  padding: 10px;
  margin-top: 10px;
}

fieldset p {margin: 0;}

fieldset input {padding: 2px; margin:5px 0 5px 0;}

legend {font-weight:bold;}

label {
  width: 8em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  margin-top: 0.8em;
  display: block;
}

.lab_a {margin-top: 0.1em;}
.lab_b {margin-top: 0.7em;}

#contact p 
{
    color: Red;
}

/* Class Specific Schemes */

/* Main Home Pages */

.general {color: #ffffff; background-color:#65526D;}
.general #op_one a {color: #c4b37b; background: #c4b37b url(../images/home-mk.gif) no-repeat right bottom;}
.general #op_one a:hover {color: #d1c598; background: #d1c598 url(../images/home-mk1.gif) no-repeat right bottom;}
.general #op_two a {color: #65526D; background: #65526D url(../images/home-ch.gif) no-repeat right bottom;}
.general #op_two a:hover {color: #7b6486; background: #7b6486 url(../images/home-ch1.gif) no-repeat right bottom;}
.general #op_three a {color: #ac9274; background: #ac9274 url(../images/flash1.gif) no-repeat right bottom;}
.general #op_three a:hover {color: #bca78f; background: #bca78f url(../images/flash1a.gif) no-repeat right bottom;}

.contactus{min-height: 460px; color: #5a5d4c; background-color: #ffffff;}
.contactus h2 {font-weight: normal; color: #ffffff; background-color: #696258;}
.contactust h3 {color: #5a5d4c; background-color: #ffffff;}
.contactus h6 a {color: #5a5d4c; background-color: #ffffff;}
.contactus #op_one a {height: 150px; color: #5a5d4c; background: #5a5d4c url(../images/ppol-home.gif) no-repeat right bottom;}
.contactus #op_one a:hover {color: #888c73; background: #888c73 url(../images/ppol-home1.gif) no-repeat right bottom;}
.contactus #op_two a {height: 150px; color: #696258; background: #696258 url(../images/cus-cppol.gif) no-repeat right bottom;}
.contactus #op_two a:hover {color: #8f877a; background: #8f877a url(../images/cus-cppol1.gif) no-repeat right bottom;}
.contactus #op_three a {height: 150px; color: #7f8289; background: #7f8289 url(../images/ppol-coprite.gif) no-repeat right bottom;}
.contactus #op_three a:hover {color: #95979d; background: #95979d url(../images/ppol-coprite1.gif) no-repeat right bottom;}
.contactus #op_four a {height: 150px; color: #5a5d4c; background: #5a5d4c url(../images/site-map.gif) no-repeat right bottom;}
.contactus #op_four a:hover {color: #888c73; background: #888c73 url(../images/site-map1.gif) no-repeat right bottom;}
