/* Generic Custom Styling CSS */

/* Initial Styling */

html,
body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
color:#D42028;
text-decoration:none;
outline: none;
}

a img {
outline: none;
}

a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: underline;
	cursor:pointer;
}

table{
border-spacing:0px;
}

/* Title Text */

.contentheading, .componentheading, .blog_more strong{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
    font-size: 18px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.buttonheading{
display:none;	
}

/* Small Text */

small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */

h1, h1 a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
font-size:15px;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-variant:normal;
line-height:15px;
display: inline;
}

h2, h2 a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
font-size:14px;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-variant:normal;
line-height:14px;
display: inline;
}

h3, h3 a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
font-size:13px;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-variant:normal;
line-height:13px;
display: inline;
}

h4, h4 a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-variant:normal;
line-height:12px;
display: inline;
}
h5, h5 a {
color:#ffffff;
font-weight:normal;
text-decoration:none;
font-size:11px;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-variant:normal;
line-height:11px;
display: inline;
}
h6, h6 a {
color:#ffffff;
font-weight:normal;
text-decoration:none;
font-size:10px;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-variant:normal;
line-height:10px;
display: inline;
}

/* Other Parameters */

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	border: none;
}

ul { padding-left:30px; }

/* End Initial Styling */

#Right embed{ margin:18px 0px 20px 20px; }

#Cat-Points { width:320px; float:left; }
#Cat-Images { float:left; margin-bottom:15px; width:360px; }

#side-menu { list-style-image:url(../images/side-bullet.png); }
#side-menu a { color:#ffffff; display:block; width:99%; padding:.5%; }
#side-menu a:hover { color:#ffffff; background-color:#666666; text-decoration:none; }

#side-menu-title-1 { background-color:#02451A; display:block; font-size:12px; font-weight:bold; height:16px; margin-top:12px; padding:2%; text-align:center; width:96%; }
#side-menu-title-2 { background-color:#d12028; display:block; font-size:12px; font-weight:bold; height:16px; margin-top:12px; padding:2%; text-align:center; width:96%; }

#form1 img {margin-top:-4px;}
