/**
 * Main Portfolio Style
 * Author: Dennis Robinson
 * Date:   February 14, 2009 (Dont worry, this is not all I did on valentines day ;] )
 */

/**
 * Style overrides
 */
body, div, li, th, td, p, a, b, u, i, s {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

b {
	color: #425961;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, div {
	border: 0px;

	/* IE png transparancy fix */
	behavior: url("iepngfix.htc");
}

h2 {
	margin: 6px 0px;
	padding: 0px 5px;

	border-bottom: 1px solid #AAAAAA;
	color: #425961;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}

p {
	margin: 0px;
	padding: 0px;

	text-indent: 25px;
}



/**
 * Main Layout
 */
html {
	height: 100%;
}

body {
	/* Center the page div in IE */
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;

	background-color: #1E292D;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}

div#page {
	/* Center this div */
	margin: 15px auto;
	width: 950px;

	text-align: left;
	background-color: #FFFFFF;
}

div#content {
	width: 940px !important;
	width: 950px;
	padding: 0px 5px;
	/* Needed when using the top navigation
	padding-top: 3px !important;
	padding-top: 5px;
	*/
	margin-top: -2px;

	/* Cause the content div to expand around floats */
	overflow: auto;
}

div#content div#header {
	width: 940px;
	height: 150px;
	overflow: hidden;
}

div#content div#leftCollumn {
	float: left;
	width: 230px;
}

div#content div#rightCollumn {
	float: left;
	margin-left: 5px;
	width: 705px;
}

div#pageTop {
	height: 7px;

	background-color: #FFFFFF;
	overflow: hidden;
}

div#pageTop div.left {
	float: left;
	width: 7px;
	height: 7px;
	background-image: url('../images/corner_topleft.png');
	background-repeat: no-repeat;
}

div#pageTop div.right {
	float: right;
	width: 7px;
	height: 7px;
	background-image: url('../images/corner_topright.png');
	background-repeat: no-repeat;
}

div#pageBottom {
	height: 7px;

	background-color: #FFFFFF;
	overflow: hidden;
}

div#pageBottom div.left {
	float: left;
	width: 7px;
	height: 7px;
	background-image: url('../images/corner_bottomleft.png');
	background-repeat: no-repeat;
}

div#pageBottom div.right {
	float: right;
	width: 7px;
	height: 7px;
	background-image: url('../images/corner_bottomright.png');
	background-repeat: no-repeat;
}

div#footer {
	padding: 5px;
	background-color: #1E292D;
	color: #425863;
	text-align: center;
	font-weight: bold;
}

div#footer a {
	color: #33444a;
}

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

div#pages {
	display: none;
}



/**
 * Top Navigation Bar
 */
ul.navigation {
	list-style-type: none;
	height: 40px;
	margin: 0px;
	padding: 0px;

	background-color: #1e292d;
	background-image: url('../images/topbar_center.png');
	background-repeat: repeat-x;
	border: 2px solid #1C272B;
}

ul.navigation li {
	float: left;
}

ul.navigation li a {
	float: left;
	display: block;
	height: 20px;
	padding: 12px 20px;

	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.navigation li a:hover {
	background-image: url('../images/topbar_hover.png');
	background-repeat: repeat-x;
	text-decoration: none;
}

/* Side borders */
ul.navigation li.left, ul.navigation li.right {
	width: 1px;
	height: 40px;
	background-image : url('../images/topbar_side.png');
	background-repeat: repeat-x;
}

ul.navigation li.right {
	float: right;
}



/**
 * Boxes
 */
div.box {
	margin-top: 5px;

	background-color: #DDE6EB;
}

div.box div.header {
	height: 40px;

	background-color: #1e292d;
	background-image: url('../images/topbar_center.png');
	background-repeat: repeat-x;
	border: 2px solid #1C272B;

	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}

div.box div.header div.left, div.box div.header div.right {
	width: 1px;
	height: 40px;

	background-image : url('../images/topbar_side.png');
	background-repeat: repeat-x;
}

div.box div.header div.left {
	float: left;
	margin-right: 10px;
}

div.box div.header div.right {
	float: right;
}

/* One section of content in the box */
div.box div.content {
	padding: 7px;

	background-color: #DDE6EB;
	border: 1px solid #769DAE;
	border-top-width: 0px;
}

/* A menu-style box */
div.box ul.content {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.box ul.content li {
	height: 22px;
	padding: 0px 5px;

	background-image: url('../images/box_item.png');
	border: 1px solid #769DAE;
	border-top-width: 0px;
	line-height: 22px;
}

div.box ul.content li a {
	display: block;
	height: 22px;
	margin: 0px -5px;
	padding: 0px 5px;

	background-image: url('../images/box_item.png');
	color: #425961;
	font-weight: bold;
}

div.box ul.content li a:hover {
	background-image: url('../images/box_item_hover.png');
	text-decoration: none;
}

/* A menu-style box, with large icons */
div.box ul.content.icons li {
	height: 74px;

	background-image: url('../images/box_item_big.png');
	line-height: 71px;
}

div.box ul.content.icons li a {
	height: 74px;

	background-image: url('../images/box_item_big.png');
	font-size: 20px;
}

div.box ul.content.icons li a:hover {
	background-image: url('../images/box_item_big_hover.png');
	text-decoration: none;
}

div.box ul.content.icons li a img {
	vertical-align: middle;
}



/**
 * Note style
 */
div.note {
	border: 3px solid #999999;
	background-color: #CCD5DA;
	padding: 10px;
	margin-bottom: 8px;

	font-size: 16px;
}

div.note a {
	font-size: 16px;
}

div.note span.heading {
	display: block;
	width: 100%;
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;

	font-weight: bold;
	font-size: 18px;
}