/*

MWISMedia New Media Design & Development

Author: David Goadby

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 11px "arial", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: normal 11px "arial", Arial;
	color:#666666;


}

#bg_container {
	width: 784px;
	margin: auto;
	position:relative;
	background: repeat-y  center url(../images/page_bg.jpg);
}

#main_container {
	width: 760px;
	margin: auto;
	position:relative;
}

#top_nav {
	text-align:right;
	float:left;
	width:760px;
	height:43px;
	background:no-repeat url(../images/top_nav_bg.jpg);
	}
	
#logo {
	float:left;
	width:268px;
	height:301px;
}


#projects_box {
	float:left;
	width:164px;
	height:301px;
	background:no-repeat url(../images/project_box_bg.jpg);
}


#case_studies_box {
	float:left;
	width:164px;
	height:301px;
	background:no-repeat url(../images/case_studies_box_bg.jpg);
}

#latest_news_box {
	float:left;
	width:164px;
	height:301px;
	background:no-repeat url(../images/latest_news_box_bg.jpg);
}


#left_column {
	float:left;
	width: 268px;
	background: no-repeat  url(../images/left_column_bg.jpg);
	}
	
#right_column {
	float:left;
	width:450px;
	padding:30px 22px 0 20px;
}

/* ----------------------NAVS---------------------------*/

#top_nav  ul{
	margin: 12px 10px 0 0;
}


#top_nav li {
	padding: 0 8px 0 8px;
	color:#FFFFFF;
	display:inline;
	list-style:none;
	border-right:solid 1px #FFFFFF;
	
	}
	
#top_nav li.last {
	border-right:none;
	}
	
#top_nav a{
	color:#FFFFFF;
	text-decoration:none;
}

#top_nav a:hover{
	color:#DC915F;
}


.columns_nav li{
	font-size:12px;
	font-weight:bold;
	list-style:none;
	padding:0 0 5px 0;
	background:no-repeat url(../images/nav_bg.gif);
}

.columns_nav a{
	color:#666666;
	text-decoration:none;
}

.columns_nav a:hover{
	color:#D27235;
	
}

/* ---------------------------------------------------------------*/

#left_column p {
	line-height:140%;
	font-size:11px;
	padding:10px 30px 10px 30px;
}

#left_column a {
	color:#D27235;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}


#right_column p {
	line-height:140%;
	font-size:12px;
	padding:7px 0 7px 0;
}

#right_column h1 {
	font-size:16px;
}
#right_column h2 {
	font-size:15px;
}

.nav_text_box {
	float:left;
	width:140px;
	padding:110px 12px 0 12px;
}

.nav_text_box p{
	line-height:130%;
		padding:10px 0 10px 0;
}

#list ul {

	margin: 20px 0 0 40px;
}

#list li {

padding:10px 0 0 0;

}

#list a {

	color:#666666;
	text-decoration:none;
}

#list a:hover {
	text-decoration:underline;
}

.drop_menu {
	width:180px;}
	
	#left_column ul{
	margin:50px 0 200px 50px;
	}

#left_column li{
	list-style:none;
	font-weight:bold;
	padding:0 0 10px 0;
	background:no-repeat url(../images/nav_bg2.gif);
	}
	
#left_column a{
color:#666666;
 
	}	
	#left_column a:hover{
color:#666666;
 color:#D27235;
	}
	
.listul {
	padding-left: 20px;
}

.listli {
	font-size: 12px;
}

.imgLeft {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px dotted #CCCCCC;
}



/* ----------------------FOOTER----------------------------*/

#footer {
	color:#FFFFFF;
	text-align:center;
	float:left;
	width:784px;
	height:49px;
	background:no-repeat url(../images/footer_bg.jpg);
	padding:5px 0 0 0;
}

/* ----------------------LINKS----------------------------*/

#links {
	text-align:center;
	width:784px;
	background-color:#FFFFFF
	}
	
#links a {
	color: #333333;
	text-decoration: none;
	padding: 0 20px 0 0;
}

.img {
 width: 80px;
 float: right;
}

.ProjectImageBorder {
 float: left;
 padding: 2px;
 border: 1px dotted #CCCCCC;
}

.ProjectImageBorder2 {
 float: left;
 padding: 2px;
 width: 105px;
}

.pic_container {
 width: 470px !important;
 width: 450px;
}