/* /////////////////////////////////
	LimeBox CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 12px verdana, helvetica, sans-serif;
	color: #000;
	background: #292066;
	line-height: 15px;
}

#container {
	width: 1005px;
	margin: 0 auto;
	border-left: solid 1px #aed0ee;
	border-right: solid 1px #aed0ee;
	border-bottom: solid 1px #aed0ee;
	position: relative;
	overflow: hidden;
	visibility: visible;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

#leftCol {
	background: #292066;
	float:left;
	width: 150px;
	border-top: solid 1px #aed0ee;
	color: #fff;
	font-size: 11px;
	padding: 0 20px 0 25px;
}

#content {
	float: left;
	padding: 0 0 20px 0;
	width: 810px;
	background: #fff;
	border-top: solid 1px #aed0ee;
	color: #292066;
	font-size: 11px;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	margin: 16px 0 12px 0;
	color: #292066;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid #aed0ee 1px;
	padding-bottom: 2px;
}

h1 img {
	margin-left: 5px;
}

h2 {
	margin: 16px 0 12px -15px;
	padding: 0 0 0 15px;
	color: #292066;
	font-size: 12px;
	font-weight: bold;
	background-color:#FFFFFF;
	border-bottom: solid #aed0ee 1px;
}

h3 {
	color: #fff;
	font: bold 15px arial, verdana, helvetica, sans-serif;
	position: absolute;
	top: 232px;
	left: 666px;
}

p {
	margin: 12px 0 12px ;
}

ul {
	list-style-type: none;
}

.small {
	font-size: 10px;
	line-height: 12px;
}


/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited,
a:active {
	color: #f60;
	text-decoration: underline;
}


a:hover {
	color: #fc3;
}

#content a,
#content a:visited {
	color: #f60;
	text-decoration: underline;
}

#content a:hover {
	color: #fc3;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#nav {
	height: 42px;
	padding-right: 20px;
}

#nav ul {
	list-style-type: none;
	float: right;
	margin-top: 13px;
}

#nav ul li {
	float: left;
	border-right: solid 1px #fff;
	padding: 2px 10px;
}

#nav ul li.last {
	border: 0;
}

#nav ul li a,
#nav ul li a:visited {
	text-decoration: none;
	padding: 0;
	color: #fff;
	margin: 40px 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #f60;
}

/* /////////////////////////////////
	BANNER
///////////////////////////////// */

a#logo {
	width: 170px;
	height: 48px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../images/logo.png') no-repeat left top;
	position: absolute;
	top: 10px;
	left: 15px;
}

#banner {
	height: 220px;
	background: #292066 url('../images/banners/banner-default.jpg') no-repeat left top;
	border-bottom: #aed0ee solid 1px;
	border-top: #aed0ee solid 1px;
}

/* /////////////////////////////////
	LEFT COL
///////////////////////////////// */

#leftCol p {
	margin: 8px 0;
}

#leftCol ul {
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

#leftCol h2 {
	background-color:#292066;
	color:#FFFFFF
}

#leftCol a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


#leftCol a:hover {
	color: #f60;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

#techie {
	margin: 0 0 0 20px;
	width: 540px;
	float: left;
	display: inline;
}

#techie ul{
list-style:disc;
padding-left:20px;
}

#techie ol{
padding-left:20px;
}

#reason {
	margin: 4px 0 0 20px;
	width: 292px;
	float: left;
	display: inline;
}

#latest {
	margin: 4px 0 0 20px;
	width: 232px;
	float: left;
	display: inline;
}

#projects {
	margin: 0 0 0 20px;
	width: 540px;
	float: left;
	display: inline;
}

/* /////////////////////////////////
	RIGHT COL
///////////////////////////////// */

#rightCol {
	width: 224px;
	float: right;
	font-size: 11px;
}

#panel {
	width: 188px;
	margin: 10px 0 0 0;
	background: #ddeaf8;
	border: solid #aed0ee 1px;
	display: inline;
	padding: 0 12px;
	float: left;
}

