/* Global Definitions */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background-color: #000;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #CCC;
}

.clr {
	clear: both;
}


strong {
	font-weight: bold;
}


td
{
	vertical-align: top;
}

h4 {
	color: #FFFFFF;
	background-color: #CCCCCC;
	margin: 0 0 5px 0;
	padding: 0 10px 0 10px;
}

/* end of global definitions */


#tagline {
	width: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;	
}


#tagline p {
	font-size: 12px;
	margin: 5px 0 4px 10px;
}

#tagline a {
	font-size: 12px;
	text-decoration: underline;
	display: block;
	margin: 4px 0 4px 10px;
	color: #fff;	
}

#tagline a:hover {
	color: #FFFF99;	
}

#adminmenu {
	width: 100%;
}

#adminmenu a
{
	text-decoration: underline;
	margin: 0 0 0 5px;
	font-size: 12px;
	color: #AB2035;
	background: none;
	font-weight: bold; 
	border-bottom: 0;
}

#adminmenu a:hover
{
	color: #000000;
	font-weight: bold;
}

#adminmenu p {
	color: #AB2035;
	font-weight: bold;
	margin: 0;
	}


#h-contact
{
	margin: 5px 5px 0 5px;
	color: #666;
	font-size: 11px;
}

#h-contact a
{
	text-decoration: none;
	color: #666;
}

#h-contact a:hover
{
	text-decoration: none;
	color: #69c;
}

#mainmenu 
{
	padding: 1px 5px 1px 10px;
	width: 220px;
}

#mainmenu ul
{
	margin: 0 0 0 15px;
	padding: 0;
	width: 215px;
	list-style-type: none;
	list-style-image: url(../images/bullet-lg.gif);
}

#mainmenu li
{
	margin: 0 0 0 15px;
	padding: 0 0 3px 0;
}




#leftcol
{
	width: 200px;
	padding: 5px 0 5px 5px;
}

#leftcol p
{ 
	margin: 10px;
	font-size: 12px;
}

#leftcol img,
#rightcol img
{
	/*margin: 5px auto;*/
	/*padding: 5px;*/
	/*border: 1px solid #ccc;*/
	text-decoration: none;
	background: none;
}

#leftcol ul
{
	/*list-style-type: none;*/
	margin: 5px 15px 5px 0;
	padding-left: 15px;	
}

#leftcol li
{
	list-style-image: url(../images/bullet-sm.gif);
	margin-left: 15px;
}




#leftcol a,
#mainmenu a
{
	text-decoration: none;
	border-bottom: 1px dotted red;
	color: #000;
	margin: 10px 0 10px 0;
}

#leftcol a:hover,
#mainmenu a:hover
{
	color: #000000;
	/*text-decoration: none;*/
	border-bottom: 1px solid #6699CC;
	font-weight: bold;
}

#leftcol h2,
#mainmenu h2
{
	color: #c5003d;
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	text-transform: capitalize;
	font-weight: bold;
}

#leftcol h3,
#mainmenu h3,
#content h3
{
	margin: 15px 0 5px 0;
	font-size: 12px;
	color: #c5003d;
	/*clear: both;*/
}

#content
{
	width: 75%;
	font-size: 12px;
	padding: 0 30px 0 30px;
}

#content p, dd, td
{
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

#content h1
{
	font-size: 20px;
	color:#000000;
	margin: 13px 0 5px 0;
	font-weight: bold;
}

#content h2
{
	color: #c5003d;
	font-size: 14px;
	clear: both;
	margin: 30px 0 5px 0;
	font-weight: bold;
}

#content h3
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 15px;
}

#content a
{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted red;
}

#content a:hover
{
	color: #3333CC;
	text-decoration: none;
	border-bottom: 1px solid #3333cc;
}

#content a.linkimg,
#rightcol a.linkimg
{
	text-decoration: none;
	border-bottom: 0px solid #000;
}

#content a.linkimg:hover,
#rightcol a.linkimg:hover
{
	text-decoration: none;
	border-bottom: 0px solid #000;
}

#content ul
{
	/*margin: 5px 15px 5px 0;*/
	margin: 5px 0 5px 25px;
	/*padding-left: 15px;*/
}

#content li
{
	/*margin-left: 15px;
	padding: 0 0 7px 0;*/
	padding: 0 0 10px 5px;
	line-height: 15px;
	list-style-image: url(../images/bullet-sm.gif);
}

