/*All of the site's ID tags are listed in the following section*/

body
{
	background-color:#333333;
	/*
	background-image:url("/content/images/hr.png");
	background-repeat:repeat-x;
	*/
}

#sitecontainer
{

}

#contentcontainer
{
  
}
	
#left
{

}
	
#nav
{
	background-color:#FF5800;
	font-size:10px;
	font-family:"Tahoma", Trebuchet MS, Arial;
	font-weight:bold;
}

#bottom
{
}
	
#right
{
	
}

#header
{
}

#slogan
{
	color:#FFFFCE;
}

#content
{
	
}

#title
{
	background-color:#CCCCA3;
	font-size:24px;
	vertical-align:middle;
	line-height:50px;
	font-family:"Trebuchet MS", Tahoma, Arial;
}

#text
{
    font-family:"Tahoma", Trebuchet MS, Arial;
	background-color:#FFFFCE;
	overflow-y:scroll;
	font-size:14px;
}

#footer
{

}

#quick
{
	color:#CCCCA3;
	font-size:14px;
	font-family:Trebuchet MS;
	text-align:left;
}

#copy
{
	color:#CCCCA3;
	font-size:8px;
	font-family:Trebuchet MS;
	text-align:right;
}

.thumb
    {
        height:100px;
        width:150px;
        margin:10px;
        padding:10px;
    }

.gallery
{
    width:450px;
    height:300px;
    border:solid 2px #FF6600;
    margin:10px;
    padding:10px;
}

/*Anchor tags are divided into sections by the ID of the <div> in which they are located*/

        /*BODY or DEFAULT*/

a
{
	text-decoration:none;
}

a:link
{
}

a:hover
{
}

a:active
{
}

a:visited
{
}

/* this sections is for the site navigation bar*/

div.menu a
{
    display:block;
    height:29px;
    width:140px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    font:bold 12px sans-serif;
    color:#CCCCA3;
    background-image:url(images/alink.png);
    text-decoration:none;
    vertical-align:text-bottom;
    background-position:center;
    background-repeat:no-repeat;
    text-align:right;
    line-height:29px;
}

div#foxfix
{
    height:260px;
}

div.menu a:hover
{
    background-image:url(images/ahover.png);
    height:29px;
    background-position:center;
    background-repeat:no-repeat;
    color:#FFFFCE;
}
div.menu a:active
{
    background-image:url(images/adown.png);
    height:29px;
    background-position:center;
    background-repeat:no-repeat;
    color:#FFFFCE;
}

/*this is the main content section of the site (div: text)*/

#text a:link
{
    color:#FF6600;
}

#text a:visited
{
    color:#888888;
}

#text a
{
    font-weight:bold;
}

#cal_nav a:link
{
    color:#FF6600;
}

#cal_nav a:visited
{
    color:#888888;
}

#cal_nav a
{
    font-weight:bold;
}


/* this sections is for the footer links (divs: quick and copy)*/

a.footer
{
	color:#CCCCA3;
}

a:hover.footer
{
	text-decoration:underline;
}

/* this section is for direct tag selection (instead of "block" or "ID" selection)*/

hr
{
	color:#FF6600;
}

/*this section is for various tweaks and exploites (mostly cross platform compatability fixes)*/