/*------------------------------------------------------------------ 
# [Screen Stylesheet] 
#  
# Project:        VOW SOLUTIONS
# Version:        1.0
# Created:	      01/06/2009
# Description:	  Styling for generic pages
# Author:	      Anu
#
# [Table of contents] 
#  
# 01. Page container / #page 
# 02. Local Navigation Column / #localCol
# 03. Content / #content
# -------------------------------------------------------------------*/  
@import "reset.css";  
@import "layout.css";
@import "typography.css";

/*------------------------------------------------------------------ 
# [01. Page container / #page] 
# */
#page {
	float:					left;
	width:					100%;
}


/*------------------------------------------------------------------ 
# [02. Local Navigation Column / #localCol] 
# */
#localCol {
	color:					#999999;
	float:					left;
	font-size:				1.2em;
	padding:                27px 45px 0 40px;
	width:					140px;
}
#localCol h3 {
	color:					#666666;
	border-bottom:			1px solid #e33000;
	font-family:			"Times New Roman", Times, serif;
	font-size:				1.2em;
	padding:                6px 0 6px 0;

}
#localCol h3 a:link, #localCol h3 a:active, #localCol h3 a:visited, #localCol h3 a:hover {
	text-decoration:		none;
	color:					#666666;
}
#localCol ul li, #localCol ul li a, #localCol p {
	list-style:				none;
	_height:				14px;
	_line-height:			14px;
	font-family:			"Times New Roman", Times, serif;
	font-weight:			bold;
	font-size:				14px;
}

#localCol ul li.selected a {
	color:					#999999;
}
#localCol ul li a {
	color:					#999999;
	display:				block;
	text-decoration:		none;
	padding:                7px 0;
	border-bottom:			1px dotted #e33000;
}
	
#localCol ul li a:hover {
	color:					#333333;
}

#localCol a:link, #localCol a:visited, #localCol a:active

{

color: #999999;

}

#localCol a:hover 

{

color: #333333;

}

img {display:inline-block}
.floatright {
float: right;
margin-left: 10px;
margin-bottom: 6px;
border:#333333 thin solid;
}

.left-p {
margin-top: 8px;
}
/*------------------------------------------------------------------ 
# [03. Content / #content] 
# */
#content {
	padding:                16px 30px 20px 5px;
}
.col2 {
	float:					left;
	width:					630px;
}
.col3 {
	margin:                 0 200px 0 217px;
}
