body {
	background: url(../images/bg_gradient_teal1.gif) repeat-x;
	color: #333333;
	background-color: #003333;

	font-family:: "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.3em;
}

a:link, a:visited {
	color: #999999;
}

a:hover {
	color: #993300;
	text-decoration: none;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 26px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

li {
	margin-bottom: 10px;
}

#topMenu {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 735px;
	text-align: right;
	color: #FFFFFF;
}

#topMenu a {
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
	padding: 1px 9px;
}

#topMenu a:hover{
	background:#336666;
	color: #fff;
}

#main {
	margin: 0 auto 10px auto;
	padding: 0;
	width: 735px;
	border: 8px solid #912812;
	background-color: #fefae8;
}

#title {
	height: 82px;
	width: 735px;
	margin: 10px;
	padding: 0;
	text-align: center;
}

#logo {
	margin: 0;
	padding: 0;
	height: 243px;
	width: 735px;
	border-bottom: 3px solid #34605f;
}

#logo-small {
	margin: 0;
	padding: 0;
	width: 735px;
	background-color: #fefae8;
	border-bottom: 3px solid #34605f;
}

.logo-sec-page {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	padding: 5px 25px 0px 25px;
}

#menu, #menu_home {
	border-bottom: 5px solid #34605f;
	background-color: #34605f;
	color: #ffffff;
	list-style: none;
	text-align: center;
	height: 20px;

}

#menu_home {
	margin: 0 100px;
	padding: 0;
}

#menu {
	margin: 0;
	padding: 0 10px 0 40px;
}

#menu #standout a, #menu_home #standout a {
	border-right: none;
	font-weight: bold;
}

#menu a, #menu_home a {
	color: #ffffff;
	font-size: 17px;
	float: left;
	/* First value: top & bottom
	   Second value: left & right 
	*/
	padding: 1px 25px;
	text-decoration: none;
}

#menu a:hover, #menu #current, #menu_home a:hover, #menu_home #current {
	background: #333333;
	color: #fff;
}

#menu li, #menu_home li {
	display: inline;
	width: 20px;
	margin: 0;
	text-align: center;
}

#leftMenu {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

#leftMenu a {
	font-size: 16px;
	color: #993300;
	text-decoration: none;
}

#leftMenu a:hover {
	text-decoration: underline;
}

#leftMenuItem p {
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	padding-left: 5px;
}

#leftMenuItem a {
	font-size: 12px;
}

.tinyTxt {
	font-size: 12px;
}

.openDoors {
	font-style:italic;
}

#quotes {
	padding: 20px 20px 0px 20px;
	color: #000000;
	font-style: italic;
	background: url(../images/top_quote.gif) #99cccc top left no-repeat;
}

#quote_signature {
	padding-bottom: 20px;
	font-size: 14px;
	background: url(../images/bottom_quote.gif) #99cccc bottom right no-repeat;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}

.quoteTxt {
	color: #666666;
	font-style: italic;
}

.quoteSignatureTxt {
	color: #333333;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}

.imgLeft, .imgRight  {
	display: inline;
	padding: 0 0 0 5px;
}

.imgLeft {
	margin: 0 15px 20px 0;
}

.imgRight {
	margin: 0 0 0 20px;
}

.img-logo-small {
	padding: 10px 0 10px 5px;
}

#footer {
   margin: 0;
   padding: 0 0 1px 0;
   font-size: 10pt;
   text-align: center;
   color: #333333;
	background: url(../images/logo_bg.jpg) bottom right no-repeat;
}

#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer a:hover
{
	color: #993300;
	text-decoration: none;
}

#footerTxt {
   margin-top: 0px;
   padding-top: 0px;
   font-size: 10pt;
   text-align: center;
   color: #999999;
}

#footerTxt a {
	color: #999999;
	text-decoration: none;
}

#footerTxt a:hover
{
	color:#ffffff;
	text-decoration: underline;
}


/* anylink 2 */

#dropmenudiv{
	position:absolute;
	background-color: #ffffff;
	border:1px solid #333333;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333333;
	padding: 1px 0;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
}

#dropmenudiv a:hover{ /*hover background color*/
	background: #333333;
	color: #fff;
}

