/* CSS Document */
/*Template Layout*/
body
{
	background-color: #f1f5f8;
	background-image: url(../images/page_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	/* vertical spacing between your lines of text*/
}

a, a:link, a:visited { color: #2180ac; }

a:hover
{
	color: #2180ac;
	text-decoration: none;
}

img { border-width: 0; }

#background_texture { background: url(../images/header_bg.jpg) center top no-repeat; }

#wrapper
{
	width: 940px;
	margin: 0px auto;
	/*centers your design on the page*/
}

#header
{
	height: 100px;
	width: 940px;
	clear: both;
}

#logo
{
	width: 284px;
	/*change this width and height to match your logo image*/
	height: 78px;
	float: left;
}

#header_contact
{
	width: 195px;
	height: 52px;
	float: right;
	margin: 20px 50px 0px 0px;
	/* you may need to change these margins if your contact info is larger, order is top, right, bottom, left*/
}

#header_menu
{
	/*the container that holds the main menu*/
	height: 38px;
	margin: 2px 0px 0px 0px;
	clear: both;
}

ul#navigation
{
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	width: 940px;
	height: 38px;
	position: absolute;
	/*makes dropdown sit on top of flash & map*/
	z-index: 100;
	/*makes dropdown sit on top of flash & map*/
}

ul#navigation li
{
	float: left;
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul#navigation a
{
	float: left;
	/*makes the text sit beside each other not down the page*/
	color: #ffffff;
	/*menu color normal*/
	padding: 10px 13px 10px 13px;
	/*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration: none;
	/*no underline*/
	text-transform: uppercase;
	/*all in capitals*/
	font: 14px Georgia, "Times New Roman", Times, serif;
	/*menu text size and font*/
	letter-spacing: 1px;
	/*space out the letters, remove if you want it normal*/
	background-image: url(../images/menu_divider.gif);
	/*the bar between each button*/
	background-position: right center;
	background-repeat: no-repeat;
}

ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover
{
	background-color: #2180ac;
	/*color behind the menu text*/
	color: #c4de87;
	/*color of text on mouse over*/
}

/*--drop down menu second-level - this is optional--*/
ul#navigation li.hover, ul#navigation li:hover { position: relative; }
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level { display: block; }
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level { display: none; }

ul#navigation ul.second-level
{
	position: absolute;
	top: 35px;
	/*how far away from the top menu*/
	left: 0;
	margin: 0;
	padding: 5px;
	width: 160px;
	display: none;
	background-color: #2180ac;
	/*color of the dropdown*/
}

ul#navigation ul.second-level li
{
	width: 160px;
	margin: 0;
}

ul#navigation ul.second-level a
{
	display: block;
	float: none;
	width: 140px;
	border: none;
	padding: 0 10px;
	background: none;
	font: 12px/24px Arial, Helvetica, sans-serif;
	/*font size and line height*/
	color: #FFFFFF;
	border-bottom: 1px solid #64a6c5;
	text-transform: capitalize;
}

ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover
{
	color: #FFFFFF;
	background-color: #64a6c5;
}

#content_bg
{
	/*the 2 columns of white*/
	background-image: url(../images/content_box_tile.gif);
	background-repeat: repeat-y;
	margin-top: 30px;
}

#content_bg .top
{
	width: 940px;
	height: 5px;
}

#content_bg .bottom
{
	width: 940px;
	height: 5px;
}

#left_column
{
	float: left;
	width: 610px;
	/*640px minus the padding on left and right*/
	padding: 15px;
	min-height: 200px;
}

#right_column
{
	float: right;
	width: 280px;
	/*290px minus the padding on left and right*/
	padding: 0px 5px 5px 5px;
}

hr.clear
{
	margin-top: 10px;
	margin: 0px;
	clear: both;
	visibility: hidden;
}

#footer
{
	height: 70px;
	width: 940px;
	margin: 0px auto;
	color: #7ba1b3;
	font-size: 10px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #7ba1b3;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#footer .right
{
	width: 450px;
	float: right;
	text-align: right;
}

#footer .left
{
	width: 400px;
	float: left;
}

/*General Content*/

h1, h2, h3, h4
{
	padding: 0;
	margin: 0;
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2180ac;
	font-weight: normal;
	margin-top: 0px;
}

h2, h1 span
{
	color: #06437a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: normal;
	letter-spacing: 1px;
}

h3
{
	color: #06437a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

h4 { padding: 10px 0 0 0; }

.size11 { font-size: 11px; }

.image_border
{
	border: 1px solid #3b3b3b;
	margin: 3px;
	padding: 3px;
}

hr
{
	border: 0;
	color: #e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	width: 100%;
	clear: both;
}

/*side bar*/
.top_title
{
	width: 264px;
	/*280px minus the padding*/
	height: 27px;
	/*33px minus padding*/
	margin: 0px 0px 5px 0px;
	padding: 6px 3px 0px 13px;
	background-image: url(../images/column_top_title.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.news_item
{
	font-size: 12px;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
	margin-bottom: 5px;
}

.news_item p
{
	margin: 0px;
	padding: 0px;
}

.news_title
{
	color: #2180ac;
	font-weight: bold;
}

.news_title a, .news_title a:link, .news_title a:visited { text-decoration: none; }
.news_title a:hover { text-decoration: underline; }

.quote_box_container
{
	width: 252px;
	/*280px minus padding*/
	height: 83px;
	/*107px minus padding*/
	margin: 10px 0px;
	background: url(../images/box_blue.jpg) no-repeat top;
	padding: 10px 14px 14px 14px;
}

.quote_box_container .title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c4de87;
	font-size: 18px;
}

.quote_box_container .image
{
	float: right;
	width: 67px;
	height: 64px;
	margin: 0px 0px 0px 0px;
}

.quote_box_container .text
{
	float: right;
	width: 185px;
	font-size: 12px;
	padding: 5px 0px;
	line-height: normal;
	color: #FFFFFF;
}

.quote_box_container .text p
{
	padding: 0px;
	margin: 0px;
}

.quote_box_container a, .quote_box_container a:visited, .quote_box_container a:link, .quote_box_container a:hover
{
	text-decoration: none;
	color: #c4de87;
}

.testimonial, .address
{
	width: 260px;
	/*280px minus padding*/
	height: 138px;
	/*160px minus padding*/
	padding: 14px 10px 8px 10px;
	font-size: 11px;
	line-height: 17px;
}

.testimonial 
{
	background: url(../images/testimonial_bg.jpg) no-repeat top;
}

.testimonial .title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #77aabf;
	padding-bottom: 5px;
}

.testimonial p
{
	padding: 0px;
	margin: 0px;
}

.italic { font-style: italic; }

/*Home Page*/
.service_box_container
{
	width: 610px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 5px;
}

.service_box_container .image
{
	float: left;
	width: 67px;
	height: 67px;
	margin: 10px 0px 0px 22px;
}

.service_box_container .text
{
	float: right;
	width: 490px;
	font-size: 12px;
	padding: 5px 0px;
}

.service_box_container .text p
{
	padding: 0px;
	margin: 0px;
}

/*Services Page*/
.service_table td
{
	padding: 3px 8px;
	color: #186c9b;
	font-size: 12px;
	height: 28px;
}

th
{
	/*top row of the table*/
	background-color: #a1c7da;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	height: 28px;
}

.row1 { background-color: #f1f5f8; }
.row2 { background-color: #FFFFFF; }

ul.ticklist
{
	padding: 0px 0px 0px 15px;
	/*indent whole list*/
}

ul.ticklist li
{
	list-style: none;
	background-image: url(../images/icon_tick.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-left: 25px;
	font-size: 11px;
	line-height: normal;
}

/*Contact Page*/
.left_details
{
	float: left;
	width: 240px;
}

.map
{
	width: 357px;
	height: 225px;
	float: right;
}

.contact_title
{
	color: #186c9b;
	font-weight: bold;
	float: left;
	width: 70px;
}

.contact_detail
{
	float: left;
	width: 100px;
	clear: right;
}

fieldset input, fieldset textarea, #registration #alanaNumber
{
	background-color: #FFFFFF !important;
	/*the important gets rid of the yellow google toolbar field style*/
	border: 1px solid #c8cdd2 !important;
	margin: 3px 40px 3px 0px;
	padding: 4px;
	width: 50%;
	height: 17px;
}

.blue { color: #186c9b; }
fieldset { border: 0; }

label
{
	float: left;
	width: 120px;
	margin-right: 15px;
	clear: left;
	color: #186c9b;
	font-weight: bold;
	text-align: right;
	height: 32px;
	vertical-align: middle
}

fieldset textarea
{
	height: 45px;
}


#submit
{
	clear: left;
	border-width: 0;
	margin: 0 0 0 150px;
}

.newsbulletin
{
	float: left;
	position: relative;
}

#registration input, #registration textarea, #exhibitor input
{
	background-color: #FFFFFF !important;
	/*the important gets rid of the yellow google toolbar field style*/
	border: 1px solid #c8cdd2 !important;
	margin: 0;
	padding: 4px;
	width: 20px;
}

legend
{
	font-weight: bold;
	border-bottom: #c8cdd2;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	width: 100%;
	padding: 10px 0 0 0;
	color: #186c9b;
	text-transform: uppercase;
}

#contactPhoneA, #contactPhoneB, #contactPhoneC, #companyPhoneA, #companyPhoneB, #companyPhoneC, #companyFaxPhoneA, #companyFaxPhoneB, #companyFaxPhoneC, #contactFaxPhoneA, #contactFaxPhoneB, #contactFaxPhoneC
{
	width: 50px;
	margin: 3px 5px 3px 0;
}

#contact_photo
{
	padding: 10px;
	position: relative;
	float: left;
	height: 350px;
	margin: 0 15px 0 0;
}

#contact_inforamtion
{
	position: relative;
	width: 250px;
	float: left;
	display: block;
	height: 350px;
}

.clear { clear: both; }

.box
{
	width: 300px;
	float: left;
}