/* Start of CMSMS style sheet 'thealteam : Layout' */
/* 
*{
margin:0;
padding:0;
} */

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 90%;
	line-height: 1em;

}
/*

set font size for all divs,
this overrides some body rules

*/

div {
	font-size: 1em;
}
/*
if img is inside "a" it would have 
*/
img {
	border: 0;
}
/*

/*****************
basic layout 
*****************/

body {
	margin:0 0 0 0;    /* gives some air for the pagewrapper */ 
	padding-top:10px;
background-color: #15265B;
background:#031627 url(http://metalforcancer.com/uploads/thealteam/page-bg4.jpg) repeat-x;
}
/* center wrapper, min max width */
div#pagewrapper {
	border:1px solid #333333;
	margin: 0 auto;       /* this centers wrapper */
	width: 975px;
	padding:10px;
background-color: #ffffff;
}
div#page_inner_wrapper {
	width: 975px;
	margin: 0 auto;
background-color: #ffffff;
}
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/

div#header {
	height: 103px;    /* adjust according your image size */
	background: #ffffff;
	background:url(uploads/thealteam/banner.jpg) no-repeat;
	text-align:right;
	line-height:15px;
}
div#header h1 a {
	/* you can set your own image here */

	display: none;
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
/* position for the search box */

div#search {
	text-align: left;
	padding: 0em 0 0em 2em;
	margin: 0 0em 0 0;
}
div#search select {
	width:180px;
	font-size:12px;
	color: #3c5a64;
}
div#content {
	margin: 0 auto;   /* some air above and under menu and content */
	width: 975px;
	background-color:#192A4D;
        
}
div#main {
	margin-left: 228px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	background-color:#BDBE8D;
        background-color:#ffffff;
	border-left: solid 5px #FFFFFF;
	padding:23px;
min-height:950px;

}

#main img{border: 2px solid #0E5899;  padding:3px;}


div#sidebar {
	float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
	width: 228px;     /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX IE double margin bug */
	background-color:#8C4510; /* this is the menu background-color */
	color:#000000;
    min-height:389px;
padding: 0px;



}
div#footer {
	clear: both;       /* keep footer below content and menu */
	margin-top:5px;
        
}

a:link {color:#0E5899;}
        

/* as we hid all hr for accessibility we create new hr with extra div element */

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */

div.left49 {
	width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}
div.right49 {
	float: right;
	width: 49%;
	text-align: right;
}
#myframe {
	height: 1400px;
}

div#button { /* this is the container for the buttons ie property search etc */
        display:block;
        width:228px;
        height:92px;
        padding: 8px;
padding-top: 10px;
        }
div#button img { /* this is the container for the buttons ie property search etc */
     padding-top: 14px;
        }


div#feature { /* this is the container for the feature image(s) rotating images*/
        display:block;
        width:230px;
        height:230px;
        padding: 0px;
        }
/* End of 'thealteam : Layout' */