@charset "UTF-8";
/* CSS Document */

@import url('/styles/brandedheader.css');

/*========= BRANDING ==========*/

#branding-small {
	margin-right:24px;
}

h1 a {
  background: url(../images/ufplogo.jpg) no-repeat 0 0;
}

#navbar-small {
background: url(../images/graynavbar.jpg) no-repeat 0 0;

}

.countrylist {
	right:247px;
}

body {
  margin:0;
  padding:0;
  background: url(../images/bodybckgrd.jpg) repeat 0 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:62.5%;
  color:#454545;
}

#header .logo {
	float:left;
	margin:20px 0 0 70px;
}
	
	
#wrapper-fix {
	background:url(../images/head_span.jpg) repeat-x 0 0;
	width:100%;
	margin-bottom:0;
}

#wrapper {
	background:url(../images/container.jpg) repeat-y 0 0;
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header {
	background:url(../images/headerbckgrd.jpg) no-repeat 0 0;
	width:1000px;
	height:146px;
}

#container {
    width:1000px;
}

#content { 
    margin:70px 50px;
	width:615px;
	padding-bottom:1px;
	float:left;
}

#content .feature-image { 
    float:right;
	margin-left:15px;
	border:5px solid #CCC;
}

#content #flash-feature { 
    float:right;
	margin-left:15px;
}

#content .feature-logo { 
    float:right;
	margin-left:15px;
	clear:right;
	padding-top:10px;
}

#content .fsc { 
    float:right;
	font-size:.9em;
	width:250px;
}

#content .fsc img { 
    float:left;
	
}

a {
	color:#910101;
}

#footer {
	background:transparent url(../images/int_footer.jpg) no-repeat scroll 1px 0;
	text-align:center;
	clear:both;
	color:#fff;
	width:1000px;
	padding-top:55px;
	height:40px;
}

#footer li{
	display:inline;
	padding:0 20px;
}

#footer a{
	color:#ffd457;
}

/*========= HOME ==========*/

.home #container {
	margin-bottom:-30px;
	background:url(../images/home_container.jpg) repeat-y 0 0;
}

.home #content {
	float:none;
	background:#f4f4fc;
	width:900px;
	margin:50px auto 30px auto;
	padding-bottom:1px;
}


.home #content .feature-image {
   float:none;
   padding:10px;
   border:none;
   margin-left:0;
}

.home #content .feature-text {
	font-size:1.1em;
	background:#42403E;
	color:#fff;
	width:529px;
	padding:15px 10px;
	margin-left:10px;
	margin-top:0;
	line-height:18px;
}

.home #content .feature-text a {
	color:#ffd457;
}

.home #feature-area {
	position:absolute;
    right:63px;
    top:206px;
	margin:0;
	width:315px;
	padding-bottom:1px;
}

.home #feature-area h2 {
	font-size:1.1em;
	margin-bottom:0;
	margin-top:3px;
	text-transform:uppercase;
	padding-left:3px;
}

.home #feature-area p {
	font-size:1.1em;
	margin-top:0;
	margin-bottom:2px;
	padding-left:3px;
}

.home #feature-area .findoutmore {
	float:right;
}

.home #feature-area .left {
	float:left;
	clear:right;
	width:157px;
	margin-top:10px;
	padding-top:10px;
	border-right:1px solid #999;
}

.home #feature-area .right {
	float:right;
    margin-top:10px;
    padding-top:10px;
    width:150px;
    clear:right;
}

/*========= FONT STYLES ==========*/

#content h2 {
	font-size:1.3em;
	text-transform:uppercase;
}

#content h3 {
	font-size:1.2em;
	margin-bottom:3px;
}

#content h4 {
	font-size:1.1em;
	margin-top:0;
}

#content p {
	margin-top:0;
	font-size:1.2em;
}

#content ul li {
	font-size:1.2em;
}

/*========= TABLES ==========*/
#content table {
	border-collapse:collapse;
}

#content th {
	background:#666;
	color:#FFF;
	text-align:left;
	padding:5px;
}

#content td {
	padding:10px;
	border-top:1px solid #666;
}

#content table.prod-spec th{
	background-color: #ffd457;
	color: #333333;
	border: 1px #999999 solid;
	padding: 3px;
}
#content table.prod-spec td{
	border: 1px #999999 solid;
	color: #333333;
	vertical-align: top;
	padding: 3px;
}
#content table.prod-spec tr.even td{
	background-color: #FFFFFF;
}
#content table.prod-spec tr.odd td{
	background-color: #ECECEC;
}

