/* General Formatting Styles*/

body,
	html {
		margin:0;
		padding:0;
		
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 97%;
	min-width:755px;
	background: url(../images/body-bg.gif) no-repeat left top;

}

/*style to hold the website in the center*/
#box-wrap {
	position: relative;
	width: 775px;
	height: 100%;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(../images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}

/*style to hold the main content - to appear first in the code*/
#box-content {
	position:absolute;
	left:0px;
	top:110px;
	width:775px;
	background-attachment: scroll;
	background-image: url(../images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*style main content*/
div#content * {
text-align: left;
}

* html div#content {
height: 400px;
}


div#content {
	background: url(../images/content-bg.jpg) no-repeat 0 0px;
	min-height: 400px;
	padding-bottom: 1.5em;
}
div#content h1 {

	margin: 0.5em auto;
	width: 400px;
	font: 1.2em Ariel, Helvetica, sans-serif;
	text-align: center;
	color: #bbb;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;
}

div#content  h3 {
	color: #017C60;
	font-size: 0.8em;
	line-height: 1.25em;
	margin-right: 3em;
	margin-left: 3.2em;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
div#content p {
	color: #666666;
	font-size: 0.75em;
	line-height: 1.25em;
	margin-right: 3em;
	margin-left: 3em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

div#content ul {
	color: #666666;
	margin-right: 3em;
	margin-left: 3em;
	margin-top: 0em;
	margin-bottom: 0px;
}
div#content li {
	list-style-type: square;
	margin-bottom: 1em;
	font-size: 0.75em;
	color: #017C60;
	margin-left: 3em;	
}

.indent {
	margin-left:2em;
	line-height: 1.5em;

}

div#content h2 {
	color: #666666;
	font-size: .90em;
	line-height: 1.25em;
	margin-right: 3em;
	margin-left: 2.75em;
	margin-top: 0px;
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
}

div#content h1 img {
position: relative;
top: 0.46em;
}


/* right hand panel which will hold the actual content*/
#hold-right {
	float: right;
	width: 525px;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url(../images/container-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
/*style to hold the left navigation - to appear second in the code*/
#hold-left {
	float: left;
	width: 250px;
	margin-top: 0px;
	
}
#hold-left li {
	font-size: 0.8em;
	color: #000000;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	list-style-type: none;
	margin-right: 3em;
	padding-bottom: .5em;
	padding-top: .5em;
}
#hold-left a {
	color: #000000;
	text-align: right;
	list-style-type: none;
	text-decoration: none;
}
#hold-left a:hover {
	color: #007B5E;
	text-align: right;
	list-style-type: none;
	text-decoration: underline;
}
/*style to hold the left navigation - to appear second in the code*/
.clear-columns {
	clear: both;
	height: 2px;
	width: 775px;
}

/*style to hold the header area - to appear third in the code*/
#box-header {
	position:absolute;
	left:0;
	top:0;
	background-attachment: scroll;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 775px;
	height: 100px;
}
/*style to create the black box which the top nav will appear in*/
.black-box {
	text-align: right;
	width: 775px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style to hold the top nav */
div#top {
	height: 47px;
	background: url(../images/lines.gif) repeat-x bottom;
	margin-bottom: 2px;
	font-size: 0.8em;
	font-weight: bold;
}
div#top a{
	margin-left: .5em;
	margin-right: .5em;
	color: #000000;
	text-decoration: none;
	
}
div#top a:hover{
	margin-left: .5em;
	margin-right: .5em;
	color: #007B5E;
	text-decoration: underline;
	
}
.space-top-links {
	padding-top: .5em;
	line-height: 25px;
	float: left;
}



#flags {
	float: right;
	padding-top: 1em;
}
#flags img{
border: 0;
}
#flags span{
display: none;
}
.holdlogoleft {
	margin: 0px;
	float: left;
}


/*styles for main navigation
ul#main-nav {
margin: 0 auto;
}

ul#main-nav li {
display: block;
height: 58px;
width: 85px;
text-align: right;
margin-left: 1px;
float: left;
background: url(../images/nav-button.jpg) top left no-repeat;
}

ul#main-nav li a {
	color: white;
	text-decoration: none;
	position: relative;
	top: 10px;
	right: 6px;
	font-weight: bold;
}

ul#main-nav li a:hover {
text-decoration: underline;
}

ul#main-nav li#current {
color: #00795d;
background: url(../images/nav-button.jpg) bottom left no-repeat;
}

ul#main-nav li#current a{
	color: #00795d;
	font-weight: normal;
}

 End of main nav --- */
