/* Xperiment CSS
   Sarah Tan, Nov 2008 */

/* begin Meyerweb reset styles */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end Meyerweb reset styles */

body {
	background: #1E5968 url("../images/bg.png") left 0px repeat-x;
	font: 67.5%/1.4 Calibri, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#header {
	width: 923px;
	height: 133px;
	position: relative;
	background: url("../images/icons1.png") right 15px no-repeat;
}
#header h1 {
	color: #3d7883;
	width: 450px;
	padding-top: 15px;
	height: 102px;
	text-indent: 30px;
	overflow: hidden;
	position: relative;
	font: 6em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 15px;
	color: #3d7883;
	position: absolute;
}
#www-xperiment-com #header h1 span {	/* For increased specificity */
	position: absolute;
	background: url("/images/xp_logo.png") left top no-repeat;
	width: 450px;
	height: 102px;
	display: block;
	top: 15px;
	left: 0;
}
#header h2 {
	color: #4B6B99;
	font-size: 2.6em;
	position: absolute;
	top: 100px;
	left: -9999em;
	text-indent: 30px;
	font-style: italic;
}
#wrap {
	background: url("../images/footer1.png") left bottom no-repeat;
	width: 923px;
	padding-bottom: 20px;
	margin: 0 auto;
}
#content-wrap {
	background: url("../images/shadow1.png") left top repeat-y;
}
#wrap #content {
/*	background: #FFF; */
	padding: 3px 11px 0 8px;
}
#main {
	padding: 15px 15px 0;
	float: left;
	width: 885px;
}
#main-dual {
	padding:0;
	float: left;
	width: 590px;
}
.right {
float:right;
}
.left {
float:left;
}
/* self-clearing float */
#main:after, #content:after, #content-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END self-clearing float */
#side {
	color: #666;
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 240px;
	background: url("../images/divider.png") left top repeat-y;
	padding: 10px 15px 0 25px;
	float: right;
	font-size: .9em;
}
#side li {
	padding-bottom: 5px;
}

.column {
	width:45%;
	float:left;
	padding:10px;
}
#content h1 {
	font-size: 2em;
	font-weight: normal;
	color: #4A8AC7;
	line-height: 1.4;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #666;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top:25px;
	border-bottom:1px solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	color: #077;
	font-weight: bold;
	font-size: 14px;
}
#content p, #content ul, #content ol, #content th, #content td {
	margin-bottom: 1em;
	font-size: 1.3em;
}
#content td * {
	font-size: 100%;
}
#content ul {
	list-style: inside disc;
}
#content ol {
	list-style: inside decimal;
}
#content a {
	color: #25B4D9;
}
#content a:visited {
	color: #505;
}
#content a:hover, #content a:active {
	text-decoration: none;
}
#content img a {
	text-decoration: none;
}
#nav-wrap {
	float: left;
	width: 905px;
	height: 45px;
	position: relative;
	top: -5px;
	background:   url("../images/navbar.png") bottom left no-repeat;
}
#nav {
	padding: 5px 0 0;
	font-family: Georgia, "Times New Roman", serif;
}
#nav li, #subnav li {		/* Same effect as #nav *, for top rounded corner effect */
	display: inline;
	border-left: 1px solid #77A3D8;
}
#nav li.first, #subnav li.first {
	border: none;
}
#nav ul, #subnav ul {
	margin: 0;
	text-align: right;
	list-style: none outside none;
}
#nav li li {
	font-size: 100%;
}
#nav a, #subnav a {
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	line-height: 1.2;
	font-size: 1.2em;
}
#nav a:link, #nav a:visited {
	color: #335F8E;
}
#nav a:hover, #nav a:active, #nav li.current a:link, #nav li.current a:visited {
	color: #25B4D9;
}
#nav li#sectcurrent a {
	color: #25B4D9;
}
#subnav {
	background: #5882AF url("../images/subnavbar.gif") left bottom repeat-x;
	width: 904px;
	font: 1.1em Georgia, "Times New Roman", serif;
	height: 35px;
	padding-top: 5px;
}
#subnav li#current a:link, #subnav li#current a:visited {
	color:#8FC4FF;
}
#subnav li a:hover {
	text-decoration:underline;
}
#subnav li#current a:hover {
	text-decoration:none;
}
#subnav a:link, #subnav a:visited {
	color: #FFF;
}
#page-graphics {
	clear: both;
	height: 250px;
	position:relative;
	top:-10px;
}

#footer {
	color: #25B4D9;
	width: 923px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}
#footer * {
	display: inline;
	font-size: 1em;
}
#footer a {
	color: #25B4D9;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}
#footer ul {
	margin: 0 40px;
}
#footer li {
	margin: 0 10px;
}
#footer li.first {
	margin-left: 0;
}

/* homepage specific styles */
body.home #page-graphics {
	height: 400px;
}
body.home #main {
	width: 874px;
}
body.home #main div {
	margin: 10px 0;
	width: 245px;
	background: url("../images/divider.png") left top repeat-y;
	padding: 10px 15px 0 30px;
	float: left;
	font-size: .9em;
}
body.home #main #col1 {
	background: none;
	padding-left: 5px;
	width: 270px;
}
#contactform {
	width:500px;
	font-size:16px;
	}

#contactform div.formline {
	padding:5px 0 5px 0;
	text-align:right;
}

#contactform input, #contactform textarea {
	width:350px;
}
#contactform label {
	float:left;
	clear:left;
	
}