@charset "UTF-8";
/* CSS Document */

/**********COLOR PALLETTE****************/
/*Rea Red = #ff0101
Dark Red Accent = #860202
Dark Blue = #181d27
Lighter Blue = #344458
Table Header = #758293
Table Body = #f1f3f5
Table Footer = #2a3646
Nav Bar Silver = #e1e1e1*/



/**********TABLE OF CONTENTS*************/
/*Reset Styles
Maintags: p, headers, a, etc.
Background: body, wrapper, etc.
Header Styles: nav, search, language, promo, etc.
Content: Main content layout for Home Page.
Footer: footer layout for entire site.
Hacks and Misc Fixes: Clear floats, etc.
Inside pages: all styles related to the layout of the content on inside pages.
Tables
*/



/****RESET****************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
#table, caption, #tbody, #tfoot, #thead, #tr, #th, #td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/

ol, ul {
	list-style: none;
	margin:5px 5px 17px 20px;
	}
li{
	margin:10px 0px;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/**********MAIN TAGS*************************************************/
p{
	margin:5px 0px 17px 0px;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
strong{
	font-weight:bold;
	}
em{
	font-style:italic;
	}
h1{
	color:#333333;
	font-weight:bold;
	font-size:1.2em;
	margin:15px 0px;
	}
	
h2{
	color:#333333;
	font-weight:bold;
	font-size:1.1em;
	margin:15px 0px;
	}
h3{
	color:#CC0000;
	font-weight:bold;
	font-size:1.1em;
	margin:10px 0px 7px 0px;
	}
h4{
	color:#CC0000;
	font-weight:bold;
	font-size:1em;
	border-bottom:1px solid #666666;
	margin:10px 0px 7px 0px;
	}
h5{
	color:#333333;
	font-weight:bold;
	font-size:1em;
	border-bottom:1px solid #666666;
	margin:15px 0px;
	}
h6{
	color:#333333;
	font-weight:bold;
	font-size:.95em;
	margin:15px 0px;
	}	
	
	
	
/**************BACKGROUND******************************************/	

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2em;
	color: #333333;
	}
#body{
	background:url(bg2.jpg) #324255 repeat-x;
	text-align: center;
}

#wrapper{	
	width:915px;
	margin:0px auto;
	text-align: left;
	}
#backgroundimage{
	background:url(wrapperbg.jpg) no-repeat top center;
	height:400px;
	}
	
	
	
/********HEADER STYLES***************************?
	
/*SEARCH, LANGUAGE AND LINKS BAR*/ 
#secnav{
	width:915px; 
	height:34px; 
	background: url(navbar.png) no-repeat; 
	position:relative; 
	margin:0px auto; 
	margin-bottom: 5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:.8em; 
	font-weight:bold; 
	color:#fff; 
	text-align:right; 
	}
#secnav a{
	color:#fff;
	text-decoration:none;
	}
#secnav a:hover{
	text-decoration:underline;
	}
#search{
 	float:right;
	padding:4px 7px 0px 7px;
	}
#language{
	float:right;
	padding:4px 0px 0px 7px;
	}
	
#language label{
	color:#fff;	
	padding-right:7px;
	}
#reglinks{
	float:right;
	padding:8px 7px 0px 0px;
	}
#reglinks ul{
	list-style: none;
	height: 34px;
}
#reglinks ul li{
	float: left;
	padding: 0px 10px 0px 10px;
}
#header{
	}
	
#realogo{
	padding:20px 0px 0px 8px;
	}
	
#navbar{
	margin:20px 0px 0px 8px;
	}

#promo{
	margin:12px 0px 0px 8px;
	}

.MainMenu_MenuContainer { 
	background-color: transparent;
	}
.MainMenu_MenuBar { 
	cursor: pointer;  
	cursor: hand; 
	/* height:38px; */
	background-color: Transparent;
	}
