@charset "UTF-8";

/*  reset css */

		html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
/*  reset css end */



body {
	background-color: #6d6e71;
	margin: 0px;
	padding: 0px;
	text-align:left;
	color: #000;
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: url(img/bg/rotate.php) fixed repeat;
	
}


#homecontainer {
	width: 830px;
	padding: 10px;
	margin: 0 auto;
}

#twitterheader {
	width: 100%;
	height: 200px;
	margin-top: 10px;
}

#tweetbox {
	float: right;
	font-size: 70%;
	text-align: left;
	background: url('img/twitter_bird2.gif') no-repeat top left;
	width: 347px;
	height: 120px;
	
}

#innertweet {
margin: 5px 30px 0px 125px;
height: 95px;
color: #000;
overflow: hidden;
}

#followlink {
	text-align: right;
	font-weight: bold;
}

#logoleft {
	float: left;
	width: 240px;
	margin: 30px 0px 200px 20px;
}

#sublogoleft {
	float: left;
	width: 240px;
	margin: 30px 0px 20px 20px;
	
}

#navigationright {
	float: left;
	width: 520px;
	margin: 60px 0px 0 0px;
}

#navigationright ul {
	display:inline;
	margin:0;
	padding:0;
}


#navigationright ul li {
	padding:0;
	display:inline;
	margin:0 30px 0 0;
}

#navigationright ul li a{
	text-transform:uppercase;
	font-weight: bold;	
	text-decoration: none;
}

#navigationright ul li.here a {
     color:#e41c2f;
}

#navigationright ul li a:hover{
	color:#000;
}



#bodycontent {
	margin: 5px 20px;
	height: 400px;
}

.switchgroup1 {
	background-color: #fff;
	padding: 10px;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

#pressthumbs {
	margin-top: 10px;
}

#pressthumbs img {
	margin-right: 10px;
	margin-bottom: 10px;
}


#footer {
	text-align: center;
	font-size: 70%;
}

/* Basic formatting end */	

/*slideshow */ 


.pics { height: 365px; width: 425px; padding:0; margin:0; overflow: hidden; font-size: 80%; }




/* misc css */
	
	a { 
		color: #000;
		text-decoration: none; 
		}

	a:hover {
		color: #e41c2f;
		text-decoration: none; 
		}

	h2 { 
		font-size: 130%;
		margin-bottom: 1em;
	 	}
 
	h3 { 
		font-size: 100%;
		margin-top: 5px;
	 	}

	h4 { 
		font-size: 90%; 
	 	}

	h5 { 
		font-size: x-small;
	 	}

	p {
		margin: 5px 0;
		}

	blockquote {
		padding: 5px 10px;
		}

	.fltrt { 
		float: right;
		margin-left: 8px;
		}
	
	.fltlft { 
		float: left;
		margin-right: 8px;
		}
	.clearfloat { 
		clear:both;
	    height:0;
	    font-size: 1px;
	    line-height: 0px;
		}
		
		.fltlftmap { 
			float: left;
			margin-right: 18px;
			width: 425px;
			}
			.handcursor{
			cursor:hand;
			cursor:pointer;
			font-weight: normal;
			}
		.switchgroup1 {
			font-size: 80%;
			line-height: 110%;
			padding-bottom: 10px;
		}
		
		.fltlftdesign { 
			float: left;
			margin-right: 40px;
			}

	
	#abouttext {
		width:336px;
		font-size:80%;
		line-height:130%;
		letter-spacing: normal;	
	}
	
	#smalltext {
		font-size:90%;
		line-height:160%;
	}
	
	
	.subtext {
		font-size:80%;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	
/* misc css end */
