/* MBOOSEY STYLES */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 400px;
	font-size: 14px;
	text-align:center;
	margin: 20px;
	background-color: #000033;
}

h1 {
	margin: 10px 20px 10px 0px;
	font-weight: bold;
	color: #009;
	font-size: 1.4em;
}

h2 {
	font-size: 1.1em;
}

#portfolio-page h2 {
	border-top: 1px solid #009;
	background-color: #FFC;
	margin-top: 2px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #990000;
}

a.blacklink {
	color: #000000;
}

.link-out {
	text-decoration: none;
	padding-right: 17px;
	background-image: url(images/arrow_link_out.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #0000FF;
}

.link-go {  
	padding-right: 14px;
	background-image: url(images/arrow_blue.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.link-out:hover, .link-go:hover {
	color: #FF0000;
}

/* CONTAINER ------------------------------------------------------------ */

#container {
	background-color: #FFFFFF;
	width: 800px;
	border: 1px solid #000000;
	text-align: left;
	margin:0 auto;
}

/* HEADER ------------------------------------------------------------ */

#header {
	background-color: #3CF;
	height: 70px;
	background-image: url(images/bg_top_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#header img {
	border: 0px;
}

/* MENU BAR ---------------------------------------------------------- */

#menu-bar {
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-color: #FF9; /* For loading */
	height: 26px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	font-size: 1.1em;
	vertical-align: middle;
}

#menu-bar ul {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}

#menu-bar li {
	display: inline;
	padding: 0px 15px 0px 8px;
	padding-right: expression(7 + "px"); /* IE */
	margin: 0px;
	background-image: url(images/menu_spacer.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 0.7em;
}

#menu-bar a {
	color: #000; 
	font-weight: bold;
	text-decoration: none;
}

#menu-bar #active a {
	color: #666;
}

#menu-bar a:hover {
	color: #F00; 
}

/* CONTENT LAYOUT ------------------------------------------------------- */

#main-container {
	padding: 10px 40px 0px 40px;
	background-color: #FFFFFF;
}

#content-top-left {
	vertical-align: top;
	margin: 0px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}

/* FOOTER ------------------------------------------------------------------------- */

#footer {
	background-color: #3CF;
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #000033;
	background-image:url(images/bg_footer.jpg);
	background-repeat: no-repeat;
}

#footer-full {
	background-color: #FFFFFF;
	height: 100px;
	font-size: 0.8em;
	color: #000033;
	background-image:url(images/bg_footer_tall.jpg);
	background-repeat: no-repeat;
}

/* HOMEPAGE STYLES -------------------------------------------------------------------------- */

#homepage-keyboard {
	background-image:url(images/keyboard_front.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}

/* NAVIGATION TABLE ------------------------------------------------------------------------- */

#nav-table {
	background-color: #FFFFDD;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	margin: 0px;
}

#nav-table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 5px 2px;
	width: 25%;
}

#nav-table td a {
	color: #000099;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
}

#nav-table td a:hover {
	color: #FF0000; 
}

#nav-table img {
	float: left;
	margin-right: 6px;
	border: none;
}

#nav-table p {
	margin-top: 0px;
	margin-bottom: 4px;
}

/* SIDE BAR ----------------------------------------------------------------------------------- */

#panel-right {
	margin: 10px 0px 10px 15px;
	padding: 5px 10px 8px 10px;
	float: right;
	display: inline;
	border: 1px solid #666;
	background-color: #FFC;
	font-size: 0.9em;
}


#panel-right h2 {
	font-weight: bold;
	padding: 4px;
	font-size: 1.1em;
	color: #006;
	border-bottom: 1px solid #009;
	clear: left;
}

/* ICONS ON SERVICS PAGE ----------------------------------------------------------------------- */

.icon {
	float: left;
	display: block;
	border: 1px solid #666;
	margin-right: 5px;
}

/* PORTFOLIO PAGE : LAYOUT ------------------------------------------------------------------------ */

#portfolio-table {
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
}

#portfolio-table td {
	padding: 10px;
	padding-top: 15px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
	font-size: 0.9em;
}

#portfolio-table td img {
	border: none;
}

#portfolio-table td h2 {
	background-color: #FFFFFF;
	border: 0px;
	color: #000066;
	font-size: 1.2em;
}

/* PORTFOLIO PAGE : QUOTES ------------------------------------------------------------------------- */

.quote {
	width: 220px;
	margin: 10px 2px 10px 10px;
	text-align: left;
	background: #E1E1E1 url(images/quote_box_top.gif) no-repeat;
	background-position: top;
}

.quoteBody {
	color: #333333;
	line-height: 1.2em;
	font-size: 0.9em;
	margin: 20px 20px 0px 20px;
	padding: 10px 2px 12px 7px;
	background: url(images/quote_end.gif) bottom right no-repeat;
}

.quoteCite {
	color: #666666;
	text-align: right;
	font-size: 0.8em;
	padding: 4px 20px 10px 0px;
	font-style: italic;
	margin: 0px;
	background: url(images/quote_box_bottom.gif) left bottom no-repeat;
}