/*
	BEGIN of Reset CSS Styles
	This is used to avoid complications when different browsers use different default values for these elements
*/
html, body, div, span, applet, object, iframe,
h1, h2, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, 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;
}
/*
	END of Reset CSS Styles
*/

body {
	background: #fff url('../images/background.jpg') no-repeat center 0;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, serif, sans-serif;
	font-size: 100%;
}

/* IE6 hack */
*html body{
	font-size: 16px;
}

img {
	border: none;
	outline: none;
}

p{
	color: #545454;
	font-size: 13px; /* 13 / 16 */ 
}

#websiteWrapper{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* Base structure classes */
#header{
	float: left;
	height: 234px;
	width: 960px;	
}

#header .tag{
	float: right;
}

*:first-child+html #header .tag{
	margin-top: -80px;
}

*html #header .tag{
	margin-top: -80px;
}

#menu{
	float: left;
	width: 159px;
	font-family: Arial;
	font-size: 11px;
}



#aside{	
	float: left;
	width: 480px;
}

*html #aside{
	position: relative;
} 

#asideFooter{
	margin-top: 15px;
}

/* Top styles */


/* Navigator styles */

/* First level */
#menu ul{
	margin: 0;
	padding: 0;
	color: red;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
}

#menu ul li{
	border-bottom: 1px solid #9c9686;
	list-style-type: none;
	padding: 5px 0 5px 5px;
	width: 155px;
}
/* 
*html #menu ul li{
	width: 120px;
} */


#menu ul li a{
	text-decoration: none;
}



/* Second level */
#menu ul li ul{
	line-height: 150%;
}
#menu ul li ul li{
	border: none;
	list-style: disc inside;
	padding: 0;
	margin: 0;
}

/* IE6 hack */
*html #menu ul li ul li{
	width: 100px;
}

#menu ul.menu_level_2{
	font-family: Arial;
	font-size: 12px;
	text-transform: capitalize;	
}

#menu ul li.menuChild {
	position: relative;
}
#menu ul li.menuChild a{
	color: #000;
}

#menu ul li.menuChild a:hover{
	color: #d81e00;
}

#menu ul li.activeChild a{
	color: #d81e00;
}


#menu ul li.activeChild ul li a{
	color: #000;
}

#menu ul li.activeChild ul li a:hover{
	color: #d81e00;
}
.menu .menu_level_1 li div.admin  {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 14px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
}
.menu .menu_level_1 li div.admin a.move  {
	display: inline;
	padding: 0;
	margin: 0;
}
#newsletterSubscription{
	border: 1px solid #ddd;
	float: left;
	margin-top: 50px;
	padding: 5px;
	width: 143px;
}

#newsletterSubscription p, .navInformationBlock p{
	color: #000;
	font-size: 11px; /* 11 / 16 */
	line-height: 140%;
}

#newsletterSubscription .textField{
	border: 1px solid #ddd;
	margin: 4px 0;
	width: 138px;
}

#slideshow{
	height: 525px;
}

.navInformationBlock{
	float: left;
	margin-top: 20px;
}

.navInformationBlock a{
	color: #000;
}

/* Content styles */
.content{
	font-family: Arial;
	font-size: 12px;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	width: 318px;
	position: relative;
}

.content h1{
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 5px 0 7px 10px;
	width: 308px;
}

.content p{
	font-size: 12px;
	width: 300px;
}

.content h2{
	font-size: 14px;		
	width: 300px;	
}

.content ul{
	list-style: none;
	font-size: 12px;
}

.article{
	float: left;
	width: 298px;
	padding: 0 10px 0 10px;
}

.visitorsPage h1{
	background-color: #d81e00;
}	