.MainMenu_MenuItem { 
	cursor: pointer;
	color: #ffffff;
	border: none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	background-color: Transparent;
	/* height: 28px; */
	/* align: middle; */
	/* padding-top: 6px;*/
	/* padding-right: 5px; */
	/* padding-left: 5px; */
	font-weight: bold;
	}
.MainMenu_MenuIcon {  
	display: none; 
	}
.MainMenu_SubMenu {   
	z-index: 1000;  
	cursor: pointer;  
	cursor: hand; 
	background:url(menu_bg.png);
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	/* height: 28px; */
	}
.MainMenu_MenuBreak { 
	/* height: 1px; */
	}
.MainMenu_MenuItemSel {   
	cursor: pointer;  
	cursor: hand;  
	color: blue;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	}
.MainMenu_MenuArrow { 
	font-family: webdings;  
	font-size: 10pt; 
	color: #ffffff; 
	cursor: pointer;  
	cursor: hand; 
	border: none;  
	}
.MainMenu_RootMenuArrow { 
	display: none;
	}
.MainMenu_RootMenuItem {
	border: none;
	background-color: Transparent;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	}
.MainMenu_RootMenuItemSelected {
	border: none;
	color: blue;
	background-color: Transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	}
.MainMenu_SubMenuItemSelected {
	border: none;
	color: #000000;
	background-color: #960508;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	/* height: 28px; */
	}
.MainMenu_RootMenuItemBreadcrumb {
	border: none;
	background-color: Transparent;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	}
.MainMenu_Separator {
	border: none;
	background-color: Transparent;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	background: url(navdiv.gif) no-repeat;
	}

	
	
/*********************CONTENT******************************/
#dnn_LeftPane {
	float:left;
	margin: 0;
	padding: 0;
}
#dnn_ContentPane {
	float:left;
	margin: 0;
	padding: 0;
}
#dnn_RightPane {
	float:left;
	margin: 0;
	padding: 0;
}
#contenttop{	
	background:url(ctop.gif) no-repeat;
	height:5px;
	width:901px;
	margin:15px 0px 0px 8px;
	margin-bottom:0px !important;
	margin-bottom:-11px;
	}

#contentbottom{	
	background:url(cbottom.gif) no-repeat;
	height:5px;
	margin:0px 0px 0px 8px;
	}
#content{	
	background:url(cbg.gif) repeat-y;
	margin:0px 0px 0px 8px;
	padding:15px 30px 40px 20px;
	}


/*CONTENT COLUMNS*/
div.col1{
	width:528px;
	float:left;
	background:url(content1bg.jpg) no-repeat;
	margin: 0px 18px 0px 0px;
	padding: 0;
	}
div.col1 p {
	padding: 5px 15px;
	margin: 0px;
}
div.col1 h1, div.col1 h2, div.col1 h3, div.col1 h4, div.col1 h5, div.col1 h6 {
	padding: 15px 15px 5px 15px;
	margin: 0px;
}


div.col2{
	width:311px;
	float:left;
	background:url(newsbg.jpg) no-repeat;
	position:relative;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}

/*NEWS*/

div.col2 h2{
	display:block;
	
	margin:0px;
	padding:15px;
	}
div.col2 h2 a{
	color:#333333;
	}
div.col2 a:hover{
	color:blue;
	text-decoration:none;
	}

#news li{
	display:block;
	padding:0px 5px 0px 20px;
	background: url(arrow.png) no-repeat;
	list-style:none;
	
	}

#news ul {
	list-style:none;
}
div.col2 ul li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}


#rss{
	position:absolute;
	top:17px;
	right:75px;
	}
#morenews{
	display:block;
	background:url(morenews.jpg) no-repeat;
	width:99px;
	height:27px;
	color:#ffffff;
	padding:1px 0px 0px 8px;
	position:absolute;
	bottom:5px;
	right:10px;
	text-transform: Uppercase;
	}
#morenews a:hover{
	color:#ffffff;
	font-size:.77em;
	text-decoration:none;
	}
	

