/***********************************************/
/* Vocall Group - Copyright 2008           */
/* Designed by McColm Graphics          */
/* www.mccolmgraphics.co.uk             */
/* email: info@mccolmgraphics.co.uk    */
/***********************************************/
 
body {
	margin-top: 5px;
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
	font-family: verdana;
	font-size: 12px;	
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	color: #0071BC;
	text-decoration: none;
}
a:visited {
	color: #0071BC;
	text-decoration: none;
}
a:hover {
	color: #3BB878;
	text-decoration: none;
}
a:active {
	color: #0071BC;
	text-decoration: none;
}

h1{
	margin: 0px;
	padding: 8px 0px 8px 0px;
	font-size: 18px;
} 

p{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}	 

#wrap{
	margin: auto;
	width: 960px;
}

#header{ 
	float: left;
	margin: auto;
	width: 960px;
	height: 138px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#topnav{
	float: left;
	margin: auto;
	width: 910px;
	height: 59px;
	padding: 0px 25px 0px 25px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	background-image: url(../images/topnav.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.left{
     float: left;
     width: 50%;
     padding: 17px 0px 0px 0px;
}

.right{
    float: right;
    width: 50%;
    padding: 15px 0px 0px 0px;
}

.imgleft{
   float: right;
   margin: 0px 0px 0px 5px;
   width: 10px;
   height: 25px;
   background-image: url(../images/left.jpg);
}

.imgmid{
   float: right;
   margin: 0px 0px 0px 0px;
   padding: 2px 0px 0px 0px;
   height: 23px;
   background-image: url(../images/middle.jpg);
}

.imgright{
   float: right;
   margin: 0px 0px 0px 0px;
   width: 10px;
   height: 25px;
   background-image: url(../images/right.jpg);
}

#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active{
	color: #FFFFFF;
	text-decoration: none;
} 

#body{
	float: left;
	margin: auto;
	width: 910px;
	padding: 0px 25px 0px 25px;
	background-image: url(../images/body.jpg);
}

#content{
	float: left;
	margin: auto;
	width: 700px;
	line-height: 16px;
	padding: 10px 0px 10px 0px;
}

#rightcol{
	float: right;
	margin: auto;
	width: 180px;
	padding: 10px 0px 10px 0px;
}

#rightcol ul{
    font-size: 15px;
	font-family: arial;
	list-style-type: none;
	width: 176px;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #D2D2D2;
}

#rightcol li{
	margin: 0px 0px 1px 0px;
	font-weight: bold;
	line-height: 18px;
	width: 176px;
	background-color: #FFFFFF;
	padding: 5px 2px 5px 2px;
}

#rightcol a:link, #rightcol a:visited, #rightcol a:hover, #rightcol a:active{
       text-decoration: none;
	   color: #1701b2;
}
									   
#footer{
	clear: both;
	float: left;
	margin: auto;
	width: 910px;
	height: 44px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 28px 25px 0px 25px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #FFFFFF;
	text-decoration: none;
} 

.footleft{
	float: left;
	width: 50%;
}

.footright{
	float: right;
	width: 50%;
}