/* Start of CMSMS style sheet 'Layout' */
* {
margin:0;
padding:0;
}

body {
        background: #333333 url(uploads/site-images/bkground.jpg) repeat-x left top;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
        margin:0;
        padding: 0; 
}

img.button{
        margin:0;
        padding: 0; 
        border:0;
}

img {
border: none;
}

li {
    margin-left:20px;
}

p {text-align:left;}

html{height:100%;margin:0px auto;padding:0 auto;}
div#page{width:1040px;margin:0px auto;padding:0 auto;background:#000000;}

div#header {
        float:left;
        width:1020px;
	padding: 10px 0 0 20px;
        height: 125px;
        background: #000000;
}

div#logo {
        float: left;
        margin: 0;
	padding: 10px 0 0 20px;
}

div#slogan {
        float: right;
	margin: 0;
	padding: 32px 140px 0 0;
}

div#menu {
        float:left;
        width:1000px;
        height:30px;
	margin: 0;
	padding: 0 20px 0 20px;
        background: #000000;
}

div#content {
        float:left;
        width:1000px;
	margin: 0;
	padding: 5px 20px 0px 20px;
        background: #000000;
}

div#sidebar {
        float:left;
        width:360px;
        margin: 0;
        padding: 0;
        background: #000000;
}

div#splash {
        float:right;
        width:630px;
        margin:0;
        padding:0;
}

div#ltbox {
        height:415px;
	margin 0;
	padding: 0 10px 1px 10px;
}

div#box {
        font-size: 11px;
	margin: 0;
        height: 65px;
	padding: 5px 10px 1px 10px;
}

div#boxcontent {
	margin: 0 auto;
	padding: 15px;
}

div#boxcontent p {
        line-height: 1.5em;
}

div#mainblue {
        width:1000px;
        padding:0px;
        background: #d5e7ed;
	color: black;
}

div#ltblue {
        float:left;
	color: white;
        width:360px;
        padding:0px;
        margin:0 0 10px 0;
        background: #21628e;
}

div#ltblue p {
       font-size: 13px;
       line-height: 2em;
       padding:0px;
       margin:0;
}

div#ltblue a {
	color: white;
}
	
div#ltblue #top, div#ltblue #bottom,
div#mainblue #top, div#mainblue #bottom {
      font-size: 1px;
      height: 10px;
      line-height: 1px;
}

div#ltblue #topleft {
      background: url(uploads/site-images/ltblue-tl.png) no-repeat top left;
      float: left;
      height: 10px;
      width: 10px;
}

div#ltblue #topright {
      background: url(uploads/site-images/ltblue-tr.png) no-repeat top left;
      float: right;
      height: 10px;
      width: 10px;
}

div#ltblue #bottomleft {
      background: url(uploads/site-images/ltblue-bl.png) no-repeat top left;
      float: left;
      height: 10px;
      width: 10px;
}

div#ltblue #bottomright {
      background: url(uploads/site-images/ltblue-br.png) no-repeat top left;
      float: right;
      height: 10px;
      width: 10px;
}

div#mainblue #topleft {
      background: url(uploads/site-images/tl.png) no-repeat top left;
      float: left;
      height: 10px;
      width: 10px;
}

div#mainblue #topright {
      background: url(uploads/site-images/tr.png) no-repeat top left;
      float: right;
      height: 10px;
      width: 10px;
}

div#mainblue #bottomleft {
      background: url(uploads/site-images/bl.png) no-repeat top left;
      float: left;
      height: 10px;
      width: 10px;
}

div#mainblue #bottomright {
      background: url(uploads/site-images/br.png) no-repeat top left;
      float: right;
      height: 10px;
      width: 10px;
}

div#dropdown {
        margin:5px 0 0 0;
        padding:0 auto;
}

div#footer {
        float:left;
        width:1040px;
        height:40px;
        margin:0;
        padding-top:15px;
        background: #000000;
}

div#footer p {
	font-size: 11px;
	text-align: center;
	color: #999999;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

h1 {
	color: #ffffff;
	font-size: 18px;
	margin: 0.5em 0 0.5em 0;
        padding:0;
}
h2 {
	color: #000000; 
	font-size: 13px; 
        text-transform:uppercase;
	text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #0f3851; 
	border-left: 0.75em solid #0f3851; 
        line-height: 1.5em;
        margin: 0.75em 0 0.75em 0;
}
h3 {
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
}
h4 {
	font-size: 14px;
	color: #0f3851;
	margin: 0 0 .5em 0;
}
h5 {
	font-size: 20px;
	color: #0f3851;
	margin: 0;
}
h6 {
	font-size: 12px;
	color: #0f3851;
	margin: 0;
}

p {
	margin: 0 0 .5em 0;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

div.templatecode {
	margin: 0 0 2.5em;
}

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 1.5em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

/* End of 'Layout' */

