/* Created By: Josh Wilson, People To My Site LLC. */

@import url("reset.css");
@import url("footerstick.css");

body{
	background: #bcbdb9;
	color: #000;
	font: 12px/16px Helvetica, Arial, Geneva, sans-serif;
}
a {
	color: #000;
}
.clear{clear: both;}

/* @group Text Syles */
h2{
	color: #d8f15f;
	font-size: 18px;
}

hr{
	background: url(/PTMSCMS/shell/css/images/bg_hr.gif) top left no-repeat;
	border: 0;
	height: 6px;
	width: 713px;
}

/* @end */

/* @group Structure */

#wrap{
	background: #fff;
	margin: 0 auto;
	width: 980px;
}
#main{
	width: 980px;
}

#header-panel{
	background: url(/PTMSCMS/shell/css/images/bg_header.gif) top left repeat-x;
	height: 149px !important;
	overflow: hidden;
	width: 980px;
}
#sidebar{
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
	width: 184px;
}
#content-panel{
	display: inline;
	float: left;
	margin:20px 0 0 0;
	padding-bottom: 40px;
	width: 742px;
}
#footer-panel{

}

/* @end */

/* @group Header */

.logo{
	display: inline;
	float: left;
}
.contact-info{
	display: inline;
	float: right;
	margin: 40px 20px 0 0;
}

.contact-info li{
	line-height: 14px;
	list-style: none;
}

/* @end */

/* @group Tabs */
.nav-tabs{
	display: block;
	height: 24px;
	margin: 0 15px 0 0;
	float: right;
	overflow: hidden;
	width: 230px;
}
.nav-tabs li{
	display: inline;
	float: left;
	list-style: none;
	margin-right: 5px;
}
.nav-tabs li a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.nav-tabs li a:hover,.nav-tabs li a .active {
	color: #d8f15f;
}
.tab-home{
	background: url(/PTMSCMS/shell/css/images/tab_home.gif) top left no-repeat;
	display: block;
	height: 24px;
	padding: 4px 0 0 0;
	width: 52px;
}
.tab-about{
	background: url(/PTMSCMS/shell/css/images/tab_about.gif) top left no-repeat;
	display: block;
	height: 24px;
	padding: 4px 0 0 0;
	width: 75px;
}
.tab-contact{
	background: url(/PTMSCMS/shell/css/images/tab_contact.gif) top left no-repeat;
	display: block;
	height: 24px;
	padding: 4px 0 0 0;
	width: 84px;
}

/* @end */

/* @group Sidebar */

.navigation{
	background: url(/PTMSCMS/shell/css/images/bg_sidebar.gif) top left no-repeat;
	height: 235px;
	overflow: hidden;
	width: 184px;	
	margin-bottom:20px;
}
.navigation ul{
	margin: 22px 0 0 25px;
}
.navigation li{
	list-style: none;
	line-height: 32px;
}
.navigation li a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.navigation li a:hover{
	color: #d8f15f;
}
/* @end */

/* @group Footer */
.nav-footer{
	margin: 0;
	padding: 50px 0 0 20px;
}
.nav-footer li{
	display: inline;
	float: left;
}
.nav-footer li a{
	color: #000;
	text-decoration: none;
	margin: 0 2px;
}
.nav-footer li a:hover{
	text-decoration: underline;
}
.copywrite{
	float: right;
	font-size: 11px;
	margin-right: 30px;
}
/* @end */

/* @group Home */
.home-content{
	display: inline;
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 468px;
}
.home-header{
	margin-bottom: 20px;
}
.home-rightbar{
	display: inline;
	float: right;
	width: 222px;
}
.side-dealer{
	background: url(/PTMSCMS/shell/css/images/bg_sideDealer.jpg) top left no-repeat;
	display: block;
	height: 245px;
	text-decoration: none;
	width: 222px;
}
.side-dealer h2, .side-candidates h2{
	padding: 10px 0 0 5px;
}
.side-dealer ul, .side-candidates ul{
	margin: 5px 0 0 7px;
}
.side-dealer li, .side-candidates li{
	color: #d8f15f;
	list-style: none;
}
.side-candidates{
	background: url(/PTMSCMS/shell/css/images/bg_sideCandidate.jpg) top left no-repeat;
	display: block;
	height: 245px;
	margin: 20px 0 20px 0;
	text-decoration: none;
	width: 222px;
}


/* @end */

/* @group form */

form {
	margin: 0;
	padding: 0;
}

input.text, textarea.textarea, select.select, .formError {
	font-family: serif;
	font-size: 1.1em;
	border: 1px #C3C3C3 solid;
	background-color: #EBF1F5;
	padding: 2px;
}

input:focus.text, textarea:focus.textarea, select:focus.select {
	border: 1px #3C8CFF solid;
}

input.checkbox {
	vertical-align: middle;
}

input.radio {
	vertical-align: text-top;
}

select, select.select {
	font-size: 100%;
	border: 1px #C3C3C3 solid;
	background-color: #EBF1F5;
}

select option {

}

fieldset {
	border: 1px #C3C3C3 solid;
	padding: 0 10px 10px 10px;
}

fieldset legend {
	color: #303030;
	border-left: 1px #C3C3C3 solid;
	border-right: 1px #C3C3C3 solid;
	padding: 0 5px 0 5px;
	vertical-align: middle;
}

.formElement {
	display: inline-block;
	float: left;
}

.formElement label {
	color: #303030;
	display: block;
	margin: 5px 0 3px 0;
}

.formElement label.checkbox {
	color: #303030;
	display: inline;
}

.buttonRow {
	text-align: center;
	padding-top: 10px;
}

.formError {
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #FF0000;
	color: black;
	background-color: #FFE6E6;
	margin: 2px 0 2px 0;
	width: inherit;
	font-style: italic;
	letter-spacing: .05em;
	text-align: center;
}

/* Centered form, 600 pixels wide */
form.c500 {
	width: 500px;
	margin: 25px 0 0 60px;
	overflow-x: hidden;
}

	form.c500 .onePerRow {
		width: 488px;
		margin: 0 0 15px 0;
	}

	form.c500 .twoPerRow {
		width: 238px;
		margin: 0 5px 15px 0;
	}

	form.c500 .threePerRow {
		width: 155px;
		margin: 0 5px 15px 0;
	}

/* Centered form, 800 pixels wide */
form.c800 {
	width: 800px;
	margin: 25px auto;
	overflow: hidden;
	white-space: nowrap;
}

	form.c800 .onePerRow {
		width: 794px;
		margin: 0 0 15px 0;
	}

	form.c800 .twoPerRow {
		width: 389px;
		margin: 0 5px 15px 0;
	}

	form.c800 .threePerRow {
		width: 255px;
		margin: 0 5px 15px 0;
	}
					

/* @end */

