/*

Icon Customizations

@media screen {
	#main_wrapper {background-image:url('../graphics/main_bg.jpg');}
	.module_1_title {background-image:url('../graphics/HOTP.png');}
	.module_2_title {background-image:url('../graphics/Email.png');}
	.module_3_title {background-image:url('../graphics/Offer.png');}
	.module_4_title {background-image:url('../graphics/Offer.png');}
	.module_5_title {background-image:url('../graphics/Offer.png');}
}
*/

#main_wrapper {background-image:url("../graphics/main_bg.jpg");}

body{
	color:#444;
	background-color:#125793;
	}
	
	
/* Wraps */
	
	
#main_wrapper{
	background-color:#fff;
	}

#header_right {background:transparent !important;}

#header_wrapper, #module_wrapper, #footer_wrapper{background-color:#125793;}

#header_wrapper {border-bottom:4px solid #68B464;}

body.internal #footer_wrapper, #module_wrapper {border-top:4px solid #68B464;}

/* Headlines */

body.internal #main_right h3{color:#ea7b04;}
	
.required {color:#c00;}

/* Links */

a,a:link,a:visited,a:active,a:focus{
	color:#125793;
	}
	
body.internal #main_left ul#side_menu li a,
#main_menu a:hover,#footer_menu{
	color:#5881a6;
	}
	
body.internal #main_left ul#side_menu li a:hover,
body.internal #main_left ul#side_menu li.selected a{
	color:#125793;
	}
	
	
/* Navigation Menu */

#nav ul {
	border:0 none;
	border-bottom:1px solid #5881A6;
	border-right:1px solid #5881A6;
}

#nav ul a,#nav ul li.selected,
#nav li:hover, #nav li.selected {background:#5881A6;}

.top_menu a:link, .top_menu a:visited{
	color:#f2f2f2 !important;
	}
	
	a.top_menu:hover{
	color:#ea7b04;
	}
	
	#nav ul a:hover,#nav ul a.selected {
	background:#8cbf3f;
	color:#fff !important;
	}
	
#header_right{
	color:#efe7d6;
	background-color:#313131;
	}
	
	
/* Utilities */
#main_menu{
	border:2px solid #125793;
	color:#f2f2f2;
	background:#125793;
	}
	
#main_menu ul li {border-color:#FfFfFf;}
	
#main_menu a{color:#f2f2f2;}	

#main_menu a:hover{color:#bacbd9;}	
	
/* Homepage "Modules" */

.module_1_title,
.module_2_title,
.module_3_title,
.module_4_title,
.module_5_title {
	color:#fff !important;
	}

#module_1 a,#module_2 a,#module_3 a{
	color:#fff;
	}
	
#module_2, #module_3,
#footer_menu a, .button:hover{
	color:#f2f2f2;
	}
	
/* Content */

#main_left h1, #main_left h2, #main_left h3, #main_left h4, #main_left h5, #main_left h6 {
	color:#125793;
	}

.form_title, h5.form_title, div.form_row_submit {background:#125793;}


/* Footer */
	
	
#footer_info{
	color:#f2f2f2;
	}
	
#footer_info a{
	color:#fff !important;
	}
	
#footer_top  {
border-bottom:2px solid #ddd;
}