/* Global Style Sheet  */

/**
 * 	All Imported Style Sheets
 *   	@import url(' '); 
 */
@import url(mainImage.css);
@import url(login.css);

/**
 *	Overridden Html Tags
 *	Set intial Defaults
 *	
 */
body {
	background-color: #ffffff;
	color: #534640;
	padding: 0px 0px -20px 0px;
	margin: 0px 0px -20px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	overflow: visible;
	float:left;
	width: 100%;
}

table, img {
	border: 0px;
}


.error {
	color: red;
}

h3 {
	font-size: 14pt;
	margin: 0px 10px 0px 0px;
}
h2{
	margin: 0px 10px 5px 0px;
	padding: 0px;
}

p{
	margin: 0px 0px 15px 0px;
}

/**
 *	Page Layout Divs
 *	Set layout & background styles.
 */
 form1 {
 	background-color: #FFC0CB;
 }
#canvas{
	width: 100%;
	overflow: hidden;
	float:left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;

}

#page {
	margin: auto;
	width: 775px;
	overflow: hidden;
	padding: 0px;
}



/**
 *	Page Header
 *	All Header Styles
 */
#header {
	float: left;
	width: 775px;
	height: 320px;
	overflow: visible;
	background-image: url(../images/sheets.png);
	background-repeat: no-repeat;
	background-position: 1px 25px;
	color: #333333;
}
#header .mast{
	height: 95px;
}
#logo {
	display:block;
	float: left;
	height: 75px;
	width: 302px;
	background-image: url(../images/stevens_logo.jpg);
	background-repeat: no-repeat;
	margin-left: 75px;
	/*border: 1px solid #000000;*/
}
#contactUs {
	display:block;
	height: 27px;
	width: 130px;
	background-image: url(../images/contactus.png);
	background-repeat: no-repeat;
	float: right;
	margin: 25px 15px 0px 0px;
}
#findUs{
	display:block;
	height: 27px;
	width: 100px;
	background-image: url(../images/findus.png);
	background-repeat: no-repeat;
	border-right: 2px solid #a1a1a1;
	float: right;
	margin: 25px 0px 0px 0px;
}
#header .body{
	height: 225px;
}
#menu{
	height: 225px;
	width: 225px;
	background-color: transparent;
	float:left;
	display:block;
	overflow: visible;
}
#menu ul li a,
#menu ul li{
	display:block;
	float: right;
	text-align: right;
	overflow: visible;
	height: 15px;
	text-decoration: none;
	color: #333333;
	font-size: 11pt;
	width: 150px;
}
#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited{
	border-bottom: 1px dotted #666666;
	padding: 10px 0px 0px 0px;
	background-image: transparent;
}
#menu ul li a:hover,
#menu ul li a:active{
	border-bottom: 1px dotted #666666;
	background-image: url(../images/menuOver.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}
#menu .phone{
	padding: 10px 0px 0px 0px;
}
#menu ul li {
	height: 25px;
	/*background-color: #000; */
}
#menu ul{
	margin: 0px 0px 0px 55px;
	padding: 0px;
	width: 150px;
}
#menu .breakOut,
#menu ul li a.breakOut:link,
#menu ul li a.breakOut:visited,
#menu ul li a.breakOut:active,
#menu ul li a.breakOut:hover {
	width: 160px;
	border-bottom: 1px dotted #666666;
}

#header #mainImage{
	height: 225px;
	width: 550px;
	background-color: transparent;
	float:left;
	display:block;
	overflow: visible;
}


/**
 *	Page Body
 *	All Body Styles
 */
#body {
	float: left;
	width: 775px;
	overflow: visible;
	color: #333333;
}

/* column 1 */
#body .col1{
	width: 205px;
	overflow: visible;
	float:left;
	padding: 10px;
}
#body .col1 .date{
	display:block;
	width: 100%;
	font-weight: bold;
	font-size: 9pt;
}
/* column 2 */

#body .col2 {
	background-color: #F0EDE1;
	margin: 10px 25px 10px 0px;
	width: 505px;
	float:left;
	overflow: visible;
	padding: 10px;
}
#body p {


	overflow: visible;
}

#body .col2 img {
	display: block;
	float: left;
	border: 1px solid #333333;
	padding: 1px;
	margin: 5px;
}

#body .col2 .RadEWrapper img{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	border: none;
}

#body .col2 .RadEWrapper {

}


#body .col2 p{
	margin: 0px 0px 15px 0px;
}

/**
 *	Page Footer
 *	All Footer Styles
 */
#footer {
	float: left;
	width: 755px;
	overflow: hidden;
	padding: 10px 10px 50px 10px;
	color: #333333;
}
#footer .inner{
	border-top: 1px dotted #666666;
	overflow: hidden;
	float:left;
	width: 100%;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

a:link { 
	text-decoration: none; 
	color: #333333;
}
a:visited { 
	text-decoration: none; 
	color: #333333;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #898989;
}
