/*

MyAbod / Advanced Design Innovation
Master CSS Layout

© 2006 Advanced Design Innovation
Author:
Rich S. Wyatt <- Webmaster -> 
BSB Design 
(www.bsbdesign.com)(rwyatt@bsbdesign.com)
*/

/*
Master Layout and Options
*/

html, body{ 
	 margin:0; 
	 padding:0; 
	 text-align:center; 
	 background-color: #802a2a; 
	 background-image: url(/images/background/mainbg.jpg);
	 background-position: center;
	 background-repeat: repeat-y;
	 font-size: 1em;
	 color: #333366;
	 font-family: Arial, Helvetica sans-serif;
	 behavior: url(/style/csshover2.htc);
} 
 
#container_index{ 
	 width:950px; 
	 text-align:left;  
	 margin-left:auto; 
	 margin-right:auto;  
	 min-height: 555px;
	 background-image: url(/images/background/bodybg.gif);
	 background-repeat: no-repeat;
	 background-position: center 170px;
	 margin-top: 0;
	 padding: 0; 
} 
#container{ 
	 width:950px; 
	 text-align:left;  
	 margin-left:auto; 
	 margin-right:auto;  
	 background-image: url(/images/background/bodybg_light.gif);
	 background-repeat: no-repeat;
	 background-position: center 170px;
	 margin-top: 0;
	 padding-bottom: 30px;
	 position: relative;
	 min-height: 555px;
} 


#footer {
	width: 949px;
 	position: relative;
	color: #fff;
	font-size: 70%;
	text-align: center;
	border-top: 2px solid #802a2a;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	
}
  
#leftcol{
	 width:520px; 
	 float: left;
	 position:relative; 
	 padding-left: 20px;
	 font-size: 100%;
 }
 
 #leftcol_index
 {
 	 width:450px; 
	 float: left;
	 position:relative; 
	 padding-left: 20px;
	 font-size: 100%;
	 margin-top: 55px;
 }

#twocols { 
	width: 950px;
	float: right;
	position: relative;	
	margin-top: 50px;
}

#twocols_index { 
	width: 945px;
	float: right;
	position: relative;		
	margin-top: 70px;	
}

#rightcol {
	width: 150px;
	float: right;
	position: relative;
    font-size: 80%;
	margin-left: 15px;
}

 
#maincol{  
	 float: right; 
	 display:inline; 
	 position: relative; 
	 width: 400px; 
	 font-size: 100%;
	 margin-left: 10px;

 }

 #maincol_index{  
	 float: right; 
	 display:inline; 
	 position: relative; 
	 width: 270px; 
	 padding-right: 10px;
	 margin-top: 40px;
	 font-size: 100%;
 }
 
#masthead
{
	background-image: url(/images/background/header.gif); 
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	margin: 0;
	padding: 0 0 0 5px;
	position: relative;
	width: 945px;
}


.stdHeader {
	margin: 0;
	padding: 0;
	width: 313px;
	height: 23px;
	text-align: center;
	color: #1b3160;
	font-size: 100%;
	font-weight: bold;
}

.stdCopy {
	color: #1b3160; 
	margin-bottom: 10px;
	text-align: left;
	font-size: 95%;
	position: relative;
}

a, a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #1b3160;
}

a:hover 
{
	text-decoration: none;
	color: #802a2a;
}

ol li
{
	line-height: 1.5em;
}

li { margin-bottom: 5px; }
 
/*
Masthead Layout and Options
*/


#leftText
{
	width: 269px; 
	height: 118px; 
	margin-left: 260px;
	float: left;
	position: absolute;
	top: 30px;
}
#rightText
{
	width: 355px;
	height: 118px;
	left: 575px;
	position: absolute;
	top: 12px;
}

/*
Left Column Layout and Options
*/



/* Main Column Layout and Options */

#topImageGal
{
	width: 375px;
	height: 300px;
	font-size: 80%;
}


/*
Right Column Layout and Options
*/



/*
Footer Layout and Options
*/


#bottomNav {
	margin: 3px 0px 5px 1px;	
	width: 100%;
}

#bottomNav a
{
	margin: 5px 5px 0 0;
}

#bottomNav a:link,#bottomNav a:active,#bottomNav a:visited{
	text-decoration: none;
	color: #fff;
	
}

#bottomNav a:hover { 
	color: #eee;
	
	text-decoration: underline;
}

#footer>#copyright_policies {
	margin-top: 10px;
}

#copyright_policies a:link, #copyright_policies a:visited { 
	text-decoration: none;
	color: #eee;
	
	font-weight: normal;
}

#copyright_policies a:hover { 
	text-decoration: underline;
	color: #eee;
}



/*
Wrapper Layout and Options
*/
 
.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 */  


 
/*
printer styles
*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/*
Form Styles
*/

input { 
	color: #000; 
	font-size: 80%;
}
select { 
	color: #000;
	font-size: 85%;
	font-family: Helvetica, Sans-Serif;
}
.button { 
	background-color: #978f86;
	font-weight: bold;
	border: 1px solid #098;
}

