@charset "utf-8";
/* CSS Document */

body {
  	text-align: center;
    margin: 0 auto;
	background:#fff url(../img/pagebg.png) repeat;
}

*{
	margin:0;
	padding:0;
}
.clear{clear:both;}

#container {
	width:770px;
	margin:0 auto;
	background:#fff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}


/*-----------------header---------------*/

#header {
	width:770px;
	height:126px;
	background:#fff url(../img/header770x126.jpg) no-repeat;
	float:left;
}

/*----------------2 Columns-------------*/

#main {
	width:770px;
	height:100%;
	float:left;
}

#sidebar{
	width:210px;
	height:100%;
	float:left;
/*	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #AEABDB;*/
}

#content{
	width:550px;
	height:100%;
	float:right;
}

/*---------------Navigation-------------*/
#navbox{
	width:200px;
	height:100%;
	margin-top:5px;
	float:right;
	background:#fff;
}

#menu{
	list-style-type:none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align:left;
	line-height: 1.9em;
	color: #707070;
	}

#menu a{
  	font-size:0.9em;
	font-weight: bold; 
  	text-align:left; 
  	text-decoration:none; 
	color: #707070;
}
#menu a:hover {
	font-size:0.9em;
	font-weight: bold; 
  	text-align:left; 
  	text-decoration:none; 
	color: #AEABDB;
}

/*----------------leftcontent------------------*/
#menuline{
	width:200px;
	height:10px;
	margin-top:5px;
	float:right;
	background:#fff url(../img/menu_line.gif) no-repeat;
}

#address{
	width:200px;
	height:auto;
	margin-top:20px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align:left;
	line-height: 1.5em;
	color: #707070;
	float:right;
}

#imagebox{
	width:200px;
	height:300px;
	float:right;
}


/*----------------Main Content Area-----------------*/
.header1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.1em;
	color:#2A2D50;
}

.header2{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.1em;
	color:#2A2D50;
	text-align:center;
}

.pstyle1{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#2A2D50;
	text-align:justify;
}

.pstyle2{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.7em;
	color:#2A2D50;
	text-align:justify;
}

#linkslist{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#2A2D50;
	text-align:left;
	line-height:2.0em;
	text-decoration:none;
}

#linkslist a{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#2A2D50;
	text-decoration:none;
}

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

#titlebox{
	width:500px;
	height:52px;
	background:#fff url(../img/title_line.gif) no-repeat;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-right:20px;
}

#maincontent{
	width:500px;
	height:100%;
	margin-top:20px;
	margin-right:20px;
	margin-left:15px;
}

.contactcardstop{
	width:450px;
	margin-top:75px;
	margin-right:20px;
	margin-left:15px;
}

.contactcards{
	width:450px;
	margin-top:20px;
	margin-right:20px;
	margin-left:15px;
}

.imgbox{
	width:150px;
	height:200px;
	border: thin solid #000000;
	float:left;
	margin-right:10px;
}

.imgbox2{
	border:thin solid #000000;
	float:left;
	margin-right:10px;
}

/*--------------------Footer--------------*/
.footerstyle{
	text-align:left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	padding:20px;
	border-top: thin solid #000000;
}

#footer{
	margin:0 auto;
	width:770px;
	height:50px;
	text-align:center;
	background:#716F8F url(../img/footerbg.gif) no-repeat;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

