html { height: 100%; }

body
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	/* fix not a good idea ! */
	/*text-align:center;*/
	margin:auto;
    padding:0px;
	background: url(images/bg.jpg) no-repeat #001c31;
	background-position: top center;
}

img, img a 
{
	border:none;
}

div#widget1 ul{
	/*fix*/
	/*width:100px;*/
	padding-left:40px;
	padding-bottom:10px;
}

/* rule here need to be specific */
#widget1 li{
	list-style-image: url(images/bullet.png);
	padding-bottom:10px;
	font-size: 14px;
}

a{
	text-decoration: none
}

h2
{
	color: #000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

h3
{
	color: #000;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}


#container
{
	width:960px;
	margin:0 auto;	
	text-align: justify;
}

#header{
	height:123px;
	width:100%;
	font-size: 48px;
	font-family: "Arial Black";
	color: #d5dcdf;
	
	/* fix */
	text-align: center;
}

#menu
{
	width:925px;
	height:67px;
	margin:auto;
	text-align:left;
	/*fix*/
	/*clear:both;*/
	background-image: url(images/buttonbg.png);
	background-repeat: repeat-x;
	border-radius: 15px 15px 15px 15px;
}

#menu ul{
	padding: 0;
	/*fix*/
	/*padding-top: 25px;*/
	padding-top: 0px;
	margin: 0;

}
/*
#menu li
{
	display: inline;
	width:940px ;
}
*/
#menu li 
{
	text-decoration:none;
	/* temp */
	/*height:67px;*/
	font-size: 16px;
	/*fix*/
	display: block;
	float: left;
	width: 14.285%;
	
    background-image: url(images/divider.png);
	background-repeat: no-repeat;
	
	
}

li.top_li{
	/*
	padding-top:26px;
	padding-bottom:20px;
	*/
}

#menu li a
{
	text-decoration:none;
	/*padding: 25px 20px 20px 25px;
	margin-right:-4px;*/

	font-size: 18px;
	color: #fff;
	font-style: italic;
	
	/* fix*/
	display: block;
	padding: 22px 0 22px;
    text-align: center;
	
}


#menu a:hover
{
	background-image: url(images/buttonbg_hover.png);
}


#menu ul li:first-child a:hover
{
	border-radius: 15px 0px 0px 15px;		
}

#menu ul li:first-child
{
	background: none;		
}

#menu ul li:last-child a:hover
{
	border-radius: 0px 15px 15px 0px;
}

#contentcontainer
{
	width:100%;
	margin:0px 0 0 0;	
	text-decoration:none;
	padding-left:15px;
	margin-top:0px;
}

#maincontent{
    margin:15px 10px 15px 0px;
    width: 675px;
    background-color: #d5dcdf;
    float:left;
    border-radius:15px 15px 15px 15px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:10px;
    overflow: hidden;
    
}

#contentheader{
	margin-left:16px;
}

#banner{
	width:670px;
	margin:auto;
	padding-bottom:10px;
}

/* fix */
#widgetscontainer{
	/*960 - 700 - 4 -15 -10*/
	width: 230px;
	float: left;
}

#widget1
{
	width:216px;
	/*fix*/
	/*float:left;*/
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	border-radius:15px 15px 15px 15px;
    background-color: #d5dcdf;
    padding-top:1px;
    margin-top:15px;
}

#widget1 h1{
    padding-left:10px;
}

#widget2
{
	width:216px;
	/*fix*/
	/*float:left;*/
	font-family:arial;
	font-size:12px;
	text-decoration:none;
}

.clear{
	clear:both;
}

#footer
{
	height:50px;
	width:940px;
	font-family:arial;
	text-align: left;
	color:#fff;
	/* fix */
	/*float: left;*/
	font-size:13px;
}

div.mbpgallery-category-box-file {
    height: 100px;
    width:150px;
    margin-bottom: 60px;
    margin-top: 5px;
    margin-left:2px;
    margin-right:2px;
}

div.gallery_category_title{
	padding-left:18px;
}

div.gallery_back_button{
	padding-right:15px;
}

div.row.contact_desc{
	margin-top:-25px;
	width:620px;
}

div.row.position{
	display:none;
}

div.row.email{
	display:none;
}

.float_left
{
    width: 330px;
    padding-right: 10px;
    height:253px;
    float:left;
    margin-bottom: 10px;
}

.float_right
{
    width: 330px;
    height:253px;
    float:left;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
  div.map {
	left: 260px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #maincontent{padding-bottom: 10px;} }