.wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 902px;
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	border: 1px solid #333333;	
   }

body {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto 0px auto;
	height:100%;
	background-color: #e9e9f0;
	background-image: url(/ptisite/resource/images/bg_fade.jpg);
	background-repeat: repeat-x;
}



.copy {
	color: #333333;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 14px;
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}

.copy_news {
	color: #333333;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 12px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #595042;
	padding: 10px;
	line-height: 13px;
	clear: both;
}


#red {
	color: #CC0000;
	
	}

	
.copy_home {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	float: left;
	margin-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 480px;
	text-align: left;
	padding-top: 100px;
	clear: left;
	color: #FFFFFF;
}


.copy-narrow { 
	padding: 0px 295px 0px 25px;
	}
	
.menu {
	width:902px;
	border:0px;
	height:22px;
	position:relative;
	margin:0;
	z-index:100;
	font-family:arial, sans-serif;
	clear: both;
	background-color: #B0A593;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
        width:899px; 
        w\idth:898px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
         padding:0;
         margin:0;
         list-style-type:none;
}
.menu ul ul {
         width:auto;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
        float:left;
        width:auto;
        position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	width:auto;
	height:20px;
	border:1px solid #ccc;
	border-width:0px 1px 0px 0px;
	background:#B0A593;
	padding-top:2px;
	padding-left:18px;
	padding-right:18px;
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
        width:149px; 
        w\idth:138px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
         background:#b7d186;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #998B75;
}
.menu ul ul :hover > a.drop {
	background-color: #A0947E;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
        background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
        background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
       visibility:hidden;
       position:absolute;
       height:0px;
       top:22px;
       left:0; 
       width:250px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
       top:30px;
       t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
      left:149px; 
      top:0px; 
      width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFF;
	height:18px;
	line-height:1em;
	padding-top:6px;
	padding-left:18px;
	padding-right:18px;
	width:198px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFFFFF;
	background-color: #998B75;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:150px;
w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000;
	background-color: #878EA6;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background-color: #FFC548;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}


.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #704968;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}

/* LINKS AND HEADINGS STYLING */

a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #666699
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	letter-spacing:-.05em;
	margin: 10px 0px 2px 12px;
	color: #444444;
	background-color:transparent;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 12px;
	letter-spacing:-.05em;
	color: #22346C;
	background-color:transparent;
	padding-top: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: none;
	color: #666666;
	letter-spacing:-.05em;
	padding-top:4px;
	padding-left:14px;
	margin-top:0;
	padding-bottom: 0px;
	padding-right: 14px;
	font-size: 18px;
	line-height: 10px;

}
.blue { color: #546F92; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

#main {
	width: 902px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;

}

.wrapper_promo {
	width: 902px;
        height: 100%;
	background-color: #F4D28A;
	float: left;

}
	 

.masthead {
	width: 940px;
	text-align: left;
	margin: 10px auto 0px auto; 
	padding-bottom: 3px;

}
#headbox {
	width: 400px;
        height: auto;
	float: right;
	text-align: right;
        background-color: #000;

}
#header {
        float: right;
	width: 902px;
	color: #000;
	height: 110px;
	background-image: url(/ptisite/resource/images/masthead.jpg);
	background-repeat: repeat-y;
}
#icons {
	float: right;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;

}
#headcopy {
	float: right;
	text-align: right;

}



/* TOP LEFT LOGO */

#logo { 
	float: left; 
	padding: 10px 0 10px 10px; 
}
	
	#logo h1 { color: #000; background: #fff; }

/* TOP RIGHT HORIZONTAL MENU */

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #333;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	height: 25px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #333;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #E7A922;
color: #fff;
}

#sidenavlist ul
{
	background-color: #777;
	padding-left: 0;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	width: 225px;
	float: left;
}
#sidelistnav ul li { display: inline; }

#sidenavlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sidenavlist li a {
	text-decoration: none;
	color: #ddd;
}

#sidenavlist ul li a:hover
{
	color: #333333;
}

/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #8D9CAF url(/ptisite/resource/images/leftintrobg.gif) repeat-x; 
	color: #111;
	margin: 0 0 1px 0;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }

#software_block
	
 {
	float: left;
	width: 902px;
	padding: 0px;
	color: #111;
	height: 131px;
	clear: both;
	margin: 0px;
	background-image: url(/ptisite/resource/images/inside_software.jpg);
	background-repeat: no-repeat;
}

#it_block
	
 {
	float: left;
	width: 902px;
	padding: 0px;
	color: #111;
	height: 131px;
	clear: both;
	margin: 0px;
	background-image: url(/ptisite/resource/images/inside_it.jpg);
	background-repeat: no-repeat;
}

#design_block
	
 {
	float: left;
	width: 902px;
	padding: 0px;
	color: #111;
	height: 131px;
	clear: both;
	margin: 0px;
	background-image: url(/ptisite/resource/images/inside_design.jpg);
	background-repeat: no-repeat;
}

