/*--- make page fixed width and centred with a background ---*/
body { 
	background:#628098 url(../images/background.jpg) repeat-x;
	font-size: 12px; 
    line-height: 11pt; 
    font-family: Tahoma, serifSansSerifMonospace, verdana;
    color: #000;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

a:link {
    color: #628098;
    text-decoration: none;
}
a:visited {
    color: #628098;
    text-decoration: none;
}
a:hover {
    color: #628098;
    text-decoration: underline;
}
a:active {
    color: #628098;
    text-decoration: none;
}

h3 {
    font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #375575;
}
h2 {
    font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	letter-spacing: 1px;
	color: #375575;
}
h1 {
    font-family: arial, verdana, sans-serif;
	font-size: 14pt;
	letter-spacing: 1px;
	color: #375575;
}

hr {
	color: #999999;
	width: 100%;
	border-top-width: 1px;
	border-top-style: thin;
	border-bottom-style: none;
}


#head_wrapper {
	background:url(../images/bg_top.jpg) repeat-x;
	width:auto;
	height:auto;
	border:none;
}

#content_box {
	background-image:url(../images/content_bg_right.jpg);
	background-position:center;
	background-repeat:repeat-y;
	border-right:#333333 double 2px;
	padding:0px;
	margin:0 auto;
	width:729px;
	height:auto;
}

/*--- selectors to define the masthead for all pages ---*/
#mastHead {
	background-image:url(../images/masthead.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:109px;
	list-style-type:none;
	padding:10px;
}

#mastHead li {
	display:inline;
	float:right;
	margin-top:85px;
	padding-right:20px;
}

#mastHead p{
	color:#000000;
	font:11px/22px Tahoma, serifSansSerifMonospace, verdana;
	margin:0px;
	padding:0px;
	
}

#flags {
	list-style:none;
	padding-right:35px;
	margin:0px;
	float:right;
}

#flags li {
	display:inline;
	padding-right:4px;
}

/** -- Menu Nav -- */
#menu {
	background-image:url(../images/menu_block.jpg);
	background-position:center;
	width:674px;
	height:27px;
	padding:18px 0px 11px 59px;
	margin:0px;
	background-repeat:no-repeat;
}

#menu li {
	display:inline;
	margin:0px;
	padding:10px 0px 7px 45px;
	vertical-align:middle;
	font:13px Tahoma, serifSansSerifMonospace, verdana;
}

#menu p {
	color:#FFFFFF;
	font:13px Tahoma, serifSansSerifMonospace, verdana;
	text-align:center;
	padding-top:11px;
}

#menu a:link,
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

/** -- Main Content -- */
#mainContent {
	border:none;
	padding-left:30px;
	padding-right:20px;
	margin:0px;
}

.homeImgLeft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#imgsRight {
	float:right;
	margin-right:6px;
}

#imgsRight li {
	list-style:none;
	padding-top:21px;
}

.locationImgRight {
	float:right;
	margin-right:5px;
}

#homeImgBottom {
	margin:auto 0px;
	list-style:none;
	padding:0px 0px 0px 0px;
}

#homeImgBottom li {
	display:inline;
}

#footer {
	background-color:#CCCCCC;
	margin:0px;
	padding:0px;
	height:19px;
}

#footer .left {
	float:left;
	padding-left:4px;
}

#footer li {
	display:inline;
	padding-right:9px;
	float:right;
}