#content #HowToBuyControl_tblHTB, #HowToBuyControl_tblResults {
	width:600px;
	font-size:1.2em;
}

#content #HowToBuyControl_tblHTB td {
border:none;
padding:5px;
}

#content #conForm td {
border:none;
padding:5px;
}

#content #conForm {
font-size:1.2em; 
}

#content #htbForm table td.product-label span.product-label,
#content #htbForm table #HowToBuyControl_trZip td{
	font-weight:bold;
	font-size:1.1em;
}

#content #HowToBuyControl_rblProduct td, HowToBuyControl_trCustType td {
	font-weight:normal;
}

#content HowToBuyControl_trProduct .step-image {
	margin-top:0;
}

#content #htbForm .product-label {
	padding-top:10px;
}


/*========= NAV ==========*/

#nav {
	font-size:1.2em;
	float:left;
	margin:70px 0 30px 51px;
}

#nav a{
	border-top:1px solid #999;
	border-bottom:1px solid #444;
	float:left;
	clear:left;
	padding:10px;
	color:#ffd457;
	text-decoration:none;
	width:194px;
}

#nav a.active{
	color:#FFF;
}

#nav .sub a {
   background:url(../images/sub.jpg);
   border-top:hidden;
   border-bottom:hidden;
   padding-left:20px;
   width:184px;
}

#nav a:hover{
	background:url(../images/navhover.jpg) repeat-x 0 0;
	color:#333;
}

#nav span .sub2 a {
	background:#444;
	padding-left:30px;
	width:174px;
	padding-top:5px;
	padding-bottom:5px;
}

#nav span .sub2 a:hover {
	color:#CCC;
}

#nav span .sub3 a {
	background:#333;
	padding-left:40px;
	width:164px;
	padding-top:5px;
	padding-bottom:5px;
}

#nav .promolink {
	border-bottom:none;
	border-top:none;
	margin-top:35px;
	padding:0;
}


/*========= NAVIGATION ==========*/

#navigation {
	background:url(../images/navbckgrd.jpg) no-repeat 0 0;
	width:1000px;
	height:47px;
	position:absolute;
	top:146px;
	clear:both;
	font-size:1.1em;
}

#navigation ul {
font-family:Arial, Helvetica, sans-serif;
list-style:none;
margin:0 0 0 160px;
text-transform:uppercase;

}

#cssdropdown {
padding:12px 0;
}

#cssdropdown li {
float:left;
position:relative;
padding:0;

}

#cssdropdown .mainitemshtb {
border-right:none;
}


.mainitems a {
padding:5px 10px;
color:#ffd457;
text-decoration: none;
}

.mainitems a:hover {
color:#fff;
}

.mainitemshome a {
padding:5px 12px;
color:#ffd457;
text-decoration: none;
margin-bottom:10px;
}

.mainitemshome a:hover {
color:#fff;
}

.home #cssdropdown .mainitemshome {
	visibility:hidden;
}

.mainitemshtb a {
padding:5px 15px;
color:#ffd457;
text-decoration: none;
}

.mainitemshtb a:hover {
color:#fff;
}

.subuls {
z-index:0;
clear:both;
font-size:1em;
display:none;
border-bottom:1px solid #666;
padding-left:0;
width:180px;
}

#cssdropdown .subuls {
text-transform:none;
margin:0;
position:absolute;
left:0;
padding-bottom:0;
top:1.1em;
padding-top:14px;
}

#cssdropdown .subuls li {
background:url(../images/white.png) repeat 0 0;
border-left:1px solid #666;
border-right:1px solid #666;
display:block;
width: 180px;
}

#cssdropdown li .heading {
border-top:1px solid #999;
font-size:1em;
text-transform:uppercase;
font-weight:bold;
}

#cssdropdown .subuls li :hover {
display:block;
width:165px;
background: #c6c6c6;
}

#cssdropdown .subuls li a {
text-decoration: none;
color:#444;
padding-left:5px;
border-right:none;
letter-spacing:0;
display:block;
}
  
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
padding-bottom:10px;
top:.9em;
left:0;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;}

/* site map*/
.float-half{
	width: 50%;
	float: left;
}

#content ul.sitemap{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	}
	#content ul.sitemap li{
		list-style: none;
		width: 200px;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	#content ul.sitemap ul{
		margin-left: 20px;
		padding: 0;
	}
		#content ul.sitemap ul li{
			font-weight: normal;
			padding: 0;
		}


	
