/*
===== CONTENTS =========================

	1: Global
	2: DIV Containers
	3: Work Thumbnails
	4: Navigation
	5: Forms/Tables

========================================
*/



/* ===== 1: Global Styles ===== */	

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.3;
	background-color: #202020;
	}
	
html, body {height: 100%;}

a:link, a:visited, a:active {color: #F87B4D}

a:hover {color: #F87B4D}

a img {border: none;}
	
h1, h2 {
	margin: 0 0 10px 0;
	line-height: 1.2em;
	}

h3 {
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	color: #363636
	}
	
h4 {
	margin: 0 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #7EBACC
	}
	
p {margin: 0 15px 15px 15px;}

.logo {float: left;}

.left {float: left}

.clear {clear: both; height: 20px; width: 100%}

.right {float: right}

.divider {
	float: left;
	width: 100%; 
	height: 1px;
	margin: 0;
	padding: 0;
	background: url(../images/rpt_hor_line.gif) left top repeat-x
	}
	
.list {
	float: left;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	width: 172px;
	positon: relative;
	}
	
.list li {
	margin: 2px 0 2px 0;
	padding: 0 0 0 10px;
	background: transparent url(../images/img_bullet.gif) 0px 7px no-repeat;
	positon: relative;
	width: 162px;
	float: left
	}
	
.list li a, .list li a:visited, .list li a:active {
	text-decoration: underline;
	color: #858585;
	}
	
.list li a:hover {color: #F87B4D}
	
.list li.h3, .list li h3 {
	background: none;
	margin: 2px 0 2px 0;
	padding: 0;	
	}
	
div.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	color: #fff;
	background-color: none;
	}

.textpadding {
	padding: 0 15px 15px 15px;
	}

.yellowline {
	height: 1px;
	border-top-color: #F87B4D;
	border-top-style: solid;
	border-top-width: 1px;
}


/* ===== 2: DIV Styles ===== */

#container {
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	background-color:#666666;
	}
	
#header {
	width: 770px;
	float: left;
	margin: 0;
	padding: 0 0 0px 0;
	height: 100px;
	background-color: #FFFFFF;
	}	
	
.content_left {
	float: left;
	text-align: left;
	width: 150px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background-color:#999999;
	}

.flash_logo_rotate {
	float:left;
	width: 150px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	
	}

.content_right {
	float: left;
	text-align: left;
	width: 618px;
	margin: 0;
	padding: 0;
	height: 900px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
.content_100 {
	text-align: left;
	width: 695px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	}
		
#footer {
	clear: both;
	width: 770px;
	padding: 5px 0 5px 0;
	margin: 10px 0 0px 0;
	text-align: center
	}



/* ===== 3: Work Thumbnails ===== */

.thumb {
	width: 168px;
	height: 135px;
	padding: 0 7px 0 0;
	margin: 0;
	float: left;
	background: transparent url(../images/img_thumb_bg.jpg) 0px 105px no-repeat;
	font-size: 10px;
	}
	
.thumb p {color: #81BBCD; margin-bottom: 5px}

.thumb a, .thumb a:visited, .thumb a:active {
	color: #FFF; 
	height: 18px;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
	text-decoration: none; 
	font-size: 10px;
	}
	
.thumb a:hover {
	background: transparent url(../images/img_thumb_bg_f2.jpg) left top no-repeat; 
	text-decoration: none; 
	color: #FFF;
	}


	
/* ===== 4: Navigation ===== */	

#Side_navcontainer {
	height: 900px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#Side_navcontainer a
{
	display: block;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 4px;
}

#Side_navcontainer a:hover
{
	color:#D1CC0E;
}

/* ===== 5: Forms/Tables ===== */

.table {
	margin-left: 0px;
}

td {padding: 0px 0 0px 0;}

.textfield {
	border: 1px solid #BCBCBC;
	padding: 1px 5px 1px 5px;
	width: 95%;
	}
	
.radio {margin-right: 3px}

	
