/*overrides*/
body
{
	background-color: #3A3A3A;
	color: #3A3A3A;
	font-family: "Gill Sans";
	line-spacing: 1.1em;
}
h1
{
	font-size: 1.6em;
	font-weight: normal;
	color: #73D015;
}
h2
{
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: normal;
	color: #238000;
}
h3
{
	margin-bottom: -1em;
	
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: underline;
}

h1 a:link, h1 a:visited
{
	font-size: 0.6em;
	color: #3A3A3A;
	text-decoration: none;
	background-image: none;
}

h1 a:hover
{
	color: #CCCCCC;
}

img
{
	border: #CCCCCC solid 2px;
	margin: 8px;
}

a, a:link
{
	text-decoration: none;
	color: #3A3A3A;
	
	background-image: url('/portfolio/images/link_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

a:visited
{
	color: #666666;
}

a:hover
{
	background-repeat: repeat;
}

a:hover ul
{
	color: #73D015;
}

a:link img
{
	border: #73D015 solid 2px;
}
a:visited img
{
	border: #43A000 solid 2px;
}
a:hover img
{
	border: #93F035 solid 2px;
}

p
{
	max-width: 800px;
}

/*containers*/
#container
{
	position: absolute; top: 100px; left: 0px; right: 0px;
	min-width: 800px;
}
#inner_container
{
	position: relative;
	padding: 50px 0% 50px 10%;
	
	background-color: #FFFFFF;
	border-color: #73D015;
	border-style: solid;
	border-width: 5px 0px;
}
#title_container
{
	position: absolute; top: 0px; left: 142px;
	width: 355px; height: 120px;
	
	background-image: url('/portfolio/images/template_title.gif');
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;

	display: table;
	
	color: #73D015;
	font-size: 3em;
}
#nav_container
{
	position: absolute; top: 0px; left: 470px;
	height: 100px;
	
	display: table;
	z-index: 2;
	
	color: #73D015;
	font-size: 1.2em;
}
#nav_inner_container
{
	display: table-cell;
	vertical-align: bottom;
}
#head_note
{
	position: absolute; top: 10px; right: 10px;

	color: #CCCCCC;
	font-size: 0.9em;
	text-align: right;
}
#home_container
{
	position: absolute; bottom: 100%; left: 0px; right: 10px;
	margin-bottom: -100px;
	
	min-width: 800px;
	text-align: right;
	
	color: #73D015;
	font-size: 1.2em;
}

.column_left
{
	float: left;
	margin-right: 3em;
		
	max-width: 500px;
}

.column_stopper
{
	clear: both;
	height: 1px;
}
/*elements*/

#title
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
}
#foot_spacer
{
	position: relative; top: 50px; left: 0px;
	height: 50px;
}
a.nav:link, a.nav:visited
{
	color: white;
	text-decoration: none;
	background-image: none;
}
a.nav:hover
{
	color: #73D015;
	text-decoration: none;
	background-image: none;
}

ul.dl
{
	list-style-image: url('/portfolio/images/dl_icon.gif');
	margin-left: -1.5em;
}

ul.out
{
	list-style-image: url('/portfolio/images/new_icon.gif');
	margin-left: -1.5em;
}

a.img
{
	background-image: none;
}

