body {
	background-image:url(images/bcardBG.jpg);
	background-color: #333;
	background-repeat: repeat-y;
	margin-left: 15px;
	margin-top: 15px;
	background-position: 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#nav {
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	background-position:  top;
	height: 577px;
	width: 255px;
	float:left;
}

#siteinfo {
	margin-top: 228px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	line-height:16px;
}

#contents {
	width: 650px;
	min-height:540px;
	/*float:left;*/
	margin-left: 280px;
}


h3 {
	font-weight: bold;
	color: #E11823;	
}

h2 {
	font-size: 20px;
}

.faqs p {
	margin-top: -10px;
	margin-left: 17px;
}

a:link {
	color:#E11823;
	text-decoration:none;
}

a:visited {
	color:#AA0E16;
	text-decoration:none;
}

a:hover {
	color:#FF1825;
	text-decoration:underline;
}

a:active {
	color:#FA2525;
	text-decoration:none;
}

#footer {
	width: 535px;
	margin-left: 265px;
	color: #666;
}

#links {
	margin-top: 148px;
	margin-left: 85px;
	line-height: 30px;
	font-weight: bold;
	font-size:16px;
}

#title {
	font-size: 13px;
	font-weight:bold;
	line-height: 1em;

}

.packagename{
	color: #FA2525;
	font-weight:bold;
}

#staff {
	width:400px;
	float:left;
	padding-top:0px;
}

#contact {
	width: 230px;
	float:left;
}

.services ul {
	font-weight: bold;
	list-style-type: none;
	margin-left: -30px;
	margin-right: 80px;
	width: 250px;
	float:left;
}


.services li ul {
	color:#333;
	list-style-type: disc;
	font-weight: normal;
	line-height: 18px;
	margin-left: -15px;
}



.call {
	font-size: 16px;
	color: #E11823;
	font-weight: bold;
	text-align:right;
	font-style:oblique;
}





.block1 {
	background-color:#666;
	height: 200px;
	
}


.block1 ul li {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	/*margin-left: -30px;*/
	/*float: left;*/
	font-size:16px;
	line-height:21px;
	
}



.block1 br{
	clear:left;
}





.block2 {
	background-color:#333;
	height: 50px;		
}

.block2 p{
	color: #fff;
	font-size: 16px;
	word-spacing: 13px;
	text-align:center;
	padding-top: 15px;
}



#one {
	width:270px;
	float:left;
}

#two {
	width:180px;
	float:left;
}

#three {
	width:200px;
	float:left;
}


/*PORTFOLIO STYLES */




ul#filter { 
	float: left; 
	font-size: 16px; 
	list-style: none; 
	/*margin-left: -40px;*/ 
	width: 100%; 
	
}


ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}


ul#filter li:last-child { 
	border-right: none; 
	margin-right: 0; 
	padding-right: 0; 
}


ul#filter a { 
	color: #999; 
	text-decoration: none; 
}


ul#filter li.current a, ul#filter a:hover { 
	text-decoration: underline; 
}


ul#filter li.current a { 
	color: #333; 
	font-weight: bold; 
}


ul#portfolio { 
	float: left; 
	list-style: none; 
	/*margin-left: -40px;*/ 
	/*width: 672px;*/ 
}


ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}


ul#portfolio a { 
	display: block; 
	width: 100%; 
}


ul#portfolio a:hover { 
	text-decoration: none;
}


ul#portfolio img { 
	border: 1px solid #dedede; 
	display: block; 
	padding-bottom: 5px; 
}

