/* site specific css stuff 		*/

/* ******************************* */

/* layout code */

body
{
	margin:0;
	padding:0;
	font-family:arial, helvetica;
	font-size:12px;
	color:#5e5e5e;
}

.completionListElement
{
	visibility:hidden;	
	margin:0px;
	background-color:white;
	color:#999999;
	border:solid 1px gray;
	cursor:pointer;
	text-align:left;
	list-style-type:none;
	font-family:Arial, Helvetica;
	font-size:18px;
	padding:0;
	z-index:2;
}

#enclosure h1, #enclosure h2.h1
{
	color: #CE181E;
    font-size: 2.4em;
    font-weight: normal;
    margin-bottom: 20px;
}

#enclosure h2, #enclosure h1.h2
{
   margin-bottom:5px;
   font-size:1.3em;
   font-weight:bold;
}

#enclosure h2.larger
{
	font-size:28px;
}

#enclosure h3
{
	margin-bottom:3px;
	font-size:14px;
}

#enclosure .newsdiv h3
{
	color: #084A96;
    font-size: 18px;
    font-weight: normal;
}

#enclosure .newsdiv p
{
	color: #343434 !important;
}

#enclosure h4, #enclosure h5, #enclosure h6
{
	margin-top: 0px;
	margin-bottom:5px;
	font-size:14px;
	color: #0d4989;
}

#enclosure h4
{
    margin-top: 20px;
}

#enclosure p
{
    line-height: 1.5em;
}

/* ******************************* */
/*	Link Styles			*/

a
{
   font-weight: bold;
   border:0;
}

a:link
{
   color:#CE181E;
}

a:visited
{
   color:#CE181E;
}

a:hover
{
    color:#000;
}



/*
#contentdiv a
{
   color:#666666; 
   border:0;
   text-decoration:none;
   font-weight: bold;
}

#contentdiv a:visited
{
   color:#666666; 
   border:0;
   text-decoration:none;
}

#contentdiv a:hover
{
    color:#333333;
    text-decoration:underline;
    border:0;
}


#contentdiv a:active
{
    color:#333333;
    text-decoration:underline;
    border:0;
}
*/

img
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
/*    width: 14px;*/
}

#contentholder p
{
	margin-bottom:10px;
}

.pageOn
{
	text-decoration:underline;
	color:#000000;
}




/*	Form Input	*/

select 
{
	font-size:13px;
	background-color: #FFFFFF;
	border: 1px solid #9196A8;
}

input
{
	font-size:13px;
	vertical-align:bottom;
}

input:focus 
{
	outline: 0;
}


.inputBox
{
	font-size:13px;
	border:1px solid #6B696C;
	margin-bottom:5px;
}



.checkbox
{
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

textarea {
	margin-bottom:5px;
	font-size:11px;
	border: 1px solid #B7B6A4;
	background-color: #FFFFFF;
}		 

.button {
	vertical-align:middle;
	font-size:11px;
	background-color: #E9E8E3;
	border: 1px solid #B7B6A4;
}


/*	Misc Classes	*/

.bold
{
    font-weight:bold;
}


#contentdiv ul
{
	line-height: 1.5em;
    margin-left: 30px;
}

#contentdiv ul li
{
	padding:1px 0px 0px 0px;
    list-style-type:disc;
}

#contentdiv ul#subnavUL
{
    margin-left:0;
	list-style-type:none;
}

#contentdiv ul#subnavUL li
{
    margin-left:0;
    
}

#contentdiv ul#subnavUL li a
{
    text-decoration: none;
}


/* ******************************* */
/*	Page Layout				*/

#enclosure, #checkoutEnclosure
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	border:1px solid black;*/
}

#checkoutEnclosure
{    
    border-bottom: 1px solid #d9d9d9;
    background-image: url(../images/checkout-header-bg.png);
    background-repeat:repeat-x;
}


/* ******************************* */
/*	Sub-Navigation Styles			*/

#subnavUL
{
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	width:240px;
}

li.news
{
    margin-bottom: 15px;
}

#subnavUL li
{
	padding:1px 0px 0px 0px;
}

#subnavUL li ul
{
	padding:0px 0px 0px 10px;	
}

#subnavUL li ul li
{
	padding:0px 0px 0px 0px;
	border:0;
	background-color:#FFFFFF;
}

#subnavUL li a
{
	padding: 8px 0px 8px 10px;
	background-color:#efefef;
	color: #666666;
	display:block;
	
}

#subnavUL li ul li a
{
	padding:2px 0px 2px 5px;
	background-color:#efefef;
	color: #666666;
	display:block;
}

#subnavUL li a:link
{
	color:#6B696C;
}

#subnavUL li a:visited
{
	color:#6B696C;
}

#subnavUL li a:hover
{
	background-color:#e5e5e5;
	color: #666666;
	text-decoration:none;
}

#subnavUL li a:active
{
	color:Black;
}

/*	selected item in subnav list	*/
#subnavUL li a.navcurrent
{
	background-color:#999999;
	color: #ffffff;
}


/*  Top Nav styles  */

#rownavUL
{
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	width:210px;
}

#rownavUL li
{
	padding:0px 10px 0px 0px;
    float:left;
}

#rownavUL li a.item:link
{
	color:#6B696C;
}

#rownavUL li a.item:visited
{
	color:#6B696C;
}

#rownavUL li a.item:hover
{
	color:Black;
	text-decoration:underline;
}

#rownavUL li a.item:active
{
	color:Black;
}

/*	selected item in subnav list	*/
#rownavUL li a.itemcurrent
{
	color:Black;
}
