/* undo some default styling of common (X)HTML browsers
 ************************************************************/

/* No list-markers by default -
 * must redefine bullets w/ bg graphics
 ********************************************************/

ul {
        list-style:none;
}

/* Avoid browser default inconsistent heading,
 * font-sizes and pre/code
 ********************************************************/
body,h1,h2,h3,h4,h5,h6,pre,code,td {
        font-size:1em;
}

/* Remove inconsistent (among browsers) -
 * default padding or margin
 ********************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
        margin:0; padding:0;
}

/* prevent blue linked image borders
 ********************************************************/
a img,:link img,:visited img,fieldset {
        border:none;
}

/* Generic Selectors */

body {
        font-family: Verdana;
        font-size:14px;
        color: #FFFFFF;
        background-color: #000000;
}

html,body {
        height:100%;
}

p {
        margin-left: 1em;
        text-indent: 2em;
        width: 90%;
}

p.title{
	text-align:left;
        text-indent: 0em;
        width: 90%;
}

ol {
        width: 86%;
}

ul.nav li {
        display: inline;
        line-height: 200%;
        background-image: url(/images/arrowSmall.gif);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: .8em;
        font-size: 0.8em;
        margin-left: 1.5%;
        margin-right: 1.5%;
}

ul.nav2 li {
        display: inline;
        line-height: 200%;
        background-image: url(/images/arrowSmall.gif);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: .9em;
        font-size: 1em;
        margin-left: 1.5%;
        margin-right: 1.5%;
}

ul.nav li.bold {
        font-weight: bold;
}

ul.content li {
	list-style: disc;
	text-align:left;
        margin-left: 2em;
        font-size: 0.8em;
}

ul.content li.bold {
        font-weight: bold;
}

h1 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFF00;
        text-indent: 0.6em;
}

h2 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFF00;
}

/**************** Links ****************/

a:link {
        color: #CC0000;
        text-decoration: none;
}

a:visited {
        color: #CC0000;
        text-decoration: none;
}

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

a:active {
        color: #CC0000;
        text-decoration: underline;
}

/************************* ID's *************************/
 
#pagewidth { 
	max-width:900px;  
	min-width:900px;  
}
 
#header {
	position:relative; 
	height:150px; 
	width:100%;
} 

#header2 {
	position:relative; 
	height:126px; 
	width:100%;
} 

#logo {
        position: absolute;
	left: 10px;
}

#bookmark {
        position: absolute;
	left: 330px;
	top: 17px;
	font-weight: bold;
	color: #FFFF00;
}

#yourlink {
        position: absolute;
	left: 490px;
	top: 17px;
	font-weight: bold;
	color: #FFFF00;
}

#topsearch {
        position: absolute;
	left: 660px;
	top: 17px;
}

#main-menu {
        text-align: center;
        position: absolute;
	width:99.9%;
        top: 74px;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
        font-weight: normal;
}
 
#recommended {
        font-size: 14px;
        font-weight: bold;
        color: #FFFF00;
        text-align: left;
        position: absolute;
	width:100%;
        top: 124px;
	padding-left:10px;
}
 
#recommended-ul {
        font-size: 14px;
        font-weight: bold;
        color: #FFFF00;
        text-align: left;
        position: relative;
	width:100%;
        top: 119px;
	left: 75px;
	padding-left:100px;
}
 
#fullcol {
	float: left; 
	display:inline; 
	position: relative; 
 	width:100%; 
	border-right: 1px solid #990000;
 	border-left: 1px solid #990000;
 	border-top: 1px solid #990000;
 	border-bottom: 1px solid #990000;
}
 
#maincol {
	left: 4px;
	float: left; 
	display:inline; 
	position: relative; 
 	width:440px; 
	border-right: 1px solid #990000;
 	border-left: 1px solid #990000;
 	border-top: 1px solid #990000;
 	border-bottom: 1px solid #990000;
}
 
#leftcol {
	float: left; 
	display:inline; 
	position: relative; 
 	width:200px; 
}

#rightcol {
	left: 8px;
	float: left; 
	display:inline; 
	position: relative; 
 	width:250px; 
}

#sidebar1 {
        font-weight: normal;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
}

#sidebar2 {
        font-weight: normal;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
}



#sidebar3 {
        font-weight: normal;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
}
 
#footer {
        font-weight: normal;
        text-align: center;
	height:22px; 
	clear:both;	
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
} 
 
.vert-spacer {
	height:4px;
}

.copyright {
	font-size: 0.8em;
	font-weight: bold;
}

#form_text {
	font-size: 0.8em;
	font-weight: normal;
}

.clearfix:after {
	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

.submit-button {
  background-color: #990000;
  font-weight: bold;
  font-size:13px;
  color:#333333;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  padding-top:4px;
}

.error-text {
        color: #990000;
	position: relative;
        left: 40px;
}

.copy {
	font-weight: bold;
	font-size: 12px;
}

.small {
	text-align:left;
	font-weight: normal;
	font-size: 0.8em;
}


