HTML, BODY 
{
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#ffffff;
	text-align: left;
}

TABLE, TD 
{
	font-size: 1em;
}

TH 
{
	color:#ffffff;
	background-color: #888888;
}

TR
{
	vertical-align:top;
}

IMG 
{
	margin: 0px;
	padding: 0px;
	border: none;
}

P 
{
	font-family: Helvetica,Arial,sans-serif;
	margin: 0 0 1em 0;
}

H1 
{
	font-size:18px;
	color: #5AAE86;
}

H2 
{
	font-size:14px;
}

H3 
{
	font-size:12px;
}

H4, H5, H6 
{
	font-size:12px;
}

INPUT, SELECT, TEXTAREA 
{
	font-size: 1em;
}

FORM 
{
	display:inline;
}

.Small
{
	font-size: 11px;
}

.Medium
{
	font-size: 12px;
}

.Large
{
	font-size: 15px;
}

.Bold 
{
	font-weight:bold;
}

.TinyTextBox
{
	width: 100px;
	height: 15px;
	border: 1px solid #A5ACB2;
}

.SmallTextBox
{
	width: 150px;
	height: 15px;
	border: 1px solid #A5ACB2;
}

.MediumTextBox
{
	width: 200px;
	height: 15px;
	border: 1px solid #A5ACB2;
}

.LargeTextBox
{
	width: 250px;
	height: 15px;
	border: 1px solid #A5ACB2;
}

.BottomPadSmall
{
	PADDING-BOTTOM: 5px;
}

.BottomPadMedium
{
	PADDING-BOTTOM: 10px;
}

.BottomPadLarge
{
	PADDING-BOTTOM: 20px;
}

.TopPadSmall
{
	PADDING-TOP: 5px;
}

.TopPadMedium
{
	PADDING-TOP: 10px;
}

.TopPadLarge
{
	PADDING-TOP: 20px;
}

.LeftPadSmall
{
	PADDING-LEFT: 5px;
}

.LeftPadMedium
{
	PADDING-LEFT: 10px;
}

.LeftPadLarge
{
	PADDING-LEFT: 20px;
}

.RightPadSmall
{
	PADDING-RIGHT: 5px;
}

.RightPadMedium
{
	PADDING-RIGHT: 10px;
}

.RightPadLarge
{
	PADDING-RIGHT: 20px;
}

.center 
{
	text-align:center;
}

.mainTitle 
{
	font-size:38px;
	color: #5AAE86;
}

.slogan
{
	font-size:18px;
	color: #5AAE86;
}

a, a:link, a:visited, a:active 
{
	color:#005DAB;
	text-decoration:underline;
}

a:hover 
{
	color: #005DAB;
	text-decoration:none;
}

/* lightbox - image popup classes - Start */
#lightbox
{
	background-color:#eee;
	padding: 5px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption
{
    float: left; 
}

#keyboardMsg
{
    float: right; 
}

#closeButton
{ 
    top: 5px; 
    right: 5px; 
}

#lightbox img
{ 
    border: none; 
    clear: both;
} 

#overlay img
{ 
	border: none; 
}
/* lightbox - image popup classes - End */


/* tabs css */
#activeNavigation a
{ 
color: #fff; 
background: #2166A4 url("/images/tab-blue-left2.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#activeNavigation a span 
{ 
background: url("/images/tab-blue-right2.gif") right top no-repeat; 
padding-right: 10px 
} 

#activeNavigation a, #activeNavigation a span 
{ 
display: block; 
float: left 
} 

#activeNavigation 
{ 
list-style: none; 
padding: 0; 
margin: 0 
} 

#activeNavigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 
}


#navigation a 
{ 
color: #fff; 
background: #5AAE86 url("/images/tab-green-left2.jpg") left top no-repeat; 
text-decoration: none; 
padding-left: 10px; 
cursor: pointer;
} 

#navigation a span 
{ 
background: url("/images/tab-green-right2.jpg") right top no-repeat; 
padding-right: 10px;
cursor: pointer;
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: left;
cursor: pointer;
} 



#navigation a:hover 
{ 
color: #fff; 
background: #9BE190 url("/images/tab-green-left-hover.jpg") left top no-repeat; 
text-decoration: none; 
padding-left: 10px;
cursor: pointer;
} 

#navigation a:hover span 
{ 
background: url("/images/tab-green-right-hover.jpg") right top no-repeat; 
padding-right: 10px;
cursor: pointer;
} 



#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0;
cursor: pointer;
} 

#navigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0;
cursor: pointer;
}

/* end tabs css */
