
/*----------------------------------
Main content wraps
----------------------------------*/
body {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	background: #cdcdcd url('../images/style/body_bg.gif') repeat-x top left;
	}
	
#main {
	background: #FFFFFF url('../images/style/top_bg.gif') no-repeat top;
	padding-top:32px;
	margin: 0px auto 0px;
	width: 850px;
	}
	
#header {
	width: 800px;
	margin-left:25px;
	margin-right:25px;
	background: url('../images/style/bg.gif') repeat-x top;
	}
	
#logoLeft {	
	width:800px;
	height:85px;
	background: url('../images/style/logo.png') no-repeat left top;
	}
	
#logoRight {
	width:400px;
	height:85px;
	float:right;
	background: url('../images/style/pics.png') no-repeat right top;
	}
	
#wrap {background-color: #F4F4F4; padding:10px 15px;}
	
#content {
	background: url('../images/style/middle_bg.gif') repeat-y top;
	padding-left:25px;
	padding-top:25px;
	padding-right:25px;
	padding-bottom:15px;
	padding-top:0px;
	clear:both;
	}
	
#footer {
	background: url('../images/style/footer_bg.gif') no-repeat left;
	width:850px;
	height:60px;
	margin:0px;
	float:left;
	}
	

/*----------------------------------
Text formatting
----------------------------------*/

ul.list li {font-size:13px; margin:5px; list-style-type:square;}
ul.doclinks li a {background: url('../images/style/arrow.gif') no-repeat center left; padding-left:10px;}
ul.doclinks li {margin-bottom:5px; list-style-type:none;}
ul.doclinks li a:hover {text-decoration:underline;}

h2 {
	font-size:14px; 
	font-weight:600;
	margin-top:5px;
	padding:0px;
	}

h2.header { 
	width:100%; 
	border-bottom:1px solid #CCCCCC; 
	margin-bottom:5px;
	color: #0066CC
	}
	
h3 {
	font-size:13px; 
	font-weight:600;
	margin-top:5px;
	padding:0px;
	}

.smallTitle {font-size:12px; font-weight:600; color: #000033; margin:0px; padding:0px; }

p {font-size:13px;}

p.copy {
	font-size:10px;
	padding-top:10px;
	}

.normal {
	font-size: 13px;
	}

.normal p {
	margin:0px;
	padding:0px;
	}
	
.normalsmall {
	font-size: 9px;
	}
	
.normalwhite {
	font-size: 12px;
	color: #FFFFFF
	}
	
a {color:#0066CC; font-size:13px; text-decoration:none;}
a:hover {text-decoration:underline;}
	
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

a.nav:visited {color: #000000} 
	
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	}

p.copy a {
	color:#000000;
	text-decoration:none;
	font-size:10px;
	}

/*----------------------------------
Screen messages
----------------------------------*/
	
DIV.messageStack {font-weight:bold;color:#000;font-size:11px;font-family:Verdana,Arial,Helvetica,sans-serif; margin:5px 0 10px 0; position:relative;}
DIV.messageStack DIV {padding:5px 10px 5px 32px;background-position:8px 4px;background-repeat:no-repeat; position:relative;}

DIV.messageStackError {background-color:#FFDDDD;background-image:url('../images/style/error.gif'); border:1px solid; border-color:#E24941; margin-bottom:5px;}
DIV.messageStackSuccess {background-color:#CBFFC4;background-image:url('../images/style/success.gif'); border:1px solid; border-color:#5EC04B; margin-bottom:5px;}
DIV.messageStackWarning {background-color:#D9E8FF;background-image:url('../images/style/warning.gif'); border:1px solid; border-color:#4494BF; margin-bottom:5px;}

/*--------------------------------*/

table#menu td {padding:0px 3px;}

img {border:none;}

img.trips {
	padding: 2px;
	border:solid;
	border-width: 3px;
	border-color: #CCCCCC;
	margin:7px;
	}
	
img.trips:hover {
	border-color: #999999;
	}

.left {float:left}

img.review {
	padding:1px;
	border:solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin:0px;
	}
	
img.review:hover {
	border-color: #999999;
	}