img, div, h1,h2,h3,h4,h5,h6,p,button,input,select,form
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

input, select
{
    border: 1px solid #ccc;
}

input:hover, input:focus, select:hover, select:focus
{
    border: 1px solid #666;
}

h1
	{
		color: #C60204;
		font-size: 30px;
		margin: 10px 0px 10px 0px;
		font-weight: normal;
        line-height: 1.5em;
	}	

h2
	{
		color: #666666;
		font-size: 22px;
		margin:  20px 0px 10px 0px;
		font-weight: normal;
        line-height: 1.5em;
	}

h3
    {
        color: #666666;
        font-size: 16px;
        margin:  20px 0px 10px 0px;
        font-weight: normal;
        line-height: 1.5em;
    }
    
p{
    margin: 0px 0px 20px 0px;
}    
	
body, textarea, input, button, select, p, div
{
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
a
{
    text-decoration: underline;
    color: #C60204;
}	
	
a:hover
{
    text-decoration: underline;
    color: #000;
}

li
{
    padding: 5px 0px;
}

body
	{
		margin: 0px 0px;
		background-color: #191919;
	}
	
#wrap
	{
        background-image:URL('/image/theme/bg_body_top.jpg');
        background-repeat: repeat-x;    
		position: relative;
		background-color: #FBFBFB;
		padding: 0px;
	}
	
#navigationVeryTop
{
		position: absolute;
		left: 50%;
		margin-left: -480px;
		width: 960px;		
		text-align:right;
		font-size: 12px;
        padding-top: 35px;
}

#head
	{
		margin-left: auto;
		margin-right: auto;
		width: 960px;	
		height: 120px;	
		padding: 35px 0px 0px 0px;
	}
	
	#head .logo
	{
		margin-top: 10px;
		float: left;
	}
	
	#head .logo img
	{
		border: 0px;
	}

	#head .search
	{
		float: right;
		margin: 50px 0px 0px 0px;
		color: #FFFFFF;
		text-align: right;
	}
	
	#head .search input
	{
		
		width: 200px;
		border: 1px solid #CCCCCC;
		padding: 7px;
	}
	
	#head .search button
	{
		background-color: #F1F1F1;
		border: #c4c5c7;
		padding: 7px 15px 7px 15px;	
        font-size: 14px;
        border: 1px solid #CCCCCC;
	}
	
	#head .search button:hover
	{
		background-color: #CCCCCC;
		cursor: pointer;
		border: 1px solid #CCCCCC;
	}
	
.clear
	{
		clear: both;
	}
	
#navigationTopOuter
{
	background-image:URL('/image/theme/bg_navigation.png');
	background-repeat: repeat-x;
	height: 40px;
    z-index:40;      
}

#navigationTop
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;	
        z-index:40;      
	}

#navigationTop   table
	{
		margin: 0px auto 0px auto;
		padding: 0px;
	}
.topmenu
	{
		z-index:20;	
	}
	
	
.topmenu ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
        z-index:10;    
	}

/*Top level list items*/
.topmenu ul li
	{
		position: relative;
		display: inline;
		float: left;
		text-decoration: none;
		cursor: pointer;
		margin: 0px;
		padding: 0px;
        z-index:10;    
	}

.topmenu ul img
	{
		position: relative;
		border: 0px;
		margin: 0px;
		padding: 0px;
		height: 40px;
		width: 2px;
	}	
	
* html .topmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.topmenu ul li a
	{
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		padding: 13px 40px 11px 40px;
		font-weight: normal;
		text-transform: uppercase;	
	}
	
.topmenu ul li a#get_started	
	{
		background-image:URL('/image/theme/bg_get_started.png');
		background-repeat: repeat-x;	
		color: #fff;
	}
	
.topmenu ul li a#get_started:hover	
	{
		background-image:URL('/image/theme/bg_get_started_over.png');
		background-repeat: repeat-x;	
	}	
	
