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

body{
	background:url(../img/ContentBG.png);
	}
a {
	border:none;
	color:#063;
	font-weight:bold;
	text-decoration:none;
	}
img{
	border:none;
	}

h1, p{
	color:#153a43;
	}
p{
	text-align:justify;
	font-size:110%;
	padding: 0px 20px 0px 20px;
	}

.lineBreak{
	width:600px;
	height:3px;
	background:#000;
	display:block;
	margin: 0 auto;
	opacity:.3;
	margin-bottom:50px;
	margin-top:40px;
	}

#header{
	background: url(../img/header_bg.jpg) repeat-x;
	height:160px;
	position:relative;
	left:-10px;
	top:-10px;
	margin-right:-18px;
	}

#centerTop{
	margin:0 auto;
	width: 636px;
	position: relative;
	top:48px;
	}
#centerTop a:hover{
	opacity:1.0;
	}

#nav{
	width:850px;
	top:70px;
	position:relative;
	margin:0 auto;
	}

#nav li{
	display:inline;
	}

#nav a{
	margin-left:30px;
	}

a:hover{
	opacity:.5;
	}

#container{
	width:950px;
	margin:0 auto;
	position:relative;
	top:20px;
	}

#content{
	background-color:#e6e3d9;
	width:944px;
	padding: 15px 30px 20px 30px;
	position:relative;
	top:40px;
	right:35px;
	margin-bottom:220px; 
	border:6px solid #001200;
	
	}
#welcome{
	position:relative;
	height:80px;
	right:58px;
	overflow:hidden;
	
	}

#welcome h1{
	text-indent: -99999px
	}

#footer{
	background:url(../img/footer_bg.jpg);
	height:365px;
	position:relative;
	left:-10px;
	margin-right:-18px;
	bottom:-10px;

	}
#footerMenu{
	background-color:#001200;
	height:40px;
	position:relative;
	bottom:40px;
	}
#footerNav{
	position:relative;
	margin:0 auto;
	width:600px;
	}
#footerNav li{
	display:inline;
	}
#footerNav a{
	margin-right:30px;
	position:relative;
	top:10px;
	font-family:"Times New Roman", Times, serif;
	color:#e4f5fd;
	text-decoration:none;
	font-weight:bold;
	}	
#centerBottom{
	width:686px;
	position:relative;
	margin:0 auto;
	}
#footerText{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#0f151d;
	font-size: 140%;
	line-height: 150%;
	letter-spacing:1px;
	margin-top:10px;
	}

#shiftRight{
	margin-left:30px;
	}


#intro{
	font-size:130%;
	width:420px;
	font-style:italic;
	text-align: justify;
	line-height: 140%;
	float:left;
	padding:0px;
	}
#homeDesc{
	width:420px;
	text-align: justify;
	font-size: 110%;
	line-height:140%;
	padding:0px;
	}

#servicesNote{
	float:right;
	position: relative;
	top:110px;
	}
#servicesNote ul{
	position:relative;
	bottom:320px;
	left:30px;
	color:#201e0d;
	font-size:200%;
	list-style-type:none;
	font-style:italic;
	letter-spacing:1pt;
	}
#clear{
	clear:both;
	}

/**Specific to individual pages outside Index**/

#partners{
	background:url(../img/partnersBG.png);
	width: 348px;
	height:92px;
	margin: 0 auto;
	bottom:40px;
	position:relative;
	}
#partners p{
	position: relative;
	padding: 23px 75px 23px 75px;
	color:#6e6027;
	font-size:220%;
	opacity:.8;
	letter-spacing:1pt;
	}
#servicesList ul{
	margin-bottom:40px;
	position:relative;
	left:50px;
	}

#servicesList li{
	font-size:120%;
	position:relative;
	left:50px;
	}

.serviceTitle{
	font-size:160%;
	color:#030;
	font-weight:bold;
	letter-spacing:1pt;
	}
.floatService{
		float:right; 
		position:relative; 
		right: 20px;
		bottom:15px;
		width:600px;
		}

#contactDiv{
	text-align:center;
	color:#153a43;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	font-weight: bold;

	}

#Name{
	font-size:160%;
	}
#Title{
	
	font-size: 90%;
	}
#contactSplit{
	display:block;
	position:relative;
	left:80px;
	padding:10px;
	}

.Company{
	font-size: 200%;
	color:#8e8231;
	font-family:"Times New Roman", Times, serif;
	}
.contactOther{
	font-size:110%;
	}
.noBold{
	font-weight:100;
	}