/*Tuesday, October 28, 2008

Colors: Mixage on Colourlovers.com
Red:#9A0125
Redish-pink:#EA0437
Brown:#441D1F
Blue:#0082D1
Green:#18462C
Orange:#FF5F00
Dark Grey:#3A3D41


*/
/*-----------------------------------Meyer Reset-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul {list-style: none;}
a{text-decoration:none;}

/*----------------------------------------Main Elements-----------------------------------------------*/

body{	
	color:#333333;
	background:#FFF url('images/bg.png') repeat-x;
	line-height:1.2em; 
	font:400 .9em verdana, arial, helvetica, sans-serif; 
}
a{
	color:#0082D1;
}

a:hover{
	color:#99CC00;
	
}
a:visited:hover { 
	color: #FF5F00;
}
a.wh{
	color:#FFF;
}
a.wh:hover{
	color:#FFF;
}
h1{
	font: 1.7em "Times New Roman", Serif;
	margin: 0 0 15px 0;
	padding: 10px;
}

h2{	
	margin: 15px 0 5px 0; 
	font: 1.4em "Times New Roman", Serif;
}

h3{	
	margin: 10px 0 5px 0; 
	color:#255282;
}

p{	
	padding: 0 10px;
	margin: 10px 0;
}
.tickerdiv{
	border:1px solid #CCC;
}
/*------------------------------------------Design Elements-------------------------------------------*/
#head{ 
	height: 160px;
	background:#000 url('images/header.png') repeat-x; 
}
#topright{

	color:#EFEFEF;
	margin-top: 30px;
	height:100px;
}
#content{
	margin: 0px auto; 
	width: 800px;
}
#main {
	margin-top:30px;
	float: left;
	width: 475px;
	background:#F5F5F5 url('images/pageb.jpg') bottom no-repeat;
	padding:20px 0;
}

#mainportfolio{
	width:800px;
}

#sidebar {
	margin-top:30px;
	float: right;
	width: 300px;
}
#sidebar img{
	padding:12px;
	margin-bottom: 30px;
}

#nav {
	margin-top: 140px;
	float: right;
}

#nav ul {
	line-height: normal;
}

#nav li {
	display: inline;
}

#nav a {
	float: left;
	margin-right: 6px;
	padding: 10px 20px;
	background: #393939;
	border: 1px solid #6F6F6F;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 600;
	color: #FFF;
	text-decoration:none;
}

#nav a:hover {
	background: #9A0125;
	border: 1px #EA0437 solid;
}

#nav .current a {
	background: #983D3A;
	border: 1px #D45951 solid;
}
/*-------------------------------Specialty-----------------------------*/
.button_grey{
	float:right;
	padding: 5px 20px;
	background: #393939;
	color:#FFF;
}
.button_grey a{
	color:#FFF;
	text-decoration:none;
}
.button_grey:hover{
	background: #6F6F6F;
}
.button_grey2{
	padding:2px 4px;
	background: #393939;
	color:#FFF;
}
.button_grey2 a{
	color:#FFF;
	text-decoration:none;
}
.button_grey2:hover{
	background: #6F6F6F;
}
.divider{
	height:5px;
	border-bottom:1px solid #CCC;
}
.portfolio{
	clear:both;
	border-bottom: 1px solid #CCC;
	margin:10px;
	padding:30px 10px;
}
.portfolio h2{
	font: 600 1.3em arial, helvetica, sans-serif;
	
}
.portfolio img {
	float:right;
	padding-left:20px;
}
.portfolio li { 
	list-style-image: url('icons/accepted_12.png');
	margin-left:40px;
} 
.right{float:right;}
.left{float:left;}
/* ------------------------------ Form ------------------------------- */
input, textarea{
	border:1px solid #999999;
	background: #FFF !important;
	margin:0 1em;
}

input:hover{
	background: #fff  !important;
	border:1px solid #000;
}

label{
	float:left;
	width:120px;
	text-align:right;
	text-transform: uppercase;
}
/* ------------------------------ Footer ------------------------------- */	
#foot { 
	clear: both;
	color: #999;
	padding: 5px; 
	text-align: center;  
	background: #3A3D41 url('images/bg2.png') repeat-x;
	height:450px;
	margin-bottom:0;
}
#foot h2 {
	text-transform:uppercase;
	color:#999;
	font: 600 1.2em arial, verdana, helvetica, serif;
	margin-bottom:1em;
}

#copy {
	clear:both;
	text-align: center;
	font-size: .9em;
}
#floatcontainer{
	width:800px;
	margin:0 auto;
	text-align:justify;
	text-transform:uppercase;
}
.float{
	width:240px;
	float:left;
	margin:50px 10px;
}

.links ul {
	width:240px; 
	border-bottom: 1px solid #444;  
	margin:10px 0;
	font-size:.8em;
}

.links li {
	border-top: 1px solid #444;
}

.links li a { 
	color: #888;
	display: block;
	padding: 8px 0 8px 5px;
	text-decoration:none;
}
.links2 li a {text-decoration:line-through;}

.links li a:hover {
	background: #303235;

}