/*//////////////////////////////////////////////////////////////////////////////
/// New West Enterprises ///////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body
{
	background-color: #8791a7;

	margin:	10px;
	padding: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
	vertical-align: top;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	color: #425a8c;
	text-decoration: none;
	
	border-bottom-style: dashed;
	border-bottom-color: #425a8c;
	border-bottom-width: 1px;
}
a:visited
{
	font-weight: bold;
	color: #425a8c;
	text-decoration: none;
	
	border-bottom-style: dashed;
	border-bottom-color: #425a8c;
	border-bottom-width: 1px;
}
a:hover
{
	color: #425a8c;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	font-weight: bold;
	color: #425a8c;
	text-decoration: none;
}
.menuLink:link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.menuLink:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.menuLink:hover
{
	color: #425a8c;
	text-decoration: none;
	font-weight: bold;
}
.menuLink:active
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navmenuLink:link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navmenuLink:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navmenuLink:hover
{
	color: #a0acc5;
	text-decoration: none;
	font-weight: bold;
}
.navmenuLink:active
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/
.navmenuBar
{
	height: 30px;
	background-color: #425a8c;
	vertical-align: middle;
}
.navmenu
{
	width: 795px;
	text-align: right;
}
.navmenuItem
{	
	padding-left: 10px;
	padding-right: 10px;
	
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
}
#menu
{
	background-color: #b4bed1;
}
.menuItem
{
	padding: 10px 10px 9px 10px;
	margin-bottom: 1px;
	
	background-color: #a0acc5;
}
.submenuItem
{
	padding: 10px 10px 9px 20px;
	margin-bottom: 1px;
	
	background-color: #8d9cba;
}
/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/
#header
{
	background-color: #FFFFFF;
	height: 85px;
}
#logo
{
	position: absolute;
	top: 30px;
	left: 30px;
}
#slogan
{
	position: absolute;
	top: 62px;
	left: 420px;
}
#mainBody
{
	background-image: url(images/layout/bkg.gif);
}
#side
{
	width: 180px;
	background-color: #A0ACC5;
}
#content
{
	width: 588px;
	background-color: #FFFFFF;
}
#copyright
{
	width: 765px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
}
/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #425a8c;
	
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #425a8c;
	
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
ul
{
	margin: 5px;
	padding-left: 25px;
	list-style-type: square;
}
.blackBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.adminLink
{
	padding: 5px;
	text-align: right;
}
.myIFRAME
{
	height: 400px;
	width: 100%;
}
.affil
{
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/

