<!--
	
/*  GorillaSoft Style Sheet Resoures for Sales Athlete, Inc. */

/* Global Styles */

body {
	background-color:#658dc0;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

td {
	background-color:#001834;
	font-family: verdana; 
	font-size: 12px; 
	color: #ffffff;
}

.small {
	font-family: verdana; 
	font-size: 9px; 
}

.pageerror {
	color:#F00; 
	font-weight:bold; 
	width:250px; 
	height:18px; 
	padding-top:4px;  
	text-align:center;
}
	 
a { 
	font-family: verdana; 
	font-size: 12px; 
	text-decoration: none; 
	color: #1669FD
}
				 
a:hover { 
	font-family: verdana; 
	font-size: 12px; 
	text-decoration: underline; 
	color: #658dc0}

a.white { 
	font-family: verdana; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff
}

a.white:hover { 
	font-family: verdana; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: underline; 
	color: #ffffff
}
img {
	border:0;
}

strong {
	font-weight:bold;
}

h1 {
	font-family: times new roman; 
	font-size: 17px; 
	color: #658dc0;
	font-weight:normal;
	text-transform: capitalize;
}

h2 {
	font-family: tahoma; 
	font-size: 13px; 
	color: #ffffff;
	font-weight:bold;
	text-transform: capitalize;
}

h3 {
	font-family: tahoma; 
	font-size: 12px; 
	color: #ffffff;
	font-weight:bold;
	text-transform: capitalize;
}

* html code	{
	font-size : 105%; 
	}


/* Div Styles */

div#blackline {
	width: 1008px;
	border:1px solid #ffffff;
	padding: 0;
	margin:auto;
	background-color: #001834;
}

div#header {
	width: 1008px;
	border: 0;
	padding: 0;
	margin:auto;
	position: relative;
	height: 80px;
	text-align: center;
	z-index:0;
	background-image:url(images/template/headerBack.gif);
	background-repeat:repeat-x;
}

div#nav {
	width: 1008px;
	border: 0;
	padding: 4px 0px 0px 0px;
	margin:auto;
	margin-bottom:20px;
	position: relative;
	height: 26px;
	text-align: center;
	background: #ffffff;
	color:#000000;
	z-index:50;
}

div#containersite {
	width: 1008px;
	border: 0;
	margin:auto;
	position: relative;
	text-align: center;
	z-index:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#container {
	width: 1008px;
	border: 0;
	padding: 0px 0px 20px 0px;
	margin:auto;
	position: relative;
	text-align: center;
	color:#ffffff;
	z-index:0;
	background-color: #001834;
}

div#landright {
	width: 500px;
	border:0px;
	text-align: center;
	z-index:0;
	float: right;
	margin: 0px;
}


div#landleft {
	width: 500px;
	border:0px;
	margin:auto;
	text-align: center;
	z-index:0;
	float: left;
}

div#right {
	width: 330px;
	border:0px;
	text-align: left;
	z-index:0;
	float: right;
	margin: 0px;
}


div#left {
	width: 330px;
	border:0px;
	margin:auto;
	text-align: left;
	z-index:0;
	padding-left:15px;
	float: left;
}


div#content {
	width: 300px;
	border:0px;
	margin:auto;
	text-align: left;
	z-index:0;
	float: right;
	margin-right:24px;
}

div#footer {
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	margin-top: 15px;
	position: relative;
	height: 60px;
	text-align: center;
	color: #ffffff;
	font-size:10px;
	z-index:0;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

a.footer {	
	color: #1669FD;
	font-size:10px;
	text-decoration:none;
}

a.footer:hover {	
	color: #658dc0;
	font-size:10px;
	text-decoration:underline;
}

/* Div Classes */

div.smallFont{
	font-size:10px;
	}

a.smallFont{
	font-size:10px;
	}
/* Image Classes  */
img.floatright {
	float:right;
}

img.floatleft {
	float:left;
}

img.floatcenter {
	float:none;
	margin:auto;
}

img.questions {
	float:none;
	margin:auto;
	margin-top:15px
}



/* Navigation Styles */	


/* Navigation Classes */

div#nav a, div#nav a:visited {
	font-family: tahoma;
	font-size: 17px;  
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	width: 100%;
	margin:0px 25px 0px 25px;
}

div#nav a:hover {
	font-family:tahoma;
	font-size: 17px; 
	width: 100%;
	color: #658dc0;
	margin:0px 25px 0px 25px;
}

	 

div#One {
	background: #FFF;
	z-index:100;
	top: 122px; 
	visibility: hidden;
	position:absolute;
	border: 1px #1669FD solid;
	padding:3px;
	text-align:left;
	left: 15px;
	font-size: 11px; 
	font-weight: bold; 
	color: #1669FD;
}
/* Form Classes */

form {
	border:0;
	margin:5px;
}

form table {
	border:0;
	margin:0;
	padding:3px;
}

form table td {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight:normal;
}

form table td input, form table td select {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight:normal;
}

form table td.name {
	text-align:right;
	width:40%;
}

form table td textarea {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight:normal;
	width:325px;
	height:60px;
}
/* Site Classes */



span.error {
	color:#FF0000;
}
/* New Styles */
.brown_box h2  {
	background-color:#003366;
	color:#FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}
#pan_nav {
	height: 480px;
	width: 144px;
	text-align: center;
	padding: 0px;
}	
#pan_window {
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 640px;
	float: left;
}
#left-pan {
	height: 480px;
	width: 140px;
}
#right-pan {
	vertical-align: top;
	height: 430px;
	width: 220px;
	margin-top: 0px;
	padding-top: 0px;
}
#content-pan {
	width:640px;
	height:480px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#pan_nav a {
	color: #fff;
	text-decoration: none;
	background-color: #003366;
	padding: 2px;
	border: 1px solid #ffffff;
	font-size: 0.9em;
}
#pan_nav a:hover {
	background-color: #004488;
}
#pan-bottom {
	display: block;
	clear: both;
	text-align: left;
}
#pan-top {
	display: block;
	clear: both;
	text-align: left;
	margin-left: 140px;
	margin-right: 200px;
}
#photo_window {
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 640px;
	vertical-align: top;
}
.thumb {
	margin: 4px;
	border: 1px solid #e8dbbd;
}
.thumb_on {
	margin: 4px;
	border: 1px solid #ffffff;
}

img#blueprint {
	text-align:left;
	border: 1px 1px 1px 0px solid #ffffff;
}
#content-pan {
border:#ffffff solid 1px;
}
#selectplans {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#project-table {
	width: 700px;
	margin-right: auto;
	margin-left: -170px;
	clear: both;
	margin-top: 100px;
}
.indentText {
	text-indent: 12px;
}
.whitebox {
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	min-height:246px;
}
#whitetable td {
color:#000000;
background-color:#FFFFFF;
}
