@import "reset.css";
html, html body {height: 100%; min-height: 100%}

.RoundedBox { 
	border-radius:6px;
	-moz-border-radius:6px;
	background-color:#D7DAF7;
	padding:10px;
}

.SubNav
{
	background-color:#000;	
}
.SubNav a
{
	color:#CCC;
	text-decoration:none;
}
.SubNav a:hover, .SubNav a:visited:hover
{
	color:#FFF;
	text-decoration:underline;
}
.SubNav a:active
{
	color:#FF0;
}
.SubNav a:visited
{
	color:#CCC;
}
body {
    font-family: "Helvetica", "MS Sans Serif", "sans-serif";
    font-size: 14px;
    background-color: #4d636e;
    color: black;
    width: 900px;
    margin: auto;
    height: auto;
    min-height: 100%;
}
.menu
{
	padding-top:14px;	
}
  .menu div
	  {
		
		display:inline;
		vertical-align:top;
	  }
/*All except IE6- and IE7+ quirks*/
html>body #reset {  width: 100%; }

/* IE6- (and IE7+ quirks) only */
/*\*/ * html #reset {  width: 900px; } /**/
#reset {
	
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #ffffff;
}

#shadow_left {
    width: 15px;
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
    background: #416e88 url('/media/images/shadow_left.png') repeat-y;
}
#shadow_right {
    width: 15px;
    position: absolute;
    right: -15px;
    top: 0px;
    height: 100%;
    background: #416e88 url('/media/images/shadow_right.png') repeat-y;
}

html>body #reset {
    min-height: 100%;
    height: auto;
}

.logo {
    font-size: 1.6em;
    float: left;
    width: 18em;
	margin-left: 1em;
}
.sublogo {
	padding-top:5px;
    font-size: 0.6em;
    
    /*float: left;*/
}
.menu {
    float: right;
    width: 23em;
}
#header {
    height: 75px;
    background: #0e2e40 url('/media/images/header_bg.png') repeat-x;
    color: #d3efff;
}
#header .inside {
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#header a {
    color: white;
}
#header a:visited {
    color: white;
}
#content {
    /*background-color: #ffffff;*/
    position: relative;
    margin-bottom: 0em;
    padding-bottom: 50px;
    min-height: 20em;
}
#menu {
    height: 50px;
    background: #274151;
    color: #1d3440;
}
#menu div.item {
    float: left;
    height: 100%;
    width: 146px;
    text-align: center;
    color: white;
    background: #0e2e40 url('/media/images/menu_inactive_bg_notopshadow.png') repeat-x;
}
#menu div.first {
    width: 145px;
}
#menu div.selected {
    background: #2579a9 url('/media/images/menu_active_bg_notopshadow.png') repeat-x;
}
#menu div.hover {
    background: #e24800 url('/media/images/menu_hover_bg_notopshadow.png') repeat-x;
    cursor: pointer;
}
#menu div.seperator {
    float: left;
    width: 5px;
    height: 100%;
    background: #0e2e40 url('/media/images/menu_seperator_notopshadow.png') no-repeat scroll;
}
#menu div div.inside {
    padding: 1.2em 0em;
}
#menu a {
    color: white;
}
#menu a:visited {
    color: white;
}
#menu div.hover a {
    text-decoration: none;
}
#test_content {
    position: relative;
}
#footer {
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    background: #d1d2da url('/media/images/footer_bg.png') repeat-x bottom;
}
#footer .inside {
    margin: 20px;
    margin-bottom: 15px;
    padding: 0px;
}
#footer_left {
    float: left;
	
}
#footer_right {
    float: right;
	text-align:right;
}
#footer_left, #footer_right
{
	width:200px;
}
#footer_center {
    text-align: center;
}
#footer a {
    color: #e15600;
}
#footer a:visited {
    color: #e15600;
}
ul,ol {
    margin-left: 1ex;
}
ul li,ol li {
  margin-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: disc;
}
ul ul ul ul ul {
  list-style-type: circle;
}
ul ul ul ul ul ul {
  list-style-type: square;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.4em;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
h5 {
  font-weight: bold;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

strong {
  font-weight: bold;
}

.clear {
    clear: both;
}
.hover {
    color: #ff381a;
    text-decoration: none;
    cursor: pointer;
}
.inside {
    padding: 20px;
}

p {
    padding-bottom: 5px;
}
/* borrowed from david's kitchen */
.btn { display: block; position: relative; background: #aaa; padding: 10px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/media/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -10px; top: 0; left: 0; width: 10px; height: 10px; }
.btn span { background-position: bottom left; left: -10px; padding: 0 0 10px 20px; margin-bottom: -10px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 20px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -20px; margin-left: 20px; top: -10px; height: 0; }
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn.orange { background-color: #e24800; }
.btn.red { background-color: #e11; }
.btn.red:hover { background-color: #f22; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(/media/images/shade.png); background-position: bottom; }
/* the following are IE6 cleanup for buttons */
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
* html .btn { border: 3px double #aaa; display: inline-block; top: 0px; left: 0px; position: static;}
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn.orange { background-color: #e24800; }
* html .btn:hover { border-color: #a00; }

