* {
	margin: 0;
	padding: 0;
}

body
{
	color: #003;
	background-color: #447;
	background-image: url(img/gradient.jpg);
	background-repeat: repeat-x;
	
	font: 80%/1.4 HelveticaNeue-Light, HelveticaNeue, "Helvetica Neue", Helvetica, arial, sans-serif;
	
	text-align: center;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #336;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	font-style: oblique;
}

ol, ul {
	margin-left: 1.4em;
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

p, blockquote {
	font-size: 1em;
	line-height: 1.4;
	
	text-align: left;
	
	margin-bottom: 0.5em;
}

a, a:link {
	text-decoration: none;
	color: #c60;
}

a:visited {
	color: #f96;
}

a:hover {
	text-decoration: underline;
	color: black;
}

a:active {
	
}

a.active,
a.active:visited {
	text-decoration: none;
	color: black;
}

a img {
	border-width: 0;
}

#wrapper {
	background: white;
	color: #333;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #600;
	border-width: 0 1px;
	
	text-align: left;
	
	position: relative;
	overflow: hidden;
}

#header {
	width: 100%;
	height: 140px;
	
	position: relative;
}

#header h1 {
	width: 247px;
	height: 106px;
	
	padding: 20px;
}

#header h1 a {
	display: block;
	background: url(img/ParamedicProtocolProvider.png) no-repeat;
	width: 247px;
	height: 106px;
	
	text-indent: -999em;
	overflow: hidden;
}

#header #app-store {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	height: 68px;
}

#content {
	position: relative;
	padding: 60px 0 40px 0;
	width: 750px;
	margin: 0 auto;
}

.attr {
	font-size: 0.9em;
	color: #999;
	text-align: right;
}

#navigation {
	position: absolute;
	top: 140px;
	left: 25px;
	width: 750px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#navigation ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 6px 0;
}

#navigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 20px;
	font-size: 1.6em;
	font-weight: bold;
	font-family: HelveticaNeue-CondensedBold, "Helvetica Neue Condensed Bold", "Helvetica Neue", HelveticaNeue, Helvetica, arial, sans-serif;
}

#navigation ul li a:hover {
	text-decoration: none;
}

#content .columns {
	width: 550px;
	overflow: hidden;
	float: right;
	display: inline;
}

#content .column {
	float: left;
	width: 250px;
	margin: 0 10px;
}

#proto-column {
	width: 160px;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 0.85em;
}

#proto-column ul {
	line-height: 1.2;
}

#proto-column ul li {
	margin-bottom: 0.2em;
	list-style-image: url(img/weebullet.png);
}

#proto-column h2 {
	text-transform: none;
}

#proto-column h3.processed {
	color: #c60;
	background: url(img/arrow2.png) -2px 0 no-repeat;
	padding-left: 14px;
	margin-bottom: 0.5em;
}

#proto-column h3.processed.disclosed {
	background-position: -2px -27px;
	margin-bottom: 0.2em;
}

#footer {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	width: 750px;
	margin: 0 auto;
	clear: both;
}

#wrapper .mobile_only {
	display: none;
}

#screenshots {
	margin-bottom: 0.3em;
}

#ss_nav {
	margin-bottom: 0.5em;
	text-align: center;
}

.note {
	font-size: 0.9em;
	color: #999;
}

.contact form div.form_field {
	margin-bottom: 0.5em;
}


.contact form div.form_field.regarding {
	margin-bottom: 1.3em;
}

.contact .messages {
	margin: 1em 0;
	background: #efe;
	border: 1px solid #090;
}


.contact .errors {
	margin: 1em 0;
	background: #fee;
	border: 1px solid #900;
}

.contact .errors li {
	font-weight: bold;
}



/* @group iPhone Styles */

@media screen and (device-width: 480px) {

#wrapper .mobile_only {
	display: inline;
}

#wrapper {
	width: 600px;
}

#navigation {
	width: 550px;
}

#proto-column {
	display: none;
}

#content,
#footer {
	width: 550px;
}

#content .column {
	float: none;
	width: 530px;
	margin: 20px 10px;
}

#ss_nav {
	width: 250px;
}

.protocols #proto-column {
	display: block;
	width: 100%;
	font-size: 1em;
}

}

/* @end */
