/* Stylesheet for irsr v2 */

/* Structural */

body {
	width: 792px;
	margin: 5px auto;
	padding: 0 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	}

#container {
	margin: auto;
	width: 794px;
	background-color: #FFF;
	border: 1px solid #000;
	text-align: left;
	}

#header {
	float: left;
	height: 91px;
	width: 792px;
	background-image: url(images/header.jpg);
}

#navigation {
	clear: both;
	height: 20px;
	width: auto;
	margin: auto;
	}

/* NAVIGATION STUFF */

ul#nav { background: url(images/nav_image.jpg);}
ul#nav li { float:left; list-style-type:none;}
ul#nav li a { height:20px; display:block; position:relative; top:0; left: -20; text-indent:-9999px; outline:none; z-index:10;}	

li#navMain a, li#navAbout a, li#navServices a, li#navPortfolio a, li#navJournal a, li#navExtras a, li#navContact a { background:url(images/nav_image.jpg); background-repeat:no-repeat;}

li#navMain a    {background-position:0 0; width:80px; left:0;}
li#navMain a:hover    {background-position:0 -20}
body#pageMain li#navMain a {background-position:0 -40}

li#navAbout a    {background-position:-100 0; width:115px; left:100; }
li#navAbout a:hover    {background-position:-100 -20}
body#pageAbout li#navAbout a {background-position:-100 -40}

li#navServices a    {background-position:-215 0; width:110px; left:215; }
li#navServices a:hover    {background-position:-215 -20}
body#pageServices li#navServices a {background-position:-215 -40}

li#navPortfolio a    {background-position:-326 0; width:116px; left:326; }
li#navPortfolio a:hover    {background-position:-326 -20}
body#pagePortfolio li#navPortfolio a {background-position:-326 -40}

li#navJournal a    {background-position:-443 0; width:113px; left:443; }
li#navJournal a:hover    {background-position:-443 -20}
body#pageJournal li#navJournal a {background-position:-443 -40}

li#navExtras a    {background-position:-555 0; width:106px; left:555; }
li#navExtras a:hover    {background-position:-555 -20}
body#pageExtras li#navExtras a {background-position:-555 -40}

li#navContact a    {background-position:-661 0; width:106px; left:661; }
li#navContact a:hover    {background-position:-661 -20}
body#pageContact li#navContact a {background-position:-661 -40}

#clear_all
	{
	width: 100%;
	height: 10px;
	clear: both;
	}

#main {
	padding: .5em 0 .5em .5em;
	float: left;
	width: 510px;
	height: auto;
	}

#image {
	background-image: url(images/typewriter.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 215px;
	height: 452px;
	}	

#footer {
	height: 20px;
	padding-top: 3px;
	border-top: 4px solid #000000;
	width: 794px;
	clear: both;	
	}

#footer .date {
	padding-top: .75em;
	padding-left: 1em;
	float: left;
	text-color: #FF0000;
	font-size: .60em;
	text-align: left;
	}

#footer .contact a {
	padding-right: 1em;
	font-size: .60em;
	float: right;
	text-align: right;
	text-color: #000000;
	text-decoration: none;
	margin: 0 0 0 0;
	}		
	
h1 {
	font-size: 110%;
	text-color: #FFFFFF;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	}	

h2 {
	font-size: 90%;
	background-image: url(images/squares_logo.png);
	background-repeat: no-repeat;
	text-indent: 2em;
	}
	
/* Links */
a:link {
	color: #000000
	}
a:visited {
	color: #FF0000;
	}
a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bolder;
	}
a:active {
	color: #FF0000
	}		
	
/* Specials, Selectors */

.red-emp {
	color: #FF0000;
	font-weight: bolder;
	}	

