/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family:Century Gothic, Trebuchet MS, Verdana;
	font-size: 1em;
	background: transparent url(../images/background.jpg) repeat-y top center;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4,textarea,input,select {
	font-family: Century Gothic, Trebuchet MS, Verdana;
}

a{
	text-decoration:none;
}

a:hover{

}

section, header, footer, nav, aside{
	display: block;
}


/* Overall Layout
------------------------------------------------------------------------------------------------- */


section#container{
	position: relative;
	overflow: visible;
}



/* Header 
------------------------------------------------------------------------------------------------- */

section#container header{
	width: 1000px;
	margin: 0 auto;
	height: 118px;
	position: relative;
}

section#container header section{
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 40px;
}

section#container header hgroup h1{
	height: 65px;
	width: 250px;
	float: left;
	margin: 40px 0 0 0;
}

section#container header hgroup h1 a{
	height: 65px;
	width: 250px;
	display: block;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	outline: none;
	background: transparent url(../images/logo.jpg) no-repeat top left;
	text-indent: -30000px;
}

section#container header hgroup h3{
	color: #0d7da7;
	float: right;
	font-size: 2.2em;
	margin-top: 36px;
}

section#container header hgroup h4{
	color: #6e6e6e;
	clear: right;
	float: right;
	font-weight: normal;
	margin-top: 0;
}

section#container header hgroup h4 a{
	color: #6e6e6e;
}

/* Nav 
------------------------------------------------------------------------------------------------- */

section#container nav#mainnav{
	height: 82px;
	width: 100%;
	position: absolute;
	top: 118px;
	left: 0;
	background: transparent url(../images/menu_bar.jpg) no-repeat top center;
}

nav#mainnav ul#nav{
	width: 740px;
	margin: 0 auto;
	padding-left: 250px;
	list-style: none;
}

nav#mainnav ul#nav li{
	position: relative;
	float: left;
	line-height: 0.6em!important;
	margin-right: 30px;
	margin-top: 25px;
}

nav#mainnav ul#nav ul{
	position: absolute;
	background: #009ad6;
	padding: 5px;
	top: 35px;
	left: -5px;
	z-index: 10000;
	list-style: none;
	display: none;
}

nav#mainnav ul#nav li:hover ul{
	display: block;
}

nav#mainnav ul#nav ul li{
	font-size: 0.9em;
	padding: 7px 0 7px 0;
	margin: 0;
}

nav#mainnav ul#nav li a{
	color: #0c6d92;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #8edbf8;
	line-height: 0.6em!important;
	outline: none;
}

nav#mainnav ul#nav li a span{
	color: #FFF;
	font-weight: normal;
	font-size: 0.5em;
	text-transform: lowercase;
	line-height: 0.6em!important;
	text-shadow: 1px 1px 1px #0c6d92;
}

nav#mainnav ul#nav li a.selected, nav#mainnav ul#nav li a:hover{
	color: #012f41;
}

/* Content 
------------------------------------------------------------------------------------------------- */

section#content{
	clear: both;
	overflow: visible;
	min-height: 100px;
	width: 1000px;
	margin: 100px auto 0 auto;
}

section#leftcol{
	width: 250px;
	float: left;
}

section#maincol{
	width: 750px;
	float: left;
	padding: 0 0 20px 0;
}

section#maincol h1{
	color: #333;
	margin-left: 20px;
	margin-bottom: 10px;
}

section#maincol h2{
	color: #0C6D92;
	margin-left: 20px;
	margin-bottom: 10px;
}

section#maincol h3{
	color: #666;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

section#maincol p{
	color: #585858;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-left: 20px;
	margin-bottom: 20px;
}

section#maincol p a{
	color: #585858;
}

/* Home 
------------------------------------------------------------------------------------------------- */

div.home_box{
	width: 242px;
	float: left;
	margin-left: 8px;
	padding: 16px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px ;
	margin-top: 20px;
}

div.home_box h3{
	margin: 0!important;
	padding: 0;
}

div.home_box p{
	margin: 6px 0!important;
	padding: 0;
	color: #3f3f3f!important;
	font-size: 0.7em!important;
}