#rightCol h1 {
	color: #292066;
	font-weight: bold;
	background: #aed0ee;
	padding: 2px 4px;
	margin: 10px 0;
}

#rightCol p {
	color: #292066;
	margin: 10px 0;
}

#rightCol a {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

#rightCol a:hover {
	color: #fc3;
}

/* /////////////////////////////////
	FORM
///////////////////////////////// */

fieldset {
	border: 0;
	display: block;
}

.txtfields1 {
	width: 140px;
	background-color: white;
	font-size: 11px;
	color: #292066;
	margin-top: 3px;
	border: solid 1px #fff;
	font-family: verdana, helvetica, sans-serif;
	padding: 1px;
}

.txtfields2 {
	font-family: verdana, helvetica, sans-serif;
	width: 176px;
	background-color: #fff;
	font-size: 11px;
	color: #292066;
	margin-bottom: 3px;
	border: solid 1px #aed0ee;
	padding: 2px;
}

.txtfields3
{
font-family: verdana, helvetica, sans-serif;
width: 180px;
height: 12px;
background-color: white;
font-size: 11px;
color: #292066;
margin-bottom: 0px;
border: solid 1px #aed0ee;
position:absolute;
left: 325px;
}

.selectfield
{
font-family: verdana, helvetica, sans-serif;
width: 180px;
height: 16px;
background-color: white;
font-size: 11px;
color: #292066;
margin-bottom: 0px;
border: solid 1px #aed0ee;
position:absolute;
left: 325px;
}

.txtarea	{
	font-family: verdana, helvetica, sans-serif;
	width: 176px;
	padding: 2px;
	background-color: #fff;
	font-size: 11px;
	color: #292066;
	border: solid 1px #aed0ee;
	overflow-y: auto;
}

.button {
	width: 65px;
	height: 16px;
	background: #f60;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin-top: 5px;
}

.button:hover {
	color: #000;
}

#rightCol form {
	margin: 8px 0;
}

#captcha {
	display: block;
	margin: 5px 0;
}

/* /////////////////////////////////
	POPUP Sign-up
///////////////////////////////// */

#popup{
	border:1px solid #f60;
	background-color:#ffd8bc;
	font-size:12px;	
	padding: 5px 15px;
	height:96%;
}

#popup h1 {
	color: #463ca2;
	font-size:17px;	
	font-weight: bold;
	padding: 2px 4px;
	margin: 10px 0;
}

#opup h4 {
	font-size:14px;
}

#popup .imgButton {
	padding-left: 80px;
}

#popup .popImage {
	float:right;
	padding-left:10px;
}

/* /////////////////////////////////
	Show/Hide Information
///////////////////////////////// */

#first 
{
display:none;
margin-left: 5px;
}

#second
{
display:none;
margin-left: 5px;
}

#third
{
display:none;
margin-left: 5px;
}

#fourth
{
display:none;
margin-left: 5px;
}

#fifth
{
display:none;
margin-left: 5px;
}

#sixth
{
display:none;
margin-left: 5px;
}

#seventh
{
display:none;
margin-left: 5px;
}

#eighth
{
display:none;
margin-left: 5px;
}

#ninth
{
display:none;
margin-left: 5px;
}

#tenth
{
display:none;
margin-left: 5px;
}

#eleventh
{
display:table;
margin-left: 5px;
}

.quotes
{
display: block;
margin: 0;
margin-left: 15px;
margin-bottom: 5px;
color: #3656c4;
}

.quoter
{
color: #3656c4;
float: right;
}

.floatright
{
float: right;
}

.floatright_pad
{
float: right;
padding-left: 10px;
padding-top: 10px;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:320px;
}

.AccordionTitle
{
  height:70px;
  overflow:hidden;
  cursor:pointer;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:hidden;
  display:none;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}

#center{
	text-align:center;
}


