@charset "UTF-8";
/* CSS Document */

/*
 *	base.css
 *
 *	This file defines the basic styles for the site.
 *	The main content should use these styles except
 *	in special cases.
 *	In other words, this file should style the elements as they should
 *	look in the main content area.
 */


/*
 *	Required style defs
 */
body
{
	/* recommended styles */

	/* add custom styles here */
	font-family: verdana, sans-serif;
	background-color: #768896;
	color: #666666;
	font-size: 12px;
}

h1
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 24px;
	font-weight: bold;
	color: #768896;
	padding-bottom: 26px;
}

h2
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding: 25px 0px;
}

h3
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 2px;
}

h4
{
	font-size: 10px;
	color: #768896;
	font-weight: bold;
	padding-bottom: 8px;
}

a
{ color: #768896;font-weight: bold;}

a:link
{ color: #768896;font-weight: bold;}


a:visited
{}
a:hover
{}
a:active
{ color: #768896;font-weight: bold;}
a[mce_href]
{ color: #768896 !important;
font-weight: bold !important;
}

p
{
	/* recommended styles */

	/* add custom styles here */
	padding-bottom: 1em;
	line-height: 125%;
}

ul
{
	/* recommended styles */
	list-style: disc outside;
	margin-left: 2em;

	/* add custom styles here */
	padding-bottom: 1em;
}
ol
{
	/* recommended styles */
	list-style: decimal outside;
	margin-left: 2.5em;

	/* add custom styles here */
	padding-bottom: 1em;
}

hr{}

div {}

li {}

.row span.label
{
	display:block;
        padding: 3px;
}
.field input
{
	width: 300px;
        padding: 2px;
        margin: 0 0 5px 0;
}
input {}

select {
       padding: 2px;
       margin: 0 0 5px 0;
}
textarea{
       margin: 0 0 5px 0;
       padding: 2px;
}

/* reset.css removes this */
strong
{
	font-weight: bold;
}

/* reset.css removes this */
em
{
	font-style: italic;
}


/*
 *	Optional style defs
 *
 *	These are elements that should be specified
 *	for a more complete style sheet.
abbr
acronym
button
 */
table
{
	/* recommended styles */

	/* add custom styles here */
	background-color: #eee;
}
caption
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
	background-color: #888;
}
th
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
}
td
{
	/* recommended styles */

	/* add custom styles here */
	/*border: 1px solid #888;*/
}
blockquote
{
	/* recommended styles */

	/* add custom styles here */
	padding-left: 2em;
}
cite
{
	/* recommended styles */
	font-style: italic;

	/* add custom styles here */
}
code
{
	/* recommended styles */
	white-space: pre;

	/* add custom styles here */
}
/*
dd
h4
h5
h6
...
 */
