﻿@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background-image:url('../graphics/CS_bg.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Calibri;
	color:#071726;
}
a:link{
	border: none;
	color: #224379;
}
a:hover{
	color:#8EABDF;
}
a:active{

}
a:visited{
	color:#3365B7;
}
a:visited:hover{
	color:#8EABDF;
}

a:link img{
	border: 2px #1E478C solid;
}
a:hover img{
	border: 2px #17223E solid;
}
a:active img{
	border: 2px #FF0000 solid;
}
a:visited img{
	border: 2px #1E478C solid;
}

#main{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:180px;
	background-image:url('../graphics/CS_header.jpg');
	border:1px #FFFFFF solid;
	margin-bottom:10px;
}

#menu{
	height:40px;
	background-color:#071726;
	border:1px #FFFFFF solid;
	margin-bottom:10px;
	color:#666666;
}

#content{
	padding: 10px;
	width: 940px;
	height: 600px;
	background-color: #ECF1FF;
	border: 1px #FFFFFF solid;
}


#sidebar_left{
	padding: 10px;
	width: 300px;
	height: 600px;
	float: left;
	background-color: #ECF1FF;
	border: 1px #FFFFFF solid;
	margin-right: 10px;
}
#content_right{
	padding: 10px;
	width:606px;
	height:600px;
	float:left;
	background-color:#ECF1FF;
	border:1px #FFFFFF solid;
	
}
#footer{
	height:40px;
	background-color:#ECF1FF;
	width:940px;
	text-align:center;
	padding:10px;
	font-size:8pt;
}
.subtitle{
	font-variant:small-caps;
	font-size:14pt;
}

.small_image_container{
	text-align:center;
	float:left;
	font-size:12px;
	width:210px;
}
.desc_text{
	float:left;
	font-size:12px;
	width:425px;
}


/*Navigation Menu*/
.mainNavclass ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mainNavclass li {
	float:left;
	width:136px;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	list-style-type:none;
}
.mainNavclass li a {
	display: block;
	padding: 10px 10px 0px 10px;
	height: 100%;
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	background: url(../graphics/nav_fade_bg.gif) repeat 0 0;
}
.mainNavclass li a:hover {
	background-position: 50px 0;
	color: #FFFFFF;
}
.mainNavclass li a:visited {
	color: #FFFFFF;
}

.mainNavclass{
	padding: 0;
	margin: 0;
	height: 40px;
	position: relative;
	background-color: #071726;
	font-family:Arial, Helvetica, sans-serif;
}

#imageframe{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	color:#FFFFFF;
}
#imageframe_top{
	width:900px;
	height:10px;
	background-image:url('../graphics/gold_border_top.gif');
}
#imageframe_content{
	padding:10px;
	width:880px;
	height:680px;
	background-image:url('../graphics/gold_border_bg.gif');
	background-color:black;
	text-align:center;
}
#imageframe_content img{
	margin: 10px;
	border: 2px #FFFBF0 solid;
}

#imageframe_bottom{
	width:900px;
	height:10px;
	background-image:url('../graphics/gold_border_bottom.gif');
}
.white_label{
	font-variant:small-caps;
	font-size:14pt;
	color:#FFFBF0;
}
.design_title{
	text-align:center;
	font-variant:small-caps;
	font-size:14pt;
	color:#071726;
	font-weight:bold;
}
.design_title a{
	text-align:center;
	font-variant:small-caps;
	font-size:14pt;
	color:#071726;
	font-weight:bold;
	text-decoration:underline;
}
.design_title a:hover{
	color: #1E478C;
}
.design_title a:visited{
	color:#071726;
}

.design_title hr{
	height:2px;
	color:#071726;
}


.design_left_title {
	float:left;
	width:350px;
	height:26px;
	padding:10px;
	margin:10px;
	background-color:#F8EBE0;
	border: 2px #FFFBF0 solid;
	font-variant:small-caps;
	font-size:14pt;
	text-align:center;
}

.big_letter{
	font-size:36pt;
	font-weight:bold;
}

.portfolio_box{
	float:left;
	margin-right:20px;
	width:270px;
}
