*{margin:0; padding:0;}

body{
	text-align:center;
	color:#303030;
	background-color:#7B8995;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

a{
	color:#9900CC;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}

a:hover{color:#FF66CC; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

td{padding:5px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

#container{
	width:900px;
	margin:20px auto;
	padding:1px 0;
	text-align:left;
	color:#CCCCCC;
	border:2px solid #333333;
	background-color: #000000;
/* Mozilla Firefox and other non IE based browsers ignores the filter style
	background-repeat: repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale' src='blacktranslucent.png');*/
}

/* IE ignores this part? IE can not read styles with [attribute]
.container[class]{
	background-image: url(blacktranslucent.png);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
*/

#header{
	height:209px;
	width:898px;
	margin:0 1px 1px 1px;
	/*padding-top:15px;*/
	color:#ffffff;
	text-align:right;
	/*background-image: url(images/irwinallen_header2.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
}

#giantcrumbs{
	height:20px;
	width:888px;
	margin:0 1px 0px 1px;
    padding: 5px 0 0 10px;
	/*padding-top:15px;*/
	color:#CCCCCC;
	text-align:left;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#giantcrumbs a{
	color:#006699;
	font-weight: bold;
	text-decoration:none;
}

#giantcrumbs a:hover{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}


#navigation{
	height:2.2em;
	line-height:2.2em;
	width:898px;
	background-color:#000035;
	color:#ffffff;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	border-bottom: 1px solid #000000;
}

#navigation li{
	float:left;
	list-style-type:none;
	/*border-right:1px solid #ffffff;*/
	border-right: 1px solid #171B20;
	white-space:nowrap;
}

#navigation li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation a:hover{
	background-color:#3366FF;
	color:#ffffff;
	text-decoration:none;
}

#content{
	float:right;
	width:680px;
	font-size:12px;
	padding:10px 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	/*margin-top: 10px;*/
}

/* Important to allow gap between thumbnails in galleries */
#content img {margin: 5px 5px 5px 5px}

#content h1{
	font-size:20px;
	color:#6666FF;
	font-weight:bold;
	letter-spacing:normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-align: center;
}

#content h2{
	display:block;
	font-size:16px;
	font-weight:bold;
	letter-spacing:normal;
	color:#3366FF;
	background-color:inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#content h2 a{font-weight:normal;}
#content h3{
	font-size:14px;
	letter-spacing:normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #6699FF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: center;
}
/*
#content a:hover,#subcontent a:hover{text-decoration:underline;}
*/
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}


/* 
   Side Menu System
   ================
*/


#subcontent{
	float:left;
	width:170px;
	padding:10px 10px 10px 5px;
	line-height:1.4em;
}

#subcontent h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#685851;
	background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}





/* 
   New side menu navigation
   ========================
*/


.menu_nav { 
	margin:0 0 20px 0; 
/*padding-top: 20px;*/
/*float : left ;*/
list-style: none; 
width: 170px;
}
.menu_nav ul { list-style-type: none; }
.menu_nav li { 
padding: 0; 
margin: 0; 
}
.menu_nav a, 
.menu_nav a:visited {
/*text-transform:uppercase;*/
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background-color: #2C2855;
text-decoration: none;
border-bottom: 1px solid #171B20;
}
.menu_nav a:hover {
color: #000000;
background-color: #3366FF;
}




/* 
   Footer
   ======
*/


#footer{
	clear:both;
	width:898px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#FFF;
	background-color:#18162E;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#FFF; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #000000;
	background-color:#18162E;
	color:#666666;
	line-height:1.5em;
	height: 205px;
}