#content dl
{
	margin: 5px 0 0 15px;
}

#content dt
{
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 10px 10px;

}

#content dd
{
	margin: 0 0 10px 0;
}

#content img
{
	padding: 5px;
}



.border
{
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 3px;
}

#content img.clear,
#leftcol img.clear,
#rightcol img.clear,
#content a.clear,
#rightcol a.clear
{
	border: 0;
}

#content a.clear,
#rightcol a.clear,
#rightcol img.clear
{
	background: none;
}

#content table.interior
{
	background: #fff;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #c5003d;
	border-collapse: collapse;
}

#content h2.emphasizeheader {
	font-size: 20px;
	clear: both;
}

table.interior th,
table.interior td
{
	padding: 5px 5px;
	font-size: 12px;
	border-bottom: 1px solid #c5003d;
}

table.interior th
{
	background: #c5003d;
	color: #fff;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#content table.interior th a
{
	text-decoration: underline;
	color: #fff;
}

table.interior td.colored
{
	background: #ccc;
	width: 215px;
	font-weight: bold;
}

#rightcol
{
	width: 175px;
	font-size: 12px;
	padding: 15px;
}

#rightcol p {
	margin: 5px 0 10px 0;
	font-weight: bold;
}

#rightcol a
{
	text-decoration: none;
	border-bottom: 1px dotted red;
	color: #666;
	font-weight: bold;
	/*margin: 0 0 20px 5px;*/
	height: auto;
		margin: 0 0 0 0;

}
#rightcol a:hover
{
	color: #6699CC;
	border-bottom: 1px solid #6699CC;
	padding: 0;
}
#rightcol a:hover
{
	color: #6699CC;
	text-decoration: none;

}

#right-images
{
	width: 100%;
	margin: 0;
	padding : 0;
	text-align: center;
}



/*#mainmenu img
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: none;
}*/


#rightcol h2, 
#nonmenu h2
{
	color: #c5003d;
	font-size: 12px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

#rightcol ul
{
	margin: 5px 15px 5px 0;
	padding-left: 15px;
}

#rightcol li
{
	margin-left: 15px;
	padding: 0 0 7px 0;
	line-height: 12px;
	list-style-image: url(../images/bullet-sm.gif);
}


#footer
{
	text-align: left;
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
	/*margin-left: 5px;*/
}

	
#footer a {
	font-size: 1em;
	text-decoration: underline;
	color: #AB2035;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 11px;
}

#footer a:hover {
	font-size: 11px;
	margin: 0 10px;
	color: #000000;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#copyright {
	font-size: 10px;
	color: #999;
	padding: 10px;
}

#copyright a {
	text-decoration: underline;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	margin-right: 0;
}

#copyright a:hover {
	color: #AB2035;
	font-size: 10px;
	margin-left: 0;
	margin-right: 0;
}





/*	general styles	*/
.float-left
{
	float: left;
	margin: 10px;
}

.float-center
{
	float: none;
}



.float-right
{
	float: right;
	margin: 10px;
}

/* Horizontal Rule */
.hr-dotted-line-grey
{
	width:50%;
	background: url(../images/bg/dotted-line.gif) repeat-x center center;
	padding: 10px 0 10px 25px;
}

/* H1 Underline*/
.dotted-line-grey
{
	background: url(../images/bg/dotted-line.gif) repeat-x bottom;
	padding: 0 0 2px 0;
	color:#000000;
	font-size: 16px;
}

.dotted-line-red
{
	width:50%;
	background: url(../images/bg/underline.gif) repeat-x;
	padding: 0 0 5px 0;
}
.formfieldtitle {
	font-size: 12px;
	color: #AB2035;
	text-align: right;
	padding: 5px 5px 0 0;
}
.formsectiontitle {
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	padding-left: 10px;
}
.testimonialby {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 0 0;
	line-height: 12px;
}

.emphasizetext1 {
	font-weight: bold;
	color: #C5003D;
}

.emphasizetext2 {
	font-weight: bold;
	color: #007223;
}
.outline {
	border: thin solid #CCCCCC;
}
.formfield {
	font-size: 12px;
	height: 12px;
	padding: 5px 5px 0 0;
	color: #000000;
	font-weight: bold;
}
.clicktoenlarge {
	font-size: 10px;
	line-height: 20px;
}
.center {
	text-align: center;
}
