/*General Elements*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/

body
{
	background-color: #303030;
	background-image: url(/images/stripes2.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*Headings*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
h1
{
	color:#39C;
	font-size: 32px;
	font-weight: normal;
}
h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #666;
}
h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
h4
{
	letter-spacing: 0.2em;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
h6
{
	letter-spacing: 0.2em;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
#ImageWindow h3
{
	color: #DDD;
}
.h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #888;
}

/*Paragraphs*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
	line-height: 18px;
}
#ContentText p
{
	color:#333;
	font-size: 12px;
	line-height: 21px;
}
#ContentText ul
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 12px;
	line-height: 21px;
}

/*Links*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
a:link, 
a:visited, 
a:active
{
	color: #39C;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #555;
	text-decoration: underline;
}
#Header a:link, 
#Header a:visited, 
#Header a:active
{
	color: #333;
	text-decoration: none;
}
#Header a:hover
{
	color: #39C;
}
#NavBar a 
{
	color: #FFF;
    text-decoration: none;
	letter-spacing: .2em;
	font-size: 11px;
	text-transform: uppercase;
    padding: 7px 15px 7px 15px;
    float: left;
	width: auto;
}
#NavBar ul a:hover
{ 
    background-color: #4AD;
    color: #FFF;	
}
#NavBar ul a:active 
{ 
    background-color: #28B;
    color: #FFF;	
}
#NavBar li a.CurrentPage:link,
#NavBar li a.CurrentPage:visited 
{
	background-color: #28B;
    color: #FFF;	
}
a.PortfolioLink:link, 
a.PortfolioLink:visited 
{
	color: #FFF;
	text-decoration: none;
}
a.PortfolioLink:hover
{
	color: #39C;
}
a.PortfolioLink:active
{
	color: #17A;
	text-decoration: none;
}
a.PortfolioCurrentPage:link,
a.PortfolioCurrentPage:visited 
{
	color: #39C;
	text-decoration: none;
}
a.PortfolioCurrentPage:hover
{
	color: #39C;
	text-decoration: none;
}
a.PortfolioCurrentPage:active
{
	color: #17A;
	text-decoration: none;
}
a.PortfolioHead:link, 
a.PortfolioHead:visited, 
a.PortfolioHead:active
{
	color: #39C;
	text-decoration: none;
}
a.PortfolioHead:hover
{
	color: #39C;
	text-decoration: none;
}
#WindowImage.PortfolioSplash a:link, 
#WindowImage.PortfolioSplash a:visited, 
#WindowImage.PortfolioSplash a:active
{
	color: #FFF;
	text-decoration: none;
}
#WindowImage.PortfolioSplash a:hover
{
	color: #39C;
	text-decoration: none;
}

/* General Custom/Misc */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#HeaderRight li
{
	color:#333;
	font-size: 10px;
}
#Footer
{
	font-size: 11px;
	color: #CCC;
	line-height: 16px;
}
#Footer ul li a
{
	color: #BBB;
}
ol
{
	color:#DDD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}