/* Global Styles */

* {
	margin: 0;
}

html, body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	behavior: url("csshover3.htc");
	font: Arial, Helvetica, sans-serif;
	min-width: 900px;
}

h1 {
	font: x-large Arial, Helvetica, sans-serif;
	color: #0000f3;
	border-bottom: dotted 1px #000000;
	margin-bottom: 10px;	
}

h2 {
	font: medium Arial, Helvetica, sans-serif;
	color: #FF0000;
}

h2 a {
	font: medium Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #FF0000;
	border-bottom: dotted 1px #000000;
}

p {
	font: small Arial, Helvetica, sans-serif;
	color: #000000;
}

p a {
	font: Arial, Helvetica, sans-serif;
	color: #0000f3;
	decoration: none;
}

p a: hover {
	font: "Arial Black", Gadget, sans-serif;
	color: #03F;
	decoration: none;
}

img { 
	border-style: none;
}

/* Classes */


/* IDs */

#header {
	background: url(images/gradient_head.png) repeat-x left top;
	width: 100%;
	height: 225px;
	margin: 0px;
}

#minilogo img {
	float: left;
	margin: 5px 0px 10px 30px;
	height: 210px;
}

#logo {
	background: #000000;
	margin: 0px auto;
}

#container {
	margin: 0px auto 0px auto;
	padding: 20px 10px 20px 10px;
	width: 900px;
}

#content img {
	padding: 10px;
}

#content_left {
	float: left;
	width: 450px;
	padding: 10px 25px 10px 25px;
}

#content_right {
	float: right;
	padding: 10px 0px 0px 10px;	

}

/* Navigation */

#nav ul {
	float: right;
	font: Arial, Helvetica, sans-serif;
	width: 450px;
	padding: 150px 0px 0px 0px;
	list-style-type: none;
}

#nav a img {
	padding: 0px;
	height: 50px;
	width: 100px;
}

#nav a img:hover {
	background: url(images/button_down.png);
}

#nav li {
	display: inline;
}

/* Footer */

.footer {
	background: url(images/gradient_footer.png) repeat-x left bottom;
	height: 100px;
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.footer p {
	font: small Arial, Helvetica, sans-serif;
	color: #cccccc;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 100px; /* .push must be the same height as .footer */
}

/* Javascript Portfolio */

#myController span{
background:#fff;
margin-right:10px;
cursor:pointer;
padding-bottom: 10px;
color: #0000f3;

}

#jFlowSlide{
background: url("images/sites/portfolio-box.jpg") repeat-x;
border-top: dotted 2px #000;
}

#mySlides img{
position: absolute;
top: 50%;
left: 50%;
margin: -170px 0 0 -204px;
}

#myController span.jFlowSelected {
background:#0000f3;
color: #fff;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
color: #0000f3;
}

