body {
	margin: 0;
	padding: 0;
	background: #fff url(images/page_background2.jpg) no-repeat top center;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color: #004990;
}


#wrapper {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 42px;
	left: 19px;


}


/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header{
	width: 750px;
	height: 124px;
	background: #fff url(images/header_background.gif) no-repeat top left;
}

.headertext{
	padding: 32px 110px 0px 0px;
	color: #fff;
	font-size: 110%;
	text-align: right;
	float: right;
}


/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	width: 750px;
	height: 64px;
	background: #fff url(images/menu_background.gif) no-repeat top left;
}

#menu1{
	width: 742px;
	height: 20px;
	font-size: 85%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 8px;
	float: left;
}


#menu1 a:link, #menu1 a:visited, #menu1 a:hover, #menu1 a:active{
	color: #fff;
	display: inline;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	padding: 0;
	margin: 0px 10px 0px 10px;
}

#menu1 a:hover{
	color:  #F99524;/* orange */
}

#menu2{
	width: 740px;
	font-size: 85%;
	color: #004990;/* blue*/
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 12px;
	float: left;
}


#menu2 a:link, #menu2 a:visited, #menu2 a:hover, #menu2 a:active{
	color: #004990;/* blue*/
	display: inline;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	padding: 0;
	margin: 0px 6px 0px 6px;
}

#menu2 a:hover{
	color:  #F99524;/* orange */
}




.orange{
	color:  #F99524;/* orange */
}

.orangebold{
	color:  #F99524;/* orange */
	font-weight: bold;
}

.orange a:link, .orange a:visited, .orange a:hover, .orange a:active{
	color:  #F99524;/* orange */
}





/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 750px;
	height: 79px;
	background: #fff url(images/footer_background.gif) no-repeat top left;
}


#copyright{
	text-align: right;
	font-size: 80%;
	float: right;
	padding: 5px 0px 0px 0px;
	
}



/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/


#content{	
	position: relative;
	background: url(images/content_background.gif) repeat-y top left;
	width: 750px;
	margin: auto;
	min-height: 300px;
	padding: 0;
}

* html #content { height: 350px;}


.innercontent{
	width: 714px;
	background: url(images/innercontent_background.gif) no-repeat top left;
	padding: 0px 18px 20px 18px;
}


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #004990;/*blue*/
	text-decoration: underline;
}

a:visited{
    color: #004990;/*blue*/
	text-decoration: underline;
}

a:hover{
    color:  #F99524;/* orange */
	text-decoration: underline;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #004990;/*blue*/
	font-size: large;
	font-weight: normal;
	margin-top: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #004990;/*blue*/
	font-size: small;
	font-weight: bold;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #F99524;/* orange */
	font-size: small;
	font-weight: bold;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}

ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	
}

.large{
	font-size: medium;
}

.lineheight{
	line-height: 160%;
}

.contactbox{
		border: 1px solid #91B0CF;
}


.contactline{
	border-bottom: 1px solid #F99524;
	margin: 10px 0px 10px 0px;
}


/*////////////////////////////
	HOME BOXES
////////////////////////////*/


.box{
	width: 122px;
	height: 170px;
	border: 1px solid #91B0CF;
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	float: left;
}

.box1{
	width: 122px;
	height: 170px;
	border: 1px solid #91B0CF;
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}



#formback{
	float: right;
	border: 1px solid #F99524; /*orange */
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
}

#map{
	border: 1px solid #F99524; /*orange */
}

.submit{
	color: #fff;/*white*/
	font-weight: bold;
	background: #004990;/*blue*/
	border: 1px solid #004990;/*blue*/
}

.orangeborder{
	border: 1px solid #F99524; /*orange */	
	float: right;
	margin-left: 20px;
}

tr.orangeborder{
	border: 1px solid #F99524; /*orange */
}

.orangeborder2{
	border: 1px solid #F99524; /*orange */	
}

.opening{
	padding: 0;
	margin: 0;
}