#about_block
	
 {
	float: left;
	width: 902px;
	padding: 0px;
	color: #111;
	height: 131px;
	clear: both;
	margin: 0px;
	background-image: url(/ptisite/resource/images/inside_about.jpg);
	background-repeat: no-repeat;
}
#news_block
	
 {
	float: left;
	width: 902px;
	padding: 0px;
	color: #111;
	height: 131px;
	clear: both;
	margin: 0px;
	background-image: url(/ptisite/resource/images/inside_news.jpg);
	background-repeat: no-repeat;
}

#locations_block
	
 {
	float: left;
	width: 902px;
        height: 131px;
	padding: 0px;
	color: #111;
	clear: both;
	margin: 0px;
	background-image: url(/ptisite/resource/images/inside_locations.jpg);
	background-repeat: no-repeat;
}

	#intro_right .white { color: #FFF; background-color:transparent; }

#intro_interior {
	float: right;
	width: 940px;
  padding: 0px 0px;
	background: url(/ptisite/resource/images/intro_interior.jpg) no-repeat;
	color: #111;
	margin: 0px 0px 10px 0px;
	border:#ccc 1px solid;
	height: 350px;
	clear: both;
}	

#intro_blank {
	float: right;
	width: 940px;
  padding: 0px 0px;
	background: url(/ptisite/resource/images/intro_blank.jpg) no-repeat;
	color: #111;
	margin: 0px 0px 10px 0px;
	border:#ccc 1px solid;
	clear: both;
}
/* LEFT SIDE */
	
	
#left {
	float: left;
	width: 250px;
}
	.box {
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
	}
	.note {
		padding: 15px 15px 20px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background: #FFFFAD url(/ptisite/resource/images/package.gif) no-repeat;
		color: #585616;
	}

/* RIGHT SIDE */

#right {
	float: right;
	width: 940px;
	background: #ccc url(/ptisite/resource/images/column_bg.gif) repeat-y 50% 0;
}

#right_home {
	float: right;
	width: 940px;
}
#leftcol { 
		float: left; 
		padding: 85px 10px 0px 32px;
		width: 250px;
		text-align: left;
		margin: 0px 0px 11px 0px;
		height: 230px;

	}
#middleftcol {
	    float: left;
	    width: 250px;
        text-align: left;
	    height: 220px;
		padding: 85px 10px 0px 32px;

	}
	
 #rightcol {
	    float: right; 
		padding: 85px 10px 0px 12px;
		width: 263px; 
		margin: 0px 0px 11px 0px;
		height: 220px;
}
	
	.midrightcol {
	   float: right;
	   padding: 0px;
	   width: 225px;
	   background: url(/ptisite/resource/images/leftcol_bg.jpg) no-repeat;
	   border:#ccc 1px solid;
	   height: 220px;
	   margin-top: 0px;
	   margin-right: 11px;
	   margin-bottom: 10px;
	   margin-left: 0px;
		}
		
	.special {
	clear: both;
	margin: 0px 0px 0px 0px;
	font: normal .9em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	padding: 2px 15px 5px 5px;
	color: #d6e9f8;
	text-align: right;
	background-color: #7b0708;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	

/* FOOTER */

#footer { 
clear: both;
}
	
.inside_rightcol {
	float: right;
	padding: 0px;
	width: 715px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.inside_leftcol {
	float: left;
	padding: 0px;
	width: 225px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	background-color: #E7A922;
	background-repeat: no-repeat;
}
#interior_main_block {
	float: right;
	width: 941px;
	padding: 0px;
	background: url(/ptisite/resource/images/main_bg.jpg) no-repeat;
	color: #111;
	height: 262px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	clear: right;
	text-align: right;
}
#button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #EEC166;
	border: 1px solid #666666;
	padding: 0px;
	height: 16px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E8E8E8;
	border: 1px solid #999999;
	height: 13px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	visibility: inherit;
	display: inherit;
}
#bottom_block {
	float: left;
	width: 902px;
	padding: 0px;
	color: #111;
	height: 313px;
	clear: both;
	margin: 0px;
	background-image: url(/ptisite/resource/images/home_bottom_bg.jpg);
	background-repeat: no-repeat;
}

#main_rotate {
	float: left;
	width: 902px;
	padding: 0px;
	color: #111;
	height: 298px;
	margin: 0px;
	background-image: url(/ptisite/resource/random/rotate.php);
	background-repeat: no-repeat;
	background-color: #D2CBBB;
}
.copy_interior_block_left {
	float: left;
	width: 561px;
	text-align: left;
	color: #333333;
	height: 100%;
	background-color: #ece7e1;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.copy_interior_block_wide {
	float: left;
	width: 832px;
	text-align: left;
	color: #333333;
	height: 100%;
	background-color: #d9d7d1;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
}

.copy_interior_block_left_tall {
	float: left;
	width: 561px;
	text-align: left;
	clear: none;
	color: #333333;
	height: 400px;
	background-color: #ece7e1;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.copy_interior_block_right {
	line-height: 13px;
	font-size: 10px;
	float: right;
	width: 261px;
	text-align: left;
	color: #333333;
	height: 100%;
	background-color: #F4D28A;
        margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
}

.copy_interior_block_right_tall {
	line-height: 19px;
	float: right;
	width: 261px;
	text-align: left;
	clear: right;
	color: #333333;
	height: 400px;
	background-color: #F4D28A;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#cu3er-container {width:902px; outline:0;}
