/* General Layout */
html
{
	height : 100%;
	width: auto;
}

body
{
	width: auto;
	height : 100%;
	margin: auto;
	
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	background-color: #FFFFFF;
	/*background-image: url("../images/back.jpg");*/
	/*background-image: url("http://www.google.co.za/logos/valentine07.gif");*/

	background-attachment: fixed; /*scroll*/
	background-position: 50% 50%;
	/*background-repeat: no-repeat;*/
	background-repeat: no-repeat;

	/* font-family:  'Lucida Grande', Geneva, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* font-family: Geneva, Verdana, sans-serif; */

	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	 font-family: Book Antiqua, Palatino, serif; 

	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */

	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

img	
{
	border: 0;
}

hr	
{
	color: #9A8A7A;
	background-color: #9A8A7A;
	height: 1px;
	border: 0px;
}

form 
{
	margin: 0px;
	padding: 0px
}

/* Links */
a
{
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited
{
	color: #AAAA00;
}

a:hover
{
	color: #DDDD00;
}

a:active 
{
	color: #00DDDD;
}

/* Typeography */
h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

/*Classes for contact*/

.ContactBody 
{
	background-color: #FFFFFF;
}

.ContactMain 
{
	text-align: center; 
	font-family:Arial, Helvetica, Sans-Serif; 
	font-size:11px; 
	width:99%; 	
	overflow:hidden; 
	overflow-y:hidden; 
	overflow-x:hidden;
}

.ContactRed 
{
	text-align: center; 
	border:1px solid #990000; 
	background-color:#D70000; 
	color:#FFFFFF; 
	padding:4px; 
	padding-left:6px;
	width:295px;
}

.ContactGreen 
{
	text-align: center; 
	border:1px solid #009900; 
	background-color:#00D700; 
	color:#FFFFFF; 
	padding:4px; 
	padding-left:6px;
	width:295px;
}

.ContactMail 
{
	margin:2px; 
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px; 
	width:99%; 
	height:100%;
}

.ContactMessage 
{
	padding:2px; 
	border:1px solid #CCCCCC; 
	width:100%; 
	height:100px; 
	font-family:Arial, Helvetica, Sans-Serif; 
	font-size:11px;
}

.ContactField 
{
	padding:2px; 
	border:1px solid #CCCCCC; 
	width:100%; 
	height:20px; 
	font-family:Arial, Helvetica, Sans-Serif; 
	font-size:11px;
}

.ContactTable 
{
	border:0px; 
	margin-left: auto; 
	margin-right: auto;
}

.ContactLabel 
{
	text-align: right;
}

.ContactValue 
{
	text-align: left; 
	white-space: nowrap; 
	width:316px;
}

.ContactError 
{
	text-align: left; 
	vertical-align:middle; 
	padding:1px 1px 1px 15px;
}

.ContactSubmit 
{
	margin-top:10px; 
	border:1px solid #000000; 
	width:50px; 
	height:20px;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size:11px; 
	padding-left:2px; 
	padding-right:2px; 
	padding-top:0px; 
	padding-bottom:2px; 
	line-height:14px; 
	background-color:#EFEFEF;
}

/*Classes for layout*/
.grey_opacity
{
	background-color: #998877;
	filter: alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;

}

.clear_opacity
{
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

.black_opacity
{
	background-color: #554433;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

.frame_table
{
	background-color: #FFFFFF;
	vertical-align : middle;
	text-align : center;
}

.the_table
{
	vertical-align : middle;
	text-align : center;
	width: 100%;
	height : 100%;
	border : 1px;
}

.imageDiv
{
	text-align : center;
	height:605px;
	width:100%; 
	overflow:hidden; 
	overflow-y:hidden; 
	overflow-x:hidden;
}

.contactDiv
{
	height:350px;
	width:100%; 
	overflow:hidden; 
	overflow-y:hidden; 
	overflow-x:hidden;
}

.contactIframe
{
	height:100%;
	width:100%; 
	overflow:hidden; 
	overflow-y:hidden; 
	overflow-x:hidden;
	border:0px;
}

/*Visual Lightbox*/
#vlightbox a#vlb{display:none}
#vlightbox 
{	 
	zoom:1; 	
	width:900px; 
}
#vlightbox span{ display:block; }
#vlightbox a
{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	text-align:center;
	opacity:0.87;
}
#vlightbox a img
{
	display:block;
	border:none;
	margin:0;
}
#vlightbox a:hover
{
	opacity:1;
}
