/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Masood Kamandy in collaboration with Peter Ross
*/

/*added a div that moves the information down*/

#informationPage {
float:left;
width:600px;
}

#information {
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 75px 0 0 55px;
	width: 480px;
	}

#clientBox {
	float:left;
}
	
#clients01 {
	font-size:11px;
	line-height:13px;
	width:160px;
	float:left;
	margin-left: 55px;
	margin-top: 13px;
	margin-bottom: 26px;
}

#clients02 {
	font-size:11px;
	line-height:13px;
	width:160px;
	float:left;
	margin-top: 13px;
	margin-bottom: 26px;
}

#clients03 {
	font-size:11px;
	line-height:13px;
	width:160;
	float:left;
	margin-top: 13px;
	margin-bottom: 26px;
}

#copyright {
	margin-top: 25px;
	margin-left: 55px;
	float:left
}

/*added a class to affect the lone links that appear below the menu*/
	
body#Information #bottomTitle a.information{
	color:red;
	 }

/*Added a class nav to move the navigation*/

.nav {
    position: absolute;
    top: 585px;
    z-index: 100;
    clear: both;
}	

/*adding style to move the slideshow text (h4 tag) below the image within the container*/

.container h4 {
}

.container h3 {
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	overflow: auto;
}

a:link { color: black; text-decoration:none;}
a:active { color: #ff00ff; }
a:visited { color: black; text-decoration: none;}
a:hover { color: red; }
		
a img { border: none; }

#topTitle {
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	letter-spacing:3px;
	text-transform:uppercase;
}

#bottomTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align:left;
	line-height:12px;
    width: 155px;
	margin-left:0px;
	margin-top:-12px;
}

#menu {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:12px;
	overflow:hidden;
    margin: 150px 0 0 95px;
    height: 100%;
}

#menu li {
	margin-left: 0px;
	}

#menu ul {
	font-size: 11px;
	line-height:13px;
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title {
	font-size:10px;
	text-align:left;
	text-transform:uppercase;
	color: black;
	margin:0pt 0pt 5px 0px;
	padding-bottom:5px;
}

#menu li.active a {
	color: red;
}

#content {
	height: 100%;
	margin: 0 0 0 223px;
    padding-top: 0px;
	width:auto;
	z-index:0;
}

.container { margin: 0 0 0 0;
}


#content p { }

p { }

h1 {
	}
	
h2 {
 	}
	
h3 {
	}

h4 {
	 }

#img-container	{
	float: left;
	margin: 50px 0 0 55px;
	/*
	padding-left:300px;
	margin-left:100px;
	*/
	}
	
.caption	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: -15px;
}

#once { clear: left; }

