@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul{
	list-style-image:url(../images/or_bullet.png);
	list-style-type:circle;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:20px;
}

a{
	color:#d56538;
	text-decoration: none;
}
a: hover{
	color:#555555;
	text-decoration: none;
}
a: active{
	color:#d56538;
	text-decoration: none;
}
a: visited{
	color:#d56538;
	text-decoration: none;
}

html,body {
	
	
    height:100%;
}

p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#d56538;
}

#bodybg h1{
	font-family:sans-serif;
	color:#FFFFFF;
}

h2{

	
}

h3{

	
}

.pblack{
	font-family:Tahoma, Geneva, sans-serif;
	color:#333333;
	font-size:14px;
}


#master{
width:1100px;
height:auto;	
margin:auto;
}
#title{
    color: #333333;
    height: 75px;
    margin-top: 62px;
    width: 200px;
	
}
#container{
	background-image: url("../images/watermark.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	width:900px;
	height:auto;
	border: solid 4px #000000;
	margin:auto;
	overflow:hidden;
	margin-top:35px;
	margin-bottom:20px;
}
#leftbody{
	float:left;
	min-height:400px;
	height:auto;
	width:300px;
	margin-right:0px;	
}

#leftbar{
	background-color:#e0e0e0;
	width:159px;
	min-height: 445px;
	height:auto;
	padding-top: 75px;
	margin:0 auto;
	margin-left:50px;
}

.orange{
	color:#d56538;
	font-size:22px;
	font-weight:bolder;
	font-family:Tahoma, Geneva, sans-serif;
}

.grey{
	color:#555555;
	font-size:22px;
	font-weight:bolder;
	font-family:Tahoma, Geneva, sans-serif;
}

.black{
	color:#000000;
	font-size:22px;
	font-weight:bolder;
	font-family:Tahoma, Geneva, sans-serif;
}

#lbimage{
	background-image:url(../images/SDNMS.png);
	width:158px;
	height:169px;
}
#bodybg{
	min-width:900px;
	min-height:290px;
	background-image:url(../images/clouds.png);

}
#body{
    float: inherit;
    height: auto;
    margin-left: 0;
    min-height: 400px;
    width: 900px;
}
#clear{
	clear:both;	
}

#footer{
	background-color:#d56538;
	width:100%;
	height:35px;
}

#menu{
 height: 30px;
    margin-bottom: auto;
    margin-left: 40px;
    margin-top: 10px;
    width: 900px;
	
}
#menu a {
    color: #000000;
    font-family: sans-serif;
    font-weight: bolder;
    text-decoration: none;
}
#menu a:visited {
    color: #000000;
    font-family: sans-serif;
    font-weight: bolder;
    text-decoration: none;
}

#menu a:active {
    color: #555555;
    font-family: sans-serif;
    font-weight: bolder;
    text-decoration: none;
}

#menu a:hover {
    color: #d56538;
    font-family: sans-serif;
    font-weight: bolder;
    text-decoration: none;
}


.rotate{
	position:absolute; 
    transform: rotate(-90deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-family:Tahoma, Geneva, sans-serif;
	color:#777777;
	font-weight:bolder;
}
#watermark {
    background-image: url("../images/Untitled-1.png");
    max-height: 365px;
    max-width: 350px;
    min-height: 365px;
    min-width: 350px;
    float: right;
    position: relative;
    bottom: -59px;
    z-index: -10;
    left: -21px;
}