/* ------------------------------------------------
Basic Style Sheet for CopTech Summit

version:    1.00 (05-15-2009)
author:     J.Trail
website:    http://www.coptechsummit.com/
------------------------------------------------- */

HTML {
	margin: 0px;
	padding: 0px;
	color:  #434343;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

/* type selectors */
BODY {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bkg-coptech-summit-body.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:100%;
}

H1 {
    font-size: 20px;
    color: #004271;
	font-weight: bold;
}

H2 {
    font-size: 16px;
    color: #2e2e2e;
	font-weight: bold;
}

H3 {
	font-size: 14px;
	line-height: 14px;
	color: #004271;
	font-weight: bold;
}
A:link, A:visited {
	color: #004271;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
A:hover, A:active {	
    color: #ff8604;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.clear {
	clear:both;
}
.font14px {
	font-size: 14px;
}
.alert {
	color:#FF0000;
}
.green {
	color:#00CC00;
}
.obscure {
	display:none;
}
.mastheadHeaderText {
	color:#fff;
	font-size: 18px;
	padding-top:24px;
	padding-right:150px;
}

/* BEGIN LAYOUTS */
#mainWrapper {
	width:912px;
	margin:0 auto;
	padding-top:15px;
}
.mastheadTop {
	margin:0 auto;
	width:909px;
	height:68px;
	display:block;
	background-image: url(../img/img-coptech-masthead-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:right;
	color:#FFF;
	font-style:italic;
}
/* home page masthead middle */
.mastheadHomeMiddle {
	margin:0 auto;
	width:909px;
	height:261px;
	display:block;
}
/* general page masthead middle */
.mastheadMiddle {
	margin:0 auto;
	width:909px;
	height:189px;
	display:block;
}

/* ------------------------------------------------------------------ */
/* Navigation Bar */
.primaryNav {
	margin:0 auto;
	background-image: url(../img/bkg-primary-nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:911px;
	*width:911px;
	height:37px;
}
.navBar {
	list-style:none;
	display:inline;
	float:left;
	margin-left:-40px;
	*margin-left:-4px;
	position:relative;
}
.navBar LI {
	float:left;
	margin-top:-3px;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #add86f;	
	*margin-top:8px;
}
.navBar .last {
	border:none;
}
.leftShadow {
	float:left;
	width:11px;
}
.rightShadow {
	float:right;
	width:11px;
}
A.pNav:link, A.pNav:visited {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
A.pNav:hover, A.pNav:active {	
    color: #454444;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

/* ------------------------------------------------------------------ */
/* Drop Downs */

/* for police */
.policeDropDown {
	width:194px;
	position:absolute;
	top:15px;
	left:112px;
	*top:24px;
	*left:72px;
}
.policeDropDownContent {
	width:194px;
	padding:15px;
	background-color:#86c52c;
	padding-top:8px;
	*padding-bottom:0px;
}
.policeDropDownBottom {

}

/* for vendors */
.vendorDropDown {
	width:218px;
	position:absolute;
	top:15px;
	left:338px;
	*top:24px;
	*left:299px;
}
.vendorDropDownContent {
	width:218px;
	padding:15px;
	background-color:#86c52c;
	padding-top:8px;
	*padding-bottom:0px;
}
.vendorDropDownBottom {

}

/* about coptech */
.aboutDropDown {
	width:194px;
	position:absolute;
	top:15px;
	left:585px;
	*top:24px;
	*left:546px;
}
.aboutDropDownContent {
	width:194px;
	padding:15px;
	background-color:#86c52c;
	padding-top:8px;
	*padding-bottom:0px;
}
.aboutDropDownBottom {

}

/* subnav styles */
.menuItem {
	padding-top:10px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #add86f;
}
.menuItemTop {
	padding-top:10px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #add86f;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #add86f;
}
.menuItemBottom {
	padding-top:10px;
	padding-bottom:-0px;
}

.menuItemCol1 {
	float:left;
	width:15px;
	text-align:left;
}
.menuItemCol2 {
	float:left;
	width:177px;
}
.menuItemCol2 A{
	float:left;
	margin-top:-2px;
}

A.subNav:link, A.subNav:visited {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
A.subNav:hover, A.subNav:active {	
    color: #454444;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}



/* ------------------------------------------------------------------ */
/* Home Page Main Content */
.mainHomeContentWrap {
	margin:0 auto;
	width:909px;
	background-image: url(../img/bkg-main-content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top:0px;
}

/* main home page layout columns */
.mainHomeCol1 {
	float:left;
	width:280px;
	padding:10px;
	margin-left:5px;
}
.mainHomeCol2 {
	float:left;
	width:280px;
	padding:10px;
}
.mainHomeCol3 {
	float:left;
	width:280px;
	padding:10px;
}



.blueHomeColumn {
	background-image: url(../img/bkg-home-blue-gradient.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:10px;
}
.greenHomeColumn {
	background-image: url(../img/bkg-home-green-gradient.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:10px;
}

.homeInnerColumn {
	width:257px;
	margin:0 auto;
}

/* home page click links */
.policeHomeClick {
	padding-top:8px;
	padding-bottom:20px;
}
.providerHomeClick {
	padding-top:22px;
	padding-bottom:20px;
}

/* ------------------------------------------------------------------ */
/* Main Content */
.mainContentWrap {
	margin:0 auto;
	width:909px;
}
.mainColFull {
	float:left;
	width:800px;
	padding:10px;
	margin-left:5px;
}
/* main general page layout columns */
.mainCol1 {
	float:left;
	width:578px;
	padding:10px;
	margin-left:5px;
}
.mainCol3 {
	float:left;
	width:280px;
	padding:10px;
}


.innerColumn {
	width:557px;
	margin:0 auto;
	margin-top:-8px;
	*padding-top:5px;
	*margin-top:0px;
	padding-bottom:25px;
}
.innerColumnFull {
	width:750px;
	margin:0 auto;
	margin-top:-8px;
	*padding-top:5px;
	*margin-top:0px;
	padding-bottom:25px;
}

A.genClick:link, A.genClick:visited {
	color: #004271;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}
A.genClick:hover, A.genClick:active {	
    color: #004271;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:3px;
}
A.genClick IMG {
	float:left;
	margin-top:-1px;
	padding-right:3px;
}
/* ------------------------------------------------------------------ */
/* Right Bar Styles */
.registerButton {
	width:258px;
	height:48px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:5px;
}

/* right green tout box */
.rightBarTout {
	width:246px;
	padding-left:7px;
	padding-top:8px;
}

.rightToutTitle {
	width:226px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	background-color:#86c52c;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.rightToutBox {
	width:246px;
	padding:20px;
	padding-top:5px;
	padding-bottom:10px;
}

/* content rows */
.rightContentRow {
	width:215px;
	padding-top:7px;
	clear:both;
}
.rightToutCol1 {
	width:35px;
	float:left;
}
.rightToutCol2 {
	width:160px;
	float:left;
	padding-left:10px;
}


/* pdf list coliumns */
.rightPDFCol1 {
	width:18px;
	float:left;
}
.rightPDFCol2 {
	width:177px;
	float:left;
	padding-left:10px;
}

.greenDiv {
	width:215px;
	height:1px;
	background-color:#86c52c;
	margin-top:10px;
	margin-bottom:2px;
	clear:both;
	float:left;
}


#formWrap {
	margin:0 auto;
	width:460px;
	padding:20px;
	border: 1px solid #CCCCCC;
}
#formWrapLg {
	margin:0 auto;
	width:600px;
	padding:20px;
	border: 1px solid #CCCCCC;
}
.formField {
	width:200px;
}
.formRow {
	float:left;
	margin-bottom:5px;
}
.formRowCheckbox {
	margin:0;
	padding:0;
	padding-left:70px;
}
.formRowSubmit {
	margin:0;
	padding:0;
}
.formCell1 {
	float:left;
	width:130px;
	text-align:right;
	padding-right:15px;
	padding-top:3px;
}
.formCell2 {
	float:left;
	width:300px;
}


/* ------------------------------------------------------------------ */
/* Footer */
.theFooter {
	margin:0 auto;
	width:909px;
	position:relative;
}
.footerContent {
	margin:0 auto;
	width:909px;
	color:#505151;
	font-size:11px;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}
.eatonHallLogo {
	position:absolute;
	left:722px;
	top:-80px;
}
.eatonHallLogoPlaceholder {
	width:160px;
	height:82px;
	display:block;
	*height:58px;
}

/* ------------------------------------------------------------------ */
/* First event styles */
.firstEventTitle {
	font-size:19px;
	color:#ab0303;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.firstEventLink {
	float:left;
	padding-left:28px;
	padding-bottom:15px;
}
.firstEventLinkCol1 {
	float:left;
	width:25px;
	
}
.firstEventLinkCol2 {
	float:left;
	width:200px;	
}

A.fEvent:link, A.fEvent:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}
A.fEvent:hover, A.fEvent:active {	
    color: #000000;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:3px;
}




