@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: url(/avmedia/images/bb/pelican/interior-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	color: #666;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
li{
	list-style:disc ;
	padding-left:0px;
	margin-bottom:-5px;
	padding-bottom:0px;
	line-height:12px;
	margin-left:30px;}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

p{
	font-size:12px;
	padding-right:0px;
	padding-left:0px;
}
h1{
color:	#F58220;
margin-bottom:5px;
padding-right:0px;
padding-left:0px;
letter-spacing:-1px;
font: 39px 'SourceSansProLight', Arial, sans-serif;
}
h2{
color:	#000;
font: 22px 'SourceSansProSemibold', Arial, sans-serif;
padding-left:0px;
padding-right:0px;
margin-bottom:3px;
margin-top:15px;
}

h3{
color:	#000;
font: 22px 'SourceSansProSemibold', Arial, sans-serif;
padding-left:0px;
margin-bottom:3px;
padding-right:0px;
margin-top: 10px;
}

h4{
padding-left:0px;
padding-right:0px;
font-size: 11px;
font-weight:normal;
color:#666;

}

h5{
font-weight:normal;
color:#F58220;
margin-bottom:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
margin-top:30px;
font: 15px 'SourceSansProRegular', Arial, sans-serif;



}

h6{
text-align:right;
font-size:12px;
padding-right:5px;
padding-left:5px;
padding-top:4px;
color:#F58220;
font-weight:bold;
margin-bottom:10px;

}

.small{
font-size:10px;
}
table p{
padding:3px 3px 3px 3px;
margin-bottom:0px;
}
th{
	background:url(/avmedia/images/bb/pelican/table_header.png) repeat-x;
	border:none;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	height:27px;
}

table.white-borders tr th, table.white-borders tr td { 
border:#fff 1px solid; }
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #1C75BC;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #1C75BC;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 980px;
	background: none;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#fade{
background:url(/avmedia/images/bb/pelican/fade.png) repeat-y center;
}

#header_content {
height:75px;
}

#logo{
float:left;
margin-top:0px;
}


#top{
	height:23px;
	font-size:10px;
	color:#000;
	float:right;
	line-height: 18px;
	margin-top:25px;
	
}
#top h2{
font-weight:normal;
font: 11px Arial, Helvetica, sans-serif;
padding-left:6px;
padding-right:10px;
margin-top:3px;
}
	
#register_logon{
	height:27px;
	float:right;
	margin:-5px 0px 0px 20px;
	padding:4px 0px 4px 0px;
}

#backgroundDiv
{
    float: left;
    height: 27px;
    position: relative;
    z-index: 1;
}
#backgroundDiv img
{
    float: left;
}

#registerText
{
    position:absolute;
    height: 27px;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 5px;
    background-color: transparent;
    z-index: 2;
    width: 104px;
}

#register-left{
    background:url(/avmedia/images/bb/pelican/register_left.png) no-repeat;
    float:left;
    width:7px;
    height:27px;
}

#register-left-main{
    background:url(/avmedia/images/bb/pelican/register_main_left.png) no-repeat;
    float:left;
    width:52px;
    height:27px;
    padding:4px 0px 4px 0px;
}

#register-seperator{
    background:url(/avmedia/images/bb/pelican/register_seperator.png) repeat-x;
    float:left;
    width:3px;
    height:27px;
}

#register-right-main{
    background: url(/avmedia/images/bb/pelican/register_right_main.png) no-repeat;
    float:left;
    width:42px;
    height:27px;
    padding:4px 0px 4px 0px;
}

#register-right{
    background:url(/avmedia/images/bb/pelican/register_right.png) no-repeat;
    float:right;
    width:7px;
    height:27px;
}


#register_logon a{
color:#F58220;
}

#search{
	float:right;
	height:22px;
	color:#000000;
	width:141px;
	background:url(/avmedia/images/bb/pelican/search.png) no-repeat;
	margin-top:8px;
	padding-top:4px;
}




#search p{
	color:#fff;
	line-height:12px;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}


