@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ddf4f5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	line-height:18px;
}
.oneColFixCtr #container {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
    background-image:url("../images/bg-body.jpg");
	background-repeat:repeat-y;
	padding: 0 12px 0px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.pointer:hover{
    cursor:pointer;
}


#protocolInfo{
height:100px;
}

#protocolInfo ul{
    font-size:11px;
	margin-left:25px;
}

#demo .demoInfo{
	margin:13px;
	padding-top:12px;
	padding-right:5px;
	font-size:12px;
	line-height:18px;
	background-image:url(../images/demo-phone.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:303px;
	padding-left: 15px;
}

#demo .demoInfo .demoInfo2{
	margin-left:95px;
	padding-right:10px;
	padding-top: 10px;
}


h2 {

font-size:15px;
font-variant:small-caps;
color:#7a4a39;
letter-spacing:2px;
background-color:#fff;
margin:0px;
padding:0px

}

h3{
font-size:13px;
font-variant:small-caps;
color:#299aa2;
letter-spacing:2px;
background-color:#fff;
margin:0px;
padding:0px
}

h4{
font-size:13px;
}



.pgHeader{

border-bottom:1px solid #7a4a39;
margin-bottom:20px;

}

cite{
color:#666;
font-size:10px;
text-indent:20px;
}

#downloads ul{
list-style:none;
}

#downloads ul li{
padding:2px;
}

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

.uList{
list-style:disc;
margin-left:10px;
padding:5px;
}

.uList li,.oList li{
font-size:11px;
padding-bottom:2px;
}

.oList{
list-style:decimal;
margin-left:20px;
padding:5px;
}

.table td,.table th{
padding:2px;
font-size:.9em;
}

.bodyImg{
width:252px;
float:right;
}

.aboutUsPic{
    background-image:url(/images/interior/body-pic-aboutus.jpg);
}
