/* Pass Time USA CSS Document */

/*************** GENERAL ***************/
body {
	background-color: #000;
	background-image: url(/site-images/bg_blk.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.homecontent {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-color: #000;
}
.container {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
}
.header {

}
.content {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-color: #000;
	min-height: 400px;
	height:auto !important;
	height:400px;
}
.leftcol {
	float: left;
	width: 480px;
	text-align: center;
}
.rightcol {
	float: left;
}
a {
	color: #E30000;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.green {
	color: #31B931;
}

.blue {
	color: #00A0CA;
}

#intouch ul {
	list-style-type: square;
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	list-style-image: url(/site-images/bullet-blue.gif);
}
#intouch li {
	color: #FFF;
}
#telematics ul {
	list-style-type: square;
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	list-style-image: url(/site-images/bullet-green.gif);
}
#telematics li {
	color: #FFF;
}
h2 {
	color: #e30000;
	font-style: italic;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
#intouch h2 {
	color:#00A0CA;
}
#telematics h2 {
	color:#31B931;
}
hr {
	color: #FFF;
	height: 1px;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	list-style-type: square;
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	list-style-image: url(/site-images/bullet-red.gif);
}
.li {
	color: #FFF;
}

.footer {
	background-image: url(/site-images/footer-tile.gif);
	background-repeat: repeat-x;
	height: 21px;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 5px;
	border: 2px solid #FFF;
	text-align: right;
	background-color: #c32f31;
	padding-right: 10px;
}
.footer a {
	color: #FFF;
}
.supleftcol {
	float: left;
	width: 190px;
	text-align: center;
}
.supleftcol img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.suprightcol {
	float: left;
	margin-left: 50px;
	width: 730px;
}
.comingsoon {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.privacypolicy {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.contact h1 {
	color: #FFF;
	font-size: 14px;
}
.contact h2 {
	color: #E30000;
	font-size: 12px;
}


/*************** FORMS ***************/
/* Form Related */
.submitButton {
}
p.error {
}

/* Newsletter Sign Up Form - SIGNUPFORM */
.newsletterSignUp {
}

/*************** NAVIGATION ***************/
/* Site Navigation - MAINSITENAV */
ul.mainsitenav {
}
ul.mainsitenav li {
}

/* Sub Navigation - SUBSITENAV */
ul.subsitenav {
}
ul.subsitenav li {
}

/* Child Navigation - CHILDNAV */
ul.childitems {
}
ul.childitems li {
}

/* Sibling Navigation - SIBLINGNAV */
ul.siblingitems {
}
ul.siblingitems li {
}

/*************** DROP DOWN ***************/
/* Refer to dropdown.css */

/*************** PHOTO GALLERY ***************/

/* Photos Category List - PHOTOCATLIST */
ul.photoscatlist {
}

/* Photos Category List - THUMBPHOTOCATLIST */
ul.thumb_photoscatlist {
}

/*************** BLOGS ***************/

/* Blog Category List - BLOGCATLIST */
ul.blogcatlist {
}

/* Blog Category List - BLOGARCHIVELIST */
ul.blogarchivelist {
}

/* Blog Comment Form - ADDCOMMENTFORM */
.addcommentform {
}
