/* ########## Layout ########## */
html,body {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	min-height: 100%;
	font-family:verdana,arial,sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
}
html {
	background-color: white;
	background-image: url("/images/site/background.gif");
	background-repeat: repeat-x;
}
body {
	background-color: transparent;
	position: absolute;
	background-image: url("/images/site/starburst.gif");
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 676px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div#pagewidth {
	width: 676px;
	margin-top: 102px;
	padding-top: 18px;
	background-image: url("/images/site/dropshadow-top.png");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
div#main {
	background-image: url("/images/site/dropshadow.png");
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
}

h1,h2,h3,h4,p,ul,li { margin:0; padding:0; }
img { border: none; }


/* ########## Master Divs ########## */
div#header {
	background-image: url("/images/site/header_background.png");
	background-repeat: no-repeat;
	height: 144px;
}
div#nav {

}
div#portfolio {
	height: 360px;
	background-color: black;
	color: white;
	position: relative;
	top: -40px;
	left: -50px;
	width: 640px;
}
div#content {
	background-image: url("/images/site/flourish.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #bdbaaf;
	height: 100%;
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 35px;
}
div#footer {
	padding: 18px;
	background-image: url("/images/site/dropshadow-bottom.png");
	background-repeat: no-repeat;
}
div#tracking {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ########## Main Nav ########## */
div#nav {
	position: absolute;
	right: 18px;
	top: 40px;
}
div#nav a {
	color: #666666;
	display: block;
	padding: 2px;
	padding-right: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	text-align: right;
	width: 65px;
	background-image: url(/images/site/black_15_percent.png);
}
div#nav a:hover {
	color: #aaaaaa;
	background-image: url(/images/site/black_25_percent.png);
}
div#nav a.selected {
	color: #cccccc;
	background-image: url(/images/site/black_50_percent.png);
	border-left: 2px solid #888888;
	width: 75px;
	margin-left: -12px;
}
div#nav ul { margin: 0; padding: 0; list-style-type: none; display: inline; float: right; }
div#nav ul li { margin: 0; padding: 0; list-style: none; display: inline; float: left; }

/* ########## Footer ########## */
#footer {
	color: #bdbaaf;
	font-size: 9px;
	text-align: center;
}
#footer a {

}
#footer a:hover {

}

/* ########## Header ########## */
div#header #logo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50px;
	left: 175px;
}
div#header #logo img {
	width: 283px;
	height: 60px;
}

/* ########## Content ########## */

div#content {  }
div#content p { margin-bottom: 10px; }
div#content .right { float: right; }
div#content img.padding-left { margin-left: 12px; margin-bottom: 5px; }
.left { float: left; }
div#content img.padding-right { margin-right: 12px; margin-bottom: 5px; }
div#content .gray_text{ color: #666666; }
div#content a { color: #333333; text-decoration: none; }
div#content a:hover { text-decoration: underline; }
img.icon { vertical-align: middle; margin-right: 5px; }
div#content .violator { position: absolute; }
div#content .large { font-size: 14px; }
div#content .medium { font-size: 13px; }
div#content .small { font-size: 11px; }
div#content .xsmall { font-size: 10px; }
div#content .xxsmall { font-size: 9px; }
div#content .caps { text-transform: uppercase; }
div#content .tiny { font-size: 9px; }
div#content .orange { color: #cc6633; }
div#content .center { text-align: center; margin-left: auto; margin-right: auto;}
div#content .darkgray { color: #333333; }
div#content .darkgray a { color: #333333; }
div#content .darkgray a:hover { color: #007dc3; }
div#content input, div#content textarea {
	background-color: #e4e0db;
	border: 1px solid #999999;
	margin-bottom: 4px;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	padding: 2px;
	font-family: arial,helvetica,sans-serif;
}
div#content input.text, div#content textarea.text {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	letter-spacing: 1px;
	padding: 2px;
	font-family: arial,helvetica,sans-serif;
}
div#content .contactinfo {
	display: block;
	float: left;
	width: 60px;
	text-align: right;
}
div#content h1 {
	color: #333333;
	font-size: 22px;
	font-family:arial,sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
}
div#content h2 {
	color: #0066cc;
	font-size: 14px;
	font-weight: bold;
}
div#content h3 {
	color: #5e5e5e;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
div#content h2.glossary {
	height: 24px;
	color: white;
	background-image: url(images/support/glossary_letter_bkg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 7px;
	font-size: 12px;
}
div#content ul {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: url(images/site/icons/bullet.gif);
	margin-left: 16px;
	margin-bottom: 10px;
}
div#content ul li { margin-bottom: 2px; }
br.clear { clear: both; }
div.clear { clear: both; }




/* ########## Sub Nav ########## */
ul#subnav {
	border-bottom: 1px solid #d0ebfb;
	list-style-type: none;
	width: 150px;
	background-color: white;
	margin-bottom: 10px; /* remove after implementing php subnav detection */
}
ul#subnav li {
	background-image: url(images/site/nav/subnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
}
ul#subnav li a {
	display: block;
	border: 1px solid #d0ebfb;
	border-bottom: none;
	height: 20px;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
	color: #0066cc;
	font-size: 12px;
}
ul#subnav li a:hover, ul#subnav li a.selected {
	background-image: url(images/site/nav/subnav_selected.gif);
	background-repeat: no-repeat;
}