/* initially set margin and padding to zero for all browsers */
* {
	margin: 0;
	padding: 0;
}

/* div definitions */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
#header {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#page_content {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#curved_box {
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border: solid 1px white;
}
#footer {
	background-repeat: repeat-x;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#footer p {
	font-size: 10px;
}
#footer_links { color: #666; font-size: 10px; font-style: normal; }
#LiveChat {
}
/* html elements */

body { color: #666; background-color: #ffffff;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

p { color: #666; font-size: 12px; line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px; 
}
h1 { color: #b7babb; font-size: 19px; line-height: 28px; margin-bottom: 10px; }
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
h3 { color: #6d6f71; font-size: 14px; font-weight: bold; line-height: 17px;}
h4 { font-size: 14px; color: #666666;  font-weight: bold; line-height: 18px; }
h5 { color: #c2c5c6; font-size: 41px; font-weight: bold; letter-spacing:-1px; margin-top: 5px; margin-bottom: 5px; }
h6 { color: #79cb21; font-size: 50px; font-weight: bolder;  line-height: 45px; letter-spacing:-2px;  margin-bottom: 10px; }
.headergreen {
    font-size: 20px;
	color: #60c000;
	font-weight: bold;
}
.text { color: #666; font-size: 12px; line-height: 18px;
font: 12px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px; 
}
.purple {
	color: #a36ab3; font-size: 50px; font-weight: bolder; letter-spacing:-2px;  margin-bottom: 10px; line-height: 48px;
}
.grey {
	color: #c4c5c6; font-size: 50px; font-weight: bolder; letter-spacing:-2px;  margin-bottom: 10px; line-height: 48px;
}
.big-grey {
	color: #999999; font-size: 40px; font-weight: bolder; letter-spacing:-2px;  margin-bottom: 10px; line-height: 40px;
}
.subheader { color: #5f2b87; font-size: 21px; line-height: 20px; font-weight: bolder; text-align: left; }
.subheader2 { color: #8c3d94; font-size: 18px; line-height: 18px; font-weight: bolder; text-align: left; }
.purple2 {
	color: #a36ab3; font-size: 41px; font-weight: bolder; letter-spacing:-2px;  margin-bottom: 10px; line-height: 48px;
}
.home {
    font-size: 13px;
	color: #8c3d94;
	font-weight: bold;
}
.headerpurple {
    font-size: 15px;
	color: #8c3d94;
	font-weight: bold;
}
.headerpurple2 {
	font-size: 28px;
	color: #a36ab3;
	font-weight: bold;
	line-height: 28px;
}
ul { list-style-position: outside;
	font-size: 12px;
	padding-top: 10px;
	margin-left: 20px;
}

li {
	margin-bottom: 5px;
}

input {
	margin-bottom: 10px;
}

#passForm {
	margin-left: 25px;
}

/* links */

a { text-decoration: none;
	color: #ca130a;
}
a:visited { text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* custom classes */

.redLink {
	color: #dc2400;
	font-weight: bold;
}
.BigredLink { 
	color: #c80700;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	}
.commercialLink {
	color: #339900;
	font-weight: bold;
	line-height: 150%;
	font-size: 13px;
	}
	.commercialLink:hover {
	color: #71e100;
	font-weight: bold;
	line-height: 150%;
	font-size: 13px;
	}
.heavygrey {
	color: #666;
	font-weight: bold;
	line-height: 110%;
	font-size: 13px;
	}	
.newsLink {
	color: #872d92;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	text-decoration: underline;
	}
.newsLink:hover {
	color: #a831b6;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	text-decoration: underline;
	}
.newsLink2 {
	text-align: center; 
	color: #6a3296;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	}
.newsLink2:hover {
    text-align: center; 
	color: #a251e1;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	}
.toplink { 
	color: #8d8d8d; 
	font-size: 12px;}
.toplink:hover { 
	color: #dc2400; 
	font-size: 12px;}
.newsItem {
	list-style-position: outside;
	list-style-image: url(../images/common/triangle_right.gif);
	font-size: 10px;
	line-height: 14px;
}

.btn_tight {
	margin-top: -5px;
}

.btn_space {
	margin-top: 5px;
}

.news {
	width: 175px;
	margin-left: 10px;
}
.news_headers {
    font-size: 14px;
	color: #5f2b87;
	font-weight: bold;
}
.smallBold {
	font-size: 10px;
	font-weight: bold; }

.button {
	font-family:Tahoma,Verdana,San-Serif;
	font-size:12px;
	padding:0;
	margin:0;
	width:80px;
	height:30px;
	background: #BBBBBB url(../images/common/button.jpg) repeat-x;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input {
	font-family: Verdana;
	font-size: 10pt;
	border-color: #555555;
	background-color: #FCFCFC;
	border-width: 1;
	border-style: solid;
	margin: 1;
}
.makered { }
.top-line {
	height: 30px;
	width: 800px;
	float: left;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	vertical-align: middle;
	margin-top: 35px;
}
.title {
	float: left;
	height: 35px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #999;
	text-align: left;
	vertical-align: middle;
	margin-top: 15px;
}

