@charset "utf-8";
/* CSS Document for vanguard international*/

*{margin:0; padding:0}
a      { text-decoration:none;}
.right { float:right; }
.left  { float:left;}
.clear { clear:both;}
.clrrt { clear:right;}
.clrlt { clear:left;}

.nodisplay {
	display:none;
	visibility:hidden;	
}

html{
	overflow-y: scroll;
}
img {
	border:none;	
}

body{
	font-family:Arial, Helvetica, sans-serif;
	
		
	
}
.container{
	width:960px;
	margin:0 auto;
/*	margin-top:100px;*/
	
}

/****************** header styles**************/ 
#header{
	width:100%;
	background-color:#000;
	padding:20px 0 0 0;
	margin-bottom:15px;
	/*position:fixed;
	top:0;
	z-index:999; */
	
}
#header .container{
	margin-top:0 !important;	
}
#header a{
	color:#fff;	
}

.language img{
	margin: 0 5px;	
}
/************** navigation styles**************/
#logo{
	width:264px;
	height:47px;
	
}
.primarynav{
	float:right;
	clear:right;
/*	margin-right:20px;
	margin-top:25px*/
	
}

.primarynav li{
	list-style:none;
	float:left;
	padding:5px;
	
}
.primarynav li a{ text-transform:uppercase;}
.primarynav li a:hover{
	text-decoration:underline;
}

.primarynav li .active {
	color:#F93;	
}
.language img{
	border:1px solid #fff;	
}
.language{
	font-size:10px;	
}
/*********************main content area *************/
/*#main{
	margin-top:50px;	
}*/
.pgimg{
	margin-bottom:15px;	
}
.front_img{
	width:600px;
	/*height:535px;*/
}

.main_copy{
	width:320px;
	font-size:12px;
	padding-right:20px;	
}

.main_copy h2{
	margin-top:5px;
	font-size:20px;	
	font-weight:normal;
	font-style:italic;
}

.main_copy h3{
	font-weight:normal;
	font-size:15px;	
}

.main_copy p{
	
	line-height:20px;
}
.contact_copy{
	font-size:12px;
}


.intro_text{
	/*height:160px*/
}

#quick_contact{
	background-color:#333;
	color:#fff;	
	font-size:11px;
	line-height:10px !important;
	margin-top:15px;
	padding:10px;
}

.imgbanner li{
	list-style:none;
	float:left;
}

/********tagline styles *************/
.tagline{
	color:#fff;
	text-align:left;
	letter-spacing:2px;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	display:inline;	
	/*margin-top:25px;*/
	margin-right:35px;
}

/***********Our Services style ****/
.main_content p{
	font-size:12px;
	line-height: 18px;
}

#contactpg{
	width:700px;
	margin: 0 auto;
}
#contactmainimg { width:500px; height:333px;}
#contactimg	    {  width:500px;}
#contacttxt		{  width:200px;}

.main_content table{
	width:560px;
	margin:25px auto 0 auto;
}
#contact table{
	width:710px;
	margin:0 auto;	
}
.main_content h1{
	font-size:24px;
}

.main_content li{
	list-style:none;
	font-size:12px;	
}

.main_content li a{
	color:#666;	
}

.main_content li a:hover{
	color:#333;	
}
.services-top{
	font-style:italic;
	color:#666;	
}

.services-top:hover{
	color:#000;	
}

.subnav{
	width:300px;
	float:left;	
}

.main_content td{
	padding:0 0 20px 0	
}
/***********Footer styles*****/
.nav{
	float:right;	
}
#footer{
	font-size:12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top:10px;
	padding-top:10px;
}


#footer .right li{
	float:left;
	list-style:none;
	padding:5px 20px;
	
}

#footer .right li:first-child{
	padding-left:0;	
}

#footer .right li:last-child{
	padding-right:0;	
}
#footer .right li a{
	color:#333;
}

#footer .right li a:hover{
	text-decoration:underline;	
}
/*** legal ********/
.legal{
	font-size:10px;
	text-align:center;
	font-style:italic;
	margin-top:15px;	
}
/******************** gallery styles*****************/
.gallerylink{
	color:#999;
}

.gallerylink:hover{
	color:#000;
		
}

/******************image rotator styles***************/
.main_image {
    width: 650px;
    height: 704px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 299px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 279px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