.search input[type="text"] {
    width: 110px;
    height: inherit;
    background-color: transparent;
    border: 0 none;
    float: left;
    color: #FFFFFF;
    font: 11px 'SourceSansProRegular',Arial,sans-serif;
    padding-left: 5px;
    padding-top: 2px;
    outline:none; /* to remove the orange outline in chrome.*/
}

.search input[type="submit"] 
{
    height: inherit;
    border: 0 none;
    background-color:transparent;
    padding-left: 0;
    padding-right: 0;
    width: 20px;
}

#content {
	padding: 10px 0;
	width:980px;
	margin:15px 0px 0px 0px;
}

#column_2{
	width:740px;
	float:right;
}

#headline{
	float:right;
	width:600px;

}
#headlne-image{
width:120px;
float:left;
}


#main{
	margin-top:20px;
}
.quote{
	color:#1c75bc;
	padding-left:10px;
	background:url(/avmedia/images/bb/pelican/arrow_main.png) no-repeat;
	font: 18px 'SourceSansProLight', Arial, sans-serif;
}
.quote-margin{
		margin-top:40px;
}

#column_1{
	float:left;
	padding:10px 0px 0px 0px;
	width:220px;
	background:url(/avmedia/images/bb/pelican/seperator.png) no-repeat right top;
	min-height:763px;


}
#left-ad{
margin:100px 40px 0px 30px;
}

#ad{
margin:100px 40px 0px 30px;
border:1px solid #ccc;
}
.dropdown-189{
	background: url(/avmedia/images/bb/pelican/form/dropdown_189.png) no-repeat;
	width:189px;
	height:25px;
	padding:4px 0px 3px 0px;
}



#top-banner{
margin-bottom:50px;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.dots {
	font-size:12px;
	border-bottom:dotted #CCC 1px;
	padding-bottom:12px;
}

#tag{
float:right;
text-align:right;
margin-right:20px;
line-height:14px;
width:300px;
}

.stripedtable{
border: 1px solid #D1D3D4;
border-spacing: 0px;
width: 100%;
}

.stripedtable td{
border: 1px solid #D1D3D4;
padding: 3px;
text-align: center;
font-size: 12px;
}

.stripe{
background-color: #E6E7E8;
}

.striped{
background-color: #F8F8F9;
}

.line{
width:100%;
border-bottom:2px solid #999;
margin: 15px 0px 15px 0px;
}

dt{
font-size: 18px;
color: #000000;
}

dd{
font-size: 14px;
padding-top: 5px;
}

#take_the_test{
  border-radius: 5px;
   -moz-border-radius: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FF6600;
    border-color: #FF9900 #333333 #333333 #FF9900;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 4px;
    text-decoration: none;
    width: 100px;
  
}

.orange_button
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FF6600;
    border-color: #FF9900 #333333 #333333 #FF9900;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 4px;
    text-decoration: none;
	
}
#invalid-pwdid,#invalid-confmpwdid{  /* BRBN-240 */
	font-size:12px;
	color:#FF0000;
}

input.error, select.error {  /* BRBN-240 highlight invalid fields*/
 border:#FF0000 2px solid;
}

/* BRBN-240 */
/* Commented for BRBN-372 
#pwdreq{
      padding:4px 0px 4px 4px;
      display:none;
}
*/
#itemcount{
	position: relative;	
	height:27px;
	color:#f58220;
	font-size:14px;
	vertical-align:top;
	padding-top:4px;
	padding-right:8px;

}
#logoffbutn{
	position: relative;
	display: inline-block;
}
#cart_count{
	display: inline-block;
	position: relative;	
	padding-top:4px;
}

/* BRBN-372 */

#invalid-pwd2,#invalid-pwd1{  /* BRBN-372 */
	font-size:12px;
	color:#FF0000;
}

#pwdreq{
	display:none;
}

ul, ol, dl {
    padding: 0px;
    margin: 0px;
}
.lesstopmarginh5_cms {
	font: 15px 'SourceSansProRegular', Arial, sans-serif;
	color: #1C75BC;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	line-height:1.25em;
}