/* CSS Document */
/* Format Main */

#colwrap{
	height: 530px;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: thin none #000000;
	}

	
	
#topper{
	width: 800px;
	height: 125px;
	padding: 0px;
	border-top: .5px none #333333;
	border-right: .5px none #333333;
	border-bottom: .5px none #333333;
	border-left: .5px solid #FFFFFF;
	margin:0px;
	}
	
#leftside{
	clear: left;
	float: left;
	width: 200px;
	border: thin none #000000;
	background-color: #FFFFFF;
	height: 200px;
	padding: 0px;
	margin-left: -1px;
	margin-bottom:0px;
	display: block;
	}

#content{
	clear: right;
	float: right;
	width: 590px;
	height: 270px;
	background-image: url(../img/cssdecorations/contentback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: thin none #000000;
	border-right: thick solid #CCCCCC;
	border-bottom: thin none #000000;
	border-left: thick none #000000;
	display: block;
	background-color: #FFFFFF;
	font-family: Cochin, Garamond, Courier, Arial;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}
	
#contentcontact{
	clear: right;
	float: right;
	max-width: 590px;
	height: 270px;
	background-image:url(../img/maincontact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: thin none #000000;
	border-right: thick solid #CCCCCC;
	border-bottom: thin none #000000;
	border-left: thick none #000000;
	display: block;
	background-color: #FFFFFF;
	font-family: Cochin, Garamond, Courier, Arial;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}

#contentportfolio{
	clear: right;
	float: right;
	width: 590px;
	height: 410px;
	background-image:url(../img/mainonlieportfolio.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: thin none #000000;
	border-right: thick solid #CCCCCC;
	border-bottom: thin none #000000;
	border-left: thick none #000000;
	display: block;
	background-color: #FFFFFF;
	font-family: Cochin, Garamond, Courier, Arial;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}

	#contentweb{
	clear: right;
	float: right;
	width: 590px;
	height: 270px;
	background-image:url(../img/mainwebdesign.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: thin none #000000;
	border-right: thick solid #CCCCCC;
	border-bottom: thin none #000000;
	border-left: thick none #000000;
	display: block;
	background-color: #FFFFFF;
	font-family: Cochin, Garamond, Courier, Arial;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}

#contentprint {
	clear: right;
	float: right;
	width: 590px;
	height: 270px;
	background-image:url(../img/printdesign.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: thin none #000000;
	border-right: thick solid #CCCCCC;
	border-bottom: thin none #000000;
	border-left: thick none #000000;
	display: block;
	background-color: #FFFFFF;
	font-family: Cochin, Garamond, Courier, Arial;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}
	
#footerleft{
	float: left;
	clear: none;
	height: auto;
	width: auto;
	background-color: #666666;
	background-image: url(../img/cssdecorations/navback.jpg);
	background-repeat: no-repeat;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
	
#footerright{
	background-color: #000000;
	height: 140px;
	width: 590px;
	float: right;
	clear: right;
	background-image: url(../img/cssdecorations/footerbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color:#999;
	
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-right: -1px;
	margin-left: 0px;
	padding left: -10px;
	margin-bottom:-10px;

	}

#scrollingfooterright {
	background-color: #000000;
	height: 140px;
	width: 590px;
	float: right;
	clear: left;
	background-image: url(../img/cssdecorations/footerbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color:#999;
	
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-right: -1px;
	margin-left: 0px;
	padding left: -10px;
	margin-bottom:-10px;

	}



	
/* Nav Left Col*/
ul.nav {
	list-style: none;
	font-size: 24px;
	text-align: center;
	float: left;
	background-image: url(../img/cssdecorations/navback.jpg);
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-repeat: repeat-y;
	clear: left;
	padding-left: 0px;
	letter-spacing: .5em;
	display: block;
	margin: 0px 0px 0px;
	padding-bottom: 172px;
	width: 200px;
	padding-top: 15px;
	background-position: right top;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #FFFFFF;




	}
	
ul.nav li {
	font-size: large;
	font-variant: normal;
	line-height: 35px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 200px;
	clear: left;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}

