/******* CRICAVA CSS STYLESHEET ******/

/******* SHARED FOUNDATION CLASSES ******/


html
{
	height: 100%;
}

body 
{
	background: url(../images/gradient-background.gif) repeat-x #2a2a2a;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
}

div.frame, div.frame-inner
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}


div.frame div.logo
{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 100px;
}

div.quote
{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 50px;
}

div.frame div.menu
{
	float: left;
	width: 100%;
	margin-top: 70px;
	height: 50px;
}

div.left
{
	float: left;
	width: 180px;
}

div.frame-inner div.logo
{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 50px;
	width: 180px;
}


div.frame-inner div.menu
{
	float: left;
	width: 165px;
	height: 500px;
	margin-top: 10px;
	position: relative;
	left: 80px;
	text-align: right;
}

div.content
{
	float: right;
	width: 510px;
	text-align: justify;
	line-height: 19px;
	margin-top: 60px;
}

span.rightPadded
{
	border: 1px solid white;
}

/****** PAGE SPECIFIC CLASSES ******/

/****** TITLES, INPUTS AND HRS *******/

a, a:link, a:visited
{
	color: #ff9c00;
}

a:hover
{
	color: white;
}

a.spanish, a.spanish:link, a.spanish:visited
{
	text-decoration: none;
}

h1
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-transform: capitalize;
}

h2
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, Courier New, Courier, Helvetica;
	font-size: 15px;
	color: #ffffff;
	text-transform: capitalize;
}

input.textInput
{
 	border: 1px solid #c0c0c0; 
 	margin-bottom: 2px;
 	font-family: Verdana;
 	font-size: 11px;
 	background: #909090;
 	color: #ffffff;
}

textarea.textInput
{
	border: 1px solid #c0c0c0; 	
	font-family: Verdana;
 	font-size: 11px;
 	background: #909090;
 	color: #ffffff;
 	overflow: auto;
}

input.submitButton
{
	float: right;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: 0px solid;
	background: #ffffff;
} 

label
{
	float: left;
	width: 160px;
	text-align: right;
}

hr 
{	
	height: 3px;	
	color: #3F4945;
	background-color: #3F4945;
	border: 0;
	padding: 0px;
}

img
{
	border: 0px solid;
}

img.wrappedImage
{
	float: right;
	padding: 5px;
	border: 1px solid #737373;
	margin-left: 10px;
	margin-bottom: 3px;
}

p
{
	margin-top: 10px;
	margin-bottom: 15px;
}

ul, li
{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
}

li
{
	margin-top: 10px;
}



/***** MENU ******/


/**** MENU HOME ****/

div.frame a.home, a.home:link, a.home:visited
{
	float:left;
	width: 89px;
	height: 42px;
	background: url(../images/menu-home-home.gif);
}

div.frame a.home:hover, div.frame a.home-selected
{
	float:left;
	width: 89px;
	height: 42px;
	background: url(../images/menu-home-home-selected.gif)
}


div.frame a.about, a.about:link, a.about:visited
{
	float:left;
	width: 129px;
	height: 42px;
	background: url(../images/menu-home-about.gif)
}

div.frame a.about:hover
{
	background: url(../images/menu-home-about-selected.gif)
}


div.frame a.services, a.services:link, a.services:visited
{
	float:left;
	width: 123px;
	height: 42px;
	background: url(../images/menu-home-services.gif)
}

div.frame a.services:hover
{
	background: url(../images/menu-home-services-selected.gif)
}


div.frame a.practice, a.practice:link, a.practice:visited
{
	float:left;
	width: 127px;
	height: 42px;
	background: url(../images/menu-home-practice.gif)
}

div.frame a.practice:hover
{
	background: url(../images/menu-home-practice-selected.gif)
}


div.frame a.resources, a.horesources:link, a.resources:visited
{
	float:left;
	width: 148px;
	height: 42px;
	background: url(../images/menu-home-resources.gif)
}

div.frame a.resources:hover
{
	background: url(../images/menu-home-resources-selected.gif)
}


div.frame a.contact, a.contact:link, a.contact:visited
{
	float:left;
	width: 159px;
	height: 42px;
	background: url(../images/menu-home-contact.gif)
}

div.frame a.contact:hover
{
	background: url(../images/menu-home-contact-selected.gif)
}

/**** MENU INNER PAGES ****/


div.frame-inner a.home, div.frame-inner a.home:link, div.frame-inner a.home:visited
{
	float:left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-home.gif);
}

div.frame-inner a.home:hover
{
	background: url(../images/menu-inner-home-selected.gif)
}


div.frame-inner a.about, div.frame-inner a.about:link, div.frame-inner a.about:visited
{
	float:left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-about.gif)
}

div.frame-inner a.about:hover, div.frame-inner a.about-selected
{
	float: left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-about-selected.gif)
}


div.frame-inner a.services, div.frame-inner a.services:link, div.frame-inner a.services:visited
{
	float:left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-services.gif)
}

div.frame-inner a.services:hover, div.frame-inner a.services-selected
{
	float: left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-services-selected.gif)
}


div.frame-inner a.practice, div.frame-inner a.practice:link, div.frame-inner a.practice:visited
{
	float:left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-practice.gif)
}

div.frame-inner a.practice:hover, div.frame-inner a.practice-selected
{
	float: left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-practice-selected.gif)
}


div.frame-inner a.resources, div.frame-inner a.horesources:link, div.frame-inner a.resources:visited
{
	float:left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-resources.gif)
}

div.frame-inner a.resources:hover, div.frame-inner a.resources-selected
{
	float: left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-resources-selected.gif)
}


div.frame-inner a.contact, div.frame-inner a.contact:link, div.frame-inner a.contact:visited
{
	float:left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-contact.gif)
}

div.frame-inner a.contact:hover, div.frame-inner a.contact-selected
{
	float: left;
	width: 180px;
	height: 49px;
	background: url(../images/menu-inner-contact-selected.gif)
}
