/*---------------------------------------------------------
author: michael bhatti
email: michaelsbhatti@gmail.com
---------------------------------------------------------*/

body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,  
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
strong, sub, sup, tt, var, 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;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

img {
	border: 0;
	}

fieldset {
	border: 1px solid transparent;
	}

table { 
	border-spacing: 0;
	border-collapse: collapse;
	}

td, th {
	text-align: left;
	font-weight: normal;
	}

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

:focus {
	outline: 0;
	}

a {
	color: #0000CC;
	}

/* All
---------------------------------------------------------*/
body {
	margin: 20px 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 83%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 160%;
	}

h1 {
	font-size: 160%;
	font-weight: bold;
	}

h2 {
	font-size: 120%;
	font-weight: bold;
	}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration:underline;
	margin: 0 0 5px 0;
	}

h4 {

	}
	
p {
margin: 0 0 20px;
	}

li, label {
	
}

ul, ol {

	}

ul {

	}

ol {

	}

.clear {

	}

/* GLOBAL CSS
---------------------------------------------------------*/

#wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	}
	
#header {
	width: 100%;
	height: 87px;
	}

#logo {
	width: 220px;
	height: 87px;
	float: left;
	}

#navigation_top {
	float: right;
	}

#navigation_top li {
	float: left;
	margin: 0 0 0 10px;
	}

#tagline {
	width: 670px;
	float: right;
	margin: 43px 0 0 0;
	border-bottom: 1px solid #666666;
	}

#main_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
	}

#footer {
	margin: 20px 0 0 0;
	}

#navigation_bottom_left {
	float: left;
	}
	
#navigation_bottom_left li {
	float: left;
	margin: 0 10px 0 0;
	}

#navigation_bottom_right {
	float: right;
	}
	
#navigation_bottom_right li {
	float: left;
	margin: 0 0 0 10px;
	}
	
#copyright {
	float: right;
	font-size: 85%;
	color: #666666;
	width: 100%;
	text-align: right;
	}
	
.new {
	font-weight: bold;
	color: #FF0000;
	}
	
.beta {
	font-weight: bold;
	color: #3A9457;
	}
	
.button_text {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.mobile_image {
	margin: 20px 0 20px 80px;
	}
	
	
/* Contact Form */
	
form {
	margin: 20px 0 0 0;
	width: 380px;
	}

form input {
	width: 534px;
	border: 1px solid #666666;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 2px;
	}

form textarea {
	width: 534px;
	border: 1px solid #666666;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 2px;
	height: 100px;
	}

form .submit-button {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	width: 100px;
	background-color: #E8EEF7;
	border: 1px solid #38598C;
	margin: 5px 0 0 0;
	}
	
#demo {
	width: 100%;
	margin: 20px 0 0 0;
	font-weight: bold;
}

#media {
	margin: 0;
}

#noUpdate {
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cccccc;
	text-align: left;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}
	
	