/* 
 red - #DE2921
 gray - #3F3F3F
*/


/* GENERAL */
body
	{
	margin:0;
	padding:0;
	font-size: 62.5%; /* 1em = 10pt */
	font-family: Arial, sans-serif;
	}

img
	{
	border: none;
	}

sup
	{
	color: gray;
	}

/* LAYOUT */
#body_wrapper	
	{
	width: 1000px;
/*	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px" : "auto");	 */
	}

#header
	{
	margin-top: 30px;  
	margin-bottom: 10px;	
	clear: both;
	height: 101px;
	}


#sidebar
	{
	float: left;
	width: 280px;
	font-size: 1.3em;
	}

#content
	{
	margin-left: 320px;
	}

#footer
	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	clear: both;
	padding-top: 80px;
	margin-bottom: 20px;
	padding-left: 50px;
	height: 150px;
	}

a
	{
	color: #ed1c24;
	}

a:visited
	{
	color: #3F3F3F;
	}


/* Header content */ 
#logo
	{
	float: left;
	padding: 5px 0 0 0;
	width: 302px;
	}

#news
	{
	padding-top: 5px;
	padding-left: 350px;
	}

#news h1
	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #3F3F3F;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-left: 0;
	}

#header dl
	{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	}

#header dl dt
	{
	float: left;
	width: 5.5em;
	color:  #DE2921;
	font-weight: bold;
	margin-left: 1em;
	}

#header dl dd
	{
	margin-bottom: 0.7em;
	}

/* Sidebar content */
#sidebar a
	{
	text-decoration: none;
	color: black
	}

#sidebar a:visited
	{
	color: #3F3F3F;
	}

#sidebar a:hover
	{
	color: #ed1c24;
	}

.pages
	{
	font-size: 1.5em;
	}

#current_page
	{
	font-size: 2.5em;
	}

#sidebar ul li li
    {
	}

#current_subpage
	{
	font-size: 1.4em;
	display: block;
	}

#current_subpage a, #current_subpage a:visited
	{
	color: #DE2921;
	}

.category_title
	{
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 1.2em;
	}

#sidebar ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li
	{
	padding-left: 2em;
	margin-bottom: 0.3em;
	margin-top: 1em;
	display: block;
	}

#most_recent
	{
	margin-top: 40px;
	text-align: center;
	}

#most_recent img
	{
	border: 1px solid #3F3F3F;
	}

#most_recent h1
	{
	font-size: 1.2em;
	text-align: center;
	color: black;
	}

#why
	{
	margin-top: 100px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

.extras
	{
	margin-top: 50px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	}

	#snippets
		{
		padding: 0 0 0 20px;
		}

	#snippets h2
		{
		padding: 0 0 0 10px;		
		text-align: left;
		font-size: 1.2em;
		}
	
		#snippets h2 a
			{
			text-decoration: underline;
			color: #DE2921 !important;
			}

	#snippets ul
		{
		text-align: left;
		font-size: 0.9em;
		}

		#snippets ul li
			{
			margin-left: 30px;
			padding-left: 5px;
			border-left: 1px solid red;
			}
	
/* Content */
#content
	{
	padding: 8px 0 0 0;;
	}
#content h1
	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #DE2921;
	text-align: left;
	padding-right: 2em;
	font-size: 2em;
	}

h1 sup
	{
	font-size: 0.6em;
	}

p.intro
	{
	font-size: 1.4em;
	line-height: 1.5em;
	padding:0;
	margin: 2em 0 1em 20px;
	width: 70%;
	}

#url
	{
	font-size: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3F3F3F;
	}

.illu
	{
	text-align: center;
	margin-top: 40px;
	}

#content h3
	{
	font-size: 1.3em;
	}

#content ul
	{
	font-size: 1.2em;
	}

#content ul ul
	{
	font-size: 1em;
	}

#content #text_content p
	{
	padding: 0 0 0 20px;
	font-size: 1.4em;
	line-height: 1.5em;
	}

#content #text_content ul
	{
	font-size: 1.4em;
	line-height: 1.5em;
	list-style-type: square;
	}

/* Sidebar */
#new img
	{
	margin-bottom: 20px;
	}

#new h1
	{
	color: #DE2921;
	}

/* Footer's content */
.branch 
	{
	width: 300px;
	float: left;
	border-left: 2px solid #DE2921;
	padding: 10px 0 0 10px;
	}

/* Navigation */
.navigation-wrapper
	{
	margin: 70px 0 0 0;
	text-align: center;
	}
	.navigation
		{
		width: 400px;
		height: 20px;
		margin: 0px auto;
		font-size: 1.4em;
		}
		.navigation-left
			{
			float: left;
			}
		.navigation-right
			{
			float: right;
			}