
/** Common Styles */

body {
	margin: 0px 0 0px 0;
	padding: 0;
	background: #e4e4e4;
	text-align: justify;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: normal;
	color: #003592;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #003592;
}

a:hover {
	text-decoration: none;
	color: #003592;
}

 





/** Style for banner area starts here */

.logo {
	background-image: url(http://www.mgvinc.com/images/mgvlogo.png);
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 85px;
	margin-left: 65px;
	padding: 0px;
	float: left;
	height: 58px;
	width: 199px;
}

.flags {
	background-image: url(http://www.mgvinc.com/images/flags.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 50px;
	padding: 0px;
	float: right;
	height: 13px;
	width: 258px;
}

.photobanner {
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	height: 218px;
	width: 403px;
}



/** Style for header starts here */

#header {
	width: 1024px;
	height: 218px;
	margin: 0px auto;
	background: url(http://www.mgvinc.com/images/photobanner2.jpg) repeat;
}

#header h1, #header h2 {
	margin: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	text-transform: normal;
	padding: 0;
	float: right;
	font-weight: normal;
	color: #ffffff;
}

#header h1 {
	padding: 0px 0px 0px 0px;
	font-size: 2em;
}

#header h2 {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 1024px;
	height: 28px;
	margin: 1px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #003592;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 27px;
	list-style: none;

}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 4px 29px 4px 29px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
}


#menu a:hover {
	color: #ffffff;
	background: #045ebf;
}

/** Style for menu2 starts here */

#nextmenu {
	width: 1024px;
	height: 28px;
	margin: 1px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #0066cc;
}

#nextmenu ul {
	margin: 0px;
	padding: 0 0 0 27px;
	list-style: none;

}

#nextmenu li {
	display: inline;
}

#nextmenu a {
	display: block;
	float: left;
	padding: 4px 29px 4px 29px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
}


#nextmenu a:hover {
	color: #ffffff;
	background: #003399;
}

#menushadow {
	width: 1024px;
	height: 15px;
	background: url(http://www.mgvinc.com/images/menushadow.jpg) repeat;
}

	

/** Style for wrapper starts here */

#wrapper {
	width: 1024px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 0px;
	 border-top: 0px solid #000000;
       	 border-bottom: 0px solid #000000;
       	 border-right: 2px solid #ffffff;
       	 border-left: 2px solid #ffffff;
}

/** Style for content starts here */

#content {
	width: 945px;
	margin: 0px auto;
	padding-top: 20px;
	line-height: 20px;

}

#content h2 {
	text-transform: 
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
	line-height: 20px;

}

#content p {
}

#left {
	float: left;
	width: 625px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
}

#left li {
	margin-bottom: 5px;
	padding-left: 2px;
	line-height: 15px;
}

#left .post {
	margin-bottom: 10px;
}

#right {
	float: right;
	width: 245px;
	margin-bottom: 10px;
	padding-right: 5px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}




#staffcontainer {
	margin-bottom: 15px;
	padding-left: 18px;	
	padding-right: 20px;
	width: 922px;
	background: #ffffff;
	background-image: url(http://www.mgvinc.com/images/staffbg.jpg);
	background-repeat: no-repeat;
}


#staffcontainer .left {
	float: left;
	width: 275px;
	margin-bottom: 0px;
	margin-top: 20px;
}

#staffcontainer .middle {
	float: center;
	width: 275px;

	margin-left: 315px;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-right: 0px;
}

#staffcontainer .right {
	float: right;
	padding-right: 20px;
	width: 275px;
	margin-bottom: 0px;
	margin-top: 20px;
}





#logincontainer {
	margin-bottom: 5px;
	padding-left: 15px;
	width: 945px;
	background: #ffffff;
}


#logincontainer .left {
	float: left;
	width: 430px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}



#logincontainer .right {
	float: right;
	width: 430px;
	margin-bottom: 0px;
	padding-right: 20px;
	margin-top: 0px;
}







/** Style for footer starts here */

#footer {
	clear: both;
	width: 1024px;
	height: 47px;
	margin: 0px auto;
	padding-top: 0px;
	background: #000000;
	font-size: 12px;
	color: #ffffff;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 50px;
	text-align: center;
}

#footer .design {
	float: right;
	margin: 0px;
	padding-right: 50px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}


#footer a {
	color: #ffffff;
}

#footershadow {
position: relative;
top: 0px; 
	width: 1024px;
	height: 15px;
	background: url(http://www.mgvinc.com/images/footershadow.jpg) repeat;
}

.style1 {font-family: "Times New Roman", Times, serif}

.style2 {font-style: italic}

.style3 {font-family: Arial, Helvetica, sans-serif; }

.style4 {color: #000000}

.style6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

#language {
	position: relative;
	width:200px;
	height:26px;
	z-index:100;
	left: 370px;
	top: -10px;
	
}

#language_spanish {
	position: relative;
	width:200px;
	height:26px;
	z-index:100;
	left: 330px;
	top: -10px;
	
}

#language_portuguese {
	position: relative;
	width:200px;
	height:26px;
	z-index:100;
	left: 330px;
	top: -10px;
	
}
