/*******************************************************\
 * You can change this file to make different layouts
 * using the markers below. Once you are done customizing the layout
 * feel free to delete these instructions.
 *
 * Markers:
 *
 * Left Aligned layout
 * -------------------------
 * m1 - delete
 *
 *
 * Alt Container on the right
 * adn Alt2 on the left
 * ---------------------------
 * m21 - change to [float: right;]
 * m22 - change to [margin-right]
 * m23 - change to [float: left;]
 * m24 - change to [margin-left]
 *
 *
 * Make layout fluid
 * ------------------------
 * m3 - comment or delete this line
 *
 *
 * To remove Alt column
 * ------------------------
 * comment or delete the altcontainer <div> and it's contents from the markup
 * m21 - comment or delete this line
 * m22 - comment or delete this line
 *
 *
 * To remove Alt2 column
 * ------------------------
 * comment or delete the altcontainer2 <div> and it's contents from the markup
 * m23 - comment or delete this line
 * m24 - comment or delete this line
 *
\*******************************************************/

#page
{
	/* recommended styles */
	margin: auto; /* marker :m1: delete this to make layout left aligned */

	/* add custom styles here */
	width: 764px; /* marker :m3:  */
	border-top: 15px solid #BFD4E1;
	border-bottom: 15px solid #BFD4E1;
	padding-left: 132px;
	padding-right: 129px;
}

/*
 * Header style Definitions
 */
#header
{
	width: 764px;
	height: 156px;
	border-bottom: 1px solid #F47D30;
	/* recommended styles */

	/* add custom styles here */
}

#logoholder
{
	float: left;
	padding-top: 41px;
}

#callbanner {
float:right;
width: 500px;
overflow: hidden;
height: auto;
}

#headernav
{
	/* recommended styles */
	padding-top: 27px;
	/*padding-left: 99px;*/
	/*padding-left: 25px;*/
	float: right;

	/* add custom styles here */
	
}


/*
 * Body style Definitions
 */
#body
{
	/* recommended styles */
	width: 765px;
	clear: both;
	padding-top: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F47D30;

	/* add custom styles here */
}

#footer
{
	/* recommended styles */

	/* add custom styles here */
	clear: both;
	width: 880px;
	text-align: center;
	height: auto;
	color: #80A8C3;
	font-size: 77%;
	overflow: hidden;
}

#hometopcontent
{
	float: left;
	padding-bottom: 17px;
	border-bottom: 1px solid #F47D30;
	
}

#homebottomcontent
{
	
	float: left;
	padding-top: 17px;
}

#homebottomlefttext
{
	float: left;
	padding-left: 18px;
	padding-right: 41px;
	width: 244px;
	font-size: 93%;
	color: #F47D30;
	font-style: italic;
}

#homebottomrighttext
{
	width: 450px;
	float: left;
	color: #005288;
	font-size: 93%;
	
}

#homeimage
{
	width: 479px;
	text-align: right;
	float: left;
	
}
#homelinkbox
{
	width: 276px; /*286*/
	background-color: #3f7da6;
	float: left;
	/*padding-top: 30px;*/
        padding-top: 10px;
	height: 164px;
	padding-left: 10px; /*new*/
}
#sublinkbox
{
	width: 286px;
	background-color: #3f7da6;

	padding-top: 46px;
	height: 179px;
}

#homelinkbox ul, #sublinkbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#homelinkbox li, #sublinkbox li
{
	margin: 0;
	padding: 0;
	padding-left: 17px;
}
#homelinkbox a, #sublinkbox a
{
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5em;
}
#homelinkbox li a:hover, #sublinkbox li a:hover
{
	color: #80A8C3;
}
#homelinkbox li.first, #sublinkbox li.first 
{
	
	background: url(../cmsimages/linkline.gif) 1px 10px no-repeat;
}

#subimage
{
	margin-bottom: 17px;
}
#subleftcol
{
	float: left;
	width: 306px;
	border-right: 1px solid #F47D30;
}

#subrightcol
{
	float: left;
	margin-left: -1px;
	padding-left: 23px;
	padding-right: 22px;
	/*width: 458px;*/
	/*width: 413px;*/
	width: 410px;
	
	border-left: 1px solid #F47D30;
}
.clearer
{
	clear: both;
}
.image-holder{
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #b3b3b3;
}
#signin{
	float: right;
	width: 230px;
	height: auto;
	overflow: hidden;
}
.labelfield{
	float: left;
	overflow: hidden;
	width: 50px;
	height: auto;
	text-align: left;
	margin-top: 3px;
	}
.inputfield{
	float: left;
	overflow: hidden;
	width: 180px;
	height: auto;
	text-align: left;
	color: #b3b3b3; 
	margin-top: 3px;
	}
.button{
	float: right;
	text-align: left;
	width: 180px;
	margin-top: 3px;
}
.phone-number{
	float: right;
	width: 400px;
	height: auto;
	overflow: hidden;
}