/*//////////////////////////////////////////
Main Structure of Divs and body
Designed By: Cinnova International
Designed For: Cinnova International
//////////////////////////////////////////*/
body{
margin: 0px;
padding: 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666666;
text-align: center;
background: url(../images/bg.jpg) repeat;
}

*{
padding: 0px;
margin: 0px;
}

/*/////////////////////////////////////
Layout Structure Goes here
/////////////////////////////////////*/
#baseContainer{
width: 778px;
text-align: left;
margin: 0 auto;
}

#firstLevelNav{
width: 778px;
color: #FFFFFF;
margin: 8px 0px 8px 0px;
padding: 0px 5px 0px 0px;
font-size: 10px;
text-align: right;
cursor: default;
}

#mainContainer{
width: 777px;
padding: 0px 0px 6px 0px;
background: #FFFFFF	 url(../images/mainContainer_bShadow.jpg) bottom repeat-x;
margin: 0px;
clear: both;
float: left;
}

#Container{
width: 778px;
background: #FFFFFF url(../images/Container_lShadow.jpg) right repeat-y;
text-align: left;
margin: 0;
padding: 0;
float: left;
}

#secondLevelNav{
width: 778px;
height: 62px;
background: #FFFFFF url(../images/secondLevelNav_bg.jpg) repeat-x;
font-size: 11px;
padding: 0px;
margin: 0px;
}

#secondLevelNav li{
display: inline;
list-style-type: none;
background: url(../images/second_level.jpg) no-repeat left;
background-position: 0 -1px;
padding: 0px 0px 0px 11px;
margin: 0px 10px 0px 0px;
float: left;
}

#leftNav{
width: 145px;
padding: 3px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
clear: both;
}

#leftNav ul{
margin: 0px;
padding: 0px;
list-style-type:none;

}

#colorcontentHolder{
background: #FCFDF2;
float: left;
clear: right;
}

#contentHolder{
max-width: 610px;
background: #FEFEFB url(../images/content_holder.jpg) repeat-x;
padding: 0px 10px 10px 11px;
margin: 0px;
float: left;
clear: right;
}

* html #contentHolder{
background: #FEFEFB url(../images/Ie6Shadow.jpg) repeat-x;
}

#footer{
width: 768px;
margin: 0px;
padding: 6px 5px 40px 5px;
color: #FFFFFF;
background: inherit;
font-size: 10px;
clear: both;
}

/*//////////////////////////////////
Advanced Select Style
//////////////////////////////////*/
.defaultWidth{
padding: 0px 0px 0px 57px;
display: inline;
}

html* .defaultWidth{
padding: 0px 0px 0px 55px;
}


.listStyle{
display: inline;
margin: 0px 0px 0px 10px;
}

.inlineListStyle{
display: inline;
margin: 0px;
padding: 0px;

}

.inlineListStyle a
{
color:# 000;
}

.inlineListStyle a:hover
{
margin: 0px;
padding: 0px;
}



.inputText{
border: 1px solid #CCCCCC;
font-size: 10px;
}

.listRight{
text-align: right;
margin: 0px 15px 0px 0px;
padding: 0px;
display: inline;
float: left;
clear: none;
}

.externalLinks{
background: url(../images/nw.jpg) right no-repeat;
padding-right: 16px;
}

.mailLinks{
background: url(../images/nw.jpg) right no-repeat;
padding-right: 20px;
}

.popLinks{
background: url(../images/nw.jpg) right no-repeat;
padding-right: 20px;
}

#contentHolder ul{
margin-bottom: 10px;
float: left;
width: 100%;
}

#contentHolder li{
	list-style:none;
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
	background: url(../images/li_bg.gif) left top no-repeat;
	line-height: 13px;
	color: #666666;
	font-size: 10px;
}


#contentHolder ol li{
	list-style-type: decimal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	background: none;
}

#contentHolder #formbox ol li{
	list-style: none;
}

#contentHolder a{
color: #550000;
text-decoration: none;
}

#contentHolder a:hover{
color: #222222;
text-decoration: underline;
}

/*//////////////////////////////////
Universal Selector Style
//////////////////////////////////*/
body div p{
font-size: 10px;
line-height: 13px;
padding: 0px 15px 0px 0px;
margin: 0px 0px 7px 0px;
text-decoration: none;
}

body ul, ol{
margin: 0px;
padding: 0px;
}

a{
color: #FFFFFF;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.tabletext{
font-size: 10px;
line-height: 13px;
padding: 0px 15px 0px 0px;
margin: 0px 0px 5px 0px;
text-decoration: none;
}

.inputText{
border: 1px solid #CCCCCC;
font-size: 10px;
}

.subsubHeading{
color: #454545;
font-size: 14px;
font-weight: bold;
padding: 0 0 2px 0;
display: block;
}


fieldset {
	padding: 0px 15px 0px 10px;
	background-color: #F9FCFF;
	overflow: auto;
}
legend {
	padding: 2px 5px;
	margin-left: -10px;
	color: #9E7523;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#E9E9E9;
}
fieldset fieldset legend {
	font-size: 90%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */

.specialtext{
background: url(../images/text-bg.gif) repeat-x #FFF;
border: 1px solid #B5B8C8;
}

.specialtext:focus{
border: 1px solid #7EADD9;
}


/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 8px 2px 1px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.myFormfields  {
	margin: 0 2px 0 0;
}
.myFormfields[type=text], .myFormfields[type=password] {
}
/* Buttons ======================================================================= */

form .actions {
	text-align: right;
	margin: 10px 0 8px 0;	
}
label.preField, form .inlineSection .oneField .inlineLabel {
	white-space: nowrap;
}
/* Base */
label, form .label {	
	color: #666666;
	font-size: 9px;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
/*	margin: 0.6em 4px 0 0;*/
/*	padding: 0 2px 2px 2px;*/
/*	min-width: 9em;*/
/*	border-bottom: 1px dotted #aaa;*/
}

.leftNavigationClass ul
{
 	margin:0px;
	padding:0px;

}

.leftNavigationClass li
{
	list-style-type:none;
	line-height:18px;
}

.leftNavigationClass a
{

	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold; */
	font-size: 11px; 
	color:#515151;
	text-decoration:none;
	display: inline;
	
	
}

.leftNavigationClass a:hover
{

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px; 
	color:#ff6600;
	text-decoration:none;
}

.rightNavigationClass ul
{
 	margin:0px;
	padding:0px;

}

.rightNavigationClass li
{
	list-style-type:none;
}

.rightNavigationClass a
{

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px; 
	color:#515151;
	text-decoration:none;
	display: inline;
	
}

.rightNavigationClass a:hover
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#ff6600;
	text-decoration:none;
}

