/*
More specific layout stuff goes in here...
===================================

*/

#header
{
	background: url('../images/layout/header.jpg') no-repeat;
}

#header img
{
	float: left;
	margin: 35px 0px 0px 0px;
}

body.law #header
{
	background: url('../images/layout/header_general.jpg') no-repeat;
}

body.evaluation #header
{
	background: url('../images/layout/header_evaluation.jpg') no-repeat;
}

#contentmainleft
{
	background: url('../images/layout/contentmainleft_bottom_image.jpg') no-repeat bottom;
}

#contenthomeleft
{
	background: url('../images/layout/contentmainleft_bottom_image.jpg') no-repeat bottom;
}

#contentmainleft.more
{
	background: url('../images/layout/contentmainleft_more_background.jpg') no-repeat bottom;
}

#contentmainright.more
{
	background: url('../images/layout/contentmainright_more_background.jpg') no-repeat bottom;
}

body.law #contentmainright
{
	background: url('../images/layout/contentmainright_law_background.jpg') no-repeat bottom;
}

#training, #request
{
	background: url('../images/layout/video_background.jpg') no-repeat;
}

#password, #requestpassword
{
	background: url('../images/layout/password.jpg') no-repeat;
}

#content
{
	background: url('../images/layout/content_background.jpg') no-repeat bottom;
}

#form
{
	background: url('../images/layout/form_background.jpg') no-repeat;
	
}

#form form.pricingrequest
{
	margin-left: 30px;
	margin-top: 30px;
	float: left;
}

#requestpassword form.passwordrequest
{
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}


/*this is pricing request form*/
#form label
{
	width: 320px;
	display: inline-block;
	font-size: 1.9em;
	line-height: 1.5em;
}

#requestpassword form.passwordrequest label
{
	width: 250px;
	display: inline-block;
	font-size: 1.5em;
	margin-bottom: 5px;
}

#requestpassword form.passwordrequest input.txt
{
	width: 220px;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 10px;
}

#password form.password input.txt
{
	width: 220px;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 10px;
}

#form input.txt
{
	width: 220px;
	height: 25px;
	margin-bottom: 5px;
}

#form form.pricingrequest input.submit
{
	margin-top: 10px;
	margin-left: 270px;
}

#password form.password input.submit
{
	margin-top: 10px;
	margin-left: 170px;
}

#requestpassword form.passwordrequest input.submit
{
	margin-top: 10px;
	margin-left: 150px;
}

#contentmainright ul
{
	list-style-type: none;
}

#contentmainright li
{
	background: url('../images/layout/list_background.jpg') no-repeat;
	height: 26px;
	width: 595px;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 1.6em;
	padding-top: 7px;
	padding-left: 25px;
	
}

#contentmainright li a
{
	display: block;
}

#contentmainright h3 a
{
	display: block;
	padding: 38px;
}

#contentmainright li.a
{
	background: url('../images/layout/list_backgrounda.png') no-repeat;
}

#contentmainright li.b
{
	background: url('../images/layout/list_backgroundb.png') no-repeat;
}

#contentmainright li.c
{
	background: url('../images/layout/list_backgroundb.png') no-repeat;
}

#contentmainright li.d
{
	background: url('../images/layout/list_backgroundd.png') no-repeat;
}

#contentmainright li.e
{
	background: url('../images/layout/list_backgrounde.png') no-repeat;
}

#contentmainright li.f
{
	background: url('../images/layout/list_backgroundf.png') no-repeat;
}

#contentmainright li.g
{
	background: url('../images/layout/list_backgroundg.png') no-repeat;
}

#contentmainright li.h
{
	background: url('../images/layout/list_backgroundh.png') no-repeat;
}


img
{
	border: none;
}

#primarynav ul
{
	list-style-type: none;
	margin-left: 390px;
}

#primarynav ul li
{
	display: inline-block;
	margin-right: 50px;
	zoom: 1;
	*display:inline;
}

#primarynav ul li.home
{
	display: inline-block;
	margin-right: 65px;
	zoom: 1;
	*display:inline;
}

#primarynav ul li.evaluate
{
	display: inline-block;
	margin-right: 35px;
	zoom: 1;
	*display:inline;
}

#primarynav ul li.price
{
	display: inline-block;
	margin-right: 35px;
	zoom: 1;
	*display:inline;
}


ul.trainingrecord
{
	margin-top: 50px;
	margin-bottom: 30px;
}

ul.trainingrecordtight
{
	margin-top: 10px;
	margin-bottom: 20px;
}


