/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-family: "Times New Roman";
	font-size: 14px;
	color: #666;
	background: #ffffff;
	word-spacing: 2px;
}


.body {
	background-color:#cccccc;
	 font: "Times New Roman"
}

.frame {
	background-color:white;
	width:	1000px;
	height: 600px;
	margin-top: 5px;	
	border-color: Red;	
	border-width:medium;
	border-style: double;
}

.header_wrapper {
	width:	1000px;
	height: 110px;
	text-align:center;
}

.content_wrapper_home {
	width:	1000px;
	height: 340px;
}

.content_wrapper {
	width:	1000px;
	text-align: left;
	vertical-align: top;
	padding: 0 50px 0px 70px  /* T R B L */
}

.content_height {
	height: 340px;
	overflow: auto;
	padding-right: 11px;
	scrollbar-arrow-color: #000000; 
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-track-color: #cccccc; 
	scrollbar-face-color: #999999; 
	scrollbar-shadow-color: #cccccc; 
	scrollbar-darkshadow-color: #cccccc;
}

.content_height_hide {
	height: 340px;
	overflow: hidden;
	padding-right: 11px;
	scrollbar-arrow-color: #000000; 
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-track-color: #cccccc; 
	scrollbar-face-color: #999999; 
	scrollbar-shadow-color: #cccccc; 
	scrollbar-darkshadow-color: #cccccc;
}

.under_construction {
	width:	1000px;
	text-align: center;
	vertical-align: bottom;
	padding: 0 50px 0px 70px  /* T R B L */
}

.title {
    font-weight:bold;
    text-decoration: underline;
    font-size: 16px;
}

.sub_title {
    font-weight:bold;
}

#main_content
{
	width: 730px;
	height: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;	
}

#content
{
 padding-top: 1px;
 padding-bottom: 25px;
 padding-left: 25px;
 padding-right: 25px;
}

#contact1
{
 text-align:right;
 vertical-align:top;
 padding-right: 20px;
 font-weight:bold;	
}

#contact2
{
	width: 250px;
	text-align:left;
	vertical-align:top;
}

.footer_wrapper {
	width:	1000px;
	height: 110px;
}

.slogan {
	width:	1000px;
	height: 70px;
	background-color:white;
	text-align:center;
	vertical-align: middle;
}

#menu {
	height: 45px;
	vertical-align: top;
}

#menu ul {
	margin: 0px 0px 40px 130px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a{
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	color: #333333;	
	font-weight: normal;
	outline: none;
	border-color: white;		
	border-width: thin;
	border-style: double;
}

#menu li a:hover, #menu li .current{
	color: red;
	border-color: red;		
	border-width: thin;
	border-style: double;
}

#menu li .last {
	background: none;
}
#footer {
	width:	1000px;
	height: 20px;
	vertical-align: bottom;
	background-color:#666666;
	color: White;
	text-align: center;
	font-size:xx-small;
	font: "Times New Roman"
}




