/* CSS Document */
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

h2 {
	font: bold 24px "Trebuchet MS", "Arial", "MS Sans Serif";
	color: #F90;
}
 
h3 {
	font: bold 20px "Trebuchet MS", "Arial", "MS Sans Serif";
	color: #F90;
}

h4 {
	font: normal 16px/18px Times, serif;
	color: #F90;
	margin: 0 0 5px 0;
}

h5 {
	font: normal 14px/18px Times, serif;
	color: #5e8d00;
	margin: 0 0 0px 0;
}

/* Remove border images */
img {
	border: 0;
	text-align: center;
}

/* Remove styles from list items */
ul, li {
	list-style: disc inside;
}

body {
	background: #d3e9f4 url(../images/bg_gradient.jpg) repeat-x;	
	font: normal 14px "Trebuchet MS", "Arial", "MS Sans Serif";
	color:#999999;
}

/* =Typography
------------------------------------------------------------------------*/
body {
	font: normal 14px "Trebuchet MS", "Arial", "MS Sans Serif";
	color:#000000;
}

/* =Wrappers
------------------------------------------------------------------------*/
#wrapper {
	background: url(../images/top.png) top no-repeat;
	background-color:#FFF;
	margin: 0px auto auto auto;
	height: 646px;
	width: 900px;
}

#innerwrapper {
	background: #ffffff;
	float: left;
	height: auto;
	width: 900px;
	margin: 2px auto auto 0px;
}

/* =Branding
------------------------------------------------------------------------*/
#mainnav {
	float: right;
	height: 35px;
	margin: 53px auto auto auto;
	width: 515px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #666;
	word-spacing: 1.15em;
	padding-right: 18px;
	
	
}


/* =Main nav
------------------------------------------------------------------------*/
#mainnav a:link {
	color: #F90;
	text-decoration: none;
}

#mainnav  a:visited {
	color: #999;
	text-decoration: none;
}

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


/* =Main content
------------------------------------------------------------------------*/
#maincontent {
	color: #999999;
	background-color:#FFFFFF;
	float: left;
	font-size: 1.3em;
	line-height: normal;
	margin: 25px 5px 5px 25px;
	text-align: left;
	width: 550px;
	height: auto;
	clear: right;
}
#maincontent_screen {
	color: #999999;
	background-color:#FFFFFF;
	background-image:url(../images/screen.png);
	background-repeat:no-repeat;
	float: left;
	font-size: 1.3em;
	line-height: normal;
	margin: 25px auto auto 25px;
	text-align: right;
	width: 550px;
	height: 300px;
	
}
#maincontent_column{
	color: #999999;
	background-image:url(../images/bgcolumn2.jpg);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
	float: right;
	font-size: 1.0em;
	line-height: 1.05em;
	margin: 25px 35px 15px 35px;
	text-align: center;
	width: 250px;
	height: auto;
	clear: right;
}

#textbox_column {
	color: #666;
	border-left:thin solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px auto 10px auto;
    text-align: left;
	line-height:normal;
	width: 215px;
	height: auto;
	padding: 5px 5px 5px 5px;
}
#textbox_innermain {
	color: #666;
	margin: 10px 10px auto auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
    text-align: left;
	line-height:normal;
	width: 285px;
	height: 270px;
	padding: 5px 5px 5px 5px;
}
#textbox_header {
	color: #666;
	background-image:url(../images/headerbg.png);
	background: position repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin: 10px auto 10px auto;
    text-align: left;
	line-height:normal;
	width: 212px;
	height: 35;
	padding: 5px 5px 5px 8px;
}

#blockquote {
	color: #666;
	border-left:#69c solid thin;
	background-image:url(../images/blockbg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: auto auto auto auto;
    text-align: left;
	line-height:normal;
	width: 460px;
	height: auto;
	padding: 8px 8px 8px 8px;
}

/* =Tiles
------------------------------------------------------------------------*/
#tiles {
	background: #ffffff;
	color: #000000;
	height: 168px;
	margin: 0px auto auto auto;
	width: 900px;
	
/* =Footer
------------------------------------------------------------------------*/
}	
#footer {
	background: #F90;
	background-image:url(../images/base.jpg);
	clear: both;
	color: #ffffff;
	font-size: 12px;
	height: 30px;
	margin: 0px auto;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 900px;	
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer a:hover {
	color: #9fc1d6;
	text-decoration: underline;
}
#maincontent a:link {
	color: #F90;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #999999;
	text-decoration: underline;
}
#maincontent a:visited {
	color: #666666;
	text-decoration: underline;
}
#textbox_column a:link {
	color: #F90;
	text-decoration: underline;
}

#textbox_column a:hover {
	color: #9fc1d6;
	text-decoration: underline;
}
#textbox_column a:visited {
	color: #666666;
}
#textbox_innermain a:link {
	color: #F90;
	text-decoration: underline;
}

#textbox_innermain a:hover {
	color: #9fc1d6;
	text-decoration: underline;
}
#textbox_innermain a:visited {
	color: #666666;	