.topmenu ul li.on a
{
	color: #FFFFFF;
	
	background-image:URL('/image/theme/button_over.png');
	background-repeat: repeat-x;	
}
.topmenu ul li a:hover{
/*tab link background during hover state*/
		color: #FFFFFF;
		text-decoration: none;
		background-image:URL('/image/theme/button_over.png');
		background-repeat: repeat;
}
	
/*1st sub level menu*/
.topmenu ul li ul
	{
		position: absolute;
		margin-left: 0px;
		display: block;
		visibility: hidden;
        z-index:11;    
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.topmenu ul li ul li{
display: list-item;
float: none;
padding: 0px 0px 0px;
}


.topmenu ul li ul li a{
width: 160px; /*width of sub menus*/
background-color: #7a0002;
font-size: 14px;
margin-bottom: 1px;
}

.topmenuz ul li ul li a:hover{ /*sub menus hover style*/
background-color: #555452;
color: #FFFFF;
}	
	
#mainArea p
{
    line-height: 24px;
} 
#mainArea	
	{	
        z-index: 2;  
	}
	
.page
	{
		margin-left: auto;
		margin-right: auto;
		width: 940px;	
		padding: 20px 0px 40px 0px;
		min-height: 275px;
	}

div#foot
	{
		margin-left: auto;
		margin-right: auto;
		width: 940px;
		padding: 15px 0px;
		font-size: 11px;
		line-height: 18px;
		font-size: 12px;	
	}

#foot a
	{
		color: #666666;
   		text-decoration: none;		
	}

#foot a:hover
	{
		color: #999;
		text-decoration: underline;		
	}	

div#foot .navigation
	{
		float: left;
		font-size: 12px;
		width: 50%;
		margin-top: 20px;		
	}
	
#foot div.copy
	{
		float: right;
		width: 290px;
		float: right;
		margin-left: 20px;
		text-align: right;
		font-size: 12px;		
	}	
	
	
#form
{
	padding: 0px;
    
}

    #form .name
    {
        float: left;
        width: 40%;
        margin: 10px 0px;
        text-align: left;
    }
     
    #form .input
    {
        float: left;
        width: 57%;
        margin: 10px 0px 10px 3%;
    }

    #form input, #form .input textarea
    {
        width: 94%;
		padding: 2px;
    }  
    
    select, option, input
    {
    	padding: 2px;
    	font-size: 14px;
    }
    
    #form .input input.radio, #form .input input.checkbox
    {
        width: auto;
    } 
    
    #form #submit_input
	{
		width: auto;
		padding:6px 3em;
	}
	
	
    
    .submit_require
    {
    	margin-top: 10px;
    	padding: 5px 0px; 	    
    	border-top: 1px solid #DDDDDD;
		font-size:16px;
		text-align:center;
    	
    }

    .submit_require input
    {
		float:right;
    } 
    
    .forgot_password
    {
    	text-align: right;
    	font-size: 10px;
    }

    #submit_input
	{
	background:none repeat scroll 0 0 #C60204;
	border:medium none;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	text-decoration:none;
	
	/* CHROME */
		-moz-border-radius: 6px; 	/*FIREFOX*/
		-webkit-border-radius: 6px;
		border-radius: 6px;	
	
	}
	
    #submit_input:hover {
		background:#555;
		}

#correction_message
{
    color: #EF464D;
    background-repeat: no-repeat;
    background-position: left;    
    padding: 5px 20px 0px 5px;
    text-align: left;
    font-size: 12px;
}

#correction_highlight
    {
        color: #EF464D;
        font-weight: bold;
    }        

#correction_highlight input, #correction_highlight select
    {
       color: #EF464D;
        border: 1px solid #B74A1F;
    } 
    
 
/* IMPORTANT MESSAGE*/	
		
	#important_message
	{
        text-align:center;	
        background-color: green;
        padding:5px;
        color:#FFF; 
	}
  
    #error_message
    {
        text-align:center;
        background-color: #990000;
        padding:5px;
        color:#FFF;
    }  
    
    #error_message a
    {
        color:#FFF;
    }
    
    #messageConsole
    {
    	z-index: 30;        
    }
