/*

WIRED65
Created: 10/13/2009
By: J. Lucas / TiER1 Performance Solutions

*/

@import url("reset.css"); /* ensures a more identical presentation across browsers */

body {
	background-color: #3c3a34;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #3667a9; /* blue */
}

h1, h2, h3 {
	font-family: Georgia, serif;
}

#header {
	background: url(../_imgs/horizontal-divider.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin:  0 0 25px 0;
	position: relative;
}

#header h1 {
	background: url(../_imgs/horizontal-divider.gif) repeat-x left top;
	padding: 10px 0;
	font-weight: normal;
	font-size: 32px;
}

/*a.contactBTN {
	display: block;
	text-indent: -9999px;
	width: 142px;
	height: 32px;
	float: right;
	background: url(../_imgs/BTN-contact.gif);
}*/

a.contactBTN {
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 142px;
	height: 32px;
	left: 675px;
	top: -126px;
	background: url(../_imgs/BTN-contact.gif);
	margin-bottom: -32px;
}

img.bannerimage {
	padding: 8px 0;
	vertical-align: middle;
}

#container {
	background-color: #e6e6df;
	color: #454646;
	padding: 0 0 20px 0;
}

#container .leftcol, #container .altleft {
	background: url(../_imgs/vertical-divider.gif) repeat-y right top;
	padding: 0 0 60px 0;	
}

#container .fullcol {
	width: 760px;
	margin: 30px 0 30px 0;	
}

#container .leftcol ul.subnav {
	font-size: 11px;
	margin: 0 20px 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a0a09b;
}

#container .leftcol ul.subnav li {
	display: inline;
	margin-right: 10px;
	background: none;
	padding: 0 5px;
	color: #a0a09b;
}

#container .leftcol ul.subnav a {
	background: #f1f1ed;
	padding:  2px;
}

#container .leftcol h1, #container .fullcol h1, #container .altleft h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

#container .leftcol h2, #container .fullcol h2, #container .altleft h2 {
	font-size: 24px;
	margin: 30px 30px 10px 0;
	color: #c54135;
	font-weight: normal;
}

#container .altleft h2 {
	margin: 10px 30px 10px 0;
}

#container .leftcol h3, #container .fullcol h3, #container .altleft h3 {
	font-size: 21px;
	margin: 10px 30px 0 0;
	color: #333;
}

#container .leftcol p,
#container .leftcol ul,
#container .fullcol p,
#container .fullcol ul,
#container .altleft p,
#container .altleft ul {
	font-size: 16px;
}

#container .leftcol p.large, #container .altleft p.large {
	margin-bottom: 30px;
}

#container .leftcol p, #container .fullcol p, #container .altleft p {
	margin: 0 30px 20px 0;
}

#container .leftcol p.small, #container .fullcol p.small, #container .altleft p.small {
	margin: 0 30px 20px 0;
	/* margin: -15px 30px 20px 0; */
	font:80%/1.5 Arial, Helvetica, sans-serif;
}


#container .leftcol ul, #container .fullcol ul, #container .altleft ul  {
	margin: 0 30px 30px 0;
}

#container .leftcol li, #container .fullcol li, #container .altleft li {
	/*margin: 0 0 10px 0;*/
	background: url(../_imgs/li-bullet.gif) no-repeat 0 7px;
	padding: 0 0 0 15px;
}

img.left-image {
	float: left;
	margin: 0 20px 10px 0;
}

a.TIPbutton {
	display: block;
	margin: 0 0 5px 0;
}

#container .rightcol {
	padding: 0 0 0 15px;
}

#container .rightcol h1 {
	color: #9a9a9a;
	font-size: 20px;
	background: url(../_imgs/horizontal-divider.gif) repeat-x left bottom;
	padding: 0 0 20px 10px;	
}

#container .rightcol li {
	background: url(../_imgs/horizontal-divider.gif) repeat-x left bottom;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	line-height: 17px;
}

#container .rightcol li a {
	display: block;
	background: url(../_imgs/link-arrow.gif) no-repeat right center;
	padding: 2px 25px 3px 0;
	text-decoration: none;
}

#container .rightcol li a:hover {
	text-decoration: underline;
}

#container .rightcol ul {
	margin-bottom: 30px;
}

#container .altright h3 {
	margin-bottom: 5px;
	font-weight: bold;
}

#container .altright p {
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 16px;
}

#container .altright p.small {
	font-size: 10px;
	margin: -10px 0 15px 0;
	line-height: 11px;
}


.wrapper {
	margin: 0 auto;
	width: 820px;
	
}

#footer {
	background: url(../_imgs/BG-footer.gif) repeat-x;
	padding: 35px 0 200px 0;
}

#footer h1 {
	color: #dbdbd0;
	font-size: 24px;
	margin-bottom: 20px;
}

#footer p {
	font-size: 14px;
	line-height: 20px;
	color: #dbd9ce;
	margin: 0 30px 0 0;
}

#footer input {
	width: 316px;
	border: 1px solid #424138;
	background: #757368 url(../_imgs/BG-textfield.gif) repeat-x;
	color: #e6e6df;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 5px 2px 5px;
}

#footer input:focus,
#footer textarea:focus,
#footer input:active,
#footer textarea:active
 {
	border: 1px solid #88867e;
	background: #2e2d24 url(none) repeat-x;
}

#footer input.sendbutton {
	width: 199px;
	background: none;
	border: none;
	margin-left: 127px;
}

#footer textarea {
	width: 316px;
	border: 1px solid #424138;
	background: #757368 url(../_imgs/BG-textarea.gif) repeat-x;
	color: #e6e6df;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 5px 2px 5px;
}

.leftcol {
	float: left;
	width: 470px;
}

.rightcol {
	float: right;
	width: 320px;
}

.altleft {
	float: left;
	width: 590px;
}

.altright {
	float: right;
	width: 200px;
}

a.pageanchor {background: none; padding: 0;}

.clear {
	clear: both;
     display: block;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;

}

p, li {
	font:100%/1.5 Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	font-size: x-small;
}

.rightalign {
	text-align: right;
	margin: 0 10px 1px 0;
	background: #f5f5f1;
	padding: 4px 50px 4px 10px;
	font-size: 14px;
}

.regform {
	margin: 0 10px 1px 0;
	background: #f5f5f1;
	padding: 8px 10px 8px 50px;
	font-size: 14px;
}

.rightalign input {
	margin: 0 0 0 10px;
	width: 230px;
	border: 1px solid #dadad1;
	padding: 4px;
	color: #356db3;
}

.reginput {
	width: 350px;
	border: 1px solid #dadad1;
	padding: 4px;
	color: #356db3;
}

.schedule td, .schedule th{
	font-size: 12px;
	padding: 4px;
	border: 1px solid gray;
}

.schedule th {
	font-weight: bold;
}

.headline {
	background-color: white;
	border: 1px solid black;
	padding: 8px;
	margin: 0px 18px 24px 6px;
}

#container .leftcol .headline h2, #container .fullcol .headline h2 {
	font-size: 24px;
	margin: 0 10px 10px 0;
	color: #c54135;
	font-weight: normal;
}