div.home_box p a{
	color: #333;
}

div.home_box ul{
	margin: 6px 0 6px 20px!important;
	padding: 0;
	color: #3f3f3f;
	font-size: 0.7em;
}

div.home_box ul li{
	margin-bottom: 10px;
}

 div.home_box div.content{
	 padding: 10px;
	 margin-top: 5px;
	 min-height: 190px;
 }

div.cyan{
	background: #00aeef;
}

div.cyan div.content{
	background: #9ee0f9;
}

div.magenta{
	background: #ec008c;
}

div.magenta div.content{
	background: #f89ed3;
}

div.yellow{
	background: #fff200;
}

div.yellow div.content{
	background: #fffa9e;
}

/* Footer 
------------------------------------------------------------------------------------------------- */

footer{
	clear: both;
	width: 740px;
	float: right;
	border-top: 1px #CCC dashed;
}

footer p{
	margin: 10px;
}

footer ul#footernav{
	list-style :none;
	font-size: 0.8em;
	margin: -10px 0 20px 10px;
}

footer ul#footernav li{
	float: left;
	margin: 0 10px 0 0;
}

footer ul#footernav li a{
	color: #666;
}

footer ul#footernav li a:hover{
	color: #333;
}

p.webdesign{
	margin: 0!important;
	clear: both;
}

p.webdesign a{
	background: transparent url(../images/cambridge_web_design.gif) no-repeat left;
	width:185px;
	height:51px;
	float: left;
	text-indent: -300000px;
	margin:2px 0 0 8px;
}

/* Ink Search
------------------------------------------------------------------------------------------------- */

fieldset#ink_search{
	border: none;
	margin: 10px;
}

fieldset#ink_search legend{
	color: #0c6d92;
	font-weight: bold;
	font-size: 1.2em;
}

fieldset#ink_search p{
	font-size: 0.7em;
	font-weight: bold;
	margin: 5px 0; 
}

fieldset#ink_search dl dt{
	display: none;
}

fieldset#ink_search dl dt#results_value{
	display: block;
	float: left;
	width: 80px;
	color: #434242;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	line-height: 0.6em;
	padding-top: 7px;
}

fieldset#ink_search dl dt#results_value small{
	color: #aaaaaa;
	font-size: 0.5em;
	text-transform: lowercase;
}

fieldset#ink_search dl dd#results_submit{
	display: block;
	float: right;
	width: 150px;
	text-align: right;
	padding: 5px 0;
}

fieldset#ink_search dl dd select{
	margin: 5px 0;
	padding: 5px;
	background: #f4f4f4;
	border: 3px #8ed6f2 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #858585;
	width: 230px;
}

fieldset#ink_search dl dd select:focus{
	color: #333;
	border-color: #0c6d8d;
}

fieldset#ink_search dl dd input{
	background: #000 url(../images/button_bg.jpg) repeat-x left;
	border: 3px #FFF solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 0.9em;
	cursor: pointer;
}

/* Forms
------------------------------------------------------------------------------------------------- */

fieldset.form{
	border: none;
	margin: 10px 20px;
	position: relative;
}

fieldset.form legend{
	color: #0C6D92;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2em;
}

fieldset.form dt{
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 5px;
	color:#666;
	font-size:0.8em;
}

fieldset.form dd{
	float: left;
	width: 400px;
	margin-bottom: 5px;
}

fieldset.form dd input, fieldset.form dd textarea{
	margin: 5px 0;
	padding: 5px;
	background: #f4f4f4;
	border: 3px #8ed6f2 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #858585;
	width: 300px;
}

fieldset.form dd input:focus, fieldset.form dd textarea:focus{
	color: #333;
	border-color: #0c6d8d;
}

fieldset.form dd textarea{
	height: 100px;
	float:left;
}

fieldset.form dd input.submit{
	background: #000 url(../images/button_bg.jpg) repeat-x left;
	border: 3px #FFF solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 0.9em;
	cursor: pointer;
	width: 120px;
}

fieldset.form p.mandetory{
	font-size: 0.8em!important;
	clear: both;
}

ul.errorMessage{
	margin: 10px 10px 20px 0!important;
}


/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}