/* eof IMPORTANT MESSAGE*/			

#edit_profile_nav
{
	background-color: #ffffff;	
}

#edit_profile_nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
	background-color: #EEEEEE;
}



#edit_profile_nav ul li
{
	display: inline;
	float: left;
}

#edit_profile_nav ul li a
{
	display: block;
	padding: 5px 10px;
	background-color: #EEEEEE;
}

#edit_profile_nav ul li a.on
{
	display: block;
	padding: 5px 10px;
	background-color: #f9f9f9;
	font-weight: bold;
}

body#popup
{
margin: 0px;
background-color: #FFFFFF;
background: #FFFFFF url('') repeat-x;
}

#popup_container
{
    margin: 20px 20px 00px 20px;
    background-color: #FFFFFF;
}

body#popup .bar_top
{
        position: relative;
        height: 23px;
        padding: 8px 10px 0px 0px;
        text-align: right;
        font-size: 10px;
        background-color: #9D9EA3;
}

body#popup .bar_top a
{
    color: #516853;
    text-decoration: none;
}

body#popup .bar_top a:hover
{
    color: #000;
    text-decoration: none;
}



/* NEW LIST */
#new_list
{

}

#new_list_top
{
	background-color: #F9F9F9; 
	font-weight: bold;
	color:#000000;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;			
}

#new_list_item
{
	border-bottom:1px solid #CCCCCC;
}

.new_list_column
{
	float: left;
	padding: 5px 0px;
}

.new_list_off
	{
		background-color: #FFFFFF;
		border-bottom:1px solid #CCCCCC;
	}

.new_list_over
	{
		background-color: #F9F9F9;
		cursor:pointer;	
	}
	
.new_list_over A			{	color: #000000; text-decoration: none;	}	
.new_list_over A:hover		{	color: #999;	text-decoration: none;	}


div#popup
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:URL('/image/theme/bg_popup.png');
    z-index: 40;
}

div#inner
{
    position: absolute;
    top: 30%;
    left: 50%;
    width: 500px;
    min-height: 300px;
    margin-top: -150px;
    margin-left: -250px;
    background-color: #fff;
    padding: 40px;
}

#promo_popup
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:URL('/image/theme/bg_popup.png');
}

.close_popup
{
	position: absolute;
	top: 20px;
	right: 20px;
}

a.cta_button
{
    margin-top: 25px;
    background:none repeat scroll 0 0 #C60204;
    border:medium none;
    clear:both;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    text-decoration:none;
    
    /* CHROME */
    -moz-border-radius: 6px;     /*FIREFOX*/
    -webkit-border-radius: 6px;
    border-radius: 6px;    
    padding: 5px 25px;
    width: 175px;
    text-align: center;
}

a.cta_button:hover
{
    background:#555;     
}

a#next_button
{
		display: block;
		width: 221px;
		height: 40px;	
		background-image:URL('/image/theme/next_button.png');
		padding-top: 15px;
		padding-left: 10px;
		color: #FFFFFF;
}

a#next_button:hover
{
	background-position: 0px 1px;
}

.profile_next_suggestion
{
    border: 1px solid #FFBA00;
    background-color: #FFECB9;
    padding: 5px 10px;
    margin: 0px 0px 20px 0px;
}

#profile_progress
{
	margin: 20px 0px;
}
  

#profile_info_area
{
    
	border-top: 1px solid #CCC;
	background-color: #FFFFFF; 
	padding: 30px;
	line-height: 26px;
    z-index: 10;
}

div#video_demo_popup
{
    z-index: 30;    
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image:URL('/image/theme/bg_popup.png');
    
}

div#video_demo_popup .inner
{
	position: absolute;
	top: 30%;
	left: 50%;
	width: 660px;
	min-height: 300px;
	margin-top: -150px;
	margin-left: -360px;
	background-color: #fff;
	padding: 30px;
}

.searchCriteria
{
	margin: 0px 0px 25px 0px;
	padding: 20px;
	border: 1px solid #cccccc;
    background-color: #fff;
}


