/* Start of CMSMS style sheet 'layout' */
/* Start of CMSMS style sheet 'layout' */
* {margin:0;padding:0}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75%;
   line-height: 1em;
   background-color: #00004F;
   color: #333;
   margin:0;
}

img {border: 0}

#topper {
height:40px;
background:url(uploads/images/css/bg_default_top.gif);  
}

#lower {
height:30px;
background:url(uploads/images/css/bg_default_bottom.gif);  
}

#contact {
float:right;
background:#fff;
padding:20px 20px 10px 20px;
border:1px solid #ccc
}

.contactform {width:450px;background:#EFEEF3}

/* -------------- Flash Box -------------- */

#home-topper {
margin:0;
padding:12px 12px 0 12px;
height:273px;
width:752px;
}

#flash {
float:left;
width:493px;
height:256px;
margin:0 0 0 0;
padding:0 0 0 0;
border:3px solid #fff
}

/* #news {
float:right;
width:179px;
height:269px;
margin:0 20px 0 0;
padding:15px 30px 0 15px;
color:#fff;
font-size:10px;
text-align:center;
background:url(uploads/images/css/bg_news.jpg) no-repeat;  
} */

/*  orig #news {
float:right;
width:220px;
height:243px;
margin:0 0 0 0;
padding:7px 8px;
color:#fff;
font-size:11px;
text-align:center;
overflow:auto;
background:#257E3C;
border:3px solid #fff
} */
#news {
float:right;
width:220px;
height:243px;
margin:0 0 0 0;
padding:7px 8px;
color:#fff;
font-size:11px;
text-align:center;
overflow:auto;
background:#257E3C;
border:3px solid #fff
}
.NewsSummaryLink a {
display:block;
color:#fff;
text-decoration:none;
font-weight:bold;
margin:4px 0 8px 0;
font-size:13px
}

#game {margin:12px 0 0 80px}

#news p {margin:0 0 10px 0}

div {font-size: 1em}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}

a:hover {
text-decoration: none;
color: #385C72;
}

div#pagewrapper_home {
width:778px;
margin: 0 auto;  
background:url(uploads/images/css/bg_home_content.gif);  
}

div#pagewrapper {
width:778px;
margin: 0 auto;  
background:url(uploads/images/css/bg_default_content.gif);  
}

div#header {
height: 80px; 
height:137px;
background:url(uploads/images/css/bg_header.jpg);   
}

div#header h1 a {
/* you can set your own image here */
   background: url(images/cms/~logo1.gif) no-repeat 0 12px; 
   display: block; 
   height: 80px;             /* adjust according your image size */
   text-indent: -9999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem {font-weight:bold}

div#content {margin: 0 auto}

div#content-home {
margin: 0 auto;
background:url(uploads/images/css/bg_home_content.gif);  
}

#home_main_top {
height:17px;
width:382px;
background:url(uploads/images/css/bg_home_main_top.gif);  
margin-left:12px; 
margin-right:370px;
}

#home_main_bottom {
height:17px;
width:382px;
background:url(uploads/images/css/bg_home_main_bottom.gif);  
margin-right:370px;
margin:0 0 12px 12px
}

div#main-home {
margin-left:12px; 
margin-right:370px;
padding:0 30px;
width:322px;
background:url(uploads/images/css/bg_home_main.gif);  
}

div#main {
margin-left:0; 
padding:0 45px
}

div#sidebar {
float: right; 
display: inline;  
margin:0 5px 0 0;
background:url(uploads/images/css/bg_sidebar.gif);  
clear:right
}

div#sidebar.hascontent {
padding: 0 1%;
}

div#footer {
clear:both;     
color: #fff;
background-color:#257E3C;
border-top:3px solid #00014E
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed because footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  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;
}

div#content {}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   font-size: 1.7em; 
   text-align: left; 
   padding-bottom: 1px;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 4px 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */

table {font-size:11px}
table .link-01 {text-decoration:none}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
font-size: 1.0em;
line-height:1.4em;
margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {margin: 0 0 0.25em 3em}
div#dl dt {font-weight: bold;margin: 0 0 0.25em 3em}
div#dl dd {margin: 0 0 0 3em}

.contactform textarea {width:400px;height:150px}

fieldset {border:none}
fieldset legend {display:none}
/* End of 'layout' */


/* End of 'layout' */


/* End of 'layout' */


/* End of 'layout' */

