/* CSS Document */

#left {
	width:265px;
	padding: 40px 0 0 0px;
	background:url(../images/leftbk.jpg) no-repeat;
	float:left;
	min-height:450px;
  height:auto !important;
  height:450px;
}

#left ul li ul {
	margin-left:10px;
	padding-left:0;}
	
#left ul li ul li {
	margin-left:0px;
	padding-left:0;}

#right {
	width:634px;
	float:left;}
	
#header {
	width:624px;
	height:160px;
	padding: 0 10px 0 0;
	background:url(../images/header.gif);
	float:left;}
	
#header h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:normal;}
	
#title {
	width:584px;
	height:72px;
	padding: 10px 10px 0 40px;
	background:url(../images/titlebk.gif) no-repeat;
	float:left;
	font-size:22px;
	color:#900;
	text-transform: uppercase;}
	
#text {
	width:534px;
	float:left;
	padding: 0 50px 20px 50px;}
	
#text p {
	font-size:11px;
	color:#333333;
	line-height:17px;}

#contentip {
	width:900px;
	float:left;
	padding: 0 0 0 0;
	background-image:url(../images/crossip.gif);}
	
#testimonials {
	width:150px;
	float:left;
	padding: 15px;
	background-color: #D2D2D2;
	border:1px solid #868686;
}
	
span.expandLink {
  color: #fff;
  font-weight:bold;}
  
span.expandLink a {
	color: #fff;
	font-size:14px;
	font-weight:bold;
	background-color:#959595;
	padding:2px 4px;
	text-decoration:none;
	width:200px;
	display:block;
	border:1px solid #868686;}
	
span.expandLink a:hover {
	background-color:#676767;}
	
	
span.expandLinkp {
  color: #fff;
  font-weight:bold;}
  
span.expandLinkp a {
	color: #fff;
	font-size:14px;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	background:url(../images/plus.gif) right no-repeat #959595;
	width:200px;
	display:block;
	border:1px solid #868686;}
	
span.expandLinkp a:hover {
	background:url(../images/plush.gif) right no-repeat #676767;}
	
.ullinkwhite a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-top:15px;}
	
.ullinkwhite a:hover{
	text-decoration:underline;
	color:#000;}
	
#left li {
	list-style:none;}
	
.titletext {
	padding-top:120px;
	float:right;
	font-size: 20px;
	color: #FFFFFF;
}
	
h2 {
	font-size:18px;
	color:#990000;
	font-weight:normal;}
	
.img {
	border:2px solid #ccc;
	margin:0 10px 10px 0;}
	
	
/*********************************************************
*              POP-UP WINDOW
**********************************************************/
       #pop_up_content{
          width:400px;
          background-color:#fff;
          padding:10px;
          border:1px dashed #990000;
          font:12px Arial, Helvetica, Geneva, sans-serif;
          color:#666;
          padding:0 10px 5px 40px;
          line-height:130%;
          text-align:left;
          margin:15px auto;
        }
        
        #pop_up_content p{
          margin:10px 0 15px 0;
          padding:0px;
          font-size:12px;
        }

        #pop_up_content a:link, #pop_up_content a:visited{
          text-decoration:underline;
          color:#900;
        }

        #pop_up_content a:hover{
          text-decoration:underline;
          color:#000;
        }
        
               
        #pop_up_content form label{
          display:block;
          float:left;
          width: 150px;
          clear:both;
          margin-bottom:10px;
          font-weight:bold;
          padding-left:2px;
        }
        
        #pop_up_content form input, #pop_up_content form textarea{
          width:170px;
          vertical-align:middle;
          margin-bottom:10px;
          border:1px solid #000;
        }
        
        #pop_up_content form input.submit_btn{
            font:bold 12px Arial, Helvetica, sans-serif;
            letter-spacing:1px;
            border:1px solid #990000;
            color:#000;
            padding:2px 7px;
            margin:15px 0px 15px 80px;
            background-color:#fff;
            text-align:center;
            width:auto;
        }
        
        #pop_up_content form input.submit_btn{
          margin-left:150px;
        }
        
        #pop_up_content .msg{
          text-align:center;
        }
        
        .msg{
          color:#cc0000;
          font-weight:bold;
        }