.searchCritera select, .searchCritera option
	{
		
		width: 225px;
		border: 1px solid #CCCCCC;
		padding: 7px;
	}

button.cta
	{
	background:none repeat scroll 0 0 #C60204;
	border:medium none;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;

	text-decoration:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	padding: 7px 20px;
	}
	
button.cta:hover 
	{
	background:#555;
	}
	

.clear, #clear
{
    clear: both;
}

#member_nav
{
    padding: 85px 0px 0px 0px; 
    
}

#member_nav a
{
    display: block;
    padding: 10px 0px 10px 10px;
    margin: 0px;
    color: #000;
    text-decoration: none;    
}

#member_nav a:hover
{
    background-color: #e9e9e9;
    color: #000;
    text-decoration: none;    
}

#member_nav a.on
{
    padding: 9px 0px 9px 9px; 
    background-color: #FBFBFB;   
    color: #C60204;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 191px;
    
}

div#member_column
{
    position: relative; 
    float: left; 
    width: 200px;
    z-index: 3;  
}

div#member_content
{
    position: relative; 
    float: right; 
    width: 709px; 
    min-height: 350px; 
    border-left: 1px solid #ccc; 
    padding: 10px 0px 40px 30px;
    z-index: 2;
    line-height: 24px;
}

div#cta
{
    font-size: 16px;
    color: #C60204;
    font-style: italic;
    margin: 0px 0px 20px 0px;
}

a.delete_button
{
    background-image:URL('/image/theme/icon_delete.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    display: block;
    width: 17px;     
    height: 17px;
    margin: 3px auto;        
    border: 1px solid #fff;
}

a.delete_button:hover, a.delete_button_on
{
    background-image:URL('/image/theme/icon_delete_over.png');
    border: 1px solid #c60204;
}

a.magnify_button
{
    background-image:URL('/image/theme/icon_magnify.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    display: block;
    width: 17px;     
    height: 17px;
    margin: 3px auto;        
    border: 1px solid #ccc;
}

a.magnify_button:hover, a.magnify_button_on
{
    background-image:URL('/image/theme/icon_magnify_over.png');
    border: 1px solid #c60204;
}

a.question_button
{
    background-image:URL('/image/theme/icon_question.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    display: block;
    width: 17px;     
    height: 17px;
    margin: 3px auto;        
    border: 1px solid #ccc;
}

a.question_button:hover, a.question_button_on
{
    background-image:URL('/image/theme/icon_question_over.png');
    border: 1px solid #c60204;
}

a.expand_button
{
    background-image:URL('/image/theme/icon_expand_down.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    display: block;
    width: 17px;     
    height: 17px;
    margin: 3px auto;        
    border: 1px solid #fff;
}

a.expand_button:hover
{
    background-image:URL('/image/theme/icon_expand_down_hover.png');
    border: 1px solid #c60204;
}

a.expand_on
{
    background-image:URL('/image/theme/icon_expand_up_hover.png');
    border: 1px solid #c60204;
    background-position: 4px 5px;
}

a.expand_on:hover
{
    background-image:URL('/image/theme/icon_expand_up_hover.png');
}

a.dismiss_link
{
    background-image:URL('/image/theme/icon_delete.png');
    background-repeat: no-repeat;
    background-position: 8px 8px;
    display: block;   
    padding: 0px 0px 0px 25px;
    padding: 0px 0px 0px 25px;
    color: #ccc;
    font-size: 11px;
    text-decoration: none;
}

a.dismiss_link:hover
{
    background-image:URL('/image/theme/icon_delete_over.png');
    color: #C60204;
}

a.profile_edit
{
    background-image:URL('/image/theme/icon_sm_edit.png');   
    background-repeat: no-repeat;
    background-position: 0px 2px;
    font-size: 12px;
    text-decoration: none;   
    padding: 0px 0px 0px 14px;
}

a.profile_edit:hover
{
    background-image:URL('/image/theme/icon_sm_edit_hover.png');   
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

div#console
{
    line-height: 24px;
}

