/******* CRICAVA CSS STYLESHEET ******/

/******* SHARED FOUNDATION CLASSES ******/


body 
{
	background: #ECECEC;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

div.main
{
	float: left;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: 1px solid #C0C0C0;
	background: #ffffff;
}

div.top
{
	float: left;
	width: 770px;
	height: 60px;
}


div.logo
{
	float: left;
	padding-top: 10px;
}

div.top div.menu
{
	float: right;
	width: 430px;
	background: url('../images/background-top_menu.png') no-repeat;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	height: 30px;
	margin-top: 10px;
	padding-top: 10px;
}

div.menu a, div.menu a:link, div.menu a:visited
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

div.menu
{
	float: left;
	width: 775px;
	height: 50px;
}

div.menu a
{
	margin-left: 3px;
	margin-right: 3px;
}

div.menu a:hover
{
	text-decoration: underline;
}


div.leftContent
{
	float: left;
	width: 220px;
}


div.quoteBox
{
	float: left;
	margin-left: 5px;
	background: #ECECEC;
	padding-top: 5px;
	margin-bottom: 10px;
	width: 220px;
	
}

div.leftNavBar
{
	float: left;
	text-align: left;
	width: 220px;
	margin-left: 5px;
}

div.MainNavBar
{
	float: left;
	text-align: left;
	width: 490px;
	margin-left: 5px;
	clear: right;
}


div.articleList
{
	width: 180px;
	margin-left: 2px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 10px;
}

div.articleList a, div.articleList a:link, div.articleList a:visited
{
	line-height: 16px;
	padding-left: 15px;
	color: #333333;
	text-decoration: none;
	background: url('../images/arrow-right-blue.png') no-repeat;
}

div.articleList a:hover
{
	text-decoration: underline;
	color: #4E81B0;
}

div.adsense
{
	width: 200px;
	height: 90px;
	margin-left: 2px;
	border: 1px solid;
	margin-top: 10px;
}

div.rightContent
{
	float: left;
	width: 510px;
	margin-left: 20px;
}



div.headerImage
{
	
}

div.contentText
{
	float: left;
	text-align: justify;
	margin-right: 5px;
	color: #000000;
}

div.footer
{
	float: left;
	width: 770px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #c0c0c0;
	background: #ffffff;
}

div.states
{
		
}

div.copyright
{
	margin-top: 10px;
	background: #4B79A4;
	height: 20px;
	padding-top: 3px;
	color: #ffffff;
}

div.copyright a, div.copyright a:link, div.copyright a:visited
{
	color: #ffffff;
}


div.footer, div.footer a
{
	text-align: center;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 11px;
	color: #333333;
}

div.footer a
{
	text-decoration: none;
}

div.footer a:hover
{
	text-decoration: underline;
}



/****** TITLES, INPUTS AND HRS *******/


h1
{
	text-align: left;
	font-size: 20px;
	height: 30px;
	padding-left: 35px;
	padding-top: 3px;
	color: #000000;
	border-bottom: 1px solid #cdcdcd;
	text-transform: capitalize;
	background: url('../images/arrow-right-3d.png') no-repeat;
}

h2
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 13px;
	color: #333333;
	text-transform: capitalize;
}

div.leftNavBar h2
{
	background: url('../images/background-bar_title.png') repeat-x;
	height: 45px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-left: 5px;
	font-size: 15px;
	color: #ffffff;
}

div.MainNavBar h2
{
	background: url('../images/background-bar_title.png') repeat-x;
	height: 45px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-left: 5px;
	font-size: 15px;
	color: #ffffff;
}


p
{
	line-height: 16px;
}

input.textInput
{
 	border: 1px solid #c0c0c0; 
 	margin-bottom: 2px;
 	font-family: Verdana;
 	font-size: 11px;
 	color: #9D002E;
 	height: 15px;
 	padding-left: 5px;
}

textarea.textInput
{
	border: 1px solid #9D002E; 	
	font-family: Verdana;
 	font-size: 11px;
 	color: #9D002E;
 	padding-left: 5px;
 	overflow: auto;
}

input.submitButton
{
	border: 1px solid #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;;
	background: #C00000;
} 

hr 
{	
	height: 3px;	
	color: #3F4945;
	background-color: #3F4945;
	border: 0;
	padding: 0px;
}

img
{
	border: 0px;
}