ul.nav li a {
	color:#666;
	text-decoration: none;
	background-image: url(../img/nav/buttons.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	display: block;
	clear: left;
	float: left;
	font-family: Cochin, Garamond, Courier, Arial;
	letter-spacing: normal;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	}
	
ul.nav li a:hover {
	color:#000000;
	text-decoration: none;
	background-image: url(../img/nav/buttons.over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 200px;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Cochin, Garamond, Courier, Arial;
	}









	
	
/* Text Format */
body {
	background-image: url(../img/bgfade.jpg);
	font-size:small;
	background-repeat: repeat-x;

	}
#footerrighttext {
	color:#999;
	vertical-align: bottom;
	display: block;
	clear: both;
	float: none;
	width: 500px;
	text-align: center;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	margin-top:-5px;

	}
	
footerright p{
	color:#999999;
	float: right;
	width: 500px;
	margin-left: -10px;
	margin-right:10px;
	}
ul.photofooter {
	color:#999999;
	clear:both;
	list-style:none;
	float: left;
	margin-right: 0px;
	width: 590px;
	height: 70px;
	text-align: center;
	display: block;
	margin-left: -30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;





	}

	
		
ul.paypalfooter li {
	float: left;
	height: 70px;
	width: 100px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: -5px;

}
	
ul.photofooter li {
	float:right;
	height: 70px;
	width: 100px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: -5px;





	}

	
ul.mainthree {
	text-decoration: none;
	list-style: none;
	font-family: Cochin, Courier, Arial;
	font-size: 24px;
	float: left;
	margin: 0px 0px -72px;
	padding: 38px 0px 0px;
	}

ul.mainthree li {
	float: left;
	display: block;
	height:120px;
	width: 194px;
	}

ul.mainthree li a{
	text-decoration:none;
	color: #333333;
	display: block;
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
		
	}
	
ul.mainthree li#ecommerce a{
	background-image:url(../img/mainthree/ecommercebutton.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	height:70px;
	width: 194px;
	text-align: center;
	vertical-align: bottom;
	float: left;
	display: block;


	}
ul.mainthree li#virtualtour a{
	background-image:url(../img/mainthree/virtualtoursbutton.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	width: 194px;
	float: left;
	vertical-align: bottom;
	display: block;

	}
ul.mainthree li#flash a{
	background-image:url(../img/mainthree/flashbutton.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	width: 194px;
	float: left;
	vertical-align: bottom;
	display: block;

	}
	
ul.mainthree li#ecommerce a:hover{
	background-image:url(../img/mainthree/ecommercebuttonover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:70px;
	width: 194px;
	float: left;
	vertical-align: bottom;
	display: block;

	}
ul.mainthree li#virtualtour a:hover{
	background-image:url(../img/mainthree/virtualtoursbuttonover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	width: 194px;
	float: left;
	vertical-align: bottom;
	display: block;

	}
ul.mainthree li#flash a:hover{
	background-image: url(../img/mainthree/flashbuttonover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	width: 194px;
	float: left;
	vertical-align: bottom;
	display: block;
	}

ul.sitelist {
	list-style: url(none) none;
	text-decoration: none;
	float:left;
	display:table;
	width:235px;
	padding-left: 25px;
	margin: 0px;



	
	}
	
ul.sitelist  li a{
	list-style: none;
	font-size: 14px;
	text-decoration: none;
	color: #333333;

	display:block;
	padding: 0px;

	}

ul.sitelist  li a:hover{
	list-style: none;
	font-size: 14px;
	text-decoration: none;
	color:#3366FF;

	display:block;
	padding: 0px;

	
	}
	
	
#bottomcap {
	background-image: url(../img/cssdecorations/colwrapbottom1.jpg);
	width: 800px;
	height:25px;
	}
	
#leftspace{
	width:300px;
	height:200px;
	background-image:url(../img/cssdecorations/popup.gif);
	float:left;
	clear:left;
	
	}
	
#leftspace h4{
	font-size:14px;
	color:#FFFFFF;
	}
	
#leftspace p{
	
	margin-top:-15px;
	padding-right: 6px;
	padding-left: 6px;
	}
	

	
#toptext {
	width: 280px;
	height: 70px;
	float:right;
	font-size:14px;
	color:#666666;
	font-weight: bold;
	
	padding-right: 10px;	
	}

#bottomtext {
	width:200px;
	float:right;
	clear:right;
	color:#999999;
	font-size:14px;
	font-weight: bold;
	padding-top: 80px;
	padding-right: 10px;
	}
	
ul.printmenu {
	max-width:590px;
	list-style:none;
	clear:none;
	float:left;
	margin-bottom: -15px;
	display: compact;
	vertical-align: bottom;
	padding: 0px;

	
	}
	
ul.printmenu li a{
	display:list-item;
	float:left;
	background-image:url(../img/cssdecorations/printmenuup.gif);
	height:30px;
	width:170px;
	padding:0;
	color:#FFFFFF;
	text-decoration:none;
	}
	
ul.printmenu li a:hover{
	display:block;
	float:left;
	background-image:url(../img/cssdecorations/printmenuover.gif);
	height:30px;
	width:170px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
ul.leftsidesub{	
	float:left;
	clear:left;
	width:300px;
	
	margin-top:-35px;
	margin-bottom:0px;
	padding-left:4px;
	padding-right:4px;
	}
ul.leftsidesub a{
	text-decoration: none;
	color:#333333;
	}
ul.leftsidesub li{
	float:left;
	display:block;
	width:97px;
	padding:0px;
	margin-top:-11px;
	font-size:10px;
	
	}
	

	
p {color:#333333;
	}
	
h3 {
	font-size: 14px;
	color: #333333;
	}
h5 {	
	}
   