@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../siteimages/bg.jpg);
	}
	
.wrapper { 
		background-color:transparent;
		margin: 28px auto 0;
		width:786px;
		}
	
.page { 
		background-color:#FFFFFF;
		width:783px;
		height:100%;
		}
		
.topcorner{ background-image: url(../siteimages/toppage.png);
		width:783px;
		height:10px;
		
		}
		
.bottomcorner {
		background-image: url(../siteimages/bottompage.png);
		width:783px;
		height:10px;
		}
		
.leftshadow {
			background-image: url(../siteimages/leftshadow.png);
			float:left;
			height:667px;
			width:3px;
			margin-left:-3px;
			}
			
.rightshadow {
			background-image: url(../siteimages/rightshadow.png);
			float:right;
			height:667px;
			width:3px;
			margin-left:-3px;
			}
			
.logo {
		background-image: url(../siteimages/logo.jpg);
		height:159px;
		margin-left:28px;
		margin-top:6px;
		position:absolute;
		width:138px;
		}
		
.licence {color:#808382;
			text-align:right;
			font-family:Georgia,Times New Roman,Times,serif;
			font-size:12px;
			padding-right:16px;
			text-decoration:none;
			}
			
.topmessage {
			color:#14254a;
			font-family:Georgia,Times New Roman,Times,serif;
			font-size:20px;
			margin-top:61px;
			text-align:center;
			text-decoration:none;
			font-weight:lighter;
			}

.menu_bg {  
		height:21px;
		color:#615940;
		padding-left:230px;
		padding-top:49px;
		overflow:hidden;
		}

.menu_option {font-family:Georgia, Times New Roman, Times, serif;
		font-size:13px;
		color:#615940;
		text-decoration: none;
			}
			a.menu_option:link {color: #615940}
			a.menu-option:visited {color: #615940}
			a.menu_option:hover {color: #0c172f}
			
.services { margin-left:17px;
			margin-top:15px;
			position:absolute;
			width:700px;
			}

.arrow{			
				background-image:url(../siteimages/arrow.png);
				float:left;
				height:14px;
				margin-right:12px;
				width:7px;
				margin-top:5px;
				}
				
				
.bluetext{
			color:#14254a;
			font-family:Georgia,Times New Roman,Times,serif;
			font-size:14px;
			text-align:left;
			text-decoration:none;
			margin-top:3px;
			}	
			
.modules { color:#FFFFFF;
			height:138px;
			margin-top:12px;
		}

.copyr{
	color:#14254A;
	font-family:verdana,Arial,Sans-serif;
	font-size:9px;
	margin-top:10px;
	text-align:center;
	width:783px;
	left: 240px;		
		}
			
			
			
