/*	
	style.css 
	Date: April 25, 2006.
	Author: Jason Lashua, MOBIANT.
*/
* {
		margin: 0;
		padding: 0;
}


body {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1em;
		background-color: #666;
		color: black;
		text-align: center;
}

.offscreen {
	text-indent: -1000em;
	visibility: hidden;
	height: 1px;
}
* html .offscreen { display: none; }

strong {
	color: white;
}


h2 {
		font-size: 1.4em;
		font-weight: bold;
		border-bottom: 1px solid #CCCCCC;
		color: white;
		text-align: left;
}

h3 {
		font-size: 1em;
		font-weight: bold;
		color: white;
		text-align: left;
}


/*			Paragraph			*/
p.community { 
	text-align: center;
	margin-top: 0.75em;
}

.community a {
	width: 139px;
	height: 76px;
	display: block;
	margin: .5em auto;
	background: #444;
	padding: 3px;
}

.community a:hover {
	background: #F60;
}

	
p {
		color: #e0e0e0;
		margin: .5em 0;
		line-height: 1.5em;
}

#copyright {
		text-align: center;
		font-size: 9px;
		margin-top: 1em;
}

blockquote {
	padding: 0 2em .5em 2em;
	color: white;
}
p.sig {
	margin-top: 0;
	text-align: right;
}
/*			Spans				*/

#copyright span { 
	letter-spacing: .1em;
}
/*			Anchor				*/


ul a {	color: white; }
ul a:hover { color: black; }
a {
		color: #FFb422;
		text-decoration: none;
}

a:hover {
		color: white;
}


/*			Image 				*/
img {
		border: 0;
}



#content ul {
		list-style: square;
		padding-left: 50px;
}


/*			Forms				*/

fieldset { padding: 0; border: none; }
legend { margin: 1em 0; font-weight: bold; color: #ddd;}
label { display: block; }
p input, p textarea { 
	width: 100%; 
	display: block; 
	border: 1px solid #bbb; 
	padding: 2px 0;
	border-left: none; 
	border-right: none; 
	background-color: #555; 
	color: #b0b0b0;
}

p:hover input,
p:hover textarea {
	border: 1px solid #FF6600;
}

#logo-head img {
		float: left;

}

/*			dl - team			*/

#team dt {
	font-weight: bold;
	color: white;
	display: block;
	margin: .5em auto;
	text-align: left;
	padding-bottom: .5em;
	border-bottom: 1px dashed #ff6600;
}
#team dt em {
	display: block;
	font-weight: normal;
	color: #ddd;
	font-size: 80%;
}
#team dd {
	display: block;
	color: #ddd;
}
/*			Headline			*/
#logo-head h1 {
		font-size: 1.5em;
		font-weight: bold;
		text-align: right;
		line-height: 1em;
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 740px;
		color: #5C5C5C;
		text-transform: uppercase;
		letter-spacing: 4px;
}

* html #logo-head h1 {
		bottom: -3px;
}


/*			Lists, Unordered	*/
ul.menu_main {
		font-size: 80%;
		background-color: #FF6600;
		height: 1.5em;
		width: 760px;
		text-align: right;
		list-style: none;
		clear: both;
		position: relative;
		z-index: 1;
}


.menu_main li {
		display: inline;
		color: #fff;
}

	.menu_main li a { 
		line-height: 1.5em;
		padding: 0 1em;
		}

ul.menu_bottom {
		background-color: #FF6600;
		height: 20px;
		width: 760px;
		list-style: none;
		text-align: right;
		clear: left;
		overflow: hidden;
}

.menu_bottom li {
		display: block;
		float: right;
		font-size: 60%;
		color: #fff;
		height: 20px;
		margin: 0 10px;
}

.menu_bottom a {
	
	line-height: 20px;
}


/*			Containing Elements			*/
#container {
		width: 760px;
		margin: 0 auto;
		position: relative;
	/*	overflow: hidden;*/
}


#logo-head {
		width: 740px;
		height: 135px;
		display: block;
		position: relative;
		margin-top: 25px;
}


#flashpic {
		clear: left;
		float: left;
		width: 350px;
		height: 400px;
		margin: 12px 0;
}


#content {
		font-size: .8em;
		color: #e0e0e0;
		height: 400px;
		width: 376px;
		padding-right: 15px;
		float: left;
		margin: 12px 0 12px 1em;
		text-align: justify;
		overflow: auto;
		scrollbar-base-color:#666;
}


#footer {
		clear: left;
		text-align: center;
}

#map {
		border: 1px solid #FFFFFF; 
		text-align: left;
		z-index: 99;
}


/*			Portfolio				*/

.portfolio {
	list-style: none !important;
	padding: 0 !important;
	text-align: center;
}
	

* html .portfolio {
	display: inline;
}

.portfolio li {
	display: inline;

}


.portfolio li a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	padding: 3px;
	margin: 10px 6px 0 6px;
	background-color: #444;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
}


.portfolio li a:hover {
	background-color: #f60;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

#transmenu { text-align: left; }
/* Mac IE Doesn't like our menus \*//*/
	#transmenu { display: none; }
/* */