/*************************************FOOTER******************************************************/
#footer{
	height:200px;
	color:#fff;
	line-height:11pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin:15px 0px 0px 8px;
	background: url(footer.jpg) no-repeat;
	}
#footer p{
	margin:0px;
	}
#footercol1{
	margin:60px 0px 0px 14px;
	float:left;
	width:350px;
	
	}
#footercol2 #address{
	float:right;
	width:300px;
	text-align:right;
	margin:15px 22px 0px 0px;
	}
#footercol2 #links{
	margin:30px 22px 0px 0px;
	float:right;
	width:300px;
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
	}	

#footer a{
	color:#ffffff;

	}
#footer a:hover{
	text-decoration:underline;
	color:#ffffff;
	}
	

/**************************HACKS AND MISC FIXES***********************************/
.clear{
	clear:both;
	width:5px;
	}
	
	
	
/**************************INSIDE PAGES***********************************/


/*****2 COL WITH LEFT SIDE MENU*******/

div#icontentCol2{
	background:url(cbg.gif) repeat-y;
	margin:0px 0px 0px 8px;
	padding:15px 40px 40px 18px;
	}

div#icontentCol2 div.icol1{
	float:left;
	background:url(leftmenubg.jpg) no-repeat;
	width:230px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	clear: left;
	}

div#icontentCol2 div.icol1 p{
	margin-right: 25px;
	}
div#icontentCol2 div.icol1 img{
	margin-bottom:10px;
	}
div#icontentCol2 div.icol2{
	float:left;
	/*background:#FFFF99;*/
	width:585px;
	margin:-10px 0px 0px 18px;
	
	}
div#icontentCol2 div.icol1 ul{
	margin:0px;
	padding:10px 10px 40px 10px;
	}
div#icontentCol2 div.icol1 li{
	display:block;
	padding:0px 5px 0px 20px;
	background: url(arrow.png) no-repeat;
	}
div#icontentCol2 div.icol1 li a{
	color:#333333;
	font-weight: 500;
	}
div#icontentCol2 div.icol1 li a:hover{
	color:blue;
	text-decoration:none;
	}
/*OPTIONAL SMALL @ COL SET FOR 1 and 2 collayouts*/
.iminiColSet{
	padding:0px;
	}
.iminiCol1{
	float:left;
	width:280px;
	margin:0px;
	padding:0px;
	}
.iminiCol2{
	float:right;
	width:280px;
	margin:0px;
	padding:0px;
	}
	
/*****2 COL WITHOUT LEFT SIDE MENU*******/

div#icontentCol2NoMenu{
	background:url(cbg.gif) repeat-y;
	margin:0px 0px 0px 8px;
	padding:15px 40px 40px 18px;
	}

div#icontentCol2NoMenu div.icol1{
	float:left;
	width:230px;
	}
div#icontentCol2NoMenu div.icol1 img{
	margin-bottom:10px;
	}
div#icontentCol2NoMenu #icol2{
	float:left;
	width:585px;
	margin:-10px 0px 0px 18px;
	
	}
div#icontentCol2NoMenu div.icol1 ul{
	margin:0px;
	padding:10px 10px 40px 10px;
	}
div#icontentCol2NoMenu div.icol1 li{
	display:block;
	padding:0px 5px 0px 20px;
	background: url(arrow.png) no-repeat;
	}

/*****3 COL WITH LEFT SIDE MENU*******/

div#icontentCol3{
	background:url(cbg.gif) repeat-y;
	margin:0px 0px 0px 8px;
	padding:15px 25px 15px 18px;
	}

div#icontentCol3 div.icol1{
	float:left;
	background:url(leftmenubg.jpg) no-repeat;
	width:230px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	clear: left;
	}

div#icontentCol3 div.icol1 p{
	margin-right: 25px;
	}

div#icontentCol3 div.icol2{
	float:left;
	/*background:#FFFF99;*/
	width:410px;
	margin:-10px 0px 0px 18px;
	
	}
