/* PaxTech CSS */

* {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#636363;
font-size:12px;
}

#coupon {
position:absolute;
right:0px;
top:0px;
z-index:100;
}


a, a:visited {
color:#6297f1;
text-decoration:none;
}
a:hover {
color:#4469a4;
}

body, #wrapper {
margin:0px;
padding:0px;
width:100%;
text-align:center;
}

#page {
position:relative;
margin:auto;
text-align:left;
width:600px;
top:20px; 
padding-bottom:30px;
}

#left_column {
top:0px;
margin:auto;
float:left;
width: 400px;
margin-top:20px;
}

#right_column {
margin:auto;
float:right;
margin-top:20px;
}

#footer {
clear:both;
width:600px;
}

p {
margin:0px;
margin-bottom:20px;
}

sup {
font-size:70%;
}

h2 {
font-size:14px;
font-weight:bold;
color: #f89923;
margin-bottom:3px;
}

.bold {
font-size:14px;
font-weight:bold;
}

.orange {
color:#f89923;
}

.blue {
color:#4469a4;
}

div.menu {
background:url(graphics/nav_header.jpg) 0px 20px no-repeat;
font-size:16px;
text-align:center;
width:130px;
margin-bottom:30px;
}

div.menu p {
text-align:right;
margin-top:15px;
}

div.menu img.photo {
padding:5px;
border:1px solid #999999;
}

div.menu ul {
padding:0px;
margin:0px;
list-style:none;
width:100%;
}

div.menu li {
display:block;
/*background:url(graphics/nav_bottom.gif) 100% 100% no-repeat;*/
border-bottom:1px solid #999999;
height:20px;
text-align:right;
margin-top:15px;
}

div.menu li a {
color:#636363;
display:block;
text-decoration:none;
line-height:20px;
padding-right:5px;
}
div.menu li a:hover {
color:#FFFFFF;
background:#6398f1;
border-bottom:1px solid #f89923;
}

table.services {
padding:0px;
margin:0px;
}
table.services th {
font-weight:normal;
}
table.services tr {
height:30px;
}
table.services td {
border-bottom:1px solid #999999;
}

blockquote.quotes {
	display: block;
	background: url(graphics/quote-start.png) 0px 0px no-repeat;
	padding: 0px 0px 0 0px;
	margin: 0px 0;
	font-size: 110%;
	line-height: 130%;
	width: auto;
	color: #666;
	border: 0;
}

blockquote.quotes p {
	padding: 0 0px 0 0;
	margin-top: 0;
	background: url(graphics/quote-end.png) 100% 100% no-repeat;
}

.clr {
clear:both;
}

.left_item {
/*padding:5px;*/
margin-bottom:20px;
}

/*.boxed {
border:1px #CCCCCC solid;
border-top:none;
border-left:none;
}*/

/*

form classes

*/

.formitem {
clear:both;
	padding-top:20px;
	float: left;
	width: 180px;
	min-height:24px;
}
.formfield {

	padding-top:20px;
	float: right;
	width:200px;
	min-height:24px;
}

.formfield input, .formfield select {
	font-size: 12px;
	color: #7d7d7d;
}



/*

Specialty classes

*/
.number_bullet {
padding-left:35px;
/*line-height:30px;*/
}
.one {background:url(graphics/bullet_1.gif) 0 0 no-repeat;}
.two {background:url(graphics/bullet_2.gif) 0 0 no-repeat;}
.three {background:url(graphics/bullet_3.gif) 0 0 no-repeat;}



div.terms {
border:1px solid #EEEEEE;
margin-top:10px;
padding:5px;
float:left;
}

.winner {
display:block;
font-weight:bold;
border-left:3px solid #4469a4;
background:#75a2e8;
color:#FFFFFF;
padding-bottom:5px;
padding-top:5px;
padding-left:10px;
}