@charset "UTF-8";
@import url('../form.css');
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #003798;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url('http://www.lmunet.edu/images/bg.jpg');
}
form {
	margin: 0;
	display: inline;
}
.searchform {
	display: inline;
	border: solid #000000 1px;
}
img {
	vertical-align: bottom;
	display: inline;
}
input, textarea, select {
	font-size: 10px;
	color: #333333;
	border: solid #000000 0px;
	margin: 0;
	padding: 2px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	display: inline;
	font: 19px Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	line-height: 1.3em;
	display:block;
	text-shadow:1px 1px 1px #fff;
	
}
#newscontent h1 {
	color:#fff;	
	text-shadow:1px 1px 1px #000;
	display:block;
	text-transform:uppercase;
}
h2 {
	display: inline;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	line-height: 16px;
	text-shadow:1px 1px 1px #fff;
}
h3 {
	display: inline;
	font: 11px Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	line-height: 14px;
}
.sba img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #039;	
}
.main #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: 7px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0;
	background-image: url('http://www.lmunet.edu/images/headerbg.gif');
	height: 110px;
	border: 0px solid #000000;
}
#header #search {
	float: right;
	width: 220px;
	padding: 38px 10px 5px 0;
	border: 0px solid #000000;
	margin: 0;
}
#header ul {
	float: right;
	width: 780px;
	text-align:right;
	color: #333333;
	font-weight: bold;
	padding: 13px 18px 0 0;
	border: 0px solid #000000;
	margin: 0;
	list-style-type:none;
}
#header ul li {
	padding: 0;
	border: 0px solid #000000;
	display: inline;
	margin: 0;
}
#header ul li a:link, #header ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#header ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
#maincontent {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #063c9a;
	background-image: url('http://www.lmunet.edu/images/mainbg.jpg');
	width:900px;
}
#maincontent #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 0px solid #000000;
	padding: 16px 0 0 13px;
	margin: 0;
}
#maincontent #navigation ul {
	float: left; /* since this element is floated, a width must be given */
	font: 10px Arial, Helvetica, sans-serif;
	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 0px solid #000000;
	padding: 0;
	margin: 0;
}
#maincontent #navigation ul li {
	color: #FFFFFF;
	padding: 6px 0 6px 0;
	border-top: 1px solid #a5b9db;
	display: block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}
#maincontent #navigation ul li a:link, #maincontent #navigation ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent #navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#maincontent #mainphoto { 
	float: right;
	background-image: url('http://www.lmunet.edu/images/mainbg.jpg');
	border: 0px solid #063c9a;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainphoto2 { 
	float: right;
	background-image: url('http://www.lmunet.edu/images/mainbg.jpg');
	border: 0px solid #063c9a;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#maincontent #content {
	float: left;
	margin: 0;
	padding: 10px 10px 0 20px;
	border: 0px solid #FFFFFF;
	background-image: url('http://www.lmunet.edu/images/contentbg.gif');
	width:870px;
}
#thanks {
	float: center;
	margin: 10px;
	border: 0px solid #FFFFFF;
	background-image: url ('http://www.lmunet.edu/images/contentbg.gif');
	width: 800px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#maincontent #content #applying {
	float: right;
	margin: 0 6px 0 10px;
	border: 0px solid #000000;
	padding: 0;
	width: 217px;
}
#applying a:link, #applying a:visited {
	color: #003798;
	text-decoration: none;
}
#applying a:hover {
	color: #000000;
	text-decoration: underline;
}
#maincontent #content #leftcontent {
	float: left;
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
	border-right: 1px solid #999999;
	width: 633px;
}
#news {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url('http://www.lmunet.edu/images/newsbg.gif');
	border: 0px solid #FFFFFF;
	width: 258px;
}
#newscontent {
	margin: 0 0 0 15px;
	padding: 0;
	border: 0px solid #FFFFFF;
	width: 228px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
#newscontent a:link, #newscontent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#newscontent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#newsfooter {
	margin: 0;
	padding: 0;
	background: url(http://www.lmunet.edu/images/newsfooter.gif) transparent no-repeat;
}
#newsfooter a {
	text-decoration:none; 
	color: #fff;
	margin-left:130px;;
}
#lawcontent {
	float: right;
	margin: 0 10px 0 10px;
	padding: 0;
	border: 0px solid #FFFFFF;
	width: 338px;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
#lawcontent a:link, #lawcontent a:visited {
	color: #003798;
	text-decoration: underline;
}
#lawcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	margin: -2px 0 30px 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