div#icontentCol3 div.icol3{
	float:left;
	/*background:#FFFF99;*/
	width:155px;
	margin:0px 10px 0px 25px;
	}
div#icontentCol3 div.icol3 img{
	padding-bottom:10px;
	}
div#icontentCol3 div.icol1 ul{
	margin:0px;
	padding:10px 10px 40px 10px;
	}
div#icontentCol3 div.icol1 li{
	display:block;
	padding:0px 5px 0px 20px;
	background: url(arrow.png) no-repeat;
	}
/*OPTIONAL BOXOUT for icol3*/
.boxoutTop{
	background:url(boxouttop.jpg) no-repeat;
	width:175px;
	height:9px;
	padding:0px;
	margin:0px;
	}
.boxoutMiddle{
	background:url(boxoutbg.jpg) repeat-y;
	width:175px;
	padding:0px 0px 10px 0px;
	margin:0px;
	}
.boxoutMiddle p{
	padding:5px 10px 5px 10px;
	}
.boxoutBottom{
	background:url(boxoutbottom.jpg) no-repeat;
	width:175px;
	height:9px;
	padding:0px;
	margin:0px;
	}
.boxoutMiddle h3{
	padding:5px 10px 10px 10px;
	margin:0px;
	color:#333333;
	}
.boxoutMiddle ul,ol{
	list-style-type:square;
	}
.boxoutMiddle li{
	list-style-type:square;
	margin:4px 10px;
	}
	

/*****2 COL WITHOUT LEFT SIDE MENU*******/

div#icontentCol1{
	background:url(cbg.gif) repeat-y;
	margin:0px 0px 0px 8px;
	padding:15px 50px 40px 50px;
	}

div#icontentCol1 div.icol1{
	float:left;
	width:801px
	}
div#icontentCol1 div.icol1 img{
	margin-bottom:10px;
	}
	
div#icontentCol1 div.icol1 ul{
	margin:0px;
	padding:5px 10px 40px 10px;
	}
div#icontentCol1 div.icol1 li{
	display:block;
	padding:0px 5px 0px 20px;
	background: url(arrow.png) no-repeat;
	}
div#icontentCol1 .iminiColSet{
	padding:0px;
	}
div#icontentCol1 .iminiCol1{
	float:left;
	width:391px;
	margin:0px;
	padding:0px;
	}
div#icontentCol1 .iminiCol2{
	float:right;
	width:391px;
	margin:0px;
	padding:0px;
	}
	
	
/*********************COMMON INSIDE STYLES**********************/
div.icol2 ul,ol{
	list-style-type:square;
	}
div.icol2 li{
	list-style-type:square;
	margin:4px 20px;

	}
	
	
	
/**********************TABLES************************/
.product{
	padding:5px;
	border-collapse:collapse;
	}
.product th{
	margin:15px;
	background-color:#758293;
	color:white;
	font-weight:bold;
	text-align:center;
	border:solid 1px #2a3646;
	border-collapse:collapse;
	padding:5px;
	}
.product tr td{
	margin:15px;
	border:solid 1px #2a3646;
	border-collapse:collapse;
	padding:5px;
	}
.product tr{
	background-color:#f1f3f5;
	}
.tableNote{
	color:white;
	background-color:#2a3646;
	font-weight:bold;
	text-align:center;
	padding:5px;
	}


/**********************TABLES************************/

#content table{

	padding:2px;

	border-collapse:collapse;

	}

#content th{

	background-color:#758293;

	color:white;
	font-weight:bold;

	text-align:center;

	border:solid 1px #2a3646;

	border-collapse:collapse;

	padding:4px;

	}

#content td{

	border:solid 1px #2a3646;

	border-collapse:collapse;

	padding:4px;

	}

#content tr{
	background-color:#e8ebed;

	}

.tableNote{

	color:white;

	background-color:#2a3646;

	font-weight:bold;

	text-align:center;

	padding:4px;

	}

.odd td{

	background-color:#fff;

	}


