/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background: #FFF url( "../Images/bodybg.gif" ) repeat-x 0 -19px;
	margin: 0;
	padding: 10px;
}

BODY, TD, TH, OL, LI, UL
{
	font: normal 12px arial,verdana,helvetica,tahoma;
	color: #222;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	margin: 0;
	padding: 0;
}

H1
{
	color: #037;
	font: bold 24px Tahoma,verdana,Arial;
	padding-bottom: 10px;
}

H4
{
	padding-bottom:10px;
}

H6
{
	padding: 5px;
	background: #EEE;
	font-size: 12px;
	font-weight: bold;
}

A:link, A:visited, A:active
{
	color: #33c;
}

A:hover
{
	text-decoration: none;
	color: #33c;
}

TH
{
	text-align: left;
	font:bold 13px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 5px;
	background: #FEC;
}

TD
{
	vertical-align: top;
	padding: 5px;
}

UL
{
	margin:0;
	margin-left:20px;
	padding-left:20px;
	list-style-type: square;
}

LI
{
	padding-bottom: 2px;
}

#page
{
}

#contentarea
{
	float: none;
	clear: none;
	display: block;
}

#contentleft
{
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	display: block;
}

#contentright
{
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	border-left: solid 1px #CCC;
	width: 250px;
	clear:none;
}

#header
{
	padding-bottom: 10px;
}

#footer
{
	border-top: solid 1px #CCC;
	padding-top: 10px;
}

#navigationcontainer
{
	clear:both;
}

#navigation
{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#navigation A:link, #navigation A:visited, #navigation A:hover, #navigation A:active
{
	background: #037 url(../images/menuleftbg.gif) no-repeat top left;
	text-decoration: none;
	color: #FFF;
	margin-right: 1px;
}

#navigation A:hover
{
	background-color: #FB7;
	color: #037;
}

#navigation A SPAN
{
	background: url(../images/menurightbg.gif) no-repeat top right;
	padding: 6px 10px 4px 10px;
}

.current
{
	background-color: #FB7!important;
	color: #222!important;
}

#homeleft
{
	width: 400px;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #CCC;
}

#homeright
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.author
{
	color: #888;
	font-weight: bold;
	padding-bottom:5px;
}

.alert
{
	color: #F00;
}

.articles
{
	background: url(../images/bullets.gif) no-repeat top left;
	padding-left:25px;
	padding-bottom:5px;
}

.readmore
{
	background: url(../images/more.gif) no-repeat top left;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:5px;
}

.testimonials
{
	float: none;
	clear: both;
	margin-bottom: 10px;
}

.testimonialby
{
	font-weight: bold;
	background: url(../images/testimonialarrow.gif) no-repeat 0px 5px;
	padding-left: 65px;
	padding-bottom: 5px;
	color: #555;
}

.testimonialcontent
{
	background: #EEE url(../images/menuleftbg.gif) no-repeat top left;
}

.testimonialcontent SPAN
{
	background: url(../images/menurightbg.gif) no-repeat top right;
	width: 100%;
	padding: 10px;
	padding-bottom: 0;
}

.testimonialbottom
{
	background: #EEE url(../images/menuleftbotbg.gif) no-repeat bottom left;
}

.testimonialbottom SPAN
{
	background: url(../images/menurightbotbg.gif) no-repeat bottom right;
	width: 100%;
	padding-left: 10px;
	padding-right: 0;
}

.viewall
{
	float:right;
	font-size:12px;
	font-weight:bold;
}

.highlight
{
	padding: 10px;
	background: #EEE;
	border: solid 1px #CCC;
	border-bottom: none;
}

.headerstyle
{
	font: bold 14px arial;
	background:#003377;
	color: #FFF;
}

.AlternatingItemStyle
{
	background:AntiqueWhite;
}

#formstable
{
	border-top: solid 3px #AAA;
	border-bottom: solid 3px #AAA;
}

#formstable TH
{
	padding: 5px;
	background:#EEE;
	font-weight: bold;
	border:none;
	border-bottom:solid 1px #CCC;
	vertical-align: top;
}
#formstable TD
{
	padding: 5px;
	background:#FAFAFA;
	border-bottom:solid 1px #CCC;
}

.back
{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: solid 1px #EEE;
}

INPUT, TEXTBOX, SELECT, OPTIONS, TEXTAREA
{
	font: normal 12px Arial!important;
}

.address
{
	padding: 5px;
	padding-left: 25px;
	background: #F5F5FF;
	border-bottom: solid 2px #EEEEFF;
	margin-top: 5px;
}

/* Style for Clearfix */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-Mac \*/
* html .clearfix 
{ 
	height: 1%;
}
/* End hiding from IE-Mac */

/* End of Style for Clearfix */
