/*Stylesheet for Client intravel.ca developed by Monika Bernolak, March 2008, Editted for Intravel May 2008 */

@charset "UTF-8";
body  {
	font: 100%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twocolumnfixed #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	
	margin-top: 0px;
	padding:0px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent { 
	margin: 0 340px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
margin-top: 4px;
	background-image: url(images/footers/footer2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footertext {
width:350px;
}

#footertext p {
color:#FFFF66;
font-size:12px;
}

#footertext a {
color:#FFFFFF;
font-weight:bold;
}

#footertext a:hover, #footertext a:active {
color:#FFFF66;
}

#footerphone p {
color:#FFFFFF;
font-size:24px;
font-weight:bold;
}

#abovefooternav { 
margin-top: 10px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	text-align:right;
}

#abovefooternav p {
color:#0033CC;
font-size:12px;
}

#abovefooternav a {
color:#0033CC;
font-size:12px;
}

#abovefooternav a:hover, #abovefooternav a:active {
color:#000066;
font-size:12px;
}

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* text formating */

h1 {
font-size:24px;
margin-top:10px;
color:#000066;
}

h2 {
font-size:18px;
color:#0066CC;
}
h3 {
font-size:16px;
color:#000066;
}

/* navigation */

.mainnav {
font: bold 12px;
width: 100%;
}

.mainnav ul {
margin: 0;
padding: 0;
float: left;
width: 100%; /*should be same as width of mainnav*/
border: 1px solid #330099;
border-width: 1px 0;
background: black url(images/bluebg.gif) center center repeat-x;
}

.mainnav ul li {
display: inline;
}

.mainnav ul li a {
float: right;
color: white;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #330099;
}


.mainnav ul li.search {
float: right;
color: white;
padding: 5px 2px;
text-decoration: none;
border-right: 1px solid #330099;

/*padding-left: 35px;
	background-image: url("images/search.gif");
	background-repeat: no-repeat;
	background-position: 12px;*/
}


.mainnav ul li a:visited {
color: white;
}

.mainnav ul li a:hover, .mainnav ul li a:active {
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #330099 url(images/bluebg2.gif) center center repeat-x;
}



  /* end of navigation */




/* classes */


#mainContent .note {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/note.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#mainContent .information {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/information.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#mainContent .telephone {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/telephone.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}


#mainContent .fax {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/fax.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}



#mainContent .news {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/megaphone.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}


#mainContent .mail {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/mail2.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#mainContent .email {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/at.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#mainContent .web {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/earth.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}


#mainContent .message {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/message.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#mainContent .star_blue {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/star_blue.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#mainContent .stop {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/stop.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#mainContent .maps {
	background: #fff url(http://www.georgianc.on.ca/new_i/24/earth_view.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

/* sidebar classes */

#sidebar1 .note {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/note.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#sidebar1 .information {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/information.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#sidebar1 .telephone {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/telephone.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}


#sidebar1 .fax {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/fax.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}



#sidebar1 .news {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/megaphone.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}


#sidebar1 .mail {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/mail2.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#sidebar1 .email {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/at.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#sidebar1 .web {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/earth.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}


#sidebar1 .message {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/message.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#sidebar1 .star_blue {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/star_blue.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#sidebar1 .stop {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/stop.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}

#sidebar1 .maps {
	background: #ebebeb url(http://www.georgianc.on.ca/new_i/24/earth_view.gif) 0 10px no-repeat;
	padding:10px 0 5px 40px;
}






/* end of classes */


/* links */

#mainContent a {

color:#0066cc;
}

#mainContent a:hover, #mainContent a:active {

color:#000066;
}



#sidebar1 a {
color:#0066cc;
}

#sidebar1 a:hover, #sidebar1 a:active {

color:#000066;
}

#sidebar1 img {
border:none;
}





/* end of links */


/* lists */
ul.contentlist li {
	
list-style: none;
background:transparent url("images/icons/blue_circle.gif");
background-repeat:no-repeat;
padding-bottom:15px;
padding-left:30px;
}

li ul li{
	
list-style: none;
background:transparent url("images/icons/tiny_blue_square.gif");
background-repeat:no-repeat;
padding-top:0px;
padding-left:30px;
	
}


ul.sidebarlist li {
	
list-style: none;
background:transparent url("images/icons/tiny_blue_square.gif");
background-repeat:no-repeat;
padding-bottom:15px;
padding-left:30px;
}

/* end of lists */




/* form elements */



.defaultErr
{
    font-weight: bold;
    color: #f00;
	margin-left: 20px;
}

.inputErr {
color:#cc0000; 
font-weight:bold;
font-size:11px;
}

.required {
color:#CC0000;
}

.invisible {
color:#fff;

}

 ul.forminline {

margin-left:1px;
padding-left:1px;
}

ul.forminline li {

display:inline;
padding-left:1px;
list-style-type:none;
}

label {
	
	display: block;
	float: left;
	width:85px;
	text-align:right;
	margin: 4px 4px 0 2px;
	
}

vllabel {	
	display: block;
	float: left;
	width:85px;
	text-align:right;
	margin: 4px 4px 0 2px;
	
}


input {
margin: 4px 0 0 2px;
}

fieldset#submit_info {
border:none;
}

legend {
color:#0066CC;
padding-top:20px;
padding-bottom:20px;
font-weight:bold;

}


fieldset.withborder {
border-top:#0066CC thin solid;
border-right:#0066CC medium solid;
border-bottom:#0066CC medium solid;
border-left:#0066CC thin solid;

/* end of forms formatting */

