﻿/* The basics... */
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100.1%;
}

body 
{
	background: #ffffff url('../../images/devmade.jpg') no-repeat bottom right;
	font-size: medium;
	color: #666666;
	text-align: center;
	margin: 0;
	padding:0;
	font-family: Verdana;
	line-height: 1.3;
}

#page
{
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a 
{
	color: #ff0000;
	text-decoration:none;
}

img
{
	border: none;
}

a:hover
{
	text-decoration:underline;
}

p 
{ 
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;
}

.dlText
{
	width: 400px;
	float:left;
	padding-right: 10px;
}

.dlPics
{
	float:right;
	padding-right: 10px;
}

.clear
{
	clear:both;
}

#logo span
{
	display:none;
}

#logo
{
	margin-top: 10px;
	margin-right: 10px;
	width: 126px;
	float: left;
}

h1
{
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

.menuIcon
{
	padding-right: 10px;
}
.menuText
{
	display:inline-block;
	padding-bottom: 10px;
}

#copyright
{
	color: #bbb;
	font-size: 70%;
	padding-top: 10px;
}

#copyright p
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#copyright a
{
	color: #aaa;
	text-decoration: underline;
}

.status
{
	color: #ff0000;
	font-size: small;
}

/* FAQ Page stuff */

#FAQPage
{
	overflow: hidden;
	height: 320px;
	font-size: small;
}

#Questions
{
	float: left;
	margin-right: 10px;
	width: 250px;
	font-size: small;
}

#Answers
{
	border-left: solid 1px #ddd;
	padding-left:10px;
	float: left;
	font-size: small;
}

.question
{
	padding-bottom: 5px;
	cursor: pointer;
	border-bottom: solid 1px #eee;
}

.answer
{
	height: 320px;
	width: 300px;
	font-size: small;
}

/* Contact Page Stuff */
#contactForm
{
	width: 340px;
}

.label
{
	width: 70px;
	display: block;
	float: left;
	font-size: small;
}

.txtInput
{
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
	padding: 3px;
	color: #666;
	width: 260px;
}

.message
{
	margin-left: -0px;
	width: 337px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
}

.btn
{
	background-color: #eee;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	color: #ff0000;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	float:right;
}

/*
	Accordion
*/

#accordion_container
{
	float:left;
	width: 640px;
}

.accordion_toggle
{
    display: block;
    height: 32px;
    background: url('../../images/toggle.gif') repeat-x ;
    padding: 5px 10px 10px 10px;
    color: #666666;
    border-bottom: 1px solid #aaa;
    border-left: solid 1px #eee;
    border-right: solid 1px #ddd;
    cursor: pointer;
    margin: 0 0 0 0;
}
.accordion_toggle_active
{
    color: #ff0000;
    border-bottom: 1px solid #f68263;
}
.accordion_content
{
    background-color: #fff;
    color: #666666;
    border-left: solid 1px #eee;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 5px 10px 5px 10px;
        
    /*without this the accordion will not work properly*/
    overflow: hidden;
}

.accordion_content p
{
    padding-bottom: 5px;
    font-size: small;
}

.accordion_content ul
{
    font-size: small;
    list-style: disc;
}

.accordion_content li
{
    margin-left: 15px;
    padding-bottom: 10px;
    font-size: small;
}

.accordion_toggle:hover {
	color: #ff0000;
}



