/* 

Display - CSS File

*/


/*** GLOBAL  ***/

body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
	/*background:url("../images/landing_page.jpg") repeat scroll 0 0 transparent;*/
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
h1{
	
	font-family:times new roman,times new roman,Arial, Verdana; 
	font-weight:normal; 
	text-align:center;
	color:#3D357C;
}
h2{
	margin-bottom:10px; 
	font-family:times new roman,times new roman,Arial, Verdana; 
	font-weight:normal;
	color:#464646; 
}
h3, h4, h5, h6{margin-bottom:8px; font-family:times new roman,Arial, Verdana; font-weight:normal;}
h1 {font-size:24px; line-height:30px;}
h2 {font-size:20px; line-height:24px;padding-bottom:10px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:16px; line-height:15px;}
h5 {font-size:15px; line-height:15px;}
h6 {font-size:13px; line-height:15px;}
#wrapper
{
	margin: 50px auto;
    width: 1000px;
 
	
}
.line
{
	margin-left: 210px;
    width: 560px;
    border:1px solid #185E98;
}

/***************************** End  of Home page ***********************/
p
{
	text-align:center;
	margin-top:20px;
	color:#3D357C;
}

.address
{
	font-size:20px;
	margin-bottom:15px; 
	font-family:times new roman,times new roman,Arial, Verdana; 
	font-weight:normal; 
	text-align:center;
	line-height:26px;
}
a
{
	text-align:center;
	color:#3D357C;
	
}
a:hover
{
	color:#0483BA;
}
.logo {
  margin-bottom: 30px;
  text-align: center;
}

.landing-menu
{
	background-color: #34642F;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 3px 40px;
    text-align: center;
    text-decoration: none;
    width: auto;
	height:auto;	
}
