/* CSS Document */

/* CSS Reset */

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;
}

/* My Css */

body {
	background-color: #e7e7e2;
	font-family: Helvetica, Verdana;
}

#wrapper {
	margin: 0 auto;
	width: 990px;
}

#header {
	padding: 20px 50px;
	height: 75px;
}

#header img {
	border: none;
	float: left;
}

#nav{
	margin-top: 20px;
	float: right;
}

#nav a {
	line-height: 1.5em;
	margin: 0px 10px;
	padding: 10px 5px;
	border-bottom: 1px dotted #e7e7e2;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 145%;
	color: #6699cc;
	text-shadow: 1px 1px 2px #fff;
	font-family: 'Yanone Kaffeesatz', arial, serif, ‘Trebuchet MS’, Helvetica, sans-serif;
}

#nav a:visited, #nav a:active {
	border-bottom: 1px dotted #e7e7e2;
	color: #6699cc;
}

#nav a:hover {
	border-bottom: 1px dotted #d0d0d0;
	color: #666;
}

#content {
	margin: 10px 0;
	padding: 40px;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}

#content h1 {
	font-family: 'Yanone Kaffeesatz', arial, serif, ‘Trebuchet MS’, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 200%;
	font-weight: normal;
	color: #6699cc;
	text-shadow: 1px 1px 5px #ccc;
	width: 900px;
	margin: 10px 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 5px solid #e0e0e0;
}

#content h2 {
	font-size: 105%;
	font-variant: small-caps;
	color: #444;
	margin: 20px 0px 0px 40px;
}

#content p {
	font-size: 90%;
	color: #444;
	margin: 0px 20px 20px 20px;
	padding: 20px;
	line-height: 1.4em;
}

#content #welcome {
	color: #777;
	font-size: 105%;
}

#content a {
	color: #6699cc;
	text-decoration: none;
}

#content a:visited, #content a:active {
	text-decoration: none;
}

#content a:hover, #content a:focus {
	text-decoration: underline;
}

.right {
	float: right;
	margin: 0px 20px 20px 20px;
}

.left {
	float: left;
	margin: 0px 20px 40px 20px;
}

.clear {
	clear: both;
	width: 900px;
}

.threecol {
	float: left;
	width: 250px;
	text-align: center;
	margin: 15px;
	padding: 8px;
	border: 1px solid #f0f0f0;
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.09, #F0F0F0),
    color-stop(1, #FFFFFF)
	);
	background-image: -moz-linear-gradient(
    center top,
    #F0F0F0 9%,
    #FFFFFF 100%
	);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #ccc;
	box-shadow: 2px 2px 10px #ccc;
}

#content .threecol h2 {
	margin: 10px 0px 10px 0px;
	padding: 0;
}

#content .threecol p {
	margin-top: 10px;
	padding: 0;
}

.threecollink {
	float: right;
}

#content .button {
	float: right;
	text-align: center;
	color: #fff;
	font-size: 150%;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 20px 25px 20px 25px;
	padding: 10px 30px;
	background-color: #F75921;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 0px #999;
	-webkit-box-shadow: 2px 2px 0px #999;
	box-shadow: 2px 2px 0px #999;
}

.button span {
	display: block;
	margin-top: 3px;
	font-size: 50%;
	font-style: italic;
	text-shadow: none;
}

#content .button:active, #content .button:hover {
	text-decoration: none;
	margin: 22px 23px 20px 27px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form {
	width: 800px;
	float: left;
	margin: 50px 0px 20px 20px;
	padding: 30px;
	text-align: left;
	border: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #ccc;
	box-shadow: 2px 2px 10px #ccc;
}

#form input, #form textarea {
	margin: 0px 25px 0px 25px;
	background-color: #e0e0e0;
	border: 2px solid #ccc;
	color: #000;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#form p {
	margin: 0;
	padding: 10px;
	font-weight: bold;
	color: #555;
}

#form #button {
	text-align: center;
	color: #fff;
	font-size: 120%;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 20px 25px 20px 25px;
	padding: 10px 30px;
	background-color: #F75921;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 0px #999;
	-webkit-box-shadow: 2px 2px 0px #999;
	box-shadow: 2px 2px 0px #999;
}

#form #button:active, #form #button:hover {
	text-decoration: none;
	margin: 22px 23px 18px 27px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#footer {
	margin-bottom: 20px;
	padding: 30px 50px;
	font-size: 90%;
	color: #999;
}

#footernav{
	float: left;
}

#footer a {
	margin: 0px 5px;
	text-decoration: none;
	color: #6699cc;
	text-shadow: 1px 1px 2px #fff;
}

#footer a:visited, #footer a:active {
	color: #6699cc;
}

#footer a:hover {
	color: #999;
}

#credits {
	float: right;
}

