﻿/*
'************************************************
'* $HeadURL: http://svn/svn/WoodardCurran/WebCms/trunk/WebCmsSolution/Src/Webroot/includes/css/content.css $
'* $LastChangedBy: neil $
'* $LastChangedRevision: 189 $
'* $LastChangedDate: 2007-11-16 09:24:47 -0500 (Fri, 16 Nov 2007) $
'************************************************
'************************************************
'* Copyright 2007, Woodard & Curran
'************************************************
*/
body
{
	margin: 0 5px 5px 5px; 
	padding: 0 5px 5px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #333;
	}	
table, tr, thead, td
{
  font-size: 10px;
}
td.size10
{
  font-size: 10px;
}
/* image that floats right (start) */	
img.imageRight
{
	float:right;
	margin: 0 0 12px 10px;
	padding: 1px;
	border: solid 1px #dddddd;
}	
/* image that floats right (end) */	

/* image that floats left (start) */	
img.imageLeft
{
	float:left;
	margin: 0 12px 10px 0;
	padding: 1px;
	border: solid 1px #dddddd;
}

/* image that floats left (start) */	

/* HTML Tag Formatting (start) */
.h1_PrimaryTitle
{
	color:#333333;
	font-family: Arial Narrow, Arial;
	font-weight: bold;	
	font-size: 19px;
}
.h2_SecondaryTitle
{
	color:#333333;
	font-family: Arial Narrow, Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.h3_LargerFontBold 
{
	color:#3f6b94;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.h4_LargerFont 
{
	color:#333333;
	font-family: Verdana;
	font-size: 12px;
}
.h5_Bold
{
	color:#333333;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}



/* HTML Tag Formatting (end) */

/* Text formatting classes (start) */

.formFieldLabel
{
	padding-left: 10px;
	font-family: Arial Narrow;
	font-size: 16px;
	text-align: right;
	font-weight:bold;
	color: #333333;
}
.formFieldRequired
{
	padding-left: 10px;
	font-family: Arial Narrow;
	font-size: 16px;
	text-align: right;
	font-weight:bold;
	color: #990000;
}
ul.custom-bullet 
{
  list-style: none;
	margin: 0px;
	padding-left: 1.1em;
	text-indent: -1em;
}
.newsTitle
{
  font-family: Garamond, Times New Roman;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.newsTitle a:link, .newsTitle a:visited, .newsTitle a:hover
{
  font-family: Garamond, Times New Roman;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

hr.gray
{
  border: 0;
  height: 1px;
  color: #c6c6c6;
  background-color: #c6c6c6;
  margin-bottom: 15px;
}


div.titleContainer
{
  margin: 0px 0px 10px 0px;
}
div.titleLeftTop
{
  text-align: left;
  color:#333333;
	font-family: Arial Narrow, Arial;
	font-weight: bold;	
	font-size: 19px;
	border-bottom: solid 1px #333333;
	padding: 0px;
	margin: 0px;
	line-height: 0.8em;
}
div.titleRightBottom
{
  text-align: right;
  color:#333333;
	font-family: Arial Narrow, Arial;
	font-size: 19px;
	padding: 0px;
	margin: 0px;
	height: 10px;
	line-height: 0.8em;
}
/* Text formatting classes (end) */