#main-nav {
	margin: 0px;
	float: right;
} 
#main-nav a {
	background-image: url(../images/nav-bg-up.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-right: 4px;
	background-attachment: scroll;
	background-position: left top;
	padding-left: 4px;
	padding-top: 10px;
	text-decoration: none;
}
#main-nav ul {
	margin: 0px;
	padding: 0px;
}
#main-nav li {
	height: 60px;
	float: left;
	width: 90px;
	text-align: right;
	list-style-type: none;
	vertical-align: middle;
	margin-top: 0px;
}
#main-nav a:hover {
	background-image: url(../images/nav-bg-active.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	display: block;
	font-size: 0.7em;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
/*style to hold the footer area */
#footer {
	left:0;
	width: 775px;
	padding-top: 15px;
	background-color: #FFFFFF;
	background: #FFFFFF url(../images/footer-bg.png) repeat-x;
	text-align: right;
	font-size: .75em;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
	margin-right: .25em;
	margin-left: .25em;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: .25em;
	margin-left: .25em;
}
#footer a:hover {
	color: #01785D;
	text-decoration: underline;
	margin-right: .25em;
	margin-left: .25em;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
	margin-right: .25em;
	margin-left: .25em;
}
#home-table a {
	font-size: .70em;
	color: #007B5E;
	font-weight: bold;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 0.2em;
	margin-left: 0.2em;*/
	text-align: left;
}
.green-bold {
	font-weight: bold;
	color: #007B5E;
}
div#sidebar address, p {
	text-align: right;
	font-style: normal;
	padding: 0.5em 1.8em 0.5em 0.5em;
	color: #666666;
	font-size: .75em;
}


/* Drop Down Menu start*/

#dropmenudiv{
	text-align: left;
	line-height:18px;
	z-index:100;
	position: absolute;
	top: 0px;
	font-style: normal;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: .5em;
	text-decoration: none;
	font-weight: bold;
	background-color: #00795D;
	color: #FFFFFF;
	font-size: .70em;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration: underline;
}

/* Drop Down Menu end */
#main-nav #active a {

	background-image: url(../images/nav-bg-active.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 80px;
	display: block;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-right: 4px;
	background-attachment: scroll;
	background-position: left top;
	padding-left: 4px;
	padding-top: 10px;
}
#left-link {
	font-size: 0.8em;
	color: #007B5E;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	list-style-type: none;
	margin-right: 3em;
	padding-bottom: .5em;
	padding-top: .5em;
}
#left-link a {
	color: #000000;
	text-align: right;
	list-style-type: none;
	text-decoration: none;
}
#left-link a:hover {
	color: #007B5E;
	text-align: right;
	list-style-type: none;
	text-decoration: underline;
}
form {
	margin: 0px;
}
.bg-grey {
	background-color: #F3F3F3;
}

.sm-text {
	font-size: 0.75em;
	color: #666666;
}
.space-img2 {
	padding-left: .5em;
}
.required {
	color: #990000;
}
/*style to hold the footer area */
#footer-new {
	left:0;
	width: 775px;
	padding-top: 15px;
	background-color: #FFFFFF;
	/*background: #FFFFFF url(../images/footer-bg.png) repeat-x;*/
	text-align: center;
	font-size: .75em;
}

#footer-new a:link {
	color: #000000;
	text-decoration: none;
	margin-right: .25em;
	margin-left: .25em;
}
#footer-new a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: .25em;
	margin-left: .25em;
}
#footer-new a:hover {
	color: #01785D;
	text-decoration: underline;
	margin-right: .25em;
	margin-left: .25em;
}
#footer-new a:active {
	color: #000000;
	text-decoration: none;
	margin-right: .25em;
	margin-left: .25em;
	}
	
.next-prev td {
	font-size: 0.75em;
}

.next-prev td a {
	color: #666666;
	line-height: 1.25em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
