﻿@import url('styles/layout.css');

/* ----------------- style1.css 032407 ---  Styles common to all pages ------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	background-color: #F7F7F7;
	background-image: url('styles/images/bkgr-page.gif');
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	margin-top: 20px; 
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}

/* Begin company information */

#co-name {
	width: 1000px;
	height: 45px;
	margin-bottom: 5px;
}
#co-tag {
	width: 999px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: url('../images/bkgr-tag-line.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1em;
	color: #2e2a7c;
	font-weight: bold;
}
#co-addr {
	width: 999px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	background-image: url('../images/bkgr-addr-line.gif');
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: #840024;
	text-align: center;
}

/* End company information */
/* Begin navigation menu format*/

#nav {
	clear: both;	
	width: 900px;
	text-align: center;
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 30px;
	overflow: hidden;
}

#nav ul {
	list-style-type: none;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	font-size: 1em;
	text-align: center;
}

#nav li {
	float:left;
} 

#nav a { 	/* borders and colors for the non-hover state */

 	text-decoration: none;
 	color: maroon;
 	display: block;
 	margin: 0 1px;
 	padding: 3px;
 	border: 1px solid navy;
 	background-color: #ffffff;
}

#nav a:hover {
	text-decoration: none;	
	color:  white;
	background-color: #4f4d79;
	border: 1px solid #d0dee6;

}
/* End navigation menu format */

#paym-msg {
	float: left;
	width: 314px;
	/*height: 140px;*/
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	background-color:#CDCDCD;
	background-image: url('../images/bkgr-msg-box.gif');
	background-repeat: no-repeat;
	padding: 1px 5px;
	font-size: .9em;
	color: #6E0228;
	font-variant: normal;
	font-weight: bold;
	text-indent: 2px;
	line-height: 24px;
}

#paym-msg h1 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 10px;
	vertical-align: top;
	line-height: normal;
}
#paym-msg p {
		font-style: italic;
}

#logo-group {
	float: left;
	width: 400px;
	height: 155px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;	
	text-indent: 2px;
	background-image: url('../images/Logo-group.jpg') ;
	background-repeat: no-repeat;
}

#logo-group h1 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right:0px;

	margin-bottom: 10px;
	vertical-align: top;
	line-height: normal;
}

/* Begin Contact info */


#contact {
	float: right;
	width: 220px;
	/*height: 140px; */
	font-size: 1em;
	background-color:#CDCDCD;
	background-image: url('../images/bkgr-msg-box.gif');
	background-repeat: no-repeat;
	padding: 0px 5px;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}


#contact h1 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: top;
	line-height: normal;
}

#contact p {
	/*border: 1px solid #000080;*/
	margin-top: 2px;
	margin-bottom: 2px;
	text-indent: 2px;
}
/* End Contact info */


/* Begin about us text */
#about-us {
	
	/*width: 210px;*/ 
	float: left;
	margin-top: 4px;
	padding: 5px;	
	font-size: .9em;
	background-color: #F2F2F2;
	background-image: url('../images/bkgr-about.gif');
	background-repeat: no-repeat;
	
}

#about-us h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	vertical-align: text-bottom;
}
#about-us p {
	margin-top: 10px;
	margin-bottom: 5px;
}
/* End about us text */



/* Begin Various text formatting */
#table-title {	 /* Table Title text formatting */
	clear:both;
	font-size: 1.5em;
	font-weight: bold;
	color: #000080;
	text-align: center;
	
}

.txColorMaroon { 	/*Make text color maroon */
	color: #6e0228;
}

.txColorNavy {		/*Make text color navy */
	color: #000080;
}


h4 {		/* Reformat built-in Heading 4 */
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* End Various text formatting */

/* Begin Footer Styles */

#footer {
	clear: both;
	width: 1000px;
	color: navy;	
	font-size: 0.85em;
	text-align: center;	
	margin-top: 55px;
	margin-bottom: 10px;
	
}

#footer a {
	color: navy;
	text-decoration: underline;
}
#footer a:hover {
	color: #6e0288;
	text-decoration: none;
}
/* End Footer Styles */

