/* ******** Body and text styling ******** */

html,body 
	{
	color: #333333;
	background: #fff;
	text-align: center;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0em;
	padding-bottom: 1em;
	line-height: 140%;
	}

table
	{
	background: #FFF;
	}

p
	{
	margin: 0em 0em 1em 0em;
	}

h1
	{
	font-size: 1.75em;
	margin: 0em 0em .75em 0em;
	}

h2
	{
	font-size: 1.5em;
	margin: 0em 0em 0em 0em;
	}

h3
	{
	font-size: 1.25em;
	margin: 0em 0em 0em 0em;
	}

h4
	{
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	}

ul
	{
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 1.25em;
	list-style: none;
	}

ul.bulleted
	{
	margin: 0em 0em 1em 1em;
	list-style-image: url('images/bullet_2.gif')
	}

ul.spacing li
	{
	padding: 0em 0em .25em 0em;
	}

li
	{
	padding: 0em 0em 0em 0em;
	}


a
	{
	color: #3D6487;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover
	{
	color: #5F91BE;
	text-decoration: underline;
	font-weight: bold;
	}

td
	{
	vertical-align: top;
	}

.text_highlight
	{
	color: #03759A;
	}

.smalltext
	{
	font-size: 11px;
	}

/* ******** Margin styles to create space around elements ******** */

td.space
	{
	height: 15px;
	}

.top
	{
	margin-top: 10px;
	}

.middle
	{
	margin-top: 30px;
	}

.right
	{
	margin-right: 10px;
	}

.big_right
	{
	margin-right:20px;
	}

.bottom
	{
	margin-bottom: 10px;
	}

.left
	{
	margin-left: 10px;
	}

.big_left
	{
	margin-left:20px;
	}

/* ******** Various universal styles for positioning, borders etc. ******** */

img
	{
	border: 0px solid;
	}

.floatright
	{
	float: right;
	}

.floatleft
	{
	float: left;
	}

.clearboth
	{
	clear: both;
	}

.clearright
	{
	clear: right;
	}

.clearleft
	{
	clear: left;
	}

.underline
	{
	border-bottom: 1px solid gray;
	margin-bottom: .5em;
	}
.dotted
	{
	border-bottom: 1px dotted #00Afc4;
	}

.border
	{
	border: 1px solid;
	}

.center
	{
	text-align: center;
	}

.alignleft
	{
	text-align: left;
	}

/* ******** Structural components - header, footer, navigation etc. ******** */
#wrapper 
	{
	
	text-align: left;
	margin: 0px auto 0px auto;
	width: 700px;
	border: 1px solid #666;
	}

#topnav
	{
	margin: 0em 0em 0px 0px;
	padding: 0px 0em 0em 0em;
	background: #fff;
	background-image: url('images/logo.gif');
	
	height: 175px;
	width: 700px;
	}

#topnav ul
	{
	margin: 151px 0em 0px 100px;
	padding: 0px 0em 0em 0px;
	}

#topnav ul li
	{
	display: inline;
	}

#topnav ul li a
	{
	font-size: 15px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #fff;
	padding: 0px 17px 0px 17px;
	
	text-decoration: none;
	}

#topnav ul li.active
	{
	float: left;
	padding: 0px 0px 0px 0px;
	}

#content
	{
	width: 700px;
	}

#content .bigside
	{
	width: 410px;
	}

#content .sidebar
	{
	width: 250px;
	}

#content div.inner
	{
	margin: 20px 20px 0px 20px;
	}





#footer
	{
	float: left;
	color: #FFF;
	width: 700px;
	height: 35px;
	margin-top: 6px;
	background: #407FBC;
	}

#footer p
	{
	margin: 1em 0em 0em 1em;
	}

/* ******** Home Page Styling ******** */
#home #content
	{
	background-image: url('images/home_collage_bw.gif');
	background-repeat: no-repeat;
	height: 350px;
	}

#home #content div.inner
	{
	margin: 20px 20px 0px 330px;
	
	}

/* ******** Design Page Styling ******** */

#design td#main_right
	{
	border-left: 1px solid;
	}

#design #main_left
	{
	
	}

#design #main_left div.inner
	{
	margin: 0px 15px 0px 20px;
	}

/* ******** Search Default Page Styling ******** */



/* ******** Multimedia Page Styling ******** */


/* ******** 14 Reasons Page Styling ******** */

#contact .sidebar
	{
	width: 250px;
	
	}

.reasons_text a
	{
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	}

.reasons_text .toplink a
	{
	color: #3D6487;
	text-decoration: underline;
	font-weight: bold;
	}

.reasons_text h2
	{
	margin: 30px 0em 3px 0em;
	}

/* ******** Form Styling ******** */
form
	{
	margin: 1em 0em 0em 0em;
	}

form label
	{
	font-weight: bold;
	}

form input
	{
	margin-bottom: 1em;
	}

form textarea
	{
	margin-bottom: 1em;
	}

form input.text
	{ 
 	font-size: 10px; 
	width: 200px;
	background-color: #CCCCCC; 
	border: 1px solid #666666; 
	}

form input.radio
	{ 
 	margin-bottom: 0em;
	}

form input.button
	{ 
 	font-size: 14px; 
	background-color: #CCCCCC; 
	border: 2px solid #666666; 
	}

form fieldset
	{
	padding: 10px;
	margin-bottom: 1em;
	}

form.editor
	{
	width: 400px;
	}

.news_edit
	{
	color: blue;
	}

/* ******** Miscelania ******** */
.hide
	{
	display: none;
	}

.show
	{
	display: block;
	}

.block
	{
	display: block;
	}

.relative
	{
	position: relative;
	}