@import url(http://fonts.googleapis.com/css?family=Limelight|Oswald|Orbitron|News+Cycle);
html {
overflow-y:scroll;
}

body {
  font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
  background: #FFFFFF;
  font-size: small;
  margin: 0;
	padding: 0;
	padding-top: 8px;
}

#headertext { font-family: 'Limelight',sans-serif; }

ul#nav, ul.sf-menu { font-family: 'Orbitron',sans-serif; }

h1,h2,h1#pagetitle { font-family: 'Oswald',sans-serif; }

#content,#footer,td { font-family: 'News Cycle',sans-serif; }


/* Elements */

.portfolio {
  background: none; 
  padding: 3px; 
  margin-bottom: 4px;
}


#promotion { 
  background: none; 
  padding: 15px; 
  color: inherit; 
  text-align:center;
}

/* Home */ 

table#home {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

table#home td {
  vertical-align: top;
}

td#homeleft { width: 50%; }

#homeright {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

/* Forms */

input {
  padding: 1px;
  margin: 2px;
}

select {
  padding: 1px;
  margin: 2px;
}

/* Tables */

table.styled h2 { color: #000000; }

table.styled {
  margin-top: 15px;
  padding: 0;
  border-width: 0;
  background: none;
}

table.styled  td {
  margin: 0;
  padding: 5px;
}

table.styled th {
  text-align: right;
  vertical-align: top;
  padding: 7px 5px 5px 5px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.1em;
}

legend {
  color: #000000;
}

/* Images */

#content a img { border:none; }

#content a img.imgthumb, .imgthumb {
	padding: 0px;
	margin: 5px;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 11px #000000; -webkit-box-shadow: 0 0 11px #000000; box-shadow: 0 0 11px #000000;
	
}

.imglarge {
	padding: 1px;
	margin: 10px;
	border: 0px solid #000000;
	background-color: #000000;
	-moz-box-shadow: 0 0 13px #000000; -webkit-box-shadow: 0 0 13px #000000; box-shadow: 0 0 13px #000000;
}

.imglarge img, .imglarge {

}

.imgbg {
	background-position: center top;
	background-repeat: no-repeat;
}

/* Text */

body, #content, td { 	color: #333333; }

#content, #footer { line-height: 1.5; }

h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	color: #4F4F4F;
	
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #595959;
	
	}

.txtcontent {
	padding: 5px 0 5px 0;
	}
	
.title {
  font-weight: bold;
}

.sml,.litesmltxt {
  font-size: 80%;
}
	
.imglargeinfo {
  text-align: left;
  color: #545454;
  margin: 10px;
}

#headertext {
  padding: 5px;
  color: #424242;
  text-align: left;
}

a.portfoliogroup, h2.portfoliogroup {
  font-size: 120%; 
  text-decoration:underline;
  display:block;
}

.portfolio h2 {
  text-decoration: underline;
}

/* Links */

a {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
  color: #464646;
	text-decoration: underline;
	}

#footer a {
	color: #5c5c5c;
	}

#footer a:hover {
	color: #454545;
	}

.pages {
  margin: 2px; 
  padding: 4px; 
  border: 1px solid #999999; 
  color: #333333; 
  background: #cccccc; 
  font-weight: bold;
}

a.pages {
  text-decoration: underline;
  color: #292929;
}

a:hover.pages {
  color: #1f1f1f;
}

.showhide { cursor: pointer; }

/* Search  */

div#searchresults ul { list-style: none; }
div#searchresults li { float: left; }

.searchtext {
  width: 80px;
  border: 1px solid #383838;
  margin:0;
  padding:1px;
  border: 1px solid gray;
  color: gray; 
  font-size: 90%;
  vertical-align:middle;
}

.searchsubmit { 
  padding:0;
  margin:0;
  vertical-align:middle;
  margin-top:1px;
}

/* Notices */

div.notice {
  background: #FCDBDB url(/imgs/notice.gif) no-repeat;
  padding: 5px 5px 5px 30px;
  border: 1px solid red;
  border-left: 3px solid red;
  margin: 10px;
  color: #000;
}

div.notice a, div.notice a:hover {
  color: red;
}

.info {
  background: #DDFCD5 url(/imgs/info.gif) no-repeat;
  padding: 5px 5px 5px 30px;
  border: 1px solid #2DC818;
  border-left: 3px solid #2DC818;
  margin: 10px;
  color: #000;
}

.info a, .info a:hover {
  color: #2DC818;
}

/* All tables */

table {
  width: 100%;
}

td {
  padding: 0px;
  vertical-align: top;
}

/* Misc */

.center {
  text-align: center;
}

.clear { 
  clear: both;
}

.pad {
  padding: 15px;
}
.vpad { 
 padding: 10px 0 10px 0;
}
#headertext { font-size: 200%; padding: 10px;  }
 
.newsrbar {
float:right;
width: 200px;
line-height: 2em;
}

ul.newscategories {
list-style: none;
margin-left: 0;
padding-left: 1em;
} 

.autohelp { 
margin-top: 150px;
clear: both;
}

#loader { text-align: center; font-size: x-small; }

    #content {
    color: #333333;
    padding: 10px; 
    min-height: 400px; 
    background: #FFFFFF;
    clear: left;
    }
    #container {  
    padding: 0; 
    margin: 0; 
    width: 960px; 
    margin: auto; 
    border: 2px solid #575757;
    }

    ul#nav {
    display:block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
    background: #FFFFFF url('/styles/colorgrad.php?t=3&s=FFFFFF') repeat-x bottom; 
    text-align: center; 
    
    }

    ul#nav li { 
    display: -moz-inline-box;    
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;  
    }
    
    * html ul#nav li  { display:inline; }  
    * + html ul#nav li  { display:inline; }    

    ul#nav a:link, ul#nav a:visited { 
    display: -moz-inline-box;    
    display: inline-block;    
	  padding: 10px 7px 10px 7px;
    text-decoration: none; 
    color: #3B3B3B;
    border-right: 1px solid #f2f2f2;
    }    

    ul#nav a:hover, ul#nav a:active { 
    background: #d9d9d9;
    }

    ul#nav a:link.selected, ul#nav a:visited.selected, ul#nav a:hover.selected, ul#nav a:active.selected { 
    text-decoration: underline;
    background: #d9d9d9;
    }    

  #navwrapper { width: 100%; height: 3em; background: #FFFFFF url('/styles/colorgrad.php?t=3&s=FFFFFF') repeat-x bottom;  }
  
  #navinner { margin-left: auto; margin-right:auto; }

  ul.sf-menu { font-size: 90%;  }

    ul.sf-menu li a:link, ul.sf-menu li a:visited { 
    text-decoration: none; 
    color: #3B3B3B;
    border-right: 1px solid #f2f2f2;
    }  
    
    ul.sf-menu li li a:link, ul.sf-menu li li a:visited { 
    border: none;
    background: #d9d9d9;
    }           

    ul.sf-menu a:hover, ul.sf-menu a:active { 
    background: #d9d9d9;
    }  

    .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #d9d9d9;
    outline:    0;
    }     
    
#footer {
	padding: 10px;
	font-size: 80%;
	background: #CCCCCC url('/styles/colorgrad.php?t=2&s=CCCCCC') repeat-x top;
	color: #737373;
	}

#header {
  background: #BABABA;
  color: #424242;
  } 


/* Cached  */
