/***************************** body *****************************/

body {
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0px;
	background-color: #dad4ce;
}

body, p, ul,ol, h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	line-height: 150%;
}

.line {
	color: #CC0000;
}

/***************************** links *****************************/

a:link, a:visited {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

/***************************** headings *****************************/

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: medium;
	color: #C00;
	line-height: 100%;
	font-weight: bold;
}

h2 {
	font-size: small;
	color: #C00;
	line-height: normal;
	font-weight: bold;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #999999;
}

h4 {
	font-size: x-small;
}

h5 {
	font-size: xx-small; 
	 color: #396478;
}

/***************************** boxes *****************************/

.boxheading
{
	font-size: 11pt;
	;
	font-weight: bold;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.boxsubheading
{
	color:#FF0000;
	font-weight:bold;
	font-size: 10pt;
	padding-bottom: 5px;
}

.boxtext
{
	line-height:100%;
	font-size: 9pt;
	color: #030303;
	font-family: Arial, Helvetica, sans-serif;
}

/***************************** subscription form  *****************************/

.floatform {
	position:relative;
}
#subForm {
	border:#de1a1b solid 2px;
	display:block;
	width:200px;
	padding:10px;
	background-color:#eeebe6; 
	position:relative;
	float:right;
	margin-left:20px;

}
span.label,span.spacer,span.multiple span {
	width:120px;
}
.subtext	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:0;padding:0;
} 
span.button {
	padding-top:10px;
} 
.input	{
	width:180px;
	color: rgb(102, 102, 102);
	padding:.1em;
	margin:5px 0;
}

/***************************** facebook like button *****************************/

.fb_iframe_widget {
margin-top:-2px;
}

/***************************** add this toolbox *****************************/

.addthis_toolbox, addthis_default_style  {
margin-left:20px;

}


/***************************** template bits *****************************/

.template_1col_banner
{
	background-image:url(images/template_images/Cinajus_template_banner_01.jpg);
	background-repeat:no-repeat;
	background-color:#999;
}

.template_2col_banner
{
	background-image:url(images/template_images/Cinajus_template_banner_02.jpg);
	background-repeat:no-repeat;
	background-color:#999;
}

.template_1col_back
{
	background-image:url(images/template_images/Cinajus_template_back_01.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
}

.template_2col_back
{
	background-image:url(images/template_images/Cinajus_template_back_02.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
}

.template_1col_footer
{
	background-image:url(images/template_images/Cinajus_template_foot_01.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

.template_2col_footer
{
	background-image:url(images/template_images/Cinajus_template_foot_02.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

