/*

Title:      Studio Asterisk screen styles
Copyright:  2008, Studio Asterisk, Inc.  All rights resevered

*/


*{
	margin: 0;
	padding: 0;
	border: 0;
}


/* ++++ Set Defaults ++++ */

body{
	color: #262626;
	background: #156394 url(../images/page_bg.gif) repeat-x top left;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
}

img{
	display: block;
}

p{
	line-height: 18px;
	margin-bottom: 17px;
}

h2{
	font-weight:bold;
	font-size: 14px;
}

a{
	color: #db3704;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	color: #f8f8f8;
}

/* ++++ Fix for Firefox 3's Red Dot on Image Links ++++ */
a:focus, a:hover, a:active { outline:none }



/* ++++ Layout ++++ */

#wrapper{
	width: 905px;
	margin:	63px auto 0;
	text-align: left;
	background: #e4e4e4 url(../images/content_bg.gif) repeat-x top left;
}

#header{
	height: 31px;
	border-bottom-color: #488ab6;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	background: #d7d7d8 url(../images/header_bg.gif) repeat-x top left;
	text-align: left;
}

#logo{
	float: left;
}

#nav{
	float: right;
}

#nav ul li{
	float: left;
	list-style-type: none;
}

#columnleft{
	float: left;
	width: 632px;
	border-right-color: #488ab6;
	border-right-width: 7px;
	border-right-style: solid;
}

#columnright{
	float: right;
	width: 266px;
	border-left-color: #488ab6;
	border-left-width: 7px;
	border-left-style: solid;
	margin-left: -7px;
}

#contentleft{
	margin: 20px;
}

#contentright{
	margin: 30px;
}

#footer{
	clear: both;
	height: 30px;
	border-top-color: #488ab6;
	border-top-width: 7px;
	border-top-style: solid;
	background: url(../images/footer_bg.gif) repeat-x top left;
	text-align: left;
}

#footer ul li{
	float: left;
	list-style-type: none;
}

#copyright{
	color: #aadaea;
	background: #176598 url(../images/footer_reflection.gif) repeat-x top left;
	text-align: right;
	font-size: 11px;
	padding: 5px 5px 50px;
}

/* ++++ Global Classes ++++ */

.bullet{
	display: inline;
}

.clearer{
	clear: both;
}