/* CSS Document */



body {
background-color:#FFF;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}



html {
min-height:100.1%;
}



/* BEGIN STANDARD TAGS ---------------------------- */





h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;
}



h1 {
	color: #660099;
	font-size: 14px;

}



h2 {
	font-size: 14px;
	color: #660099;
	font-weight: normal;
	
}

h3 {
	font-size: 12px;
	color: #660099;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height:25px;
	letter-spacing:1px;
	background-image: url(/images/mod_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

h4 {
	font-size: 12px;
	color: #660099;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 12px;
	color: #660099;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	
}


a {
	text-decoration:none;
	color:#660099;
}



a:hover {
	text-decoration:underline;
}



ul {

margin-top:0px;

}







/* BEGIN MISC. CLASSES ---------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.left {
	float:left;
	}

.right {
	float:right;
	}
	
#inside_right {
 	padding-left:5px;
	float:right;
	width: 30%;
	background-color: #FFFFFF;
	}


#headerbox {
	width:100%;
	height:112px;
	background:url(/images/top.jpg) repeat-x;
	}

#header {
	width:800px;
	height:112px;
	margin:0px auto;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	}



#search {
	float:right;
	vertical-align: middle;
	}

#search input {
	border:1px solid #CCC;
	margin-top:0px;
	font-size:10px;
	}

#search input.search {
border-right:none;
}


#search input.submit {
background:url(/images/searchglass.gif) no-repeat #FFF;
height:13px;
width:13px;
border-left:none;

}

#mainwrapper {
	width:800px;
	margin:0px auto;
}

.brand {
	width:800px;
}


#mainstory {
float:right;
text-align:right;
width:299px;
height:248px;
}

#mainimg {
float:left;
}





/* BEGIN CONTENT CONTAINER which contains all sub content columns --------*/



#contentbox {
width:800px;
margin-bottom:20px;
}

#insidecontentbox {
width:69%;
margin-bottom:20px;
}

#leftmidcontent {
width:30%;
float:left;
}

#centermidcontent {
	width:40%;
	float: left;
}

#rightmidcontent {
width:30%;
float:right;
}




/* BEGIN FOOTER -------------*/



#footer {

font-size:12px;
color:#666;
width:880px;
clear:both;
margin:0px auto 20px auto;
padding:20px 10px 20px 0px;
border-top:20px solid #FFF;


}



#footer ul {
padding:0px;
margin:0px;

}



#footer li {
display:inline;
list-style:none;
border-right:1px solid #CCC;
padding:0px 10px;

}



#footer a {
color:#666;

}

#midbox {
width:800px;

}



#midbox h2 {
	background-color:#FFF;
	color: #660099;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	letter-spacing:1px;
	background-image: url(/images/mod_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}



#midbox p {
	line-height:16px;
	margin:0px 10px;
	padding:10px 0px 0px 0px;
	color:#666;
	border-top:1px dotted #CCC;
}



#midbox p.modcopy {
	height:100px;
}



#midbox a {
	padding-right:5px;

}



#module1 {
	width:25%;
	height:170px;
	float:left;
	padding:0px;
}



#module2 {
	width:25%;
	height:170px;
	float:left;
	padding:0px;
}



#module3 {
	width:25%;
	height:170px;
	float:left;
	padding:0px;
}



#module4 {
	width:25%;
	height:170px;
	float:right;
	padding:0px;
}

#fmc {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: right;
	text-align: center;
	margin: 3px;
}

#fmc a{font-size: 10px; 
	  font-family: Arial, Helvetica, sans-serif; 
	  color: #666666; 
}