/*  Universal Surveys - Developed by Net Dimensions Inc. - www.netdimensions.ca */

/*  general -----------------------------------------------  */


body {
	margin: 0px 0px 0px 0px;
	background-color: #303030;
	font-family: verdana;
	font-size: 10px;
	color: #555555;
}

a:link {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #A60404;
	font-weight: normal;
	background-color: transparent;
}

a:visited {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #A60404;
	font-weight: normal;
	background-color: transparent;
}

a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #A60404;
	font-weight: normal;
	background-color: transparent;
}

/*  text -------------------------------------------------  */

.body {
	font-family: verdana;
	line-height: 1.6em;
	font-size: 10px;
}

.body2 {
	font-family: verdana;
	line-height: 1.2em;
	font-size: 10px;
	margin-bottom: 8px;
}

.bodyNews {
	font-family: verdana;
	line-height: 1.6em;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 25px;
}

.title {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsDate {
	font-family: verdana;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: bold;
}

.newsItem {
	font-family: verdana;
	line-height: 1.3em;
	font-size: 10px;
	font-weight: normal;
}

.white {
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

.location {
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

/*  tables -----------------------------------------------  */

table.master {
	width: 765;
	height: 100%;
}

td.content {
	/*background: url(../images/bg_image1.jpg) no-repeat right bottom;*/
	width: 100%;
	height: 100%;
	padding: 0px 15px 0px 15px;
	background-color: #ffffff;
}

td.main {
	width: 496;
	height: 100%;
	padding: 40px 0px 50px 80px;
}

td.subNav {
	width: 159;
	height: 100%;
	padding: 89px 0px 50px 0px;
	font-family: verdana;
	font-size: 10px;
}

td.siContent {
	background-color: #ffffff;
	padding: 40px 15px 15px 15px;
}
td.siClose {
	background-color: #ffffff;
	padding: 8px 15px 15px 15px;
}


td.win {
	font-family: verdana;
	line-height: 1.6em;
	font-size: 10px;
	font-weight: normal;
	background-color: #ededed;
	padding: 4px 6px 0px 6px;
}

.cr {
	width: 665px;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-color: #ffffff;
	background-color: #303030;
	padding: 10px 0px 10px 0px;
}

.siteInfo {
	width: 100px;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-color: #ffffff;
	background-color: #303030;
	padding: 10px 0px 10px 0px;
}
	
/*  forms -----------------------------------------------  */

input.text {
	width: 200px;
	height: 18px;
	font-family: verdana;
	font-size: 11px;
	padding-left: 2px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #ffffff;
}

input.phone {
	width: 28px;
	height: 18px;
	font-family: verdana;
	font-size: 11px;
	padding-left: 2px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #ffffff;
}

input.phone2 {
	width: 36px;
	height: 18px;
	font-family: verdana;
	font-size: 11px;
	padding-left: 2px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #ffffff;
}

.TextArea {						
	background-color: #fff;
	border: 1px solid #333333;
	font-family: verdana;
	font-size: 11px;
	padding-left: 2px;
	color: #333333;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #8BBC01;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

.servicesDrop {	
	width: 400px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #A60404;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 35px;
}

/*  sub links -----------------------------------------------  */


a:link.footer {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background-color: transparent;
}

a:visited.footer {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background-color: transparent;
}

a:hover.footer {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	background-color: transparent;
}

