/*Global Settings background: */
html, body {border:0; margin:0; padding:0px;}

body {
	font: 100.01%/1em Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F0F0F0;
	background: url(../htm/images/backslice.jpg) repeat;
	background-position: top;
}

/* main styles-----*/
p {line-height: 1.6em; font-size:90%;} 
.error {color: #FF2D2D; font-size:90%; line-height:120%; font-weight:bold; font-style:italic;}
blockquote {margin:22px 40px; padding:0;}
small {font-size:0.85em;}
img {border:0;}
 
sup { position:relative; bottom:0.3em; vertical-align:baseline;}
sub { position:relative; bottom:-0.2em; vertical-align:baseline;}
acronym, abbr {cursor:help; letter-spacing:1px; border-bottom:1px dashed; }

/* Links --------*/
a, a:link, a:visited, a:active {color: #990000; text-decoration:none; text-transform: uppercase; letter-spacing: .5 px;}
a:hover {color: #990000; text-decoration: underline;} 
#linksbut {background: url(../htm/images/linkbullet.gif) .1em .6em no-repeat; /* change background em accordingly */ margin-top: -.5em; padding-top: -.5em;padding-left: 2em; list-style: none;font-size:85%; display: block; color: #990000;}

#text{margin: 40px 20px 10px 40px;/*width: 560px;*/}

#dotted {border-bottom: 1px dotted #990000; margin: -7px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 65%; line-height: 1.5em;}


/* Headings and titles
----------------------------------------------- */
.bigtitle {font-size: 105%; font-weight: 600; color: #990000; text-transform: uppercase; text-align: left; letter-spacing: -.5px;}

.title {font-size: 96%; font-weight: bold; color: #990000; text-transform: uppercase; text-align: left; letter-spacing: 0px;}

.subtitle {	font-size: 98%;	color : #990000; letter-spacing: 0px;	text-transform: uppercase; font-weight: bold;}

.subtitle2 {font-size: 90%;	color : #666666; font-weight: bold;}

#smalltext {font-size: 85%;}

#quote {font-size: 103%; color: #990000;letter-spacing: 1px; font-weight: bold;}

/* internal nav php top
----------------------------------------------- */
#nav {
	font-size: 11px;
	text-align: left;
	vertical-align: text-bottom;
	list-style-image: none;
	text-transform: uppercase;
}
#nav a:link {
	color:#990000;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:active {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:visited {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-transform: uppercase;
	vertical-align: text-bottom;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-transform: uppercase;
	vertical-align: text-bottom;
}
#nav .curr_loc {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}


/* Lists
----------------------------------------------- */
 #bullist{
	margin-left: 5px;	
	padding-left: 5px;
	list-style: none;
	vertical-align: top;
	}
#bullist li
{
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-image:  url(../htm/images/bullet.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}

#linklist{
	margin-left: 12px;	
	padding-left: 5px;
	list-style: none;
	vertical-align: top;
	}
#linklist li
{
	padding-top: 5px;
	padding-bottom: 10px;
	list-style-image: url(../htm/images/linkbullet.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* Footer
----------------------------------------------- */
#footer {
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: right;
	font-size: 10px;
	color: #666666;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px dotted #990000;
	background-repeat : repeat-x;
}
#footer a:link {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:active {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #FF0033;
	font-weight: normal;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
.picright      { float:right; padding: 0px 5px 5px 10px;}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.small         { font-size: 85%;}
